/**
 * Playground design port — glass chrome, home slides, side drawer, meniu, product.
 * Tokens from theme.css :root (--true-primary / tertiary / hb-surface).
 */

/* -------------------------------------------------------------------------- */
/* Glass float chrome (menu FAB, search)                                      */
/* -------------------------------------------------------------------------- */
.hb-menu-fab,
.true-menu-fab,
.true-meniu-search-toggle,
.mfc-fab,
.meniu-sticky-fab {
  border: 1px solid rgba(255, 255, 255, 0.55) !important;
  background:
    linear-gradient(
      155deg,
      rgba(255, 255, 255, 0.72) 0%,
      rgba(var(--true-tertiary-rgb), 0.42) 48%,
      color-mix(in srgb, var(--true-secondary) 38%, transparent) 100%
    ) !important;
  color: var(--true-primary) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow:
    0 10px 28px rgba(var(--true-primary-rgb), 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.7) !important;
}

.true-menu-fab {
  pointer-events: auto;
  position: fixed;
  z-index: 1040;
  top: calc(48px + env(safe-area-inset-top, 0px));
  right: calc(24px + env(safe-area-inset-right, 0px));
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.true-menu-fab__icon {
  width: 22px;
  height: 22px;
  display: block;
  filter: none;
}

.true-menu-fab__icon path,
.true-menu-fab__icon line {
  stroke: var(--true-primary);
  stroke-width: 2.2;
  fill: none;
  stroke-linecap: round;
}

@media (max-width: 991.98px) {
  .true-menu-fab {
    top: calc(18px + env(safe-area-inset-top, 0px));
    right: calc(18px + env(safe-area-inset-right, 0px));
    width: 44px;
    height: 44px;
  }
}

body[data-page="home"] .true-navbar-toggler,
body.true-meniu-page .true-navbar-toggler,
body[data-page="produs"] .true-navbar-toggler {
  display: none !important;
}

body.true-on-hero-or-concept .true-menu-fab {
  display: inline-flex !important;
}

/* -------------------------------------------------------------------------- */
/* Home header — transparent chrome                                           */
/* -------------------------------------------------------------------------- */
body[data-page="home"] .true-header {
  background: transparent !important;
  box-shadow: none !important;
}

body[data-page="home"] .true-header .navbar {
  background: transparent !important;
}

body[data-page="home"] .true-nav-link.button,
body[data-page="home"] .true-brand-text,
body[data-page="home"] .true-mobile-slide-title {
  color: var(--true-dark) !important;
  font-family: NoirProReg, sans-serif;
}

body[data-page="home"] .true-nav-link.button.selected {
  color: var(--true-primary) !important;
}

body[data-page="home"] .true-nav-link.button::after {
  background-color: var(--true-primary);
}

/* Footer slide: white nav + social (desktop) */
body.true-footer-slide-active .true-header,
body.true-footer-slide-active .true-header.true-header--on-footer {
  background: transparent !important;
}

body.true-footer-slide-active .true-nav-link.button,
body.true-footer-slide-active .true-nav-link.button.selected,
body.true-footer-slide-active .true-brand-text,
body.true-footer-slide-active .true-mobile-slide-title,
body.true-footer-slide-active .true-nav-locatii-select {
  color: #fff !important;
  --color: #fff;
}

body.true-footer-slide-active .true-nav-link.button::after {
  background-color: #fff !important;
}

body.true-footer-slide-active .true-nav-social img,
body.true-footer-slide-active .true-menu-fab__icon {
  filter: brightness(0) invert(1);
}

body.true-footer-slide-active .true-menu-fab {
  border-color: rgba(255, 255, 255, 0.35) !important;
}

@media (max-width: 991.98px) {
  /* Keep FAB on mobile footer even if legacy theme hid the header bar */
  body.true-footer-slide-active .true-menu-fab {
    display: inline-flex !important;
  }
}

/* -------------------------------------------------------------------------- */
/* Glass cards + CTAs (home slides)                                           */
/* -------------------------------------------------------------------------- */
.hb-card,
#home-swiper .slide-text,
#home-swiper .concept-card,
.slide-content-concept .slide-text,
.true-contact-card,
.rezervari-form-card {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  padding: 1.6rem 1.6rem 1.45rem;
  border-radius: 24px;
  box-sizing: border-box;
  background:
    linear-gradient(
      155deg,
      rgba(255, 255, 255, 0.86) 0%,
      rgba(var(--true-tertiary-rgb), 0.3) 100%
    );
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow:
    0 14px 36px rgba(var(--true-primary-rgb), 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

#home-swiper .slide-text-title h1,
#home-swiper .slide-text h1,
.hb-title {
  margin: 0;
  font-family: NoirProSemi, NoirProMed, sans-serif !important;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  line-height: 1.18;
  letter-spacing: 0.1em;
  color: var(--true-dark) !important;
  text-transform: uppercase;
}

#home-swiper .slide-text-title {
  padding-bottom: 0.7rem;
  border-bottom: 1px solid color-mix(in srgb, var(--true-primary) 28%, transparent);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
}

#home-swiper .slide-text-desc p,
.hb-copy p {
  margin: 0;
  font-family: NoirProReg, sans-serif !important;
  font-size: 0.95rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: color-mix(in srgb, var(--true-dark) 82%, transparent) !important;
}

.btn-true,
.hb-cta,
.true-meniu-btn-in-slide {
  margin: 0;
  min-width: 140px;
  border-radius: 999px !important;
  background: var(--true-primary) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 10px 24px rgba(var(--true-primary-rgb), 0.26);
  font-family: NoirProSemi, NoirProMed, sans-serif !important;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: none;
  padding: 0.85rem 1.75rem !important;
}

.btn-true:hover,
.hb-cta:hover,
.true-meniu-btn-in-slide:hover {
  background: color-mix(in srgb, var(--true-primary) 88%, #000) !important;
  color: #fff !important;
}

.rezervari-submit-btn,
.true-rezervari-submit,
.contact-submit {
  border-radius: 999px !important;
  background: var(--true-primary) !important;
  color: #fff !important;
  font-family: NoirProSemi, NoirProMed, sans-serif !important;
  box-shadow: 0 10px 24px rgba(var(--true-primary-rgb), 0.26);
  border: none !important;
  padding: 0.85rem 1.75rem !important;
}

#home-swiper .swiper-slide {
  background: var(--hb-surface);
}

#home-swiper .swiper-slide[data-hash="home"] {
  background:
    radial-gradient(
      120% 80% at 50% 0%,
      rgba(var(--true-tertiary-rgb), 0.34) 0%,
      transparent 58%
    ),
    linear-gradient(
      165deg,
      #fbf7f2 0%,
      color-mix(in srgb, var(--true-tertiary) 22%, #fbf7f2) 100%
    );
}

/* Vertical center content stacks on phone */
@media (max-width: 991.98px) {
  #home-swiper .slide-content-with-pics,
  #home-swiper .slide-content-concept,
  #home-swiper .slide-content:not(.slide-hero):not(.slide-content-footer) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    min-height: 100%;
    box-sizing: border-box;
    padding-top: 12px;
    padding-bottom: 12px;
    gap: 0.55rem;
  }

  #home-swiper .slide-text {
    padding: 1.15rem 1.1rem 1.05rem;
    gap: 0.7rem;
  }

  #home-swiper .slide-text-title h1 {
    font-size: 1.5rem !important;
  }

  #home-swiper .slide-text-desc p {
    font-size: 0.85rem !important;
  }
}

#home-swiper .true-slide-pics .img-container img,
#home-swiper .hb-media {
  border-radius: 20px;
}

#home-swiper .true-slide-pics .img-container {
  background: rgba(var(--true-tertiary-rgb), 0.14);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(var(--true-primary-rgb), 0.12);
  overflow: hidden;
}

/* -------------------------------------------------------------------------- */
/* Side drawer — opaque panel + icon rows (playground)                        */
/* -------------------------------------------------------------------------- */
.true-nav-offcanvas.offcanvas {
  --bs-offcanvas-width: min(400px, 88vw);
  width: min(400px, 88vw) !important;
  max-width: 88vw !important;
  /* Solid — no see-through over page content */
  background: #f7f0e6 !important;
  border-left: 1px solid color-mix(in srgb, var(--true-primary) 14%, transparent);
  box-shadow: -12px 0 32px rgba(var(--true-primary-rgb), 0.18);
}

.true-nav-offcanvas .offcanvas-body,
.true-side-menu__panel {
  min-height: 100%;
  height: 100%;
  padding: calc(28px + env(safe-area-inset-top, 0px)) 22px calc(28px + env(safe-area-inset-bottom, 0px));
  display: flex;
  flex-direction: column;
  gap: 22px;
  background:
    linear-gradient(
      165deg,
      color-mix(in srgb, var(--true-tertiary) 42%, #fff) 0%,
      #f7f0e6 38%,
      #f3ebe0 100%
    ) !important;
  box-sizing: border-box;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.true-side-menu__header {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 0 !important;
  border: none !important;
}

.true-side-menu__brand-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.true-side-menu__brand {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  color: var(--true-primary) !important;
  font-size: 15px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-family: NoirProSemi, NoirProMed, sans-serif !important;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.true-side-menu__close {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--true-secondary) !important;
  box-shadow: 0 3px 10px rgba(111, 77, 56, 0.22);
  cursor: pointer;
  opacity: 1;
}

.true-side-menu__close img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
  display: block;
}

.true-side-menu__lang {
  width: 100%;
  min-height: 52px;
  border-radius: 16px !important;
  border: 1px solid color-mix(in srgb, var(--true-primary) 14%, transparent) !important;
  background: #fff !important;
  box-shadow: 0 6px 14px rgba(var(--true-primary-rgb), 0.08);
  font-family: NoirProMed, NoirProReg, sans-serif !important;
  font-size: 16px !important;
  color: var(--true-primary) !important;
  padding: 12px 18px !important;
}

.true-side-menu__login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 12px 18px;
  border-radius: 999px;
  border: none;
  text-decoration: none !important;
  background: var(--true-primary) !important;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(var(--true-primary-rgb), 0.22);
  font-family: NoirProSemi, NoirProMed, sans-serif !important;
  font-size: 15px;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background 0.2s ease;
}

.true-side-menu__login:hover {
  background: color-mix(in srgb, var(--true-primary) 88%, #000) !important;
  color: #fff !important;
}

.true-side-menu__login-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}

/* Permanent community pill — top-left under header / meniu cats */
.true-community-pill {
  position: fixed;
  z-index: 1020;
  left: calc(12px + env(safe-area-inset-left, 0px));
  top: calc(var(--true-header-h, 72px) + 10px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: min(280px, calc(100vw - 96px));
  min-height: 40px;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  text-decoration: none !important;
  background:
    linear-gradient(
      155deg,
      rgba(255, 255, 255, 0.88) 0%,
      rgba(var(--true-tertiary-rgb), 0.42) 100%
    );
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow:
    0 10px 24px rgba(var(--true-primary-rgb), 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  color: var(--true-primary) !important;
  font-family: NoirProSemi, NoirProMed, sans-serif !important;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  transition:
    top 0.25s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.true-community-pill:hover {
  background:
    linear-gradient(
      155deg,
      rgba(255, 255, 255, 0.95) 0%,
      rgba(var(--true-tertiary-rgb), 0.55) 100%
    );
  box-shadow:
    0 12px 28px rgba(var(--true-primary-rgb), 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  color: var(--true-primary) !important;
}

.true-community-pill__text {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.true-meniu-page .true-community-pill {
  top: calc(var(--true-header-h, 72px) + var(--true-cats-h, 90px) + 8px);
}

@media (max-width: 600px) {
  .true-community-pill {
    max-width: min(220px, calc(100vw - 72px));
    min-height: 36px;
    padding: 0.45rem 0.85rem;
    font-size: 11px;
  }
}

.true-side-menu__nav-card {
  flex: 1 1 auto;
  padding: 0.55rem;
  border-radius: 18px;
  background: #fff !important;
  border: 1px solid color-mix(in srgb, var(--true-primary) 12%, transparent);
  box-shadow: 0 8px 18px rgba(var(--true-primary-rgb), 0.1);
  opacity: 1;
}

.true-side-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}

.true-side-menu__item {
  display: flex !important;
  align-items: center;
  gap: 12px;
  min-height: 50px;
  margin: 0;
  padding: 10px 14px !important;
  border-radius: 12px;
  text-decoration: none !important;
  background: transparent;
  color: var(--true-dark) !important;
  font-family: NoirProReg, sans-serif !important;
  font-size: 15px !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
}

.true-side-menu__item span {
  flex: 1 1 auto;
  min-width: 0;
  color: inherit;
  font-family: inherit;
}

.true-side-menu__item:hover,
.true-side-menu__item:focus-visible {
  background: color-mix(in srgb, var(--true-tertiary) 28%, #fff) !important;
  color: var(--true-primary) !important;
}

.true-side-menu__item--active,
.true-side-menu__item.selected {
  background: color-mix(in srgb, var(--true-tertiary) 40%, #fff) !important;
  color: var(--true-primary) !important;
  font-family: NoirProSemi, NoirProMed, sans-serif !important;
}

.true-side-menu__item--active .true-side-menu__icon,
.true-side-menu__item.selected .true-side-menu__icon {
  filter: none;
  opacity: 1;
}

.true-side-menu__icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  opacity: 0.9;
  /* Tint ionicons (black stroke) to secondary brown */
  filter: invert(48%) sepia(18%) saturate(720%) hue-rotate(350deg) brightness(90%) contrast(88%);
}

.true-side-menu__item--active .true-side-menu__icon,
.true-side-menu__item.selected .true-side-menu__icon,
.true-side-menu__item:hover .true-side-menu__icon {
  filter: invert(28%) sepia(28%) saturate(700%) hue-rotate(350deg) brightness(90%) contrast(90%);
}

.true-side-menu__loc-row {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 50px;
  padding: 6px 14px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--true-tertiary) 18%, #fff);
}

.true-side-menu__loc-select {
  flex: 1 1 auto;
  min-width: 0;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  font-family: NoirProReg, sans-serif !important;
  font-size: 15px !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--true-dark) !important;
  padding: 0.35rem 0 !important;
  appearance: auto;
  -webkit-appearance: menulist;
}

.true-side-menu__social {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: auto;
  padding-top: 0.75rem;
  border-top: 1px solid color-mix(in srgb, var(--true-primary) 12%, transparent);
}

.true-side-menu__social a {
  display: inline-flex;
  padding: 0.35rem;
  opacity: 0.85;
}

.true-side-menu__social a:hover {
  opacity: 1;
}

/* Kill legacy transparent / underline nav styles inside drawer */
.true-nav-offcanvas .true-nav-link.button::after,
.true-side-menu__item.button::after {
  display: none !important;
}

.true-nav-offcanvas .true-nav-link {
  --bs-nav-link-color: var(--true-dark);
}

/* -------------------------------------------------------------------------- */
/* Mobile logo animation                                                      */
/* -------------------------------------------------------------------------- */
.true-hero-svg-wrap {
  position: relative;
}

.true-hero-svg-wrap::before {
  content: '';
  position: absolute;
  inset: 12% 18% 8%;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(var(--true-tertiary-rgb), 0.55) 0%,
    transparent 70%
  );
  filter: blur(18px);
  pointer-events: none;
  z-index: 0;
  transform: translateZ(0);
}

.true-hero-svg-wrap > svg {
  position: relative;
  z-index: 1;
}

.svg.svg--mobile,
.true-logo-mobile.svg--mobile {
  width: min(78vw, 300px);
  max-height: min(68vh, 680px);
  aspect-ratio: 300 / 680;
  margin-top: clamp(28px, 7vh, 72px);
  transform: translateY(2%);
  overflow: visible;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.svg--mobile .logo-mobile-original {
  opacity: 0;
  animation: logo-mobile-settle-in 0.35s ease-out 5s forwards;
}

.svg--mobile .logo-mobile-shake {
  transform-box: fill-box;
  transform-origin: center;
}

/* Logo-shaped splash shadow — heavy blur melts straight edges */
.svg--mobile .logo-mobile-shadow-pulse {
  opacity: 0;
  pointer-events: none;
  animation: logo-mobile-settle-in 0.35s ease-out 5s forwards;
}

/* Blur from SVG feGaussianBlur — CSS blur on <g> is a no-op in Safari */
.svg--mobile .logo-mobile-shadow-pulse__blur {
  transform-box: fill-box;
  transform-origin: center;
}

.svg--mobile .logo-mobile-shadow-pulse__beat {
  transform-box: fill-box;
  transform-origin: center;
  will-change: transform, opacity;
}

.svg--mobile .logo-mobile-shadow-pulse__beat--wash {
  animation: logo-mobile-shadow-beat-wash 3.11s ease-in-out 5.4s infinite;
}

.svg--mobile .logo-mobile-shadow-pulse__beat--core {
  animation: logo-mobile-shadow-beat-core 3.11s ease-in-out 5.4s infinite;
}

@keyframes logo-mobile-settle-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes logo-mobile-shadow-beat-wash {
  0%,
  63%,
  100% {
    opacity: 0.42;
    transform: translate(0, 14px) scale(1.08);
  }
  13.5% {
    opacity: 0.68;
    transform: translate(0, 22px) scale(1.18);
  }
  29% {
    opacity: 0.42;
    transform: translate(0, 14px) scale(1.08);
  }
  40.5% {
    opacity: 0.56;
    transform: translate(0, 18px) scale(1.13);
  }
}

@keyframes logo-mobile-shadow-beat-core {
  0%,
  63%,
  100% {
    opacity: 0.28;
    transform: translate(0, 8px) scale(1.04);
  }
  13.5% {
    opacity: 0.48;
    transform: translate(0, 14px) scale(1.1);
  }
  29% {
    opacity: 0.28;
    transform: translate(0, 8px) scale(1.04);
  }
  40.5% {
    opacity: 0.38;
    transform: translate(0, 11px) scale(1.07);
  }
}

@media (prefers-reduced-motion: reduce) {
  .svg--mobile .logo-mobile-shadow-pulse__beat--wash,
  .svg--mobile .logo-mobile-shadow-pulse__beat--core {
    animation: none !important;
    opacity: 0.35;
    transform: translate(0, 10px) scale(1.06);
  }
}

@media (max-width: 600px) {
  .svg.svg--mobile,
  .true-logo-mobile.svg--mobile {
    width: min(82vw, 300px);
    max-height: min(64vh, 640px);
    margin-top: clamp(24px, 6vh, 64px);
    transform: translateY(0);
  }
}

/* -------------------------------------------------------------------------- */
/* Meniu page + sticky header                                                 */
/* -------------------------------------------------------------------------- */
body.true-meniu-page,
body.true-meniu-page #main-content {
  background: var(--hb-surface);
}

body.true-meniu-page .true-header {
  /* Opaque — same wash as cats strip so nothing shows through the seam */
  background: color-mix(in srgb, var(--true-tertiary) 16%, var(--true-bg)) !important;
  box-shadow: none !important;
}

body.true-meniu-page .true-nav-loc-title,
body.true-meniu-page .true-brand-text {
  color: var(--true-primary) !important;
  font-family: NoirProMed, sans-serif;
}

.true-meniu-section,
.true-meniu-page-layout {
  background: transparent;
}

.true-meniu-cats-top {
  position: -webkit-sticky !important;
  position: sticky !important;
  /* Overlap header by 1px so no hairline gap / menu bleed-through */
  top: calc(var(--true-header-h, 72px) - 1px) !important;
  z-index: 1025; /* below .true-header (1030) */
  background: color-mix(in srgb, var(--true-tertiary) 16%, var(--true-bg));
  border-radius: 0 0 16px 16px;
  padding: 0 0 10px;
  margin-top: 0;
}

@media (max-width: 991.98px) {
  .true-meniu-cats-top {
    top: calc(var(--true-header-h, 56px) - 1px) !important;
  }
}

.true-meniu-cats-list .true-meniu-cat-link,
.true-meniu-cat-link {
  padding: 10px 14px;
  border-radius: 14px;
  background: color-mix(in srgb, var(--true-tertiary) 18%, var(--true-bg));
  border: 1px solid color-mix(in srgb, var(--true-primary) 12%, transparent);
  color: var(--true-primary) !important;
  font-family: NoirProSemi, NoirProMed, sans-serif;
  font-size: 11px;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease;
}

.true-meniu-cat-link.active,
.true-meniu-cat-link.selected,
.true-meniu-cat-link:hover {
  background: var(--true-primary) !important;
  color: #fff !important;
  border-color: transparent;
}

.true-meniu-cat-link img {
  border-radius: 12px;
}

.true-meniu-cats-arrow {
  color: var(--true-secondary) !important;
  background: transparent !important;
  border: none !important;
}

/* Meniu search dock — playground mfc-search (above mainCats) */
.true-meniu-search-dock {
  pointer-events: none;
  position: fixed;
  z-index: 1035;
  right: calc(12px + env(safe-area-inset-right, 0px));
  bottom: calc(72px + env(safe-area-inset-bottom, 0px));
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  max-width: calc(100vw - 24px);
  opacity: 1;
  transition:
    opacity 0.3s ease,
    left 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    right 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.true-meniu-search-dock--hidden {
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden;
}

.true-meniu-search-dock--hidden .true-meniu-search-fab,
.true-meniu-search-dock--hidden .true-meniu-search-expand,
.true-meniu-search-dock--hidden .true-meniu-search-close {
  pointer-events: none !important;
}

.true-meniu-search-dock--open {
  left: calc(12px + env(safe-area-inset-left, 0px));
  right: calc(12px + env(safe-area-inset-right, 0px));
  max-width: none;
  width: auto;
}

.true-meniu-search-fab,
.true-meniu-search-dock .true-meniu-search-toggle {
  pointer-events: auto;
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.55) !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(
      155deg,
      rgba(255, 255, 255, 0.72) 0%,
      rgba(var(--true-tertiary-rgb), 0.42) 48%,
      color-mix(in srgb, var(--true-secondary) 38%, transparent) 100%
    ) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow:
    0 10px 28px rgba(var(--true-primary-rgb), 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.7) !important;
  cursor: pointer;
  /* Override theme.css mobile scale(0.7) on .true-meniu-search-toggle */
  transform: none !important;
  transform-origin: center;
  transition:
    opacity 0.22s ease,
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    width 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.true-meniu-search-fab img {
  display: block;
  filter: invert(28%) sepia(28%) saturate(700%) hue-rotate(350deg) brightness(90%) contrast(90%);
}

.true-meniu-search-dock--open .true-meniu-search-fab {
  opacity: 0;
  transform: scale(0.4) !important;
  width: 0;
  margin: 0;
  padding: 0 !important;
  pointer-events: none;
  overflow: hidden;
  border-width: 0 !important;
  box-shadow: none !important;
}

.true-meniu-search-expand {
  pointer-events: none;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 0;
  opacity: 0;
  transform: translateX(20px);
  transform-origin: right center;
  overflow: hidden;
  transition:
    max-width 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.28s ease,
    transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

.true-meniu-search-dock--open .true-meniu-search-expand {
  pointer-events: auto;
  max-width: 100%;
  opacity: 1;
  transform: translateX(0);
}

.true-meniu-search-full {
  pointer-events: auto;
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  min-width: min(100%, calc(100vw - 24px));
  height: 48px;
  padding: 0 4px 0 16px;
  border-radius: 999px;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  background:
    linear-gradient(
      155deg,
      rgba(255, 255, 255, 0.88) 0%,
      rgba(var(--true-tertiary-rgb), 0.4) 100%
    );
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow:
    0 10px 28px rgba(var(--true-primary-rgb), 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.true-meniu-search-full .true-meniu-search-input {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  height: 100%;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  -webkit-appearance: none;
  appearance: none;
  font-family: NoirProMed, sans-serif !important;
  font-size: 15px;
  color: var(--true-primary) !important;
  padding: 0 !important;
}

.true-meniu-search-full .true-meniu-search-input::placeholder {
  color: color-mix(in srgb, var(--true-primary) 55%, transparent);
}

.true-meniu-search-close {
  pointer-events: auto;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin: 0 2px 0 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, #fff 70%, var(--true-tertiary));
  box-shadow: 0 2px 8px rgba(var(--true-primary-rgb), 0.12);
  cursor: pointer;
  opacity: 0;
  transform: scale(0.7);
  transition:
    opacity 0.2s ease 0.12s,
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
}

.true-meniu-search-close img {
  filter: invert(28%) sepia(28%) saturate(700%) hue-rotate(350deg) brightness(90%) contrast(90%);
}

.true-meniu-search-dock--open .true-meniu-search-close {
  opacity: 1;
  transform: scale(1);
}

/* Web: 600px centered above mainCats segment (playground ≥601px) */
@media (min-width: 601px) {
  .true-meniu-search-dock {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    justify-content: center;
    max-width: 600px;
    bottom: calc(88px + env(safe-area-inset-bottom, 0px));
  }

  .true-meniu-search-dock--open {
    left: 50%;
    right: auto;
    width: 600px;
    max-width: min(600px, calc(100vw - 48px));
    transform: translateX(-50%);
  }

  .true-meniu-search-dock--open .true-meniu-search-expand {
    max-width: 600px;
  }

  .true-meniu-search-full {
    min-width: 0;
    width: 600px;
    max-width: min(600px, calc(100vw - 48px));
  }
}

.true-meniu-maincats-bar {
  background: transparent !important;
  box-shadow: none !important;
}

.true-meniu-maincats-bar .true-segment-outer {
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.true-meniu-maincats-bar .true-segment-inner {
  background: rgba(var(--true-tertiary-rgb), 0.85) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 22px !important;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
  padding: 6px !important;
}

.true-meniu-maincats-bar .true-segment-btn {
  font-family: NoirProMed, sans-serif !important;
  color: var(--true-dark) !important;
  border-radius: 16px !important;
}

.true-meniu-maincats-bar .true-segment-btn.active {
  background: var(--true-primary) !important;
  color: #fff !important;
  font-family: NoirProSemi, NoirProMed, sans-serif !important;
}

.true-meniu-maincats-bar .true-segment-icon {
  filter: brightness(0);
  opacity: 0.9;
}

.true-meniu-maincats-bar .true-segment-btn.active .true-segment-icon {
  filter: brightness(0) invert(1);
  opacity: 1;
}

@media (max-width: 991.98px) {
  .true-meniu-maincats-bar .true-meniu-main-segment,
  .true-meniu-maincats-bar .true-segment-outer {
    width: 90%;
    max-width: 90vw;
  }

  .true-meniu-maincats-bar .true-segment-inner {
    width: 100%;
    max-width: none !important;
    justify-content: space-evenly;
    gap: 6px;
  }

  .true-meniu-maincats-bar .true-segment-label {
    display: none !important;
  }

  .true-meniu-maincats-bar .true-segment-btn {
    flex: 1 1 0;
    min-width: 0 !important;
    min-height: 48px !important;
    padding: 10px 8px !important;
  }
}

@media (min-width: 992px) {
  .true-meniu-maincats-bar .true-segment-label {
    display: inline !important;
  }
}

/* Product cards — glass */
.product-card {
  border-radius: 22px !important;
  background: color-mix(in srgb, #fff 74%, var(--true-tertiary)) !important;
  border: 1px solid color-mix(in srgb, var(--true-primary) 12%, transparent) !important;
  box-shadow: 0 8px 22px rgba(var(--true-primary-rgb), 0.09) !important;
  overflow: hidden;
}

.product-card-title {
  font-family: NoirProSemi, NoirProMed, sans-serif !important;
  color: var(--true-dark) !important;
}

.product-card-price,
.product-card-desc {
  font-family: NoirProReg, sans-serif !important;
  color: color-mix(in srgb, var(--true-dark) 78%, transparent) !important;
}

.product-card-comanda {
  border-radius: 999px !important;
  background: var(--true-primary) !important;
  color: #fff !important;
  font-family: NoirProSemi, NoirProMed, sans-serif !important;
  border: none !important;
  padding: 0.45rem 1rem !important;
}

.product-card-label {
  font-family: NoirProMed, sans-serif !important;
  color: var(--true-primary) !important;
}

.product-card-comanda:hover {
  background: color-mix(in srgb, var(--true-primary) 88%, #000) !important;
  color: #fff !important;
}

/* Meniu sticky fabs row (menu only under cats when we add it) */
.meniu-sticky-fabs {
  display: flex;
  justify-content: flex-end;
  padding: 6px 12px 0;
  pointer-events: none;
}

.meniu-sticky-fab--menu {
  pointer-events: auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* -------------------------------------------------------------------------- */
/* Product page                                                               */
/* -------------------------------------------------------------------------- */
.true-produs-page,
body[data-page="produs"] #main-content {
  background:
    radial-gradient(110% 58% at 50% -8%, rgba(var(--true-tertiary-rgb), 0.42) 0%, transparent 58%),
    radial-gradient(55% 40% at 100% 18%, rgba(var(--true-primary-rgb), 0.07) 0%, transparent 55%),
    radial-gradient(50% 35% at 0% 70%, rgba(var(--true-secondary-rgb), 0.08) 0%, transparent 50%),
    linear-gradient(
      180deg,
      color-mix(in srgb, var(--true-tertiary) 14%, var(--true-bg)) 0%,
      var(--true-bg) 42%,
      color-mix(in srgb, var(--true-primary) 5%, var(--true-bg)) 100%
    ) !important;
}

.true-produs-image-wrapper,
.true-produs-details,
.true-produs-card,
.pd-card,
.pd-image-card {
  border-radius: 22px;
  background: color-mix(in srgb, #fff 74%, var(--true-tertiary));
  border: 1px solid color-mix(in srgb, var(--true-primary) 12%, transparent);
  box-shadow: 0 8px 22px rgba(var(--true-primary-rgb), 0.09);
}

.true-produs-image-wrapper {
  padding: 0.85rem;
  overflow: hidden;
}

.true-produs-image-wrapper img,
.true-produs-image-wrapper video {
  border-radius: 16px;
}

.true-produs-details {
  padding: 1.35rem 1.4rem;
}

.true-produs-page h1,
.true-produs-title {
  font-family: NoirProSemi, NoirProMed, sans-serif !important;
  color: var(--true-dark) !important;
  letter-spacing: 0.04em;
}

.true-produs-order-btn,
.true-produs-page .btn-true,
.pd-cta {
  border-radius: 999px !important;
  background: var(--true-primary) !important;
  color: #fff !important;
  font-family: NoirProSemi, NoirProMed, sans-serif !important;
  box-shadow: 0 10px 24px rgba(var(--true-primary-rgb), 0.26) !important;
  border: none !important;
  padding: 0.85rem 1.75rem !important;
}

.true-produs-order-btn:hover,
.pd-cta:hover {
  background: color-mix(in srgb, var(--true-primary) 88%, #000) !important;
  color: #fff !important;
}

body[data-page="produs"] .true-header {
  background: transparent !important;
}

/* Loc selector chevron uses primary */
.true-nav-loc-selector {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 12 12'%3E%3Cpath fill='%236F4D38' d='M6 8L1 3h10z'/%3E%3C/svg%3E") !important;
}

/* Loc choice: full clean surface — no black footer behind */
body.true-meniu-loc-choice,
body.true-meniu-loc-choice #main-content {
  background: var(--hb-surface) !important;
  min-height: 100vh;
}

body.true-meniu-loc-choice .true-footer {
  display: none !important;
}

.true-meniu-loc-modal {
  background: var(--hb-surface) !important;
  z-index: 1040;
}

.true-meniu-loc-modal-backdrop {
  background: var(--hb-surface) !important;
  opacity: 1 !important;
}

/* Meniu / masa modals — glass shells */
.true-meniu-loc-modal-content,
.true-meniu-masa-modal-content {
  border-radius: 22px !important;
  background:
    linear-gradient(
      155deg,
      #fff 0%,
      color-mix(in srgb, var(--true-tertiary) 28%, #fff) 100%
    ) !important;
  border: 1px solid color-mix(in srgb, var(--true-primary) 14%, transparent) !important;
  box-shadow: 0 14px 36px rgba(var(--true-primary-rgb), 0.16) !important;
  color: var(--true-dark) !important;
}

.true-meniu-loc-modal-title,
.true-meniu-masa-modal-title {
  font-family: NoirProSemi, NoirProMed, sans-serif !important;
  color: var(--true-dark) !important;
}

.true-meniu-loc-modal-subtitle {
  color: color-mix(in srgb, var(--true-dark) 72%, transparent) !important;
  opacity: 1 !important;
}

.true-meniu-loc-modal-btn,
.true-meniu-masa-modal-btn {
  border-radius: 999px !important;
  background: var(--true-primary) !important;
  color: #fff !important;
  font-family: NoirProSemi, NoirProMed, sans-serif !important;
  border: none !important;
}

.true-meniu-loc-modal-btn:hover,
.true-meniu-masa-modal-btn:hover {
  background: color-mix(in srgb, var(--true-primary) 88%, #000) !important;
  color: #fff !important;
}

/* Concept slide centering — card sized to content */
#home-swiper .slide-content-concept {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  gap: 0;
  padding: 1rem;
  box-sizing: border-box;
}

#home-swiper .slide-concept-inner.hb-card,
#home-swiper .concept-card {
  flex: 0 1 auto;
  align-self: center;
  height: auto;
  min-height: 0;
  max-width: 640px;
  width: 100%;
}

#home-swiper .slide-concept-icon {
  display: none !important;
}

#home-swiper .hb-mark {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  opacity: 0.82;
  object-fit: contain;
}

#home-swiper .hb-slide-head .hb-title,
#home-swiper .slide-text-title .hb-title {
  flex: 1 1 auto;
  min-width: 0;
}

/* Product option radios */
.true-produs-option {
  border-radius: 14px !important;
  border: 1px solid color-mix(in srgb, var(--true-primary) 14%, transparent) !important;
  background: color-mix(in srgb, #fff 70%, var(--true-tertiary)) !important;
  padding: 0.75rem 1rem !important;
  margin-bottom: 0.5rem;
}

.true-produs-option:has(input:checked) {
  border-color: var(--true-primary) !important;
  box-shadow: 0 0 0 1px var(--true-primary);
}

.true-produs-fixed-bottom {
  background:
    linear-gradient(
      180deg,
      transparent 0%,
      color-mix(in srgb, var(--true-bg) 92%, transparent) 28%,
      var(--true-bg) 100%
    );
  padding: 0.75rem 1rem;
  z-index: 1020;
}

.true-produs-fixed-bottom .true-produs-btn-comanda {
  border-radius: 999px !important;
  background: var(--true-primary) !important;
  color: #fff !important;
  font-family: NoirProSemi, NoirProMed, sans-serif !important;
  flex: 1;
}

.true-produs-fixed-bottom .true-produs-btn-inapoi {
  border-radius: 999px !important;
  border-color: color-mix(in srgb, var(--true-primary) 30%, transparent) !important;
  color: var(--true-primary) !important;
  font-family: NoirProMed, sans-serif !important;
}

/* Rezervari / contact forms on home */
#home-swiper .rezervari-form,
#home-swiper .true-contact-form-wrap,
.slide-content-rezervari .rezervari-card,
.slide-content-contact .contact-form-card {
  border-radius: 24px;
  background:
    linear-gradient(
      155deg,
      rgba(255, 255, 255, 0.86) 0%,
      rgba(var(--true-tertiary-rgb), 0.3) 100%
    );
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow:
    0 14px 36px rgba(var(--true-primary-rgb), 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 1.4rem;
}

/* Web: keep center nav; FAB top-right; clear social/lang from under FAB */
@media (min-width: 992px) {
  body[data-page="home"] .true-menu-fab,
  body.true-meniu-page .true-menu-fab,
  body[data-page="produs"] .true-menu-fab {
    top: calc(36px + env(safe-area-inset-top, 0px));
    right: calc(22px + env(safe-area-inset-right, 0px));
  }

  body[data-page="home"] .true-nav-center,
  body.true-meniu-page .true-nav-center,
  body[data-page="produs"] .true-nav-center {
    padding-right: 64px;
  }

  body.true-footer-slide-active .true-header {
    display: block !important;
  }
}
