/* FAQ modo oscuro */
body.dark-mode .accordion-item,
body.dark-mode .accordion-button,
body.dark-mode .accordion-body {
  background-color: #222 !important;
  color: #fffbe6 !important;
}
body.dark-mode .accordion-button:not(.collapsed) {
  background-color: #2a221f !important;
  color: #fffbe6 !important;
  box-shadow: none;
}
body.dark-mode .accordion-button:focus {
  box-shadow: 0 0 0 0.2rem #c19a5b33;
}
body.dark-mode .modal-content #workForm {
  background-color: #222 !important;
  color: #fffbe6 !important;
}
/* Modal modo oscuro */
body.dark-mode .modal-content {
  background-color: #222 !important;
  color: #f8f2ea !important;
}
body.dark-mode .modal-header {
  background-color: #222 !important;
  color: #f8f2ea !important;
}
body.dark-mode .modal-title {
  color: #f8f2ea !important;
}
body.dark-mode .modal-body,
body.dark-mode .modal-footer {
  background-color: #222 !important;
  color: #f8f2ea !important;
}
body.dark-mode .form-control,
body.dark-mode .form-select {
  background-color: #333 !important;
  color: #f8f2ea !important;
  border-color: #444;
}
body.dark-mode .form-label,
body.dark-mode .modal-content .form-label,
body.dark-mode .modal-content .text-muted,
body.dark-mode .modal-content .small {
  color: #fffbe6 !important;
  opacity: 0.95;
}
body.dark-mode .btn-success {
  background-color: #357a38 !important;
  color: #fff !important;
}
body.dark-mode .btn-outline-primary {
  color: #f8f2ea !important;
  border-color: #f8f2ea !important;
}
body.dark-mode .alert-success {
  background-color: #2a4d2a !important;
  color: #fff !important;
  border-color: #357a38 !important;
}
:root {
  --color-carbon: #1f1a17;
  --color-charcoal: #2a221f;
  --color-ember: #8c2f39;
  --color-copper: #b35c3d;
  --color-beige: #f2e4d5;
  --color-warm-gray: #d3c0ad;
  --color-gold: #c19a5b;
  --color-light: #ffffff;
  --transition-base: all 0.35s ease;
  --shadow-soft: 0 20px 45px rgba(15, 10, 8, 0.25);
  color-scheme: light dark;
  --ease-spring: cubic-bezier(.16,.67,.37,1.02);
  --ease-out-soft: cubic-bezier(.16,.78,.29,.99);
  --anim-duration-short: .28s;
  --anim-duration-medium: .55s;
}

body {
  font-family: "Montserrat", sans-serif;
  color: var(--color-carbon);
  background-color: var(--color-beige);
  scroll-behavior: smooth;
}

body.dark-mode {
  background-color: #111;
  color: #f8f2ea;
}

body.dark-mode .section {
  background-color: rgba(255, 255, 255, 0.02);
}

body.dark-mode .bg-light {
  background-color: rgba(255, 255, 255, 0.05) !important;
}

body.dark-mode .card,
body.dark-mode .navbar,
body.dark-mode .dropdown-menu {
  background-color: rgba(215, 215, 215, 0.05);
  color: inherit;
}

body.dark-mode .card-body,
body.dark-mode .navbar-nav .nav-link,
body.dark-mode .text-secondary,
body.dark-mode p {
  color: rgba(248, 242, 234, 0.8) !important;
}

body.dark-mode .btn-outline-light {
  color: #f8f2ea;
}

body.dark-mode .btn-outline-primary {
  color: var(--color-beige);
  border-color: rgba(242, 228, 213, 0.6);
}

body.dark-mode .btn-outline-primary:hover {
  background-color: rgba(242, 228, 213, 0.1);
}

body.dark-mode .link-secondary {
  color: rgba(248, 242, 234, 0.85);
}

body.dark-mode .platform-card {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

body.dark-mode .menu-legend {
  display: none;
}

body.dark-mode .platform-card .text-secondary,
body.dark-mode .platform-card p {
  color: rgba(248, 242, 234, 0.82) !important;
}

body.dark-mode .btn-delivery {
  border-color: rgba(248, 242, 234, 0.3);
  color: rgba(248, 242, 234, 0.9);
}

body.dark-mode .btn-delivery:hover {
  background: rgba(248, 242, 234, 0.12);
  border-color: rgba(248, 242, 234, 0.5);
}

body.dark-mode .testimonial-card {
  background: rgba(255, 255, 255, 0.08);
  border-color: transparent;
  color: rgba(248, 242, 234, 0.88);
}

body.dark-mode .testimonial-quote {
  color: rgba(248, 242, 234, 0.9);
}

body.dark-mode .testimonial-author {
  color: rgba(248, 242, 234, 0.68);
}

body.dark-mode .accordion-button {
  background-color: rgba(255, 255, 255, 0.04);
  color: rgba(248, 242, 234, 0.88);
}

body.dark-mode .accordion-button:not(.collapsed) {
  background-color: rgba(255, 255, 255, 0.08);
  color: var(--color-beige);
}

body.dark-mode .accordion-body {
  color: rgba(248, 242, 234, 0.72);
}

#sobre {
  background: linear-gradient(135deg, #f7efe6 0%, #efdfcc 100%);
}

#sobre .section-title {
  color: #2b1d17;
}

#sobre p {
  color: #4b3429;
}

#sobre .text-secondary {
  color: #5a4033 !important;
}

#sobre .about-card {
  background: rgba(255, 255, 255, 0.75);
  border-color: rgba(139, 47, 57, 0.16);
}

#sobre .about-card-text {
  color: #3e2a22;
}

body.dark-mode #sobre p {
  color: rgba(248, 242, 234, 0.85);
}

body.dark-mode #sobre .section-title {
  color: rgba(248, 242, 234, 0.92);
}

body.dark-mode #sobre {
  background: linear-gradient(135deg, rgba(24, 20, 18, 0.95), rgba(16, 13, 11, 0.9));
}

body.dark-mode #sobre .about-card {
  background: rgba(24, 19, 17, 0.78);
  border-color: rgba(193, 154, 91, 0.24);
}

body.dark-mode #sobre .about-card-text {
  color: rgba(248, 242, 234, 0.75);
}

#delivery {
  background: linear-gradient(135deg, #f9f3ee 0%, #f1e2d3 100%);
}

#delivery .text-secondary {
  color: #4f3c31 !important;
}

#delivery .section-title {
  color: #2b1d17;
}

#delivery .platform-card {
  background: linear-gradient(160deg, #fffdf7 0%, #f1e1d1 100%);
  border: 1px solid rgba(193, 154, 91, 0.18);
  box-shadow: 0 22px 45px rgba(31, 26, 23, 0.12);
  color: #2f1f18;
}

#delivery .platform-card p,
#delivery .platform-card .text-secondary {
  color: #4a3426 !important;
}

#delivery .platform-card .delivery-badge {
  background: rgba(177, 18, 38, 0.12);
  color: #7d2b1f;
}

#delivery .platform-card .btn-delivery,
#delivery .platform-card .btn-outline-primary {
  border-color: rgba(177, 18, 38, 0.35);
  color: #7d2b1f;
}

#delivery .platform-card .btn-delivery:hover,
#delivery .platform-card .btn-outline-primary:hover {
  background: linear-gradient(135deg, rgba(177, 18, 38, 0.12), rgba(195, 92, 61, 0.18));
  border-color: rgba(177, 18, 38, 0.55);
  color: #632014;
}

body.dark-mode #delivery {
  background: linear-gradient(135deg, rgba(24, 20, 18, 0.96), rgba(17, 13, 11, 0.9));
}

body.dark-mode #delivery .text-secondary {
  color: rgba(248, 242, 234, 0.82) !important;
}

body.dark-mode #delivery .section-title {
  color: rgba(248, 242, 234, 0.92);
}

body.dark-mode #delivery .platform-card {
  background: rgba(24, 20, 18, 0.82);
  border-color: rgba(193, 154, 91, 0.22);
  color: rgba(248, 242, 234, 0.92);
}

body.dark-mode #delivery .platform-card p,
body.dark-mode #delivery .platform-card .text-secondary {
  color: rgba(248, 242, 234, 0.78) !important;
}

body.dark-mode #delivery .platform-card .delivery-badge {
  background: rgba(248, 242, 234, 0.16);
  color: rgba(248, 242, 234, 0.92);
}

body.dark-mode #delivery .platform-card .btn-delivery,
body.dark-mode #delivery .platform-card .btn-outline-primary {
  border-color: rgba(248, 242, 234, 0.45);
  color: rgba(248, 242, 234, 0.92);
}

body.dark-mode #delivery .platform-card .btn-delivery:hover,
body.dark-mode #delivery .platform-card .btn-outline-primary:hover {
  background: rgba(248, 242, 234, 0.12);
  border-color: rgba(248, 242, 234, 0.6);
  color: rgba(248, 242, 234, 0.96);
}

#reseñas {
  background: linear-gradient(135deg, #fefaf6 0%, #f3e4d6 100%);
}

#reseñas .section-title {
  color: #2f1f18;
}

body.dark-mode #reseñas {
  background: linear-gradient(135deg, rgba(24, 20, 18, 0.96), rgba(16, 12, 10, 0.9));
}

body.dark-mode #reseñas .section-title {
  color: rgba(248, 242, 234, 0.92);
}

#faq {
  background: linear-gradient(135deg, #f7f1eb 0%, #efe4d7 100%);
}

#faq .section-title {
  color: #2b1d17;
}

#faq .text-secondary {
  color: #4c3b30;
}

#faq .accordion-button {
  color: #35261e;
}

#faq .accordion-body {
  color: #453328;
}

body.dark-mode #faq {
  background: linear-gradient(135deg, rgba(24, 20, 18, 0.96), rgba(17, 13, 11, 0.9));
}

body.dark-mode #faq .text-secondary {
  color: rgba(248, 242, 234, 0.78);
}

body.dark-mode #faq .section-title {
  color: rgba(248, 242, 234, 0.92);
}

body.dark-mode #faq .accordion-button {
  color: rgba(248, 242, 234, 0.92);
  background-color: rgba(255, 255, 255, 0.08);
}

body.dark-mode #faq .accordion-button:not(.collapsed) {
  background-color: rgba(255, 255, 255, 0.12);
}

body.dark-mode #faq .accordion-body {
  color: rgba(248, 242, 234, 0.78);
}

#ubicacion {
  background: linear-gradient(135deg, #f8f2ec 0%, #f0dfcc 100%);
}

#ubicacion .section-title {
  color: #2c1f19;
}

#ubicacion .text-secondary {
  color: #48362b !important;
}

#ubicacion strong {
  color: #2b1d17;
}

body.dark-mode #ubicacion {
  background: linear-gradient(135deg, rgba(24, 20, 18, 0.95), rgba(16, 13, 11, 0.9));
}

body.dark-mode #ubicacion .text-secondary {
  color: rgba(248, 242, 234, 0.8) !important;
}

body.dark-mode #ubicacion .section-title,
body.dark-mode #ubicacion strong {
  color: rgba(248, 242, 234, 0.92);
}

.reservation-widget {
  display: grid;
  gap: 1.2rem;
}

.reservation-widget .form-label {
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6b4f3f;
}

.reservation-widget .form-control,
.reservation-widget .form-select {
  border-radius: 14px;
  border: 1px solid rgba(177, 18, 38, 0.22);
  background-color: rgba(255, 255, 255, 0.92);
  color: #2f1f18;
  padding: 0.65rem 0.85rem;
}

.reservation-widget .form-control::placeholder,
.reservation-widget .form-select::placeholder {
  color: rgba(111, 72, 58, 0.55);
}

.reservation-widget .form-control:focus,
.reservation-widget .form-select:focus {
  border-color: rgba(193, 154, 91, 0.6);
  box-shadow: 0 0 0 0.2rem rgba(193, 154, 91, 0.28);
}

.reservation-widget .form-text {
  color: #85624d;
}

.reservation-widget .error-text {
  font-size: 0.75rem;
  color: #b11226;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.reservation-widget__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.reservation-widget__actions {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.btn-outline-ember {
  border-radius: 999px;
  border: 1px solid rgba(177, 18, 38, 0.32);
  color: #7d2b1f;
  background: rgba(255, 255, 255, 0.85);
}

.btn-outline-ember:hover {
  color: #632014;
  border-color: rgba(177, 18, 38, 0.55);
  background-color: rgba(177, 18, 38, 0.12);
}

.reservation-widget__status {
  background: rgba(193, 154, 91, 0.12);
  border-radius: 18px;
  padding: 1rem 1.25rem;
  display: grid;
  gap: 0.35rem;
}

.reservation-widget__status strong {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #7d2b1f;
  font-size: 0.75rem;
}

.reservation-widget__status span {
  color: #5c4133;
  font-size: 0.8rem;
}

.reservation-widget__success {
  text-align: center;
  padding: 1rem;
  border-radius: 18px;
  background: rgba(11, 102, 35, 0.18);
  border: 1px solid rgba(11, 102, 35, 0.35);
  color: #175a2b;
}

.reservation-widget__success h4 {
  font-size: 1.2rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}

.reservation-widget__success p {
  margin-bottom: 0;
  color: rgba(23, 90, 43, 0.78);
}

body.dark-mode .reservation-widget .form-label {
  color: rgba(248, 242, 234, 0.7);
}

body.dark-mode .reservation-widget .form-control,
body.dark-mode .reservation-widget .form-select {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background-color: rgba(29, 24, 21, 0.35);
  color: #fff;
}

body.dark-mode .reservation-widget .form-control::placeholder,
body.dark-mode .reservation-widget .form-select::placeholder {
  color: rgba(248, 242, 234, 0.6);
}

body.dark-mode .reservation-widget .form-control:focus,
body.dark-mode .reservation-widget .form-select:focus {
  border-color: rgba(242, 228, 213, 0.6);
  box-shadow: 0 0 0 0.25rem rgba(195, 154, 91, 0.25);
}

body.dark-mode .reservation-widget .form-text {
  color: rgba(248, 242, 234, 0.6);
}

body.dark-mode .reservation-widget__status {
  background: rgba(255, 255, 255, 0.08);
}

body.dark-mode .reservation-widget__status strong {
  color: rgba(248, 242, 234, 0.85);
}

body.dark-mode .reservation-widget__status span {
  color: rgba(248, 242, 234, 0.72);
}

body.dark-mode .reservation-widget__success {
  color: #d7f4de;
}

body.dark-mode .reservation-widget__success p {
  color: rgba(215, 244, 222, 0.92);
}

body.dark-mode .btn-outline-ember {
  border-color: rgba(248, 242, 234, 0.4);
  color: rgba(248, 242, 234, 0.85);
  background: transparent;
}

body.dark-mode .btn-outline-ember:hover {
  color: #fff;
  border-color: rgba(248, 242, 234, 0.6);
  background-color: rgba(255, 255, 255, 0.08);
}
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 1.5rem;
  border-radius: 12px;
  background: rgba(31, 26, 23, 0.08);
  border: 1px solid rgba(31, 26, 23, 0.18);
  color: var(--color-carbon);
  font-weight: 600;
  transition: var(--transition-base);
  text-decoration: none;
}

.btn-secondary:hover {
  border-color: rgba(31, 26, 23, 0.35);
  background: rgba(31, 26, 23, 0.12);
  color: var(--color-carbon);
}

body.dark-mode .btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
  color: rgba(248, 242, 234, 0.92);
}

body.dark-mode .btn-secondary:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.12);
  color: rgba(248, 242, 234, 0.95);
}

/* Reservas cliente */
.reservas-hero {
body.dark-mode .menu-category-badge {
  background: rgba(200, 76, 60, 0.28);
  color: #ffd9cf;
}
  background: linear-gradient(150deg, rgba(31, 26, 23, 0.88), rgba(24, 20, 18, 0.95)), url('../img/menu/hero-parrilla.jpg') center/cover no-repeat;
  color: var(--color-light);
  padding: 5rem 1.5rem 4rem;
  text-align: center;
}

.reservas-hero__eyebrow {
  font-size: 0.85rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 1rem;
}

.reservas-hero__title {
  font-size: clamp(2.5rem, 6vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.reservas-hero__subtitle {
  max-width: 540px;
  margin: 0 auto;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.75);
}

.reserva-main {
  background: linear-gradient(180deg, rgba(242, 228, 213, 0.35), rgba(255, 255, 255, 0.85));
  padding: 4rem 0 6rem;
}

.reservas-container {
  width: min(960px, 92%);
  margin: 0 auto;
}

.reserva-layout {
  display: grid;
  gap: 2rem;
}

.reserva-card {
  background: var(--color-light);
  border-radius: 24px;
  padding: clamp(2rem, 4vw, 2.75rem);
  box-shadow: var(--shadow-soft);
  position: relative;
}

body.dark-mode .reserva-card {
  background: rgba(17, 17, 17, 0.82);
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.45);
}

.reserva-card--success {
  text-align: center;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.success-icon {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: rgba(27, 161, 96, 0.12);
  color: #1ba160;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  margin: 0 auto 1.5rem;
}

body.dark-mode .success-icon {
  background: rgba(27, 161, 96, 0.2);
  color: #69d8a1;
}

.success-title {
  font-size: clamp(2rem, 5vw, 2.6rem);
  margin-bottom: 0.75rem;
}

.success-subtitle {
  max-width: 460px;
  margin: 0 auto 2rem;
  color: rgba(31, 26, 23, 0.7);
}

body.dark-mode .success-subtitle {
  color: rgba(248, 242, 234, 0.7);
}

.success-details {
  display: grid;
  gap: 0.85rem;
  margin-bottom: 2.5rem;
  font-size: 1rem;
}

.reserva-header {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  margin-bottom: 2.5rem;
}

.reserva-header__title {
  font-size: clamp(1.75rem, 3.5vw, 2.3rem);
  margin-bottom: 0.35rem;
}

.reserva-header__subtitle {
  color: rgba(31, 26, 23, 0.6);
  max-width: 520px;
}

body.dark-mode .reserva-header__subtitle {
  color: rgba(248, 242, 234, 0.65);
}

.reserva-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
  counter-reset: pasos;
}

.reserva-steps li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  border-radius: 14px;
  background: rgba(31, 26, 23, 0.06);
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: capitalize;
  color: rgba(31, 26, 23, 0.5);
  transition: var(--transition-base);
  list-style: none;
}

.reserva-steps li.is-complete {
  background: rgba(31, 26, 23, 0.1);
  color: rgba(31, 26, 23, 0.65);
}

.reserva-steps li.is-active {
  background: linear-gradient(135deg, var(--color-ember), var(--color-copper));
  color: var(--color-light);
  box-shadow: 0 18px 35px rgba(140, 47, 57, 0.25);
}

body.dark-mode .reserva-steps li {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(248, 242, 234, 0.45);
}

body.dark-mode .reserva-steps li.is-complete {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(248, 242, 234, 0.62);
}

body.dark-mode .reserva-steps li.is-active {
  box-shadow: 0 22px 40px rgba(140, 47, 57, 0.45);
}

.reserva-form {
  display: grid;
  gap: 2.5rem;
}

.honeypot {
  position: absolute;
  inset: auto -9999px auto auto;
  opacity: 0;
  pointer-events: none;
}

.reserva-section {
  display: grid;
  gap: 1.25rem;
}

.section-head h3 {
  font-size: 1.35rem;
  margin-bottom: 0.35rem;
}

.section-help {
  color: rgba(31, 26, 23, 0.55);
  font-size: 0.95rem;
}

body.dark-mode .section-help {
  color: rgba(248, 242, 234, 0.58);
}

.form-grid {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.form-grid.single {
  grid-template-columns: minmax(0, 360px);
}

.input-group {
  display: grid;
  gap: 0.45rem;
}

.input-group.full {
  grid-column: 1 / -1;
}

.input-label {
  font-size: 0.92rem;
  font-weight: 600;
  color: rgba(31, 26, 23, 0.8);
}

body.dark-mode .input-label {
  color: rgba(248, 242, 234, 0.78);
}

.required {
  color: var(--color-ember);
}

.input-control {
  width: 100%;
  border-radius: 14px;
  border: 1.5px solid rgba(31, 26, 23, 0.12);
  background: rgba(255, 255, 255, 0.92);
  padding: 0.85rem 1rem;
  font-family: inherit;
  font-size: 1rem;
  transition: var(--transition-base);
}

.input-control:focus {
  border-color: rgba(179, 92, 61, 0.65);
  box-shadow: 0 0 0 4px rgba(179, 92, 61, 0.12);
  background: var(--color-light);
  outline: none;
}

.input-control.has-error {
  border-color: rgba(220, 53, 69, 0.8);
  box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.15);
}

body.dark-mode .input-control {
  background: rgba(17, 17, 17, 0.65);
  border-color: rgba(248, 242, 234, 0.1);
  color: rgba(248, 242, 234, 0.9);
}

body.dark-mode .input-control:focus {
  border-color: rgba(179, 92, 61, 0.5);
  background: rgba(17, 17, 17, 0.78);
}

.input-error {
  font-size: 0.85rem;
  color: #d93025;
  opacity: 0;
  transform: translateY(-4px);
  transition: var(--transition-base);
}

.input-error.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.input-help {
  font-size: 0.85rem;
  color: rgba(31, 26, 23, 0.55);
}

body.dark-mode .input-help {
  color: rgba(248, 242, 234, 0.55);
}

.reserva-skeleton {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 0.65rem;
}

.reserva-skeleton[hidden] {
  display: none;
}

.skeleton-pill {
  height: 44px;
  border-radius: 999px;
  background: linear-gradient(270deg, rgba(31, 26, 23, 0.08), rgba(31, 26, 23, 0.16));
  position: relative;
  overflow: hidden;
}

.skeleton-pill::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.horarios-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 0.75rem;
}

.horario-pill {
  border-radius: 999px;
  border: 1.5px solid rgba(31, 26, 23, 0.12);
  background: rgba(255, 255, 255, 0.85);
  padding: 0.85rem 1rem;
  font-weight: 600;
  transition: var(--transition-base);
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.horario-pill:hover {
  border-color: rgba(179, 92, 61, 0.4);
}

.horario-pill.is-active {
  background: linear-gradient(135deg, var(--color-ember), var(--color-copper));
  border-color: transparent;
  color: var(--color-light);
  box-shadow: 0 18px 34px rgba(140, 47, 57, 0.25);
}

.horario-pill.is-disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

body.dark-mode .horario-pill {
  background: rgba(17, 17, 17, 0.7);
  border-color: rgba(248, 242, 234, 0.15);
  color: rgba(248, 242, 234, 0.78);
}

.reserva-empty {
  padding: 1.25rem;
  border-radius: 16px;
  background: rgba(220, 53, 69, 0.1);
  border: 1px solid rgba(220, 53, 69, 0.25);
  color: rgba(139, 0, 0, 0.75);
}

.reserva-summary {
  display: grid;
  gap: 1rem;
  padding: 1.5rem;
  border-radius: 16px;
  background: rgba(31, 26, 23, 0.06);
  border: 1px solid rgba(31, 26, 23, 0.1);
}

.summary-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(31, 26, 23, 0.55);
}

.summary-value {
  font-size: 1.05rem;
  font-weight: 600;
}

body.dark-mode .reserva-summary {
  background: rgba(248, 242, 234, 0.08);
  border-color: rgba(248, 242, 234, 0.12);
}

body.dark-mode .summary-label {
  color: rgba(248, 242, 234, 0.58);
}

.reserva-status {
  border-radius: 14px;
  padding: 1rem 1.25rem;
  font-weight: 600;
}

.reserva-status.is-error {
  background: rgba(220, 53, 69, 0.12);
  color: rgba(139, 0, 0, 0.85);
  border: 1px solid rgba(220, 53, 69, 0.28);
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

#btn-reservar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  min-width: 220px;
  padding: 0.95rem 1.75rem;
  font-size: 1.05rem;
}

.btn-spinner {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.65);
  border-top-color: transparent;
  opacity: 0;
  transform: scale(0.6);
  transition: var(--transition-base);
}

.btn-spinner.is-visible {
  opacity: 1;
  transform: scale(1);
  animation: spin 0.85s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.reserva-legal {
  font-size: 0.85rem;
  color: rgba(31, 26, 23, 0.55);
}

body.dark-mode .reserva-legal {
  color: rgba(248, 242, 234, 0.55);
}

.toast-container {
  position: fixed;
  inset: 1.5rem 1.5rem auto auto;
  display: grid;
  gap: 0.75rem;
  z-index: 3000;
  pointer-events: none;
}

.toast {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.75rem;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  background: var(--color-light);
  border: 1px solid rgba(31, 26, 23, 0.1);
  box-shadow: 0 16px 40px rgba(15, 10, 8, 0.22);
  pointer-events: auto;
  transition: var(--transition-base);
}

.toast.is-hide {
  opacity: 0;
  transform: translateY(-12px);
}

.toast-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(31, 26, 23, 0.08);
  color: rgba(31, 26, 23, 0.8);
  font-size: 1.1rem;
}

.toast-message {
  font-size: 0.95rem;
  font-weight: 500;
}

.toast-close {
  background: transparent;
  border: none;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  color: rgba(31, 26, 23, 0.5);
  transition: var(--transition-base);
}

.toast-close:hover {
  color: rgba(31, 26, 23, 0.85);
}

.toast.is-success {
  border-color: rgba(27, 161, 96, 0.25);
}

.toast.is-success .toast-icon {
  background: rgba(27, 161, 96, 0.15);
  color: #1ba160;
}

.toast.is-error {
  border-color: rgba(220, 53, 69, 0.32);
}

.toast.is-error .toast-icon {
  background: rgba(220, 53, 69, 0.15);
  color: rgba(139, 0, 0, 0.85);
}

.toast.is-warning {
  border-color: rgba(255, 193, 7, 0.35);
}

.toast.is-warning .toast-icon {
  background: rgba(255, 193, 7, 0.18);
  color: #a36b00;
}

body.dark-mode .toast {
  background: rgba(17, 17, 17, 0.9);
  border-color: rgba(248, 242, 234, 0.08);
  color: rgba(248, 242, 234, 0.88);
}

body.dark-mode .toast-icon {
  background: rgba(248, 242, 234, 0.08);
  color: rgba(248, 242, 234, 0.75);
}

body.dark-mode .toast-close {
  color: rgba(248, 242, 234, 0.55);
}

.reserva-card + .reserva-card {
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .reserva-card {
    padding: 1.85rem;
  }

  .reserva-header {
    gap: 1.25rem;
  }

  .reserva-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reserva-summary {
    padding: 1.25rem;
  }

  .toast-container {
    inset: auto 1rem 1rem 1rem;
  }
}

@media (max-width: 480px) {
  #btn-reservar {
    width: 100%;
  }

  .btn-secondary {
    width: 100%;
    justify-content: center;
  }

  .horarios-grid {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
}
.rating-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(255, 215, 0, 0.15);
  color: #a36b00;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.rating-pill i {
  color: #ffb300;
  font-size: 1.15rem;
}

body.dark-mode .rating-pill {
  background: rgba(255, 215, 0, 0.22);
  color: rgba(255, 230, 150, 0.9);
}

body.dark-mode .rating-pill i {
  color: rgba(255, 230, 150, 1);
}

.navbar {
  background: rgba(31, 26, 23, 0.6);
  backdrop-filter: blur(12px);
  transition: var(--transition-base);
}

.navbar-scrolled {
  background: rgba(31, 26, 23, 0.9);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.navbar .nav-link {
  color: rgba(255, 255, 255, 0.82);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.85rem;
  position: relative;
  padding: 0.5rem 0;
}

.navbar .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--color-ember), var(--color-copper));
  transition: var(--transition-base);
}

.navbar .nav-link:hover::after,
.navbar .nav-link.active::after {
  width: 100%;
}

.navbar .btn-primary {
  background: linear-gradient(135deg, var(--color-ember), var(--color-copper));
  border: none;
  box-shadow: 0 10px 30px rgba(140, 47, 57, 0.35);
}

.navbar .btn-primary:hover {
  transform: translateY(-1px);
}

.logo {
  height: 44px;
  width: auto;
}

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(31, 26, 23, 0.15), rgba(31, 26, 23, 0.75));
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.95) saturate(1.15) contrast(1.05);
}

.hero-badge {
  display: inline-block;
  letter-spacing: 0.2em;
  font-size: 0.7rem;
  color: var(--color-beige);
  background: rgba(242, 228, 213, 0.12);
  padding: 0.5rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(242, 228, 213, 0.3);
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.45);
}

.section {
  position: relative;
  overflow: hidden;
}

.bg-warm {
  background: linear-gradient(135deg, #f5ede4 0%, #f2e8dd 100%);
}

body.dark-mode .bg-warm {
  background: linear-gradient(135deg, #1f1a17 0%, #2a221f 100%);
}

.section::before {
  content: "";
  position: absolute;
  top: 10%;
  right: -10%;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle at center, rgba(195, 154, 91, 0.18), rgba(195, 154, 91, 0));
  z-index: 0;
}

.section-title {
  font-weight: 700;
  color: var(--color-carbon);
}

body.dark-mode .section-title {
  color: #f8f2ea;
}

.section > .container,
.section > .container-fluid {
  position: relative;
  z-index: 1;
}

.badge {
  background: linear-gradient(135deg, rgba(140, 47, 57, 0.85), rgba(195, 92, 61, 0.85));
  color: var(--color-light);
  font-size: 1.1rem;
  padding: 0.8rem;
}

.badge i {
  line-height: 1;
}

.card {
  border-radius: 24px;
  border: none;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-soft);
}
.card:active {
  transform: translateY(-2px) scale(.985);
  transition-duration: var(--anim-duration-short);
}

.menu-thumb {
  position: relative;
}

.menu-thumb img {
  height: 240px;
  object-fit: cover;
}

.menu-tag {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 0.35rem 0.85rem;
  background: rgba(140, 47, 57, 0.92);
  color: var(--color-light);
  border-radius: 999px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  box-shadow: var(--shadow-soft);
}

.gallery-item img {
  transition: transform 0.75s ease;
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.45));
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery-item:hover img {
  transform: scale(1.08);
}

.gallery-item:hover::after {
  opacity: 1;
}
.gallery-item:active img {
  transform: scale(1.05);
  transition-duration: var(--anim-duration-short);
}

.reserve-form .form-control {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-color: rgba(29, 24, 21, 0.35);
  color: #fff;
}

.reserve-form .form-control:focus {
  border-color: rgba(242, 228, 213, 0.6);
  box-shadow: 0 0 0 0.25rem rgba(195, 154, 91, 0.25);
}

.reserve-form label {
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}

.btn-outline-light {
  border-color: rgba(255, 255, 255, 0.55);
  color: var(--color-light);
}

.btn-outline-light:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.btn-outline-primary {
  border-color: var(--color-ember);
  color: var(--color-ember);
}

.btn-outline-primary:hover {
  background: linear-gradient(135deg, var(--color-ember), var(--color-copper));
  border-color: transparent;
  color: var(--color-light);
}

.btn-primary {
  background: linear-gradient(135deg, var(--color-ember), var(--color-copper));
  border: none;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #9f2130, #c66b46);
}

.btn-outline-light .mode-icon {
  font-size: 1rem;
}

footer {
  background: linear-gradient(135deg, rgba(31, 26, 23, 0.95), rgba(31, 26, 23, 0.85));
}

footer .link-light,
footer .link-light:visited {
  color: rgba(255, 255, 255, 0.85);
}

footer .link-light:hover {
  color: var(--color-gold);
}

/* Focus visible coherente */
a:focus-visible,
button:focus-visible,
.btn:focus-visible,
.nav-link:focus-visible,
.link-light:focus-visible,
.link-secondary:focus-visible {
  outline: 2px solid var(--color-gold);
  outline-offset: 2px;
  box-shadow: none !important;
}

body.dark-mode a:focus-visible,
body.dark-mode button:focus-visible,
body.dark-mode .btn:focus-visible,
body.dark-mode .nav-link:focus-visible,
body.dark-mode .link-light:focus-visible,
body.dark-mode .link-secondary:focus-visible {
  outline: 2px solid #ffe08a;
}

.link-secondary {
  color: var(--color-carbon);
  text-decoration: none;
  border-bottom: 1px dashed transparent;
  transition: var(--transition-base);
}

.link-secondary:hover {
  color: var(--color-ember);
  border-bottom-color: var(--color-ember);
}

.tracking-wide {
  letter-spacing: 0.18em;
}

.stat-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  border-radius: 22px;
  padding: 1.75rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
  text-align: left;
}

.stat-number {
  display: block;
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--color-beige);
}

.stat-label {
  display: block;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(242, 228, 213, 0.7);
}

.signature-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 992px) {
  .signature-wrap {
    flex-direction: row;
    align-items: center;
  }
}

.signature-img {
  width: 220px;
  height: 160px;
  object-fit: cover;
}

.signature-text {
  max-width: 320px;
  font-size: 0.95rem;
}

.platform-card {
  background: #fff;
  border-radius: 24px;
  padding: 2rem;
  box-shadow: 0 20px 45px rgba(26, 17, 14, 0.1);
  border: 1px solid rgba(31, 26, 23, 0.05);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.platform-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 55px rgba(26, 17, 14, 0.16);
}
.platform-card:active { transform: translateY(-2px); }

.platform-card.highlight {
  background: linear-gradient(135deg, rgba(140, 47, 57, 0.95), rgba(195, 92, 61, 0.9));
  color: var(--color-light);
}

.platform-card.highlight .text-secondary {
  color: rgba(255, 255, 255, 0.82) !important;
}

.platform-card.highlight .btn-outline-primary {
  color: var(--color-light);
  border-color: rgba(255, 255, 255, 0.6);
}

.platform-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--color-ember), var(--color-copper));
  font-size: 1.5rem;
}

.bg-pedidosya {
  background: linear-gradient(135deg, #ff3b30, #ff6b6b);
}

.bg-rappi {
  background: linear-gradient(135deg, #ff8f3c, #ff613a);
}

.bg-mercadopago {
  background: linear-gradient(135deg, #009ee3, #00c6ff);
}

.btn-delivery {
  background: transparent;
  border: 1px solid rgba(31, 26, 23, 0.12);
  color: var(--color-ember);
  font-weight: 600;
  border-radius: 999px;
  padding: 0.6rem 1.6rem;
  transition: var(--transition-base);
}

.btn-delivery:hover {
  background: linear-gradient(135deg, rgba(140, 47, 57, 0.08), rgba(195, 92, 61, 0.08));
  border-color: rgba(140, 47, 57, 0.45);
  color: var(--color-ember);
}
.btn-delivery:active { transform: translateY(1px); }

.delivery-badge {
  background: rgba(31, 26, 23, 0.08);
  color: var(--color-carbon);
  border-radius: 999px;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  padding: 0.35rem 0.8rem;
  text-transform: uppercase;
}

body.dark-mode .delivery-badge {
  background: rgba(255, 255, 255, 0.16);
  color: rgba(248, 242, 234, 0.95);
}

.platform-card.highlight .delivery-badge {
  background: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.9);
}

.testimonial-card {
  max-width: 640px;
  background: linear-gradient(160deg, #fffdf8 0%, #f8ece0 100%);
  border-radius: 28px;
  padding: 2.5rem;
  margin: 0 auto;
  box-shadow: 0 24px 45px rgba(31, 26, 23, 0.12);
  border: 1px solid rgba(177, 18, 38, 0.08);
}

.testimonial-quote {
  font-size: 1.2rem;
  line-height: 1.7;
  color: #2f1f18;
  margin-bottom: 1.5rem;
}

.testimonial-author {
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(111, 72, 58, 0.75);
}

#reservas .card.bg-secondary {
  background: linear-gradient(160deg, #fff8f0 0%, #f1ddc8 100%) !important;
  border: 1px solid rgba(193, 154, 91, 0.28);
  box-shadow: 0 28px 52px rgba(31, 26, 23, 0.22);
  color: #2f1f18;
  backdrop-filter: blur(4px);
}

#reservas .card.bg-secondary .card-body,
#reservas .card.bg-secondary h3,
#reservas .card.bg-secondary p,
#reservas .card.bg-secondary .form-label,
#reservas .card.bg-secondary .small {
  color: #2f1f18;
}

#reservas .card.bg-secondary .text-white-50 {
  color: #6b4f3f !important;
}

#reservas .reservation-widget {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}

#reservas .reservation-widget__form {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 22px;
  border: 1px solid rgba(193, 154, 91, 0.24);
  box-shadow: 0 20px 38px rgba(31, 26, 23, 0.12);
  padding: 1.75rem;
  display: grid;
  gap: 1.5rem;
}

#reservas .reservation-widget__actions .btn-primary {
  background: linear-gradient(135deg, #b11226, #c45e3d);
  border: none;
  box-shadow: 0 18px 36px rgba(177, 18, 38, 0.28);
}

#reservas .reservation-widget__actions .btn-primary:hover,
#reservas .reservation-widget__actions .btn-primary:focus-visible {
  background: linear-gradient(135deg, #97101f, #a94e32);
  box-shadow: 0 22px 40px rgba(151, 16, 31, 0.35);
}

body.dark-mode #reservas .card.bg-secondary {
  background: linear-gradient(170deg, rgba(24, 20, 18, 0.92), rgba(15, 12, 11, 0.92)) !important;
  border-color: rgba(193, 154, 91, 0.42);
  color: rgba(248, 242, 234, 0.92);
}

body.dark-mode #reservas .card.bg-secondary .card-body,
body.dark-mode #reservas .card.bg-secondary h3,
body.dark-mode #reservas .card.bg-secondary p,
body.dark-mode #reservas .card.bg-secondary .form-label,
body.dark-mode #reservas .card.bg-secondary .small {
  color: rgba(248, 242, 234, 0.92);
}

body.dark-mode #reservas .reservation-widget {
  background: transparent;
  border: none;
  box-shadow: none;
}

body.dark-mode #reservas .reservation-widget__form {
  background: linear-gradient(170deg, rgba(24, 20, 18, 0.94), rgba(17, 14, 12, 0.9));
  border: 1px solid rgba(193, 154, 91, 0.32);
  box-shadow: 0 24px 46px rgba(0, 0, 0, 0.45);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
}

.carousel-control-prev,
.carousel-control-next {
  width: 8%;
}

.section-eventos {
  position: relative;
  background: linear-gradient(135deg, rgba(31, 26, 23, 0.92), rgba(31, 26, 23, 0.8)),
    url("https://images.unsplash.com/photo-1504674900247-0877df9cc836?auto=format&fit=crop&w=1600&q=80") center/cover no-repeat;
}

.section-eventos::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.55));
}

.section-eventos > .container {
  position: relative;
  z-index: 1;
}

.event-card {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  padding: 1.75rem;
  min-height: 180px;
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  text-align: left;
  color: rgba(255, 255, 255, 0.84);
}

.event-card i {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: var(--color-gold);
}

.event-card h5 {
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.75rem;
}

.event-card p {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.75);
}

/* About Card Styles */
.about-card {
  background: rgba(31, 26, 23, 0.04);
  border-radius: 16px;
  padding: 1.5rem;
  border: 1px solid rgba(31, 26, 23, 0.1);
  transition: var(--transition-base);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.about-card:hover {
  background: rgba(31, 26, 23, 0.08);
  border-color: rgba(139, 47, 57, 0.3);
  box-shadow: 0 10px 30px rgba(31, 26, 23, 0.12);
  transform: translateY(-4px);
}
.about-card:active { transform: translateY(-1px); }

.about-card-icon {
  font-size: 2rem;
  color: var(--color-ember);
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: rgba(139, 47, 57, 0.08);
  border-radius: 12px;
}

.about-card-title {
  font-weight: 600;
  color: var(--color-carbon);
  margin-bottom: 0.75rem;
  font-size: 1rem;
}

.about-card-text {
  font-size: 0.95rem;
  color: rgba(31, 26, 23, 0.7);
  margin-bottom: 0;
  line-height: 1.6;
}

body.dark-mode .about-card {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
}

body.dark-mode .about-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(193, 154, 91, 0.3);
}

body.dark-mode .about-card-icon {
  background: rgba(193, 154, 91, 0.1);
  color: var(--color-gold);
}

body.dark-mode .about-card-title {
  color: #f8f2ea;
}

body.dark-mode .about-card-text {
  color: rgba(248, 242, 234, 0.7);
}

.accordion-button {
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 1.25rem 1.5rem;
}

.accordion-button:not(.collapsed) {
  color: var(--color-ember);
  background-color: rgba(195, 92, 61, 0.08);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08);
}

.accordion-button:focus {
  border-color: rgba(195, 92, 61, 0.35);
  box-shadow: 0 0 0 0.25rem rgba(195, 92, 61, 0.2);
}

.accordion-body {
  color: rgba(31, 26, 23, 0.8);
  line-height: 1.75;
}

.sector-demo-wrapper {
  border-radius: 28px;
  background: linear-gradient(135deg, #f8ede3, #ffffff);
  padding: 2.5rem clamp(1.5rem, 4vw, 3rem);
  box-shadow: 0 30px 60px rgba(31, 26, 23, 0.12);
}

.sector-header {
  text-align: center;
  margin-bottom: 2rem;
}

.sector-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(1rem, 3vw, 1.6rem);
}

.sector-card {
  background: #fff;
  border-radius: 22px;
  padding: clamp(1.2rem, 2vw, 1.6rem);
  border: 1px solid rgba(31, 26, 23, 0.06);
  box-shadow: 0 18px 40px rgba(31, 26, 23, 0.08);
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.sector-card h3 {
  margin: 0;
  font-size: 1.25rem;
  color: var(--color-carbon);
}

.sector-card p {
  margin: 0;
  color: #7a6b61;
  font-size: 0.95rem;
}

.sector-card__count {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--color-ember);
}

.sector-table-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}

.sector-table {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.7rem 1rem;
  border-radius: 16px;
  border: 1px dashed rgba(31, 26, 23, 0.12);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: rgba(255, 255, 255, 0.85);
}

.sector-table__label {
  font-weight: 600;
  color: var(--color-carbon);
}

.sector-table__capacity {
  color: #998b83;
}

.sector-table__status {
  font-weight: 600;
}

.sector-demo-wrapper,
.sector-card {
  transition: background 0.4s ease, color 0.4s ease, box-shadow 0.4s ease;
}

.sector-badge-success {
  background: rgba(11, 102, 35, 0.12);
  color: #0b6623;
}

.sector-badge-warning {
  background: rgba(255, 193, 7, 0.15);
  color: #a66b00;
}

.sector-badge-danger {
  background: rgba(220, 53, 69, 0.12);
  color: #8a1c29;
}

.sector-loader,
.sector-error {
  text-align: center;
  padding: 2rem;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 20px 40px rgba(31, 26, 23, 0.08);
}

.sector-spinner {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 3px solid rgba(31, 26, 23, 0.15);
  border-top-color: var(--color-ember);
  animation: spin 0.75s linear infinite;
  margin: 0 auto 0.8rem;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

body.dark-mode .sector-demo-wrapper {
  background: linear-gradient(135deg, rgba(31, 26, 23, 0.95), rgba(31, 26, 23, 0.85));
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
}

body.dark-mode .sector-card {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}

body.dark-mode .sector-card h3 {
  color: rgba(248, 242, 234, 0.95);
}

body.dark-mode .sector-card p,
body.dark-mode .sector-table__capacity {
  color: rgba(248, 242, 234, 0.7);
}

body.dark-mode .sector-table {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(248, 242, 234, 0.88);
}

body.dark-mode .sector-table__label {
  color: rgba(248, 242, 234, 0.9);
}

body.dark-mode .sector-badge-success {
  background: rgba(11, 102, 35, 0.25);
  color: rgba(162, 230, 182, 0.95);
}

body.dark-mode .sector-badge-warning {
  background: rgba(195, 154, 91, 0.25);
  color: rgba(251, 224, 167, 0.95);
}

body.dark-mode .sector-badge-danger {
  background: rgba(220, 53, 69, 0.25);
  color: rgba(255, 199, 206, 0.95);
}

body.dark-mode .sector-loader,
body.dark-mode .sector-error {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(248, 242, 234, 0.85);
}

body.dark-mode .sector-spinner {
  border-color: rgba(248, 242, 234, 0.25);
}

.menu-gallery-preview {
  margin-top: 2rem;
}

.menu-tabs .nav-pills {
  border-bottom: 2px solid rgba(31, 26, 23, 0.08);
  padding-bottom: 0.5rem;
}

.menu-tabs .nav-link {
  color: rgba(31, 26, 23, 0.7);
  font-weight: 500;
  border-radius: 999px;
  padding: 0.6rem 1.25rem;
  transition: all 0.3s ease;
}

.menu-tabs .nav-link:hover {
  color: var(--color-ember);
  background: rgba(140, 47, 57, 0.08);
}

.menu-tabs .nav-link.active {
  background: linear-gradient(135deg, var(--color-ember), var(--color-copper));
  color: #fff;
  font-weight: 600;
}

body.dark-mode .menu-tabs .nav-pills {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

body.dark-mode .menu-tabs .nav-link {
  color: rgba(248, 242, 234, 0.7);
}

body.dark-mode .menu-tabs .nav-link:hover {
  color: rgba(248, 242, 234, 0.9);
  background: rgba(255, 255, 255, 0.08);
}

.menu-legend {
  font-size: 0.85rem;
}

.menu-legend-item {
  display: inline-flex;
  align-items: center;
}

.menu-legend-item small {
  font-size: 0.8rem;
}

@media (max-width: 768px) {
  .menu-legend {
    flex-direction: column;
    gap: 0.75rem !important;
  }
  
  .menu-legend-item {
    flex-direction: column;
    text-align: center;
  }
  
  .menu-legend-item small {
    margin-top: 0.25rem;
    margin-left: 0 !important;
  }
}

.menu-image-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(31, 26, 23, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #fff;
  aspect-ratio: 3 / 4;
}

.menu-image-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(31, 26, 23, 0.2);
}
.menu-image-card:active { transform: translateY(-3px); }

.menu-image-preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.menu-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 1.5rem;
  opacity: 0;
  transition: opacity 0.3s ease;
  color: #fff;
}

.menu-image-card:hover .menu-image-overlay {
  opacity: 1;
}

.menu-image-overlay i {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.menu-image-overlay span {
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.menu-gallery-full {
  /* Allow natural height so the page doesn't show a large empty scroll area when no images are present */
  max-height: none;
  overflow-y: visible;
  padding-right: 0.5rem;
}

#menu-products-full {
  /* Use natural height instead of fixed viewport max to avoid large empty dark areas
     when the product list hasn't rendered yet (better for mobile and when JS is delayed) */
  max-height: none;
  overflow-y: visible;
  padding-right: 0.5rem;
}

#menu-products-full::-webkit-scrollbar,
.menu-gallery-full::-webkit-scrollbar {
  width: 8px;
}

#menu-products-full::-webkit-scrollbar-track,
.menu-gallery-full::-webkit-scrollbar-track {
  background: rgba(31, 26, 23, 0.05);
  border-radius: 10px;
}

#menu-products-full::-webkit-scrollbar-thumb,
.menu-gallery-full::-webkit-scrollbar-thumb {
  background: rgba(31, 26, 23, 0.2);
  border-radius: 10px;
}

#menu-products-full::-webkit-scrollbar-thumb:hover,
.menu-gallery-full::-webkit-scrollbar-thumb:hover {
  background: rgba(31, 26, 23, 0.35);
}

.menu-image-full-wrapper {
  margin-bottom: 2rem;
}

.menu-image-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--color-carbon);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}

.menu-image-full {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid rgba(31, 26, 23, 0.1);
  box-shadow: 0 20px 45px rgba(31, 26, 23, 0.15);
}

body.dark-mode .menu-image-card {
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

body.dark-mode .menu-image-card:hover {
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}

body.dark-mode .menu-image-full {
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.4);
}

body.dark-mode .menu-image-title {
  color: rgba(248, 242, 234, 0.9);
}

@media (max-width: 576px) {
  .menu-image-card {
    aspect-ratio: 4 / 5;
  }
  
  .menu-image-overlay {
    padding: 1rem;
  }
  
  .menu-image-overlay i {
    font-size: 1.5rem;
  }
  
  .menu-image-overlay span {
    font-size: 0.8rem;
  }
}

.menu-category {
  margin-bottom: 4.5rem;
}

.menu-category-title {
  align-items: center;
  gap: 1rem;
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--color-carbon);
  padding-bottom: 0.75rem;
  border-bottom: 2px solid rgba(140, 47, 57, 0.14);
}

.menu-category-heading {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.menu-category-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand, #c84c3c);
  background: rgba(200, 76, 60, 0.12);
}

.menu-category-title small {
  font-size: 0.85rem;
  font-weight: 400;
}

.menu-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.5rem;
  margin-top: 1.8rem;
}

.menu-product-card {
  background: #fff;
  border-radius: 18px;
  padding: 1.25rem 1.5rem;
  border: 1px solid rgba(31, 26, 23, 0.08);
  box-shadow: 0 8px 20px rgba(31, 26, 23, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.menu-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(31, 26, 23, 0.12);
}
.menu-product-card:active { transform: translateY(-1px); }

.menu-product-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.menu-product-name {
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-carbon);
  margin: 0;
  flex: 1;
  line-height: 1.4;
}

.menu-product-description {
  font-size: 0.92rem;
  color: rgba(31, 26, 23, 0.75);
  margin: 0.5rem 0;
  line-height: 1.6;
}

body.dark-mode .menu-product-description {
  color: rgba(248, 242, 234, 0.75);
}

.menu-product-name {
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.25rem;
  color: var(--color-carbon);
}

body.dark-mode .menu-product-name {
  color: var(--color-beige);
}

.menu-product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.25rem;
}

.menu-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.8rem;
  background: rgba(140, 47, 57, 0.08);
  color: var(--color-ember);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: all 0.3s ease;
}

.menu-tag:hover {
  background: rgba(140, 47, 57, 0.12);
  transform: translateY(-1px);
}
.menu-tag:active { transform: translateY(0); }

.menu-product-tags {
  margin-top: 0.75rem;
}

body.dark-mode .menu-tag {
  background: rgba(242, 228, 213, 0.08);
  color: var(--color-beige);
}

body.dark-mode .menu-tag:hover {
  background: rgba(242, 228, 213, 0.12);
}

.menu-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  white-space: nowrap;
  flex-shrink: 0;
}

.menu-badge i {
  font-size: 0.85rem;
}

.menu-badge-llevar {
  background: linear-gradient(135deg, rgba(255, 152, 0, 0.15), rgba(255, 193, 7, 0.12));
  color: #e65100;
  border: 1px solid rgba(255, 152, 0, 0.25);
}

.menu-badge-llevar i {
  color: #ff6f00;
}

.menu-badge-local {
  background: linear-gradient(135deg, rgba(33, 150, 243, 0.15), rgba(66, 165, 245, 0.12));
  color: #1565c0;
  border: 1px solid rgba(33, 150, 243, 0.25);
}

.menu-badge-local i {
  color: #1976d2;
}

.menu-badge span {
  display: inline-block;
}

/* Category thumbnail / icon */
.menu-category-thumb {
  width: 68px;
  height: 68px;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 10px 25px rgba(31,26,23,0.08);
  border: 1px solid rgba(31,26,23,0.04);
  flex-shrink: 0;
}

.menu-category-icon {
  width: 68px;
  height: 68px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  background: linear-gradient(135deg, rgba(140,47,57,0.08), rgba(195,92,61,0.06));
  color: var(--color-ember);
  box-shadow: 0 10px 25px rgba(31,26,23,0.06);
}

/* Actions (favorito / whatsapp) */
.menu-product-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.btn-fav,
.btn-whatsapp {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: none;
  background: transparent;
  color: rgba(31,26,23,0.7);
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, transform 0.12s ease;
}

.btn-fav:hover {
  color: var(--color-ember);
  transform: translateY(-2px);
}
.btn-fav:active { transform: scale(.9); }

.btn-whatsapp {
  color: #128C7E; /* whatsapp green */
}

.btn-whatsapp:hover {
  background: rgba(18,140,126,0.06);
  transform: translateY(-2px);
}
.btn-whatsapp:active { transform: scale(.92); }

.btn-fav.fav-active {
  color: var(--color-ember);
  background: rgba(140,47,57,0.06);
}

.btn-fav.fav-active i {
  color: var(--color-ember);
}

.btn-fav i {
  font-size: 1rem;
}

.btn-fav.fav-active:hover {
  transform: translateY(-2px);
  background: rgba(140,47,57,0.12);
}

/* Favoritos: botón flotante y panel lateral */
.favorites-toggle {
  position: fixed;
  right: 20px;
  bottom: 22px;
  z-index: 1200;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--color-ember), var(--color-copper));
  color: #fff;
  box-shadow: 0 12px 30px rgba(31,26,23,0.25);
  cursor: pointer;
  border: none;
}

.favorites-toggle .count {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #fff;
  color: var(--color-ember);
  font-weight: 700;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  box-shadow: 0 6px 14px rgba(31,26,23,0.12);
  font-size: 0.75rem;
}

.favorites-panel {
  position: fixed;
  right: 20px;
  bottom: 90px;
  width: 320px;
  max-height: 60vh;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 20px 45px rgba(31,26,23,0.18);
  overflow: auto;
  z-index: 1199;
  transform-origin: right bottom;
  transition: transform 0.22s ease, opacity 0.22s ease;
  opacity: 0;
  transform: translateY(8px) scale(0.98);
  border: 1px solid rgba(31,26,23,0.04);
}

.favorites-panel.open {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.favorites-panel.open .favorites-item { animation: favItemIn .4s var(--ease-out-soft) forwards; }
@keyframes favItemIn {
  from { opacity:0; transform: translateY(6px); }
  to { opacity:1; transform: translateY(0); }
}

.favorites-panel .panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.9rem 1rem;
  border-bottom: 1px solid rgba(31,26,23,0.04);
}

.favorites-panel .panel-body {
  padding: 0.75rem 0.6rem 1rem 0.6rem;
}

.favorites-item {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  padding: 0.6rem;
  border-radius: 8px;
  transition: background 0.15s ease;
}

.favorites-item:hover {
  background: rgba(31,26,23,0.03);
}

.favorites-thumb {
  width: 56px;
  height: 46px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  flex-shrink: 0;
}

.favorites-item .fav-name {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--color-carbon);
}

.favorites-item .fav-meta {
  font-size: 0.82rem;
  color: #6b6059;
}

.favorites-panel .panel-footer {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
  padding: 0.6rem 0.8rem 0.9rem 0.8rem;
  border-top: 1px solid rgba(31,26,23,0.04);
}

.favorites-empty {
  padding: 1rem;
  text-align: center;
  color: #877b72;
}

body.dark-mode .favorites-panel {
  background: rgba(255,255,255,0.04);
  border-color: rgba(255,255,255,0.06);
}

/* Toast */
.app-toast {
  position: fixed;
  right: 20px;
  bottom: 100px;
  background: rgba(31,26,23,0.95);
  color: #fff;
  padding: 0.6rem 0.9rem;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
  z-index: 1300;
  opacity: 0;
  transform: translateY(6px);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.app-toast.show {
  opacity: 1;
  transform: translateY(0);
}
.app-toast.show { animation: toastPulse 2.4s ease-in-out; }
@keyframes toastPulse {
  0%,100% { box-shadow: 0 12px 30px rgba(0,0,0,.35); }
  50% { box-shadow: 0 18px 38px rgba(0,0,0,.45); }
}

/* Small modifier for filter button */
.btn-outline-ember {
  border-radius: 999px;
  border: 1px solid rgba(140,47,57,0.18);
  color: var(--color-ember);
}

.btn-outline-ember:hover {
  background: linear-gradient(135deg, rgba(140,47,57,0.06), rgba(195,92,61,0.06));
}


/* Tagline styling (hero already contains text) */
.menu-tagline {
  text-align: center;
  font-style: italic;
  color: rgba(31,26,23,0.7);
  margin-bottom: 1.25rem;
}

@media (max-width: 768px) {
  .menu-badge span {
    display: none;
  }
  
  .menu-badge {
    padding: 0.35rem;
    width: 28px;
    height: 28px;
    justify-content: center;
    border-radius: 50%;
  }
  
  .menu-badge i {
    margin: 0;
  }
}

body.dark-mode .menu-category-title {
  color: rgba(248, 242, 234, 0.95);
  border-bottom-color: rgba(140, 47, 57, 0.4);
}

body.dark-mode .menu-product-card {
  /* slightly stronger contrast for dark mode to improve legibility */
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.45);
}

body.dark-mode .menu-product-card:hover {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}

body.dark-mode .menu-product-name {
  color: rgba(248, 242, 234, 0.96);
}

body.dark-mode .menu-product-description {
  color: rgba(248, 242, 234, 0.78);
}

body.dark-mode .menu-tag {
  background: rgba(140, 47, 57, 0.25);
  color: rgba(255, 199, 206, 0.9);
}

body.dark-mode .menu-badge-llevar {
  background: linear-gradient(135deg, rgba(255, 152, 0, 0.25), rgba(255, 193, 7, 0.2));
  color: rgba(255, 224, 178, 0.95);
  border-color: rgba(255, 152, 0, 0.4);
}

body.dark-mode .menu-badge-local {
  background: linear-gradient(135deg, rgba(33, 150, 243, 0.25), rgba(66, 165, 245, 0.2));
  color: rgba(187, 222, 251, 0.95);
  border-color: rgba(33, 150, 243, 0.4);
}

@media (max-width: 576px) {
  .sector-demo-wrapper {
    padding: 1.5rem;
  }

  .sector-table {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

[data-animate="fade-up"] {
  opacity: 0;
  transform: translateY(28px);
}

[data-animate="fade-right"] {
  opacity: 0;
  transform: translateX(-28px);
}

[data-animate="fade-left"] {
  opacity: 0;
  transform: translateX(28px);
}

[data-animate="zoom-in"] {
  opacity: 0;
  transform: scale(0.92);
}

.animated {
  opacity: 1 !important;
  transform: translate(0, 0) scale(1) !important;
}

.animated[data-animate="fade-up"] {
  animation: fadeUp 0.8s ease forwards;
}

.animated[data-animate="fade-right"] {
  animation: fadeRight 0.8s ease forwards;
}

.animated[data-animate="fade-left"] {
  animation: fadeLeft 0.8s ease forwards;
}

.animated[data-animate="zoom-in"] {
  animation: zoomIn 0.8s ease forwards;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translateX(-28px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(28px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.92);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* menu page hero and product tweaks */
.hero-simple {
  background: linear-gradient(135deg, rgba(31,26,23,0.92), rgba(31,26,23,0.8));
  border-bottom: 1px solid rgba(255,255,255,0.03);
}

.hero-simple .display-5 {
  color: var(--color-beige);
}

.menu-product-thumb {
  width: 100%;
  height: 180px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(240,240,240,0.95), rgba(220,220,220,0.95));
  display: block;
  margin: -1.25rem -1.5rem 1rem;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.menu-product-thumb::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.1));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.menu-product-card:hover .menu-product-thumb::after {
  opacity: 1;
}

.menu-product-price {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-ember);
  margin-left: 0.6rem;
  white-space: nowrap;
  flex-shrink: 0;
  padding: 0.25rem 0.7rem;
  background: rgba(140, 47, 57, 0.08);
  border-radius: 999px;
  transition: background 0.3s ease;
}

.menu-product-card:hover .menu-product-price {
  background: rgba(140, 47, 57, 0.12);
}

body.dark-mode .menu-product-price {
  color: var(--color-beige);
  background: rgba(242, 228, 213, 0.08);
}

body.dark-mode .menu-product-card:hover .menu-product-price {
  background: rgba(242, 228, 213, 0.12);
}

.menu-products-full {
  display: block;
}

.menu-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.25rem;
  margin-top: 1.5rem;
}

.menu-product-card {
  min-height: 120px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.92));
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.menu-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 30px rgba(31, 26, 23, 0.15);
}

body.dark-mode .menu-product-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
}

body.dark-mode .menu-product-card:hover {
  box-shadow: 0 15px 30px rgba(0,0,0,0.4);
}

@media (max-width: 992px) {
  .navbar {
    background: rgba(31, 26, 23, 0.95);
  }

  .menu-thumb img {
    height: 200px;
  }

  .gallery-item {
    border-radius: 20px;
  }
}

@media (max-width: 576px) {
  .hero {
    text-align: center;
    padding-top: 6rem;
  }

  .navbar-brand span {
    font-size: 0.9rem;
  }

  .hero h1 {
    font-size: 2.3rem;
  }

  .hero-simple {
    padding: 3.5rem 0;
  }

  .hero-simple .display-4 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .hero-simple .lead {
    font-size: 1rem;
  }

  .section::before {
    display: none;
  }

  footer span,
  footer a {
    display: block;
    margin-bottom: 0.35rem;
  }
}

/* --- Ajustes visuales propuestos: hero cálido, categorías, tarjetas, tipografía y favoritos --- */
.hero-simple {
  background: linear-gradient(135deg, #2b1a0e 0%, #5a3412 50%, #7a4a1a 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.hero-simple::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 50%, rgba(255, 140, 0, 0.08), transparent 60%);
  pointer-events: none;
}
.hero-simple .display-4,
.hero-simple .display-5,
.hero-simple .display-6 {
  color: #fff;
  text-shadow: 0 2px 12px rgba(0,0,0,0.2);
}
.hero-simple .display-4 {
  font-family: "Special Gothic Expanded One", "Bebas Neue", "Montserrat", sans-serif;
}
.hero-simple .btn-light {
  background: rgba(255,255,255,0.98);
  color: #2b1a0e;
  border: none;
}
.hero-simple .btn-light:hover {
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.3) !important;
}
.hero-menu-content {
  position: relative;
  z-index: 1;
}

.menu-category {
  border-radius: 12px;
  padding: 2rem;
  background: #fff;
  box-shadow: 0 3px 12px rgba(0,0,0,0.05);
}
.dark-mode .menu-category {
  background: #1e1e1e;
}

.menu-category-title strong {
  font-size: 1.5rem;
  color: #b94826;
}

.menu-product-card {
  border-radius: 10px;
  padding: 1.2rem;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.menu-product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.12);
}
.dark-mode .menu-product-card {
  background: #262626;
}

.menu-product-thumb {
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  aspect-ratio: 4 / 3;
  margin-bottom: 1rem;
}

.menu-product-name {
  font-weight: 700;
  font-size: 1.1rem;
  color: #2b1a0e;
}
.dark-mode .menu-product-name {
  color: #f5e9d5;
}
.menu-product-description {
  font-size: 0.95rem;
  color: #5c5c5c;
  margin-bottom: 0.5rem;
}

.btn-fav {
  color: #b94826;
  transition: transform 0.2s ease;
}
.btn-fav:hover {
  transform: scale(1.2);
}
.fav-active {
  color: #e63946 !important;
}

.nav-pills .nav-link.active {
  background-color: #b94826 !important;
  font-weight: 600;
}

.favorites-toggle {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 1000;
}

.favorites-empty {
  padding: 1rem;
  text-align: center;
  color: #877b72;
}

/* pequeño ajuste para el texto vacío más cálido */
.favorites-empty.warm {
  color: #7a5a4a;
}

/* === Modal de Horarios === */
.modal-horarios {
  background-color: rgba(27, 27, 27, 0.95) !important;
  color: #f5f5f5;
  border: 1px solid rgba(193, 154, 91, 0.2);
  border-radius: 12px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
}

.modal-horarios .modal-header {
  background-color: rgba(27, 27, 27, 0.95);
  border-bottom: 1px solid rgba(193, 154, 91, 0.15);
}

.modal-horarios .modal-title {
  color: #f5f5f5;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.modal-horarios .btn-close-white {
  filter: brightness(0.95);
  opacity: 0.8;
}

.modal-horarios .btn-close-white:hover {
  opacity: 1;
}

.horarios-content {
  padding: 1rem 0;
  color: #f5f5f5;
}

.horarios-group {
  padding: 0.5rem 0;
}

.horarios-day {
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #c19a5b;
  margin-bottom: 0.75rem;
}

.horarios-time {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.time-label {
  font-weight: 600;
  font-size: 1rem;
  color: #f5f5f5;
}

.time-note {
  font-size: 0.8rem;
  color: #b0b0b0;
  font-weight: 400;
}

.horarios-tagline {
  text-align: center;
  font-size: 0.9rem;
  color: #d0d0d0;
}

.horarios-tagline p {
  margin-bottom: 0.5rem;
}

.horarios-fire {
  font-size: 1.5rem;
  display: block;
  color: #e63946;
  animation: pulse-fire 2s ease-in-out infinite;
}

@keyframes pulse-fire {
  0%, 100% {
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
}

/* Dark mode - Modal Horarios */
body.dark-mode .modal-horarios {
  background-color: rgba(27, 27, 27, 0.95) !important;
}

body.dark-mode .horarios-day {
  color: #c19a5b;
}

body.dark-mode .time-label {
  color: #f5f5f5;
}

body.dark-mode .time-note {
  color: #b0b0b0;
}


/* Banner de cookies minimalista y flotante */
.cookie-banner {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  width: min(95%, 640px);
  background: rgba(20, 20, 20, 0.85);
  backdrop-filter: blur(8px);
  color: #f8f8f8;
  padding: 1rem 1.25rem;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.95rem;
  z-index: 9999;
  opacity: 0;
  animation: fadeInCookie 0.4s ease-out forwards;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.cookie-banner p {
  margin: 0;
  text-align: center;
  line-height: 1.4;
}

.cookie-banner .btn {
  border: none;
  border-radius: 8px;
  padding: 0.5rem 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.btn-accept {
  background: linear-gradient(90deg, #b83d2a, #d8563c);
  color: #fff;
}
.btn-accept:hover { filter: brightness(1.1); }

.btn-reject {
  background: transparent;
  color: #ccc;
  border: 1px solid #555;
}
.btn-reject:hover { background: rgba(255, 255, 255, 0.05); }

.btn-config {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.btn-config:hover { background: rgba(255, 255, 255, 0.2); }

@media (max-width: 480px) {
  .cookie-banner {
    bottom: 1rem;
    font-size: 0.85rem;
    padding: 0.75rem;
  }
  .cookie-actions { flex-direction: column; }
}


  /* Sticky micro CTA (mobile) */
  .sticky-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    gap: .75rem;
    padding: .65rem .9rem .75rem;
    background: linear-gradient(145deg, rgba(28,24,21,0.95), rgba(24,20,17,0.92));
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 -4px 18px -3px rgba(0,0,0,0.5);
    z-index: 1030; /* below cookie banner (1050) */
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
    transition: transform .55s cubic-bezier(.16,.78,.29,.99), opacity .45s ease;
  }
  .sticky-cta--visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .sticky-cta--visible { animation: stickyEntrance .65s var(--ease-spring); }
  @keyframes stickyEntrance {
    0% { transform: translateY(100%) scale(.95); opacity:0; }
    40% { transform: translateY(-6%) scale(1.01); opacity:1; }
    65% { transform: translateY(3%) scale(.995); }
    100% { transform: translateY(0) scale(1); }
  }
  .sticky-cta__btn {
    flex: 1 1 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    font-size: .85rem;
    font-weight: 600;
    letter-spacing: .3px;
    padding: .65rem .8rem .6rem;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.08);
    color: #f7f3ee;
    text-decoration: none;
    transition: background .25s ease, border-color .25s ease;
  }
  .sticky-cta__btn:focus-visible,
  .sticky-cta__btn:hover {
    background: rgba(255,255,255,0.16);
    border-color: rgba(255,255,255,0.28);
    text-decoration: none;
  }
  .sticky-cta__btn--primary {
    background: linear-gradient(160deg, #ff8a29, #ff6d00);
    border: 1px solid rgba(255,255,255,0.18);
    color: #1b1612;
    text-shadow: 0 1px 0 rgba(255,255,255,0.35);
  }
  .sticky-cta__btn--primary:hover,
  .sticky-cta__btn--primary:focus-visible {
    background: linear-gradient(160deg, #ffa149, #ff7e1a);
  }
  .sticky-cta__close {
    position: absolute;
    top: .35rem;
    right: .55rem;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.18);
    color: #f5f2ee;
    border-radius: 10px;
    cursor: pointer;
    font-size: .9rem;
    line-height: 1;
    transition: background .25s ease, border-color .25s ease;
  }
  .sticky-cta__close:hover,
  .sticky-cta__close:focus-visible {
    background: rgba(255,255,255,0.18);
    border-color: rgba(255,255,255,0.32);
  }
  @media (min-width: 769px) {
    .sticky-cta { display: none; }
  }
  body.dark-mode .sticky-cta {
    background: linear-gradient(145deg, rgba(22,19,16,0.9), rgba(19,16,14,0.92));
  }
  body.dark-mode .sticky-cta__btn {
    background: rgba(255,255,255,0.1);
    color: #f6f2ed;
  }
  body.dark-mode .sticky-cta__btn:hover,
  body.dark-mode .sticky-cta__btn:focus-visible {
    background: rgba(255,255,255,0.18);
  }
  body.dark-mode .sticky-cta__close {
    background: rgba(255,255,255,0.12);
  }
  body.dark-mode .sticky-cta__close:hover,
  body.dark-mode .sticky-cta__close:focus-visible {
    background: rgba(255,255,255,0.22);
  }
/* Animaciones del banner de cookies */
@keyframes fadeInCookie {
  from { transform: translate(-50%, 20px); opacity: 0; }
  to { transform: translate(-50%, 0); opacity: 1; }
}
@keyframes fadeOutCookie {
  from { transform: translate(-50%, 0); opacity: 1; }
  to { transform: translate(-50%, 20px); opacity: 0; }
}

/* Skip link para accesibilidad */
.skip-link {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  background: #000;
  color: #fff;
  padding: 0.6rem 1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  z-index: 20000;
  border-radius: 0.6rem;
  box-shadow: 0 4px 16px rgba(0,0,0,0.35);
  transform: translateY(-120%);
  transition: transform 0.3s ease, background 0.3s ease;
}
.skip-link:focus {
  transform: translateY(0);
  outline: none;
}
/* Subrayado decorativo animado en enlaces (no botones/nav) */
a:not(.btn):not(.nav-link):not(.skip-link):not(.cookie-link) {
  position: relative;
  transition: color .25s ease;
}
a:not(.btn):not(.nav-link):not(.skip-link):not(.cookie-link)::after {
  content:"";
  position:absolute; left:0; bottom:-3px; height:2px; width:0;
  background:linear-gradient(90deg,var(--color-ember),var(--color-copper));
  transition:width .35s var(--ease-spring);
}
a:not(.btn):not(.nav-link):not(.skip-link):not(.cookie-link):hover::after,
a:not(.btn):not(.nav-link):not(.skip-link):not(.cookie-link):focus-visible::after {
  width:100%;
}
/* Respeto de reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .card,.platform-card,.menu-image-card,.menu-product-card,.about-card,.gallery-item img,.sticky-cta,.favorites-panel,.app-toast { transition:none !important; animation:none !important; }
  a:not(.btn)::after { display:none; }
}
body.dark-mode .skip-link {
  background: #222;
  color: #f8f2ea;
  box-shadow: 0 4px 20px rgba(0,0,0,0.6);
}


/* === Páginas legales === */
.legal-wrapper {
  max-width: 900px;
  margin: 60px auto;
  padding: 48px 56px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.legal-wrapper h1 {
  margin-top: 0;
}

.legal-wrapper h2 {
  margin-top: 32px;
}

.legal-meta {
  color: #777;
  font-size: 0.9rem;
  margin-bottom: 24px;
}

/* === Parrilla 2026 Theme Refresh ======================================== */

:root {
  /* Palette tuned for bright parrilla ambience */
  --parrilla-bg: #ffffff;
  --parrilla-surface: #f6f6f6;
  --parrilla-surface-strong: #ffffff;
  --parrilla-surface-muted: #fafafa;
  --parrilla-border: #e3e6eb;
  --parrilla-text: #1a1a1a;
  --parrilla-text-muted: #525863;
  --parrilla-text-soft: #6f7785;
  --parrilla-accent: #b11226;
  --parrilla-accent-hover: #7d0c1a;
  --parrilla-carbon: #1f1a17;
  --parrilla-shadow-sm: 0 8px 24px rgba(27, 36, 48, 0.08);
  --parrilla-shadow-lg: 0 18px 48px rgba(27, 36, 48, 0.12);
  --parrilla-radius-md: 16px;
  --parrilla-radius-lg: 22px;
  --parrilla-transition: all 0.24s ease;
  --parrilla-font-display: "Playfair Display", "Merriweather", serif;
  --parrilla-font-sans: "Montserrat", "Poppins", sans-serif;
}

@media (prefers-color-scheme: dark) {
  :root {
    /* Palette tuned for elegant dark dining atmosphere */
    --parrilla-bg: #1b2430;
    --parrilla-surface: #243044;
    --parrilla-surface-strong: #2a374d;
    --parrilla-surface-muted: #213044;
    --parrilla-border: rgba(222, 229, 241, 0.1);
    --parrilla-text: #e7ebf3;
    --parrilla-text-muted: #c2cada;
    --parrilla-text-soft: #a3afc4;
    --parrilla-shadow-sm: 0 12px 28px rgba(7, 12, 20, 0.55);
    --parrilla-shadow-lg: 0 28px 60px rgba(5, 10, 18, 0.7);
  }
}

/* Foundation tweaks to keep layout airy and legible */
body {
  background-color: var(--parrilla-bg);
  color: var(--parrilla-text);
  line-height: 1.65;
  font-family: var(--parrilla-font-sans);
}

body.dark-mode {
  background-color: var(--parrilla-bg);
  color: var(--parrilla-text);
}

main,
section,
.section,
.menu-category,
.menu-gallery-preview,
.reservas-container {
  background-color: transparent;
}

.section:not([class*="bg-"]):not(.hero):not(.reservas-hero) {
  background-color: var(--parrilla-surface-strong);
}

.section:nth-of-type(2n):not([class*="bg-"]):not(.hero):not(.reservas-hero) {
  background-color: var(--parrilla-surface);
}

.section-title,
.menu-image-title,
.menu-category-title,
.hero h1,
.hero-simple .display-4,
.reservas-hero__title {
  color: var(--parrilla-text);
  font-family: var(--parrilla-font-display);
}

p,
.lead,
.text-muted,
.menu-product-description,
.reservas-hero__subtitle {
  color: var(--parrilla-text-soft);
}

@media (prefers-color-scheme: dark) {
  .section:not([class*="bg-"]):not(.hero):not(.reservas-hero) {
    background-color: var(--parrilla-surface-strong);
  }

  .section:nth-of-type(2n):not([class*="bg-"]):not(.hero):not(.reservas-hero) {
    background-color: var(--parrilla-surface);
  }

  .section-title,
  .menu-image-title,
  .menu-category-title,
  .hero h1,
  .hero-simple .display-4,
  .reservas-hero__title {
    color: var(--parrilla-text);
  }

  p,
  .lead,
  .text-muted,
  .menu-product-description,
  .reservas-hero__subtitle {
    color: var(--parrilla-text-muted);
  }
}

/* Navbar refresh for crisp daylight experience */
.navbar {
  background-color: var(--parrilla-surface-strong);
  backdrop-filter: none;
  border-bottom: 1px solid var(--parrilla-border);
  box-shadow: var(--parrilla-shadow-sm);
  transition: var(--parrilla-transition);
}

.navbar-scrolled {
  background-color: var(--parrilla-surface-strong);
  box-shadow: var(--parrilla-shadow-lg);
}

.navbar .navbar-brand,
.navbar .navbar-brand span {
  color: var(--parrilla-carbon);
  font-family: var(--parrilla-font-display);
}

.navbar .nav-link {
  color: var(--parrilla-text);
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 0.5rem 0.85rem;
  transition: color 0.2s ease;
  font-family: var(--parrilla-font-sans);
}

.navbar .nav-link:hover,
.navbar .nav-link:focus-visible {
  color: var(--parrilla-accent);
}

.navbar .nav-link::after {
  background: var(--parrilla-accent);
}

.navbar .btn-primary {
  background: var(--parrilla-accent);
  border: 1px solid var(--parrilla-accent);
  box-shadow: 0 12px 28px rgba(177, 18, 38, 0.25);
  transition: var(--parrilla-transition);
}

.navbar .btn-primary:hover,
.navbar .btn-primary:focus-visible {
  background: var(--parrilla-accent-hover);
  border-color: var(--parrilla-accent-hover);
}

@media (prefers-color-scheme: dark) {
  .navbar {
    background-color: var(--parrilla-surface-strong);
    border-bottom-color: rgba(231, 235, 243, 0.08);
  }

  .navbar .navbar-brand,
  .navbar .navbar-brand span,
  .navbar .nav-link {
    color: var(--parrilla-text);
  }
}

/* Hero + reservas hero get brighter storytelling */
.hero {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 246, 246, 0.85));
  color: var(--parrilla-text);
}

.hero-overlay {
  background: linear-gradient(200deg, rgba(255, 255, 255, 0.9), rgba(246, 246, 246, 0));
}

.hero-badge {
  background: rgba(177, 18, 38, 0.65);
  border: 1px solid rgba(193, 154, 91, 0.5);
  color: #fff7f0;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.hero .btn-primary {
  box-shadow: 0 16px 32px rgba(177, 18, 38, 0.22);
}

.reservas-hero {
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.95), rgba(246, 246, 246, 0.88)), url('../img/menu/hero-parrilla.jpg') center/cover no-repeat;
  color: var(--parrilla-text);
}

.reservas-hero__eyebrow {
  color: var(--parrilla-text-soft);
  letter-spacing: 0.18em;
}

.reservas-hero__subtitle {
  max-width: 560px;
}

@media (prefers-color-scheme: dark) {
  .hero {
    background: linear-gradient(170deg, rgba(36, 48, 68, 0.85), rgba(27, 36, 48, 0.92));
    color: var(--parrilla-text);
  }

  .hero-overlay {
    background: linear-gradient(200deg, rgba(36, 48, 68, 0.75), rgba(27, 36, 48, 0.45));
  }

  .reservas-hero {
    background: linear-gradient(160deg, rgba(36, 48, 68, 0.92), rgba(27, 36, 48, 0.9)), url('../img/menu/hero-parrilla.jpg') center/cover no-repeat;
    color: var(--parrilla-text);
  }

  .reservas-hero__eyebrow {
    color: var(--parrilla-text-muted);
  }
}

/* Hero simple usado en menu.html actualizado a paleta clara */
.hero-simple {
  background: linear-gradient(160deg, #ffffff 0%, #f6f6f6 65%, #f0f3f8 100%);
  color: var(--parrilla-text);
}

.hero-simple::before {
  background: radial-gradient(circle at 30% 40%, rgba(177, 18, 38, 0.12), transparent 60%);
}

.hero-simple .display-4,
.hero-simple .display-5,
.hero-simple .display-6 {
  color: var(--parrilla-text);
  text-shadow: none;
  font-family: var(--parrilla-font-display);
}

.hero-simple .lead {
  color: var(--parrilla-text-soft) !important;
}

.hero-simple .btn-light {
  background-color: var(--parrilla-accent);
  color: #fff;
  box-shadow: 0 16px 28px rgba(177, 18, 38, 0.2);
  transition: var(--parrilla-transition);
}

.hero-simple .btn-light:hover,
.hero-simple .btn-light:focus-visible {
  background-color: var(--parrilla-accent-hover);
  box-shadow: 0 18px 32px rgba(125, 12, 26, 0.28);
}

@media (prefers-color-scheme: dark) {
  .hero-simple {
    background: linear-gradient(165deg, #1b2430 0%, #243044 55%, #1b2430 100%);
    color: var(--parrilla-text);
  }

  .hero-simple .display-4,
  .hero-simple .display-5,
  .hero-simple .display-6 {
    color: var(--parrilla-text);
  }

  .hero-simple .lead {
    color: var(--parrilla-text-muted) !important;
  }

  .hero-simple .btn-light {
    background-color: var(--parrilla-accent);
    color: #fff;
  }
}

/* Menu tabs and pills get accent focus */
.menu-tabs .nav-pills,
.nav-pills {
  border-bottom: 1px solid var(--parrilla-border);
  gap: 0.35rem;
}

.menu-tabs .nav-link,
.nav-pills .nav-link {
  border-radius: 999px;
  background-color: transparent;
  color: var(--parrilla-text-muted);
  font-weight: 600;
  transition: var(--parrilla-transition);
  font-family: var(--parrilla-font-sans);
}

.menu-tabs .nav-link:hover,
.nav-pills .nav-link:hover,
.menu-tabs .nav-link:focus-visible,
.nav-pills .nav-link:focus-visible {
  background-color: rgba(177, 18, 38, 0.08);
  color: var(--parrilla-accent);
}

.menu-tabs .nav-link.active,
.nav-pills .nav-link.active {
  background-color: var(--parrilla-accent);
  color: #fff;
  box-shadow: 0 12px 20px rgba(177, 18, 38, 0.22);
}

@media (prefers-color-scheme: dark) {
  .menu-tabs .nav-pills,
  .nav-pills {
    border-bottom-color: rgba(231, 235, 243, 0.18);
  }

  .menu-tabs .nav-link,
  .nav-pills .nav-link {
    color: var(--parrilla-text-muted);
  }
}

/* Menu cards adopt modern gastronomy layout */
.menu-product-card,
.platform-card,
.testimonial-card,
.card {
  background: var(--parrilla-surface-strong);
  border: 1px solid var(--parrilla-border);
  border-radius: var(--parrilla-radius-lg);
  box-shadow: var(--parrilla-shadow-sm);
  transition: var(--parrilla-transition);
}

.menu-product-card:hover,
.platform-card:hover,
.testimonial-card:hover,
.card:hover {
  box-shadow: var(--parrilla-shadow-lg);
}

.menu-product-card {
  gap: 0.75rem;
  padding: 1.6rem;
}

.menu-product-header {
  gap: 0.85rem;
}

.menu-product-name {
  color: var(--parrilla-text);
  font-family: var(--parrilla-font-display);
  font-weight: 600;
  letter-spacing: 0.01em;
}

.menu-product-price {
  color: var(--parrilla-accent);
  background-color: rgba(177, 18, 38, 0.12);
  border-radius: 999px;
  padding: 0.25rem 0.85rem;
  transition: var(--parrilla-transition);
}

.menu-product-card:hover .menu-product-price,
.menu-product-card:focus-within .menu-product-price {
  background-color: rgba(177, 18, 38, 0.18);
}

.menu-category-badge {
  background-color: rgba(177, 18, 38, 0.12);
  color: var(--parrilla-accent);
  border: 1px solid rgba(177, 18, 38, 0.18);
}

.menu-image-card {
  background-color: var(--parrilla-surface-strong);
  box-shadow: var(--parrilla-shadow-sm);
}

.menu-image-card:hover {
  box-shadow: var(--parrilla-shadow-lg);
}

@media (prefers-color-scheme: dark) {
  .menu-product-card,
  .platform-card,
  .testimonial-card,
  .card {
    border-color: rgba(231, 235, 243, 0.06);
  }

  .menu-product-price {
    color: #ffd7d7;
    background-color: rgba(177, 18, 38, 0.24);
  }

  .menu-product-card:hover .menu-product-price,
  .menu-product-card:focus-within .menu-product-price {
    background-color: rgba(177, 18, 38, 0.32);
  }

  .menu-category-badge {
    background-color: rgba(177, 18, 38, 0.24);
    color: #ffd7d7;
    border-color: rgba(177, 18, 38, 0.32);
  }
}

/* Buttons balanced between CTA and neutral actions */
.btn-primary,
.btn-danger {
  background-color: var(--parrilla-accent);
  border-color: var(--parrilla-accent);
  color: #fff;
  font-weight: 600;
  box-shadow: 0 16px 28px rgba(177, 18, 38, 0.2);
  transition: var(--parrilla-transition);
}

.btn-primary:hover,
.btn-primary:focus-visible,
.btn-danger:hover,
.btn-danger:focus-visible {
  background-color: var(--parrilla-accent-hover);
  border-color: var(--parrilla-accent-hover);
  box-shadow: 0 18px 32px rgba(125, 12, 26, 0.28);
}

.btn-secondary {
  background-color: var(--parrilla-surface-muted);
  border: 1px solid var(--parrilla-border);
  color: var(--parrilla-text);
  transition: var(--parrilla-transition);
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  background-color: #eceff3;
  border-color: rgba(27, 36, 48, 0.16);
  color: var(--parrilla-text);
}

.btn-outline-primary {
  border-color: var(--parrilla-accent);
  color: var(--parrilla-accent);
  transition: var(--parrilla-transition);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus-visible {
  background-color: var(--parrilla-accent);
  border-color: var(--parrilla-accent);
  color: #fff;
}

@media (prefers-color-scheme: dark) {
  .btn-secondary {
    background-color: rgba(231, 235, 243, 0.08);
    border-color: rgba(231, 235, 243, 0.14);
    color: var(--parrilla-text);
  }

  .btn-secondary:hover,
  .btn-secondary:focus-visible {
    background-color: rgba(231, 235, 243, 0.16);
  }
}

/* Tabular details and callouts keep clarity */
.menu-legend,
.reservation-widget,
.reserva-card,
.sector-highlight,
.legal-wrapper {
  background-color: var(--parrilla-surface-strong);
  color: var(--parrilla-text);
  border-radius: var(--parrilla-radius-lg);
  box-shadow: var(--parrilla-shadow-sm);
  border: 1px solid var(--parrilla-border);
}

@media (prefers-color-scheme: dark) {
  .menu-legend,
  .reservation-widget,
  .reserva-card,
  .sector-highlight,
  .legal-wrapper {
    border-color: rgba(231, 235, 243, 0.08);
  }
}

/* Commented legacy gradient: mantained for reference, override above */
/* .hero-overlay { background: linear-gradient(180deg, rgba(31, 26, 23, 0.15), rgba(31, 26, 23, 0.75)); } */

/* Product cards elevated with centered imagery */
.menu-products-grid {
  gap: 2rem;
}

.menu-product-card {
  position: relative;
  padding: 1.75rem;
  border-radius: 26px;
  border: 1px solid var(--parrilla-border);
  background: linear-gradient(180deg, var(--parrilla-surface-strong) 0%, var(--parrilla-surface) 100%);
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  overflow: hidden;
}

.menu-product-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, transparent, rgba(177, 18, 38, 0.35), transparent);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.menu-product-card:hover::before,
.menu-product-card:focus-within::before {
  opacity: 1;
}

.menu-product-card:hover {
  transform: translateY(-6px);
}

.menu-product-card .menu-product-title-wrap {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.menu-product-card .menu-product-header {
  align-items: center;
  gap: 0.9rem;
}

.menu-product-card .menu-product-actions {
  margin-left: auto;
  gap: 0.55rem;
}

.menu-product-card .menu-product-actions .btn-fav,
.menu-product-card .menu-product-actions .btn-whatsapp {
  border-radius: 12px;
  width: 38px;
  height: 38px;
  background: rgba(27, 36, 48, 0.05);
  color: var(--parrilla-text-muted);
  transition: var(--parrilla-transition);
}

.menu-product-card .menu-product-actions .btn-fav:hover,
.menu-product-card .menu-product-actions .btn-fav:focus-visible {
  background: rgba(177, 18, 38, 0.12);
  color: var(--parrilla-accent);
}

.menu-product-card .menu-product-actions .btn-fav.fav-active {
  background: rgba(177, 18, 38, 0.18);
  color: var(--parrilla-accent);
}

.menu-product-card .menu-product-actions .btn-whatsapp {
  background: rgba(18, 140, 126, 0.12);
  color: #0c6f63;
}

.menu-product-card .menu-product-actions .btn-whatsapp:hover,
.menu-product-card .menu-product-actions .btn-whatsapp:focus-visible {
  background: rgba(18, 140, 126, 0.2);
  color: #085248;
}

.menu-product-price {
  padding: 0.35rem 0.95rem;
  border-radius: 999px;
  background: rgba(177, 18, 38, 0.16);
  color: var(--parrilla-accent);
  font-size: 1.08rem;
  line-height: 1;
  font-family: var(--parrilla-font-sans);
  font-weight: 700;
  letter-spacing: 0.03em;
}

.menu-product-description {
  margin: 0;
  color: var(--parrilla-text-soft);
  font-size: 0.98rem;
  font-family: var(--parrilla-font-sans);
  letter-spacing: 0.01em;
}

.menu-product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.menu-tag {
  background: rgba(27, 36, 48, 0.08);
  color: var(--parrilla-text-muted);
  border-radius: 999px;
  padding: 0.32rem 0.75rem;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  font-family: var(--parrilla-font-sans);
}

.menu-tag:hover,
.menu-tag:focus-visible {
  background: rgba(177, 18, 38, 0.18);
  color: var(--parrilla-accent);
}

.menu-product-thumb {
  width: calc(100% + 3.5rem);
  margin: -1.75rem -1.75rem 1rem;
  height: 208px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-radius: 24px 24px 20px 20px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
  position: relative;
  overflow: hidden;
}

.menu-product-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(27, 36, 48, 0) 55%, rgba(27, 36, 48, 0.15) 100%);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.menu-product-card:hover .menu-product-thumb::after,
.menu-product-card:focus-within .menu-product-thumb::after {
  opacity: 1;
}

.menu-product-card.animated {
  box-shadow: 0 20px 38px rgba(177, 18, 38, 0.18);
}

@media (prefers-color-scheme: dark) {
  .menu-product-card {
    background: linear-gradient(180deg, var(--parrilla-surface-strong) 0%, rgba(36, 48, 68, 0.88) 100%);
    border-color: rgba(231, 235, 243, 0.1);
  }

  body.dark-mode .menu-product-card {
    background: linear-gradient(180deg, var(--parrilla-surface-strong) 0%, rgba(36, 48, 68, 0.88) 100%);
    border-color: rgba(231, 235, 243, 0.1);
  }

  .menu-product-card::before {
    background: linear-gradient(90deg, transparent, rgba(255, 215, 215, 0.45), transparent);
  }

  .menu-product-card .menu-product-actions .btn-fav,
  .menu-product-card .menu-product-actions .btn-whatsapp {
    background: rgba(231, 235, 243, 0.08);
    color: var(--parrilla-text-muted);
  }

  .menu-product-card .menu-product-actions .btn-fav:hover,
  .menu-product-card .menu-product-actions .btn-fav:focus-visible {
    background: rgba(177, 18, 38, 0.32);
    color: #ffd7d7;
  }

  .menu-product-card .menu-product-actions .btn-fav.fav-active {
    background: rgba(177, 18, 38, 0.4);
    color: #ffd7d7;
  }

  .menu-product-card .menu-product-actions .btn-whatsapp {
    background: rgba(12, 111, 99, 0.28);
    color: #bbe8df;
  }

  .menu-product-card .menu-product-actions .btn-whatsapp:hover,
  .menu-product-card .menu-product-actions .btn-whatsapp:focus-visible {
    background: rgba(12, 111, 99, 0.38);
    color: #d5f4ed;
  }

  .menu-product-price {
    background: rgba(177, 18, 38, 0.34);
    color: #ffd7d7;
    font-family: var(--parrilla-font-sans);
  }

  body.dark-mode .menu-product-price {
    background: rgba(177, 18, 38, 0.34);
    color: #ffd7d7;
  }

  .menu-tag {
    background: rgba(231, 235, 243, 0.12);
    color: var(--parrilla-text-muted);
      font-family: var(--parrilla-font-sans);
  }

  .menu-tag:hover,
  .menu-tag:focus-visible {
    background: rgba(177, 18, 38, 0.38);
    color: #ffd7d7;
  }

  .menu-product-thumb {
    box-shadow: inset 0 0 0 1px rgba(231, 235, 243, 0.08);
  }

  body.dark-mode .menu-tag {
    background: rgba(231, 235, 243, 0.12);
    color: var(--parrilla-text-muted);
  }

  body.dark-mode .menu-tag:hover,
  body.dark-mode .menu-tag:focus-visible {
    background: rgba(177, 18, 38, 0.38);
    color: #ffd7d7;
  }
}

/* Menu page outer environment */
.hero-simple + section {
  background: linear-gradient(180deg, var(--parrilla-surface) 0%, var(--parrilla-surface-strong) 52%, #ffffff 100%);
  position: relative;
  padding-top: clamp(3rem, 6vw, 5rem);
  padding-bottom: clamp(4rem, 7vw, 6rem);
  overflow: hidden;
}

.hero-simple + section::before,
.hero-simple + section::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(177, 18, 38, 0.12) 0%, rgba(177, 18, 38, 0) 70%);
  pointer-events: none;
  filter: blur(0.5px);
}

.hero-simple + section::before {
  top: -160px;
  left: -120px;
}

.hero-simple + section::after {
  bottom: -180px;
  right: -140px;
}

.hero-simple + section .container {
  position: relative;
  z-index: 1;
}

.hero-simple + section .row > .col-12 {
  position: relative;
  z-index: 1;
}

.menu-category {
  padding: clamp(2.4rem, 4vw, 3.2rem);
  border-radius: 32px;
  background: var(--parrilla-surface-strong);
  border: 1px solid var(--parrilla-border);
  box-shadow: var(--parrilla-shadow-sm);
  backdrop-filter: blur(4px);
  transition: var(--parrilla-transition);
}

.menu-category:not(:first-of-type) {
  margin-top: clamp(2.8rem, 5vw, 3.6rem);
}

.menu-category:hover {
  box-shadow: var(--parrilla-shadow-lg);
}

.menu-category-title {
  margin-bottom: 2.2rem;
  padding-bottom: 0;
  border-bottom: none;
  position: relative;
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  align-items: center;
}

.menu-category-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.1rem;
  width: 100%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(177, 18, 38, 0.8), rgba(177, 18, 38, 0));
  opacity: 0.65;
}

.menu-category-heading {
  gap: 0.6rem;
}

.menu-category-name {
  font-size: clamp(1.8rem, 3.8vw, 2.35rem);
  color: var(--parrilla-text);
  letter-spacing: 0.01em;
  font-family: var(--parrilla-font-display);
}

.menu-category small {
  color: var(--parrilla-text-soft);
  font-family: var(--parrilla-font-sans);
  font-size: 0.95rem;
  letter-spacing: 0.03em;
}

.menu-products-grid {
  position: relative;
  padding: 0.25rem;
}

.menu-products-grid::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.menu-category-badge {
  background: rgba(177, 18, 38, 0.16);
  color: var(--parrilla-accent);
  border: 1px solid rgba(177, 18, 38, 0.25);
  padding: 0.35rem 0.95rem;
  font-weight: 650;
  letter-spacing: 0.12em;
}

.menu-category-thumb,
.menu-category-icon {
  box-shadow: 0 18px 38px rgba(27, 36, 48, 0.08);
  border: 1px solid rgba(27, 36, 48, 0.04);
  transition: var(--parrilla-transition);
}

.menu-category:hover .menu-category-thumb,
.menu-category:hover .menu-category-icon {
  transform: translateY(-4px);
}

body.dark-mode .hero-simple + section {
  background: linear-gradient(180deg, rgba(27, 36, 48, 0.95) 0%, rgba(36, 48, 68, 0.92) 58%, rgba(27, 36, 48, 0.96) 100%);
}

body.dark-mode .hero-simple + section::before,
body.dark-mode .hero-simple + section::after {
  background: radial-gradient(circle, rgba(177, 18, 38, 0.24) 0%, rgba(177, 18, 38, 0) 75%);
}

body.dark-mode .menu-category {
  background: linear-gradient(180deg, rgba(36, 48, 68, 0.88) 0%, rgba(27, 36, 48, 0.92) 100%);
  border-color: rgba(231, 235, 243, 0.12);
  box-shadow: 0 24px 48px rgba(4, 8, 16, 0.45);
}

body.dark-mode .menu-category small {
  color: var(--parrilla-text-muted);
}

body.dark-mode .menu-category-title::after {
  background: linear-gradient(90deg, rgba(255, 215, 215, 0.8), rgba(255, 215, 215, 0));
  opacity: 0.55;
}

body.dark-mode .menu-category-badge {
  background: rgba(177, 18, 38, 0.32);
  color: #ffd7d7;
  border-color: rgba(177, 18, 38, 0.45);
}

body.dark-mode .menu-category-thumb,
body.dark-mode .menu-category-icon {
  box-shadow: 0 20px 40px rgba(4, 8, 16, 0.6);
  border-color: rgba(231, 235, 243, 0.12);
}