/* Sensaciooones — fondo claro, navbar blanco, acento rgb(255, 110, 64) */

:root {
  --sens-accent: rgb(255, 110, 64);
}

/* Scroll del documento: mismos valores que .d-testi en reseñas (carril #fff, pulgar gris).
   color-scheme: light evita gutter/scrollbar negro con body.dark-scheme. */
html {
  color-scheme: light;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.28) #ffffff;
}

html::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

html::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 4px;
}

html::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.28);
  border-radius: 4px;
  border: 2px solid #ffffff;
}

html::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.45);
}

body.sens-theme {
  background: #ffffff !important;
  color: #333333 !important;
  color-scheme: light;
  /* Firefox: mismo estilo que scroll de tarjetas de reseñas */
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.28) #ffffff;
}

body.sens-theme #wrapper {
  background: #ffffff;
}

/* Contenido: fondo base; cada sección elige crema o blanco con .sens-bg-cream / .sens-bg-white */
body.sens-theme #content {
  background: #ffffff !important;
}

body.sens-theme section.sens-bg-cream {
  background-color: #f5f0e6 !important;
}

body.sens-theme section.sens-bg-white {
  background-color: #ffffff !important;
}

/* Páginas sin clase: fondo claro por defecto (sustituye #18191b) */
body.sens-theme section:not(#section-slider):not(.sens-bg-cream):not(.sens-bg-white) {
  background-color: #ffffff !important;
}

body.sens-theme h1,
body.sens-theme h2,
body.sens-theme h3,
body.sens-theme h4,
body.sens-theme h5,
body.sens-theme h6 {
  color: #1a1a1a !important;
}

body.sens-theme p,
body.sens-theme .lead {
  color: #444444 !important;
}

body.sens-theme a:not(.btn-line):not(.btn-primary):not(.btn-custom) {
  color: var(--sens-accent);
}

/* —— Header: siempre fondo blanco, sin degradado oscuro —— */
body.sens-theme header.transparent {
  background: #ffffff !important;
  background-image: none !important;
  filter: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

body.sens-theme header.smaller {
  background: #ffffff !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

body.sens-theme header #mainmenu > li > a {
  color: var(--sens-accent) !important;
}

body.sens-theme header #mainmenu > li:hover > a,
body.sens-theme header #mainmenu > li > a:hover,
body.sens-theme header #mainmenu a.active {
  color: var(--sens-accent) !important;
}

body.sens-theme #mainmenu > li > ul,
body.sens-theme #mainmenu > li > div {
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
}

body.sens-theme #mainmenu li li a {
  color: #333 !important;
  border-bottom-color: #eeeeee !important;
}

body.sens-theme #mainmenu li li a:hover {
  color: var(--sens-accent) !important;
  background: rgba(255, 110, 64, 0.06) !important;
}

/* Subrayado hover / activo (reemplaza reglas en 03_enhancements) */
body.sens-theme #mainmenu > li > a::after {
  background: var(--sens-accent) !important;
}

/* Logo central: tamaño acotado */
body.sens-theme header.header_center .logo_pos img,
body.sens-theme header.header_center #logo img.logo {
  height: auto !important;
  max-height: 100px;
  max-width: min(320px, 42vw);
  width: auto;
  object-fit: contain;
}

body.sens-theme header.smaller.header_center .logo_pos img {
  max-height: 52px;
  max-width: 200px;
}

/* Menú móvil */
body.sens-theme header.bg-dark {
  background: #ffffff !important;
}

body.sens-theme #menu-btn {
  filter: brightness(0) saturate(100%) invert(48%) sepia(86%) saturate(2476%)
    hue-rotate(338deg) brightness(101%) contrast(101%);
}

/* Footer minimal (misma idea que restaurantesensacioones.com) */
body.sens-theme footer.sens-footer-minimal {
  background: #111111 !important;
  border-top: none;
  color: #b8b8b8 !important;
  padding: 48px 0 40px;
  text-align: center;
}

body.sens-theme footer.sens-footer-minimal .container {
  max-width: 900px;
}

body.sens-theme footer.sens-footer-minimal .sens-footer-minimal__social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(20px, 5vw, 44px);
}

body.sens-theme footer.sens-footer-minimal .sens-footer-minimal__social-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none !important;
  color: #c4c4c4 !important;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

body.sens-theme footer.sens-footer-minimal .sens-footer-minimal__social-link:hover {
  color: #ffffff !important;
}

body.sens-theme footer.sens-footer-minimal .sens-footer-minimal__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 18px;
  flex-shrink: 0;
}

body.sens-theme footer.sens-footer-minimal .sens-footer-minimal__icon--fb {
  background: #1877f2;
}

body.sens-theme footer.sens-footer-minimal .sens-footer-minimal__icon--ig {
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}

body.sens-theme footer.sens-footer-minimal .sens-footer-minimal__icon--mail {
  background: #1a8cd8;
}

body.sens-theme footer.sens-footer-minimal .sens-footer-minimal__rule {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  max-width: 560px;
  margin: 28px auto 24px;
}

body.sens-theme footer.sens-footer-minimal .sens-footer-minimal__copy {
  margin: 0;
  font-size: 12px;
  line-height: 1.65;
  font-style: italic;
  color: #9a9a9a !important;
}

body.sens-theme footer.sens-footer-minimal .sens-footer-minimal__copy a {
  color: #ff6e40 !important;
  font-style: italic;
  text-decoration: none !important;
}

body.sens-theme footer.sens-footer-minimal .sens-footer-minimal__copy a:hover {
  color: #ff855c !important;
  text-decoration: underline !important;
}

/* Tarjetas / formularios que asumían fondo oscuro */
body.sens-theme .de-review-app {
  background: #ffffff !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
  color: #333 !important;
}

body.sens-theme .de-review-app .d-testi {
  color: #444 !important;
}

body.sens-theme .de-review-app .d-testi-by a {
  color: var(--sens-accent) !important;
  text-decoration: none;
}

body.sens-theme .de-review-app .d-testi-by a:hover {
  text-decoration: underline;
}

/* Reseñas: carrusel Owl + tarjetas altura uniforme (estilo compacto Tripadvisor) */
body.sens-theme .sens-reviews-carousel.owl-carousel {
  margin-bottom: 8px;
}

body.sens-theme .sens-reviews-carousel .owl-item {
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
}

body.sens-theme .sens-reviews-carousel .owl-item > .item {
  display: flex;
  width: 100%;
  min-height: 300px;
}

body.sens-theme .sens-reviews-carousel .de-review-app.sens-review-card-compact {
  /* Sin h-100: Bootstrap h-100 (100% !important) colapsa si el padre no tiene altura */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 1 auto;
  width: 100%;
  min-height: 300px !important;
  height: 300px !important;
  max-height: 300px !important;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 420px;
}

/* Misma escala que Tripadvisor: no estirar el <a> ni el PNG de Google en el eje horizontal */
body.sens-theme .sens-reviews-carousel .de-review-app.sens-review-card-compact .d-logo {
  align-self: flex-start;
  width: auto;
  max-width: 100%;
  flex-shrink: 0;
  line-height: 0;
}

body.sens-theme .sens-reviews-carousel .de-review-app.sens-review-card-compact .d-logo img {
  display: block;
  width: auto !important;
  height: auto !important;
  max-height: 26px !important;
  max-width: min(200px, 100%) !important;
  object-fit: contain;
  margin-bottom: 25px;
}

body.sens-theme .sens-reviews-carousel .de-review-app.sens-review-card-compact .d-testi {
  width: 100%;
  align-self: stretch;
  max-height: 138px;
  overflow-y: auto;
  margin-bottom: 72px !important;
  padding-right: 6px;
  /* Firefox: pulgar gris suave + carril del mismo color que el fondo del card (#ffffff) */
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.28) #ffffff;
}

/* WebKit (Chrome/Edge/Safari): carril del mismo color que el card; pulgar gris suave */
body.sens-theme .sens-reviews-carousel .de-review-app.sens-review-card-compact .d-testi::-webkit-scrollbar {
  width: 8px;
}

body.sens-theme .sens-reviews-carousel .de-review-app.sens-review-card-compact .d-testi::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 4px;
}

body.sens-theme .sens-reviews-carousel .de-review-app.sens-review-card-compact .d-testi::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.28);
  border-radius: 4px;
  border: 2px solid #ffffff;
}

body.sens-theme .sens-reviews-carousel .de-review-app.sens-review-card-compact .d-testi::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.45);
}

body.sens-theme .sens-reviews-carousel .owl-theme .owl-controls {
  margin-top: 18px;
}

body.sens-theme .sens-reviews-carousel.owl-theme .owl-controls .owl-page span {
  background: rgba(0, 0, 0, 0.18) !important;
  opacity: 1 !important;
}

body.sens-theme .sens-reviews-carousel.owl-theme .owl-controls .owl-page.active span,
body.sens-theme .sens-reviews-carousel.owl-theme .owl-controls .owl-page.active span:before {
  background: var(--sens-accent) !important;
}

/* Reseñas en móvil/tablet: tarjeta a todo el ancho del slide, misma altura
   y descripción con scroll táctil (igual que en desktop con la rueda del mouse). */
@media (max-width: 991.98px) {
  body.sens-theme .sens-reviews-carousel .owl-item {
    padding-left: 6px;
    padding-right: 6px;
  }

  body.sens-theme .sens-reviews-carousel .owl-item > .item {
    min-height: 320px;
  }

  body.sens-theme .sens-reviews-carousel .de-review-app.sens-review-card-compact {
    max-width: none !important;
    width: 100% !important;
    min-height: 320px !important;
    height: 320px !important;
    max-height: 320px !important;
    box-sizing: border-box;
  }

  body.sens-theme .sens-reviews-carousel .de-review-app.sens-review-card-compact .d-testi {
    width: 100%;
    align-self: stretch;
    max-height: 150px !important;
    margin-bottom: 72px !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    touch-action: pan-y;
    padding-right: 6px;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.28) #ffffff;
  }

  body.sens-theme .sens-reviews-carousel .de-review-app.sens-review-card-compact .d-testi::-webkit-scrollbar-track {
    background: #ffffff;
  }

  body.sens-theme .sens-reviews-carousel .de-review-app.sens-review-card-compact .d-testi::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.28);
    border: 2px solid #ffffff;
  }
}

/* Móvil: barra superior fija (logo + hamburguesa) + menú en panel desde la derecha */
@media (max-width: 991.98px) {
  :root {
    --sens-mobile-header-h: 58px;
  }

  body.sens-theme #wrapper {
    padding-top: var(--sens-mobile-header-h);
  }

  body.sens-theme.sens-mobile-nav-open {
    overflow: hidden;
    touch-action: none;
  }

  body.sens-theme header.transparent {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  body.sens-theme header,
  body.sens-theme header.fixed {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    z-index: 10050 !important;
    min-height: var(--sens-mobile-header-h);
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    background: #ffffff !important;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08), 0 4px 20px rgba(0, 0, 0, 0.06) !important;
  }

  body.sens-theme header .container {
    max-width: 100%;
  }

  body.sens-theme header .container > .row > .col-lg-12 {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: calc(var(--sens-mobile-header-h) - 16px);
  }

  body.sens-theme header .clearfix {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  body.sens-theme #logo {
    margin-top: 0 !important;
    padding-top: 0;
    line-height: normal !important;
    float: none !important;
    order: 1;
    flex: 0 1 auto;
    max-width: calc(100% - 52px);
  }

  body.sens-theme header.header_center #logo img.logo,
  body.sens-theme header.smaller.header_center #logo img.logo {
    max-height: 44px;
    width: auto;
  }

  body.sens-theme #menu-btn {
    order: 2;
    flex: 0 0 auto;
    float: none !important;
    display: block !important;
    margin-top: 0 !important;
    align-self: center;
    position: relative;
    z-index: 10055;
    border-radius: 8px;
  }

  body.sens-theme #menu-btn:hover {
    background: rgba(255, 110, 64, 0.08) !important;
  }

  body.sens-theme #menu-btn:focus-visible {
    outline: 2px solid var(--sens-accent);
    outline-offset: 2px;
  }

  body.sens-theme header nav#sens-site-nav,
  body.sens-theme header nav {
    position: fixed !important;
    inset: 0 !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    max-width: none !important;
    height: 100dvh !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    background: #ffffff !important;
    border: 0 !important;
    box-shadow: none !important;
    z-index: 10060 !important;
    transform: translate3d(100%, 0, 0);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    float: none !important;
  }

  body.sens-theme .sens-mobile-nav-topbar {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: calc(var(--sens-mobile-header-h) + 4px);
    padding: calc(8px + env(safe-area-inset-top, 0px)) 10px 8px 16px;
    border-bottom: 0;
    background: #ffffff;
  }

  body.sens-theme .sens-mobile-nav-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: transparent;
    /* Mismo tono coral que el #menu-btn (filtro del icono hamburguesa) */
    color: var(--sens-accent) !important;
    font-size: 32px;
    line-height: 1;
    font-weight: 400;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
  }

  body.sens-theme .sens-mobile-nav-close:hover {
    background: rgba(255, 110, 64, 0.12);
    color: rgb(230, 75, 42) !important;
  }

  body.sens-theme .sens-mobile-nav-close:focus-visible {
    outline: 2px solid var(--sens-accent);
    outline-offset: 2px;
  }

  body.sens-theme header nav#sens-site-nav #mainmenu,
  body.sens-theme header nav #mainmenu {
    flex: 1 1 auto;
    min-height: 0;
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    justify-content: center;
    align-items: center !important;
    width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    padding: 16px 24px calc(28px + env(safe-area-inset-bottom, 0px)) !important;
    margin: 0 !important;
    gap: 0;
  }

  body.sens-theme header nav #mainmenu > li {
    width: 100%;
    max-width: 360px;
    text-align: center !important;
    float: none !important;
  }

  body.sens-theme header nav #mainmenu > li > a {
    display: block;
    width: 100%;
    text-align: center !important;
  }

  body.sens-theme.sens-mobile-nav-open header nav#sens-site-nav,
  body.sens-theme.sens-mobile-nav-open header nav {
    transform: translate3d(0, 0, 0);
  }

  body.sens-theme .sens-mobile-nav-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10045;
    margin: 0;
    padding: 0;
    border: 0;
    background: rgba(0, 0, 0, 0.42);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  body.sens-theme.sens-mobile-nav-open .sens-mobile-nav-backdrop {
    display: block;
  }

  /*
   * style.css: header.header_center #mainmenu { padding-top: 50px } para el menú centrado en desktop.
   * En home no hay .smaller; esa regla supera al #mainmenu { padding: 0 } del @media ≤992px y deja un
   * band blanco encima del primer enlace en el panel móvil.
   */
  body.sens-theme header.header_center:not(.smaller) #mainmenu {
    padding-top: 0 !important;
  }

  body.sens-theme header nav #mainmenu a {
    color: #333333 !important;
    text-align: center !important;
  }

  body.sens-theme header nav #mainmenu > li > a {
    color: var(--sens-accent) !important;
    text-align: center !important;
  }

  body.sens-theme #mainmenu a:hover {
    background: rgba(255, 110, 64, 0.08) !important;
    color: var(--sens-accent) !important;
  }

  /* Sin rayas entre ítems (anula style.css #mainmenu li border en móvil) */
  body.sens-theme header nav#sens-site-nav #mainmenu > li,
  body.sens-theme header nav #mainmenu > li,
  body.sens-theme header nav#sens-site-nav #mainmenu li,
  body.sens-theme header nav #mainmenu li {
    border: 0 !important;
    border-bottom: 0 !important;
    border-top: 0 !important;
    box-shadow: none !important;
  }

  body.sens-theme header nav#sens-site-nav #mainmenu > li > a,
  body.sens-theme header nav #mainmenu > li > a,
  body.sens-theme header nav#sens-site-nav #mainmenu a,
  body.sens-theme header nav #mainmenu a {
    border: 0 !important;
    border-bottom: 0 !important;
  }

  body.sens-theme header nav#sens-site-nav #mainmenu li ul,
  body.sens-theme header nav #mainmenu li ul,
  body.sens-theme header nav#sens-site-nav #mainmenu > li > ul,
  body.sens-theme header nav #mainmenu > li > ul,
  body.sens-theme header nav#sens-site-nav #mainmenu > li > div,
  body.sens-theme header nav #mainmenu > li > div {
    border: 0 !important;
    border-top: 0 !important;
    box-shadow: none !important;
  }

  body.sens-theme header nav #mainmenu li li a {
    border: 0 !important;
    border-bottom: 0 !important;
  }

  body.sens-theme header nav #mainmenu li ul li a {
    color: #333333 !important;
    border: 0 !important;
    border-bottom: 0 !important;
    text-align: center !important;
  }

  body.sens-theme #mainmenu li li a:hover {
    color: var(--sens-accent) !important;
  }

  body.sens-theme #mainmenu li ul li a,
  body.sens-theme #mainmenu li ul li ul li a {
    background: transparent !important;
    border: 0 !important;
    border-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  body.sens-theme .sens-mobile-nav-topbar {
    display: none !important;
  }
}

body.sens-theme .form-control,
body.sens-theme input[type="text"],
body.sens-theme input[type="email"],
body.sens-theme input[type="date"],
body.sens-theme input[type="number"],
body.sens-theme textarea,
body.sens-theme select {
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  color: #222 !important;
}

body.sens-theme .form-control:focus,
body.sens-theme input:focus,
body.sens-theme textarea:focus,
body.sens-theme select:focus {
  border-color: var(--sens-accent) !important;
  box-shadow: 0 0 0 3px rgba(255, 110, 64, 0.2) !important;
}

/*
 * Reservas / contacto: #contact_form fuerza borde var(--secondary-color) (#e3c086 en cream.css).
 * Mayor especificidad + fondo claro como el resto del tema.
 */
body.sens-theme #contact_form .form-control,
body.sens-theme #contact_form input[type="text"],
body.sens-theme #contact_form input[type="email"],
body.sens-theme #contact_form input[type="date"],
body.sens-theme #contact_form input[type="number"],
body.sens-theme #contact_form textarea,
body.sens-theme #contact_form select {
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  background: #ffffff !important;
  color: #222222 !important;
}

body.sens-theme #contact_form .form-control:focus,
body.sens-theme #contact_form input:focus,
body.sens-theme #contact_form textarea:focus,
body.sens-theme #contact_form select:focus {
  border-color: var(--sens-accent) !important;
  box-shadow: 0 0 0 3px rgba(255, 110, 64, 0.2) !important;
}

body.sens-theme #contact_form input::placeholder,
body.sens-theme #contact_form textarea::placeholder {
  color: rgba(0, 0, 0, 0.45) !important;
}

/* Breadcrumb: acento navbar (sustituye --secondary-color #e3c086 y dorado #c9a96b del subheader) */
body.sens-theme #subheader .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.82) !important;
}

body.sens-theme #subheader .breadcrumb-item a:hover {
  color: var(--sens-accent) !important;
}

body.sens-theme #subheader .breadcrumb-item.active {
  color: var(--sens-accent) !important;
}

body.sens-theme #subheader .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 110, 64, 0.65) !important;
}

body.sens-theme .breadcrumb-item.active {
  color: var(--sens-accent) !important;
}

body.sens-theme .breadcrumb-item + .breadcrumb-item::before {
  color: var(--sens-accent) !important;
}

body.sens-theme .breadcrumb a {
  color: rgba(0, 0, 0, 0.55) !important;
}

body.sens-theme .text-light .breadcrumb a,
body.sens-theme #subheader .breadcrumb a {
  color: rgba(255, 255, 255, 0.82) !important;
}

/* Memorable cards (fondo claro sobre sección blanca) */
body.sens-theme .memorable-cards .col-lg-3 .p-4 {
  background: #fafafa !important;
  border-color: rgba(0, 0, 0, 0.08) !important;
}

body.sens-theme .memorable-cards .col-lg-3 .p-4 h3,
body.sens-theme .memorable-cards .col-lg-3 .p-4 p {
  color: #fff !important;
}

/* Iconos PNG al acento #FF6E40 (mismo criterio que separator / menú hamburguesa) */
body.sens-theme .memorable-cards .memorable-card-icon {
  filter: brightness(0) saturate(100%) invert(48%) sepia(86%) saturate(2476%)
    hue-rotate(338deg) brightness(101%) contrast(101%);
}

/* Ingredientes frescos — CTA vidrio (misma idea que hero; gana a section.sens-bg-white) */
body.sens-theme section.sens-bg-white .memorable-cards .p-4 a.btn-line,
body.sens-theme .memorable-cards .p-4 a.btn-line {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.35) !important;
  background: rgba(255, 255, 255, 0.14) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  backdrop-filter: blur(14px) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
}

body.sens-theme section.sens-bg-white .memorable-cards .p-4 a.btn-line::before,
body.sens-theme .memorable-cards .p-4 a.btn-line::before {
  display: none !important;
}

body.sens-theme section.sens-bg-white .memorable-cards .p-4 a.btn-line:hover,
body.sens-theme .memorable-cards .p-4 a.btn-line:hover {
  /* Mismo vidrio blanco que en reposo — sin tinte naranja/rojo al hover */
  background: rgba(255, 255, 255, 0.14) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  backdrop-filter: blur(14px) !important;
  border-color: rgba(255, 110, 64, 0.65) !important;
  color: #ff6e40 !important;
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.2) !important;
}

/* CTA en fondos claros (p. ej. «Ver carta completa», «Reservar mesa», franja #cta): mismo acento que hero */
body.sens-theme section.sens-bg-cream a.btn-line,
body.sens-theme section.sens-bg-white:not(.text-light) a.btn-line {
  color: #ff6e40 !important;
  border-color: rgba(255, 110, 64, 0.55) !important;
  background: transparent !important;
}

body.sens-theme section.sens-bg-cream a.btn-line:hover,
body.sens-theme section.sens-bg-white:not(.text-light) a.btn-line:hover {
  background: #ff6e40 !important;
  border-color: #ff6e40 !important;
  color: #fff !important;
}

/*
 * Sugerencias del chef (home): con dark-scheme, .menu-item hereda texto claro (#fff) y no contrasta con fondo crema.
 */
body.sens-theme section.sens-chef-sugerencias .menu-item.thead .c1 {
  color: var(--sens-accent) !important;
}

body.sens-theme section.sens-chef-sugerencias .menu-item.thead .c2,
body.sens-theme section.sens-chef-sugerencias .menu-item.thead .c3 {
  color: #1a1a1a !important;
}

body.sens-theme section.sens-chef-sugerencias .menu-item:not(.thead) .c1 {
  color: #1a1a1a !important;
}

body.sens-theme section.sens-chef-sugerencias .menu-item:not(.thead) .c1 span {
  color: #4a4a4a !important;
  opacity: 1 !important;
}

body.sens-theme section.sens-chef-sugerencias .menu-item .c2,
body.sens-theme section.sens-chef-sugerencias .menu-item .c3 {
  color: #1a1a1a !important;
}

body.sens-theme section.sens-chef-sugerencias .menu-item:not(.thead):hover {
  background-color: rgba(0, 0, 0, 0.055) !important;
}

/* Anclas del índice lateral de carta: espacio bajo header al hacer scroll */
body.sens-theme .sens-menu-section-anchor {
  scroll-margin-top: 140px;
}

/* Carta (/menu): bloques «Sobre nosotros» con tabla CUP/MLC — misma legibilidad que sugerencias del chef */
body.sens-theme section.sens-menu-carta-bloque .menu-item:not(.thead) .c1 {
  color: #1a1a1a !important;
}

body.sens-theme section.sens-menu-carta-bloque .menu-item:not(.thead) .c1 span {
  color: #4a4a4a !important;
  opacity: 1 !important;
}

body.sens-theme section.sens-menu-carta-bloque .menu-item .c2,
body.sens-theme section.sens-menu-carta-bloque .menu-item .c3 {
  color: #1a1a1a !important;
}

body.sens-theme section.sens-menu-carta-bloque .menu-item:not(.thead):hover {
  background-color: rgba(0, 0, 0, 0.055) !important;
}

body.sens-theme section.sens-menu-carta-bloque .menu-item.thead .c1 {
  color: var(--sens-accent) !important;
}

body.sens-theme section.sens-menu-carta-bloque .menu-item.thead .c2,
body.sens-theme section.sens-menu-carta-bloque .menu-item.thead .c3 {
  color: #1a1a1a !important;
}

/* Todos los btn-line: flecha = color del texto (normal y hover) */
body.sens-theme a.btn-line::after,
body.sens-theme .btn-line::after {
  color: inherit !important;
}

body.sens-theme a.btn-line:hover::after,
body.sens-theme .btn-line:hover::after {
  color: inherit !important;
}

/* Mantiene legibilidad en bloques que siguen oscuros (hero, subheader, CTA con imagen) */
body.sens-theme .text-light h2,
body.sens-theme .text-light h3,
body.sens-theme .text-light h5,
body.sens-theme .text-light p,
body.sens-theme .text-light .lead {
  color: inherit !important;
}

body.sens-theme .social-icons a:hover {
  background: var(--sens-accent) !important;
  border-color: var(--sens-accent) !important;
  color: #fff !important;
}

/*
 * Preloader: fondo oscuro (el componente ya lo pone en línea, pero !important del tema lo anulaba en blanco).
 * z-index por encima de html:before/body:before (10000) y del header (1001) para que no asome ninguna franja clara.
 */
body.sens-theme #preloader {
  background: #0a0a0a !important;
  z-index: 100002 !important;
}

body.sens-theme #preloader > div {
  border-color: rgba(255, 110, 64, 0.25) !important;
  border-top-color: var(--sens-accent) !important;
}

/* Inicio: navbar expandido (scroll arriba) más pegado al borde superior; el hero se lee desde el pie del menú */
body.dark-scheme.sens-theme header.header_center:not(.smaller) {
  height: auto !important;
}

@media only screen and (min-width: 993px) {
  body.dark-scheme.sens-theme header.header_center:not(.smaller) #logo {
    display: none !important;
  }

  /* Una sola fila flex: enlaces y logo comparten eje vertical (centro respecto al logo) */
  body.dark-scheme.sens-theme header.header_center:not(.smaller) #mainmenu {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: nowrap;
    float: none !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  body.dark-scheme.sens-theme header.header_center:not(.smaller) #mainmenu > li {
    float: none !important;
    position: relative;
  }

  /* El span que inserta designesia.js tras enlaces con submenú es solo para móvil; en desktop desalinea el li */
  body.dark-scheme.sens-theme header.header_center:not(.smaller) #mainmenu > li > span {
    display: none !important;
  }

  body.dark-scheme.sens-theme header.header_center:not(.smaller) #mainmenu > li > a {
    margin-top: 0 !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }

  /* Solo márgenes: no poner display:block en ambos img — anularía display:none de .c_logo_dark y duplicaría el logo */
  body.dark-scheme.sens-theme header.header_center:not(.smaller) .logo_pos img {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 992px) {
  body.sens-theme #mainmenu li:last-child {
    margin-bottom: 12px !important;
  }
}

/* Escritorio: botón flotante volver arriba */
body.sens-theme .sens-scroll-top-fab {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 9990;
  display: none;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: var(--sens-accent);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.14), 0 0 0 1px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.28s ease, transform 0.28s ease, box-shadow 0.2s ease, background 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

@media (min-width: 992px) {
  body.sens-theme .sens-scroll-top-fab {
    display: flex;
  }

  body.sens-theme .sens-scroll-top-fab.sens-scroll-top-fab--visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  body.sens-theme .sens-scroll-top-fab:hover {
    background: var(--sens-accent);
    color: #ffffff;
    box-shadow: 0 10px 32px rgba(255, 110, 64, 0.35);
  }

  body.sens-theme .sens-scroll-top-fab:focus-visible {
    outline: 2px solid var(--sens-accent);
    outline-offset: 3px;
  }
}

/* Nosotros (/about): equipo — misma altura de card y fotos recortadas uniformes */
body.sens-theme section.sens-about-team .row.align-items-stretch {
  align-items: stretch !important;
}

body.sens-theme section.sens-about-team .sens-about-team-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  text-align: center;
}

body.sens-theme section.sens-about-team .sens-about-team-card__media {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 3 / 4;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border-radius: 16px;
  background: #e8e4dc;
}

body.sens-theme section.sens-about-team .sens-about-team-card__media img.sens-about-team-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 0;
}

body.sens-theme section.sens-about-team .sens-about-team-card h4 {
  min-height: 2.5em;
  margin-bottom: 0;
  color: #1a1a1a !important;
}

body.sens-theme section.sens-about-team .sens-about-team-card__role {
  color: #555555 !important;
  font-size: 15px;
  min-height: 1.5em;
  margin-top: 6px;
}

/* Horario (home): foto vertical — parallax rápido y más recorrido al hacer scroll */
body.sens-theme #section-title-1.sens-horario-section {
  position: relative;
  overflow: hidden;
  min-height: 72vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
  box-sizing: border-box;
}

body.sens-theme #section-title-1.sens-horario-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0.5) 45%,
    rgba(0, 0, 0, 0.65) 100%
  );
}

body.sens-theme #section-title-1.sens-horario-section > .jarallax-img {
  object-fit: cover;
  object-position: center 22%;
  /* Más alto que el bloque: al hacer scroll se recorre más imagen (jarallax + data-speed) */
  height: 165% !important;
  min-height: 165% !important;
  top: -32.5% !important;
}

body.sens-theme #section-title-1.sens-horario-section > .container {
  position: relative;
  z-index: 2;
  width: 100%;
  flex: 0 1 auto;
}
