/* T ZERO theme – from Angular variables.scss + NoirPro (playground global.scss) */

/* NoirPro – same as playground src/global.scss */
@font-face {
  font-family: 'NoirProSemi';
  src: url('../assets/fonts/NoirPro-SemiBold.woff2') format('woff2');
}
@font-face {
  font-family: 'NoirProReg';
  src: url('../assets/fonts/NoirPro-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'NoirProLight';
  src: url('../assets/fonts/NoirPro-Light.woff2') format('woff2');
}
@font-face {
  font-family: 'NoirProMed';
  src: url('../assets/fonts/NoirPro-Medium.woff2') format('woff2');
}

html {
  scrollbar-gutter: stable;
}

:root {
  --true-primary: #202020;
  --true-primary-rgb: 26, 26, 26;
  --true-secondary: #A07856;
  --true-secondary-rgb: 160, 120, 86;
  --true-tertiary: #f2faf7;
  --true-tertiary-rgb: 242, 250, 247;
  --true-light: #f6f8fc;
  --true-dark: #2f2f2f;
  --true-medium: #5f5f5f;
  --true-medium-rgb: 95, 95, 95;
  --true-danger: #ec7355;
  /* Menu page – playground palette */
  --true-meniu-primary: #6F4D38;
  --true-meniu-primary-rgb: 111, 77, 56;
  --true-meniu-secondary: #A07856;
  --true-meniu-secondary-rgb: 160, 120, 86;
  --true-meniu-tertiary: #d3b790;
  --true-meniu-tertiary-rgb: 211, 183, 144;
}

html, body {
  width: 100%;
  max-width: 100%;
}

body {
  background-color: var(--true-light);
  color: var(--true-dark);
  font-family: 'NoirProReg', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Main content: centred in the middle of the page */
#main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
#main-content > * {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
#main-content > .true-swiper-wrap {
  max-width: none;
}
#main-content > .true-meniu-section {
  max-width: 1320px; /* 1100px + 20% */
}
#main-content > .true-meniu-page-layout {
  max-width: 1320px;
}

/* Header */
.true-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  z-index: 1030;
  background: var(--true-light);
  font-family: 'NoirProReg', sans-serif;
  overflow-x: hidden;
  box-sizing: border-box;
}

.true-header .navbar {
  max-width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (max-width: 991.98px) {
  .true-header .navbar {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
  }
}

.true-navbar-toggler.navbar-toggler {
  border: none;
  padding: 0.35rem;
}
@media (max-width: 991.98px) {
  .true-navbar-toggler.navbar-toggler {
    transform: scale(0.7);
    transform-origin: center;
  }
}

/* Navbar: logo left, links center, social right */
.true-header .navbar .container-fluid,
.true-navbar-inner {
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}
.true-navbar-inner {
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
  flex-wrap: nowrap;
}
.true-navbar-inner .navbar-brand { flex-shrink: 0; }
.true-nav-center {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}
@media (min-width: 992px) {
  .true-nav-center {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .true-nav-spacer {
    flex: 1 1 0;
    min-width: 0;
  }
  .true-nav-links {
    flex: 0 0 auto;
    justify-content: center;
  }
  .true-nav-social {
    flex: 0 0 auto;
  }
}
@media (max-width: 991.98px) {
  .true-navbar-inner { width: 100%; min-width: 0; }
  .true-nav-center { flex-direction: column; }
  .true-nav-spacer { display: none; }
  .true-nav-social { margin-top: 0.5rem; }
}

.true-logo {
  display: block;
  width: 56px;
  height: 56px;
}
.true-brand-wrap {
  gap: 0.45rem;
  text-decoration: none;
}
.true-brand-text {
  font-family: 'NoirProMed', sans-serif;
  font-size: 1rem;
  color: var(--true-primary);
  white-space: nowrap;
  line-height: 1;
}
.true-brand-with-loc { gap: 0.25rem; flex-shrink: 0; }
/* Menu page: hide brand when loc selector shown; only h1 + arrow visible */
.true-has-loc-selector .true-brand-text { display: none !important; }
/* Menu page: h1 shows full loc name; selector shows only arrow */
.true-nav-loc-title {
  font-family: 'NoirProMed', sans-serif;
  font-size: 1rem;
  color: var(--true-primary);
  white-space: nowrap;
  line-height: 1;
}
.true-nav-loc-selector-wrap {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  overflow: hidden;
}
.true-nav-loc-selector {
  position: absolute;
  inset: -2px;
  font-family: 'NoirProMed', sans-serif !important;
  font-size: 0 !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  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='%23202020' d='M6 8L1 3h10z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.true-nav-loc-selector:focus {
  outline: none;
  box-shadow: none !important;
}
.true-nav-loc-selector option {
  font-size: 0.875rem;
  background: var(--true-light);
  color: var(--true-primary);
  -webkit-text-fill-color: var(--true-primary);
}
/* Menu page mobile: single row, smaller H1, reduced spacing */
@media (max-width: 991.98px) {
  .true-meniu-page .true-navbar-inner {
    flex-wrap: nowrap;
    gap: 0.25rem;
  }
  .true-meniu-page .true-has-loc-selector {
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
  }
  .true-meniu-page .true-nav-loc-title {
    font-size: 0.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  .true-meniu-page .true-logo {
    width: 40px;
    height: 40px;
  }
  .true-meniu-page .true-brand-with-loc {
    gap: 0.15rem;
  }
  .true-meniu-mobile-right {
    gap: 0.15rem;
    flex-shrink: 0;
  }
  .true-meniu-page .true-navbar-inner {
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }
}
/* Menu page: MainCats segment – playground palette */
.true-segment-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 6px 8px;
  background: rgba(var(--true-meniu-primary-rgb), 0.2);
  border-radius: 8px;
}
.true-segment-btn {
  padding: 6px 12px;
  font-family: 'NoirProMed', sans-serif;
  font-size: 13px;
  color: #fff;
  background: transparent;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.true-segment-btn:hover {
  background: rgba(var(--true-meniu-primary-rgb), 0.3);
}
/* Selected: primary color for all */
.true-segment-btn.active {
  background: var(--true-meniu-primary);
  color: #fff;
}

/* Menu page: location choice modal (when /meniu without ?loc=) – fits content */
.true-meniu-loc-modal {
  position: fixed;
  inset: 0;
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  box-sizing: border-box;
}
.true-meniu-loc-modal-backdrop {
  position: absolute;
  inset: 0;
  background: transparent;
}
.true-meniu-loc-modal-content {
  position: relative;
  width: max-content;
  max-width: min(420px, calc(100vw - 2rem));
  padding: 1.5rem 2rem;
  text-align: center;
  color: #fff;
  background: rgba(var(--true-primary-rgb), 0.95);
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}
.true-meniu-loc-modal-title {
  font-family: 'NoirProMed', sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}
.true-meniu-loc-modal-subtitle {
  font-family: 'NoirProLight', sans-serif;
  font-size: 0.9rem;
  opacity: 0.9;
  margin-bottom: 1.25rem;
}
.true-meniu-loc-modal-options {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.true-meniu-loc-modal-btn {
  display: block;
  padding: 0.75rem 1.25rem;
  font-family: 'NoirProMed', sans-serif;
  font-size: 1.1rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.true-meniu-loc-modal-btn:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.6);
  color: #fff;
}
.true-meniu-page-layout-hidden {
  visibility: hidden;
  position: absolute;
  pointer-events: none;
}

/* Menu page: table order modal (when masa in URL) */
.true-meniu-masa-modal {
  position: fixed;
  inset: 0;
  z-index: 1060;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  box-sizing: border-box;
}
.true-meniu-masa-modal-backdrop {
  position: absolute;
  inset: 0;
  background: transparent !important;
}
.true-meniu-masa-modal-content {
  position: relative;
  width: 100%;
  max-width: min(400px, calc(100vw - 2rem));
  padding: 2rem 1.75rem;
  text-align: center;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}
.true-meniu-masa-modal-title {
  font-family: 'NoirProMed', sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 0.75rem 0;
}
.true-meniu-masa-modal-desc {
  font-family: 'NoirProLight', sans-serif;
  font-size: 0.95rem;
  color: #333;
  line-height: 1.5;
  margin: 0 0 1.5rem 0;
}
.true-meniu-masa-modal-btn {
  font-family: 'NoirProMed', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background: var(--true-meniu-primary, #6B4E38);
  border: none;
  padding: 0.65rem 1.5rem;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s ease, opacity 0.2s ease;
}
.true-meniu-masa-modal-btn:hover {
  background: var(--true-meniu-secondary, #8B6B4E);
  opacity: 0.95;
}
.true-meniu-masa-modal.true-meniu-masa-modal--hidden {
  display: none;
}

/* Menu page: MainCats bar – desktop: fixed at bottom, transparent bar, segment centered; mobile: fixed at bottom */
.true-meniu-maincats-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  padding: 0.75rem 1rem;
  padding-bottom: calc(0.75rem + env(safe-area-inset-bottom, 0));
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none; /* clicks pass through transparent area */
  box-sizing: border-box;
  transition: opacity 0.3s ease;
}
.true-meniu-maincats-bar.true-meniu-maincats-bar--hidden {
  opacity: 0;
  pointer-events: none;
}
.true-meniu-maincats-bar .true-meniu-main-segment {
  display: flex;
  justify-content: center;
  padding: 0;
  pointer-events: auto; /* segment catches clicks */
}
.true-segment-outer {
  padding: 6px;
  background :var(--true-meniu-secondary) !important;
  border-radius: 12px;
}
.true-meniu-maincats-bar .true-segment-inner {
  justify-content: center;
  background: rgba(255, 255, 255, 0.1) !important;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}
/* Desktop: transparent bar, outer=transparent+padding, inner=solid, larger font */
@media (min-width: 992px) {
  .true-meniu-maincats-bar {
    background: transparent;
    box-shadow: none;
  }
  .true-meniu-maincats-bar .true-segment-outer {
    padding: 10px 14px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 14px;
  }
  .true-meniu-maincats-bar .true-segment-inner {
    background: var(--true-meniu-secondary);
  }
  .true-meniu-maincats-bar .true-segment-btn {
    font-size: 16px;
    padding: 8px 16px;
    color: #fff;
  }
  .true-meniu-maincats-bar .true-segment-btn:hover {
    background: rgba(255, 255, 255, 0.15);
  }
  .true-meniu-maincats-bar .true-segment-btn.active {
    background: var(--true-meniu-primary);
    color: #fff;
  }
}
/* Mobile: solid background – playground secondary (brown) */
@media (max-width: 991.98px) {
  .true-meniu-maincats-bar {
    background: var(--true-meniu-secondary);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
    pointer-events: auto;
  }
  .true-meniu-maincats-bar .true-segment-outer {
    padding: 6px 10px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 10px;
  }
  .true-meniu-maincats-bar .true-segment-inner {
    background: var(--true-meniu-secondary);
  }
  .true-meniu-maincats-bar .true-segment-btn {
    color: #fff;
  }
  .true-meniu-maincats-bar .true-segment-btn.active {
    background: var(--true-meniu-primary);
    color: #fff;
  }
}
/* Very narrow mobile (< 400px): keep MainCats buttons on single row */
@media (max-width: 399.98px) {
  .true-meniu-maincats-bar .true-segment-inner {
    flex-wrap: nowrap;
    gap: 2px;
    padding: 4px 6px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .true-meniu-maincats-bar .true-segment-inner::-webkit-scrollbar {
    display: none;
  }
  .true-meniu-maincats-bar .true-segment-btn {
    flex-shrink: 0;
    font-size: 10px;
    padding: 6px 8px;
    white-space: nowrap;
  }
}

.true-mobile-slide-title {
  display: none;
}
@media (max-width: 991.98px) {
  .true-mobile-slide-title {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    text-align: center;
    font-family: 'NoirProMed', sans-serif;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--true-primary);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 0.5rem;
  }
  .true-logo {
    width: 35px !important;
    height: 35px !important;
    max-width: 35px;
  }
}
@media (max-width: 360px) {
  .true-logo {
    width: 29px !important;
    height: 29px !important;
    max-width: 29px;
  }
}

/* Nav link + playground-style animated underline (.button / .selected) */
.true-nav-link {
  color: var(--true-dark) !important;
  font-family: 'NoirProReg', sans-serif !important;
  font-size: 14px !important;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-decoration: none !important;
}
.true-nav-link:hover {
  color: var(--true-primary) !important;
}

/* Underline: animate left-to-right on hover and when selected */
@keyframes true-nav-underline-in {
  from { width: 0; }
  to { width: 100%; }
}
@keyframes true-nav-locatii-underline-in {
  from { width: 0; }
  to { width: calc(100% - 22px); }
}
.true-nav-link.button {
  position: relative;
  display: inline-block;
  padding-left: 4px;
  padding-right: 8px;
}
.true-nav-link.button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1.4px;
  background-color: rgba(var(--true-medium-rgb, 95, 95, 95), 0.8);
  transition: width 0.5s ease-in-out;
}
.true-nav-link.button:hover::after {
  width: 100%;
}
.true-nav-link.button.selected::after {
  width: 100%;
  animation: true-nav-underline-in 0.5s ease-in-out forwards;
  transition: width 0.5s ease-in-out;
}
/* When hovering another link, hide the selected link’s underline so only the hovered one shows */
.true-nav-links:has(.true-nav-link:hover) .true-nav-link.selected:not(:hover)::after {
  width: 0;
  transition: none;
}
.true-nav-link.button.selected {
  color: rgba(var(--true-medium-rgb, 95, 95, 95), 0.9) !important;
}

/* LOCAȚII select – same underline as other nav links, no thick border */
.true-nav-locatii-wrap {
  display: inline-flex;
  align-items: center;
}
.true-nav-locatii-select {
  position: relative;
  font-family: 'NoirProReg', sans-serif !important;
  font-size: 14px !important;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--true-dark) !important;
  background: transparent;
  border: none;
  padding: 0 8px 0 4px;
  min-height: auto;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 2px center;
  padding-right: 18px;
}
.true-nav-locatii-select:hover {
  color: var(--true-primary) !important;
}
.true-nav-locatii-select:focus {
  outline: none;
  box-shadow: none;
}
.true-nav-locatii-wrap {
  position: relative;
}
.true-nav-locatii-wrap::after {
  content: "";
  position: absolute;
  left: 4px;
  bottom: 0;
  width: 0;
  height: 1.4px;
  background-color: rgba(var(--true-medium-rgb, 95, 95, 95), 0.8);
  transition: width 0.5s ease-in-out;
}
.true-nav-locatii-wrap:hover::after {
  width: calc(100% - 22px);
}
@keyframes true-nav-locatii-underline-in {
  from { width: 0; }
  to { width: calc(100% - 22px); }
}
.true-nav-locatii-wrap.selected::after {
  width: calc(100% - 22px);
  animation: true-nav-locatii-underline-in 0.5s ease-in-out forwards;
  transition: width 0.5s ease-in-out;
}
.true-nav-links:has(.true-nav-link:hover) .true-nav-locatii-wrap.selected:not(:hover)::after {
  width: 0;
  transition: width 0.5s ease-in-out;
}
.true-nav-locatii-wrap.selected .true-nav-locatii-select {
  color: rgba(var(--true-medium-rgb, 95, 95, 95), 0.9) !important;
}

/* Offcanvas: above category bar (1035) so nav is not hidden under it on menu page */
.true-nav-offcanvas.offcanvas { z-index: 1045; }
/* Mobile: full-page menu offcanvas (right) */
@media (max-width: 991.98px) {
  .true-nav-offcanvas.offcanvas {
    width: 40%;
    max-width: 40%;
    height: 100vh;
    border: none;
    border-radius: 0;
    background: var(--true-light);
  }
  .true-nav-offcanvas-header {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  .true-nav-offcanvas-header .btn-close {
    font-size: 1.25rem;
  }
  .true-nav-offcanvas-body {
    padding: 1.5rem;
  }
  .true-nav-offcanvas-links {
    flex-direction: column;
    gap: 0.5rem;
  }
  .true-nav-offcanvas-links .nav-link {
    font-size: 1.1rem;
    padding: 0.6rem 0;
  }
}

/* Home: full-height swiper */
.true-swiper-wrap {
  height: 100vh;
  padding-top: 56px; /* under fixed header */
  padding-bottom: 70px; /* space for mobile Meniu button */
}
@media (min-width: 992px) {
  .true-swiper-wrap { padding-bottom: 0; }
}

.true-swiper-wrap .swiper {
  height: 100%;
}
.true-swiper-wrap .swiper .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.true-swiper-wrap .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--true-light);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.true-swiper-wrap .swiper-slide::-webkit-scrollbar {
  display: none;
}

.true-swiper-wrap .swiper-pagination-bullet {
  background: #fff;
  border: 1.5px solid #000;
  opacity: 1;
}

.true-swiper-wrap .swiper-pagination-bullet-active {
  background: #000;
}

/* Home swiper: slide transition like playground (scale/depth + fade), smooth entry */
#home-swiper .swiper-slide .slide-content {
  position: relative;
  transform: perspective(1000px) translateZ(-300px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
#home-swiper .swiper-slide-active .slide-content {
  transform: perspective(1000px) translateZ(0);
  opacity: 1;
}

/* Slide content */
.slide-content {
  max-width: 900px;
  padding: 2rem 1.5rem;
}

/* Concept slide: playground layout – content col + icon (logo), 30% narrower */
.slide-content-concept {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 1.5rem;
  max-width: 819px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
  overflow: visible;
}
.slide-concept-inner {
  flex: 1 1 100%;
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.slide-concept-icon {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.slide-concept-icon img {
  width: 46px;
  height: 46px;
  opacity: 0.9;
}
#home-swiper .swiper-slide[data-hash="concept"] .slide-content-concept h1 {
  font-family: 'NoirProMed', sans-serif !important;
  font-size: 42px;
  letter-spacing: 12px;
  width: 100%;
  max-width: 100%;
  overflow: visible;
  overflow-wrap: break-word;
}
#home-swiper .swiper-slide[data-hash="concept"] .slide-content-concept p {
  font-size: 14px;
  letter-spacing: 1px;
  width: 100%;
  max-width: 100%;
  overflow: visible;
  overflow-wrap: break-word;
}
@media (max-width: 600px) {
  .slide-concept-icon {
    flex-direction: row;
    width: 100%;
    justify-content: center;
    margin-top: 1rem;
  }
  #home-swiper .swiper-slide[data-hash="concept"] .slide-content-concept h1 {
    font-size: 26px;
  }
  #home-swiper .swiper-slide[data-hash="concept"] .slide-content-concept p {
    font-size: 12px;
  }
}

.slide-content h1 {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-family: 'NoirProMed', sans-serif;
  color: var(--true-primary);
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.slide-content p {
  font-family: 'NoirProLight', sans-serif;
  font-weight: normal;
  color: var(--true-dark);
  line-height: 1.6;
  margin-bottom: 1rem;
}

/* Contact slide – styles from playground contact.page.scss */
.slide-content-contact {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  max-width: 900px;
  width: 100%;
  padding-left: 14px;
  padding-right: 14px;
  min-height: 100%;
  box-sizing: border-box;
}
.contact-slide-body {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  flex: 1 1 auto;
}
.contact-slide-footer {
  margin-top: auto;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  flex-shrink: 0;
  box-sizing: border-box;
}
.slide-content-contact h1 {
  font-family: 'NoirProMed', sans-serif !important;
}
.slide-content-contact .contact-input,
.slide-content-contact .contact-label,
.slide-content-contact .contact-submit {
  font-family: 'NoirProLight', sans-serif !important;
  font-weight: normal !important;
}
.true-contact-form {
  padding-left: 12px;
  padding-right: 12px;
}
.contact-content-container {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 7 1 0;
  min-width: 0;
  order: 1;
}
.contact-title {
  padding-left: 6px;
  height: 70px;
  margin-top: 3em;
}
.contact-title h1 {
  letter-spacing: 9px;
  font-size: 32px;
  margin-bottom: 0;
  color: var(--true-primary);
  text-transform: uppercase;
}
.contact-title-empty {
  min-height: 70px;
}
.contact-inputs-wrapper .contact-field {
  margin-top: 12px;
}
.contact-label {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--true-dark);
}
.contact-input {
  width: 100%;
  font-size: 14px;
  padding: 10px 12px;
  border: 1px solid var(--true-dark);
  border-radius: 2px;
  background: transparent;
  color: var(--true-dark);
  font-family: 'NoirProReg', sans-serif;
}
.contact-input::placeholder {
  opacity: 0.5;
}
.contact-input:focus {
  outline: none;
  border-color: var(--true-primary);
  box-shadow: 0 0 0 1px var(--true-primary);
}
.contact-textarea {
  resize: vertical;
  min-height: 100px;
}
.contact-submit {
  margin-top: 1rem;
  margin-bottom: 1rem;
  /* margin-left: 12px; */
  min-width: 0;
  width: 130px;
  font-size: 18px;
  letter-spacing: 0.25em;
  box-shadow: none !important;
  border-radius: 2px !important;
  padding: 10px 12px !important;
  color: #fff !important;
  border: none;
  cursor: pointer;
  background: var(--true-meniu-primary) !important;
  transition: opacity 0.2s, background 0.2s;
}
.contact-submit:hover:not(:disabled) {
  background: var(--true-meniu-tertiary) !important;
  color: var(--true-primary) !important;
}
.contact-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.contact-submit-desktop { display: inline-block; }
.contact-submit-mobile { display: none; }
.contact-info-container {
  flex: 3 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  order: 2;
  margin-left: 20px;
}
.contact-content {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
  margin-left: 0;
  text-align: left;
}
.contact-content span {
  cursor: default;
  font-family: 'NoirProLight', sans-serif !important;
  font-weight: normal !important;
  letter-spacing: 0.5px !important;
  font-size: 12px;
  margin-bottom: 3px;
  color: rgba(var(--true-medium-rgb), 0.9);
}
.contact-content a {
  color: inherit;
  text-decoration: none;
}
.contact-content a:hover {
  text-decoration: underline;
}
.contact-footer {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex: 0 0 80px;
  min-width: 80px;
  order: 3;
}
.true-contact-feedback {
  margin-top: 8px;
  margin-left: 12px;
  font-size: 14px;
}
.true-contact-feedback.success { color: var(--true-primary); }
.true-contact-feedback.error { color: var(--true-danger); }

/* LOCAȚII slide – with standard footer (location-specific data) on desktop */
.slide-content-locatie-with-footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: none;
  min-height: 100%;
  overflow-y: auto;
  padding: 0;
  box-sizing: border-box;
}
#home-swiper .swiper-slide-locatie {
  background: var(--true-light);
}
#home-swiper .swiper-slide-locatie .contact-slide-footer {
  flex-shrink: 0;
}
/* Locații footer: program hours white */
#home-swiper .swiper-slide-locatie .true-footer .true-hours-title,
#home-swiper .swiper-slide-locatie .true-footer .true-footer-hours-text,
#home-swiper .swiper-slide-locatie .true-footer .true-hours-day,
#home-swiper .swiper-slide-locatie .true-footer .true-hours-time {
  color: #fff !important;
}
.slide-content-locatie-with-footer .slide-content-locatii {
  flex-shrink: 0;
}

/* LOCAȚII slide – styles from playground shops.page */
.slide-content-locatii {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 14px;
  min-height: 100%;
  box-sizing: border-box;
}
.locatii-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.locatii-content-col {
  flex: 1 1 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.locatii-title {
  width: 100%;
  margin-top: 1.2em;
}
.locatii-title h1 {
  font-family: 'NoirProMed', sans-serif !important;
  font-size: clamp(1.05rem, 2.8vw, 2.1rem);
  letter-spacing: 0.15em;
  margin-bottom: 1rem;
  color: var(--true-primary);
  text-transform: uppercase;
}
.locatii-description {
  width: 100%;
  max-width: none;
  margin: 0 auto 1.5rem;
  text-align: center;
}
.locatii-description p {
  font-family: 'NoirProLight', sans-serif !important;
  font-weight: normal !important;
  font-size: 0.9rem;
  line-height: 0.8;
  color: rgba(var(--true-medium-rgb), 0.95);
  margin: 0 0 0.75rem 0;
}
.locatii-description p:last-child {
  margin-bottom: 0;
}
.locatii-rezerva-wrap {
  margin: 1.5rem 0;
}
.locatii-shop {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.locatii-shop-title {
  margin: 0;
  cursor: pointer;
  width: fit-content;
  font-family: 'NoirProLight', sans-serif !important;
  font-size: 1.25rem;
  position: relative;
  display: inline-block;
  color: var(--true-dark);
  transition: color 0.3s;
}
.locatii-shop-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1.5px;
  background-color: rgba(var(--true-medium-rgb), 0.8);
  transition: width 1.2s ease-in-out;
}
.locatii-shop-title.selected::after,
.locatii-shop-title[aria-expanded="true"]::after { width: 100% !important; }
.locatii-shop-title.selected,
.locatii-shop-title[aria-expanded="true"] { color: rgba(var(--true-medium-rgb), 0.9); }
.locatii-shop-title:hover { font-family: 'NoirProLight', sans-serif !important; font-weight: normal !important; }
.locatii-shop-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 1rem;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.9s ease-in-out, opacity 0.5s ease-in-out;
}
.locatii-shop-content.show,
.locatii-shop-content[aria-hidden="false"] {
  max-height: 300px;
  opacity: 1;
  margin-bottom: 0.75rem;
}
.locatii-shop-content span {
  font-family: 'NoirProLight', sans-serif !important;
  font-weight: normal !important;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
  color: rgba(var(--true-medium-rgb), 0.9);
}
.locatii-shop-content a { color: inherit; }
.locatii-shop-content a:hover { text-decoration: underline; }
.locatii-shop-title-coming { cursor: default; opacity: 0.7; }
/* Single-location slide: content always visible */
.locatii-shop-content-always-show {
  max-height: none !important;
  opacity: 1 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
}
.locatii-coming-soon-text {
  font-family: 'NoirProLight', sans-serif !important;
  font-weight: normal !important;
  font-size: 1rem;
  color: rgba(var(--true-medium-rgb), 0.9);
  margin: 0.5rem 0;
}
/* Location photo carousel – horizontal scroll, full width */
.locatii-carousel-wrap {
  width: 100%;
  margin-top: 1.5rem;
  margin-left: -14px;
  margin-right: -14px;
  padding: 0 14px;
  overflow: hidden;
}
.true-locatii-carousel {
  width: 100%;
  overflow: visible;
  padding: 4px 0;
}
.true-locatii-carousel .swiper-wrapper {
  align-items: stretch;
}
.true-locatii-carousel .swiper-slide {
  width: 200px;
  flex-shrink: 0;
  height: auto;
}
.locatii-carousel-img-wrap {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 6px;
  overflow: hidden;
  background: rgba(var(--true-medium-rgb), 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.locatii-carousel-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (min-width: 768px) {
  .true-locatii-carousel .swiper-slide {
    width: 260px;
  }
}
.locatii-img-col {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.locatii-img-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.locatii-image {
  border-radius: 2px;
  max-width: 280px;
  height: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.9s ease-in-out, transform 0.6s ease-in-out;
  margin-bottom: 1rem;
}
.locatii-image.visible { opacity: 1; transform: translateY(0); }
.locatii-img-container.hide {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.2s ease-in-out, transform 0.5s ease-in-out;
}
.locatii-footer-col {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-end;
}
.locatii-footer-logo { height: 46px; width: auto; }

/* REZERVĂRI slide – playground style: title on top, underline inputs, two-column layout */
.slide-content-rezervari {
  padding: 14px 28px;
  min-height: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
}
.rezervari-form { width: 100%;   margin-top: auto !important; margin-bottom: 120px !important; }
.rezervari-title {
  font-family: 'NoirProReg', sans-serif !important;
  letter-spacing: 6px !important;
  font-size: 28px !important;
  color: var(--true-primary);
  margin: 0 0 1.5rem 0;
  padding: 0;
  text-transform: uppercase;
}
.rezervari-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 60px;
  gap: 0 2rem;
  width: 100%;
  align-items: start;
}
.rezervari-col-left { grid-column: 1; }
.rezervari-col-right { grid-column: 2; }
.rezervari-col-footer { grid-column: 3; align-self: stretch; }
.rezervari-content {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  width: 100%;
}
.rezervari-inputs { display: flex; flex-direction: column; width: 440px; }
.rezervari-field {
  margin-top: 12px;
}
.rezervari-label {
  display: block;
  font-family: 'NoirProReg', sans-serif !important;
  font-size: 14px;
  color: var(--true-dark);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
.rezervari-input {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 8px 0 6px;
  border: none;
  border-bottom: 1px solid var(--true-dark);
  background: transparent;
  color: var(--true-dark);
  font-family: 'NoirProReg', sans-serif !important;
  font-size: 14px;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}
.rezervari-input:focus {
  outline: none;
  border-bottom-color: var(--true-primary);
}
.rezervari-input::placeholder { color: rgba(var(--true-primary-rgb), 0.6); }
.rezervari-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23202020' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  padding-right: 28px;
  cursor: pointer;
}
.rezervari-btn-wrap {
  margin-top: 26px;
  margin-left: 0px;
}
.rezervari-submit-btn {
  width: 130px;
  padding: 6px 16px;
  font-family: 'NoirProReg', sans-serif !important;
  font-size: 18px;
  letter-spacing: 5px !important;
  text-transform: uppercase;
  color: #fff !important;
  background: var(--true-meniu-primary) !important;
  border: none;
  border-radius: 2px;
  box-shadow: none !important;
}
.rezervari-submit-btn:hover {
  background: var(--true-meniu-secondary) !important;
  color: #fff !important;
}
.rezervari-footer {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.rezervari-logo { height: 46px; width: auto; }
.rezervari-mobile-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px 0;
  margin-top: 1rem;
}
.rezervari-mobile-row .rezervari-submit-btn {
  margin: 0;
  letter-spacing: 2px;
  font-size: 16px;
}
.true-rezervari-feedback.success { color: var(--true-primary); }
.true-rezervari-feedback.error { color: var(--true-danger); }
.rezervari-spinner[aria-hidden="false"] { display: flex !important; }
@media (max-width: 991.98px) {
  .rezervari-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .rezervari-col-left,
  .rezervari-col-right {
    grid-column: 1;
    width: 100%;
  }
  .rezervari-col-right { margin-top: 1rem; }
  .rezervari-col-footer { display: none !important; }
  .rezervari-content { width: 100%; }
  /* Override fixed width – inputs full width on mobile, stacked one under each other */
  .rezervari-inputs {
    width: 100% !important;
    max-width: 100% !important;
  }
  .rezervari-title { display: none; }
  .rezervari-mobile-row .rezervari-submit-btn { display: none !important; }
  .rezervari-label { font-size: 11px; }
  .rezervari-field { margin-top: 0; }
  .rezervari-field:not(:first-child) { margin-top: 0.4rem; }
  .rezervari-input { min-width: 300px; }
  .rezervari-form { width: 100%;   margin-top: 50px !important; margin-bottom:0 !important; }
}
@media (max-width: 600px) {
  .slide-content-rezervari { padding: 14px; }
  .rezervari-input { height: 36px; min-height: 36px; padding-top: 6px; padding-bottom: 4px; }
}

/* Mobile fixed bottom bar: show Trimite on contact, Rezervă on rezervari, Meniu otherwise */
.true-fixed-bottom-bar .true-fixed-trimite-btn,
.true-fixed-bottom-bar .true-fixed-rezerva-btn { display: none !important; }
body.true-on-hero-or-concept .true-navbar-toggler { display: none !important; }
.true-fixed-bottom-bar.on-hero-or-concept-slide { display: none !important; }
.true-fixed-bottom-bar.on-contact-slide .true-fixed-meniu-btn,
.true-fixed-bottom-bar.on-contact-slide .true-fixed-rezerva-btn { display: none !important; }
.true-fixed-bottom-bar.on-contact-slide .true-fixed-trimite-btn { display: block !important; }
.true-fixed-bottom-bar.on-rezervari-slide .true-fixed-meniu-btn,
.true-fixed-bottom-bar.on-rezervari-slide .true-fixed-trimite-btn { display: none !important; }
.true-fixed-bottom-bar.on-rezervari-slide .true-fixed-rezerva-btn { display: block !important; }
.true-fixed-bottom-bar.on-footer-slide .true-fixed-trimite-btn,
.true-fixed-bottom-bar.on-footer-slide .true-fixed-rezerva-btn { display: none !important; }
/* On footer slide: bar fills bottom white space, same color as Meniu button */
@media (max-width: 991.98px) {
  #home-swiper .slide-content p,
  #home-swiper .slide-text p {
    margin-bottom: 0.4rem;
    line-height: 1.45;
  }
  body.true-footer-slide-active .true-header {
    display: none !important;
  }
  body.true-footer-slide-active .true-swiper-wrap {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  body.true-footer-slide-active .true-fixed-bottom-bar {
    display: none !important;
  }
  body.true-footer-slide-active .slide-content-footer .true-footer {
    padding-bottom: calc(1rem + env(safe-area-inset-bottom, 0px)) !important;
  }
  .true-fixed-bottom-bar.on-footer-slide {
    background: var(--true-meniu-primary);
    width: 100%;
    left: 0;
    right: 0;
    padding: 1.5rem 1rem calc(3rem + env(safe-area-inset-bottom, 0px)) 1rem;
    min-height: calc(60px + env(safe-area-inset-bottom, 0px));
  }
}

@media (max-width: 767.98px) {
  .slide-content-contact {
    max-width: none;
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    justify-content: flex-start;
    align-items: center;
    min-height: 100%;
  }
  .contact-slide-body {
    flex-direction: column;
    flex: 1 1 auto;
  }
  .slide-content-contact .contact-content-container,
  .slide-content-contact .true-contact-form {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
  }
  .slide-content-contact .contact-content-container {
    margin-top: 0 !important;
  }
  .contact-title-empty { display: none; }
  .contact-footer { display: none; }
  .slide-content-contact .contact-info-container {
    align-self: stretch;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: 0;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    align-items: start;
  }
  .slide-content-contact .contact-content {
    text-align: left;
  }
  .slide-content-contact .contact-info-container .true-hours-schedule {
    max-width: none;
  }
  .contact-submit { margin-bottom: 0; }
}
@media (max-width: 600px) {
  .slide-content-contact { padding-left: 0.5rem; padding-right: 0.5rem; }
  .contact-content-container { flex: 1 1 100%; }
  .contact-info-container { flex: 1 1 100%; }
  .contact-title { height: 40px !important; margin-bottom: 18px; }
  .contact-title h1 { font-size: 28px !important; }
  .contact-submit-desktop { display: none; }
  .contact-submit-mobile { display: none; }
  .contact-submit { margin-bottom: 0; }
  .contact-content-container { order: 1; }
  .contact-footer { order: 2; }
  .contact-info-container { order: 3; }
}

.slide-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: none;
  width: 100%;
  min-height: 100%;
  overflow: visible;
}

/* Slides with picture swiper (CAFEA, FOOD, SHOP) – desktop: row layout like playground */
.slide-content-with-pics {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  max-width: 1100px;
  width: 100%;
}
.slide-content-pics-left .slide-pics-wrap { order: 1; }
.slide-content-pics-left .slide-text { order: 2; }
.slide-content-pics-left .slide-footer-logo { order: 3; }
.slide-content-pics-right .slide-text { order: 1; }
.slide-content-pics-right .slide-pics-wrap { order: 2; }
.slide-content-pics-right .slide-footer-logo { order: 3; }
.slide-text {
  flex: 1 1 280px;
  min-width: 0;
}
/* Title with bottom border (playground) */
.slide-text-title {
  border-bottom: 1.2px solid var(--true-dark);
  margin-bottom: 1rem;
}
.slide-text-title h1 {
  font-family: 'NoirProReg', sans-serif !important;
  font-size: clamp(1.5rem, 3.5vw, 42px);
  margin-bottom: 0;
}
.slide-text-desc p {
  font-family: 'NoirProLight', sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.5;
  font-size: 14px;
  margin-bottom: 1rem;
}
.slide-text-btn-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 0.5rem;
  gap: 1rem;
}
.slide-text-btn-row .btn { margin-top: 0; }
.slide-text-logo-mobile {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  opacity: 0.9;
}
.slide-footer-logo {
  flex: 0 0 auto;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.slide-footer-logo img {
  width: 46px;
  height: 46px;
  opacity: 0.9;
}
/* Legacy: direct h1/p in slide-text (e.g. locatii) */
.slide-text h1 {
  font-family: 'NoirProMed', sans-serif;
  margin-bottom: 1rem;
}
.slide-text p {
  font-family: 'NoirProLight', sans-serif;
  font-weight: normal;
  margin-bottom: 1rem;
}
.slide-text .btn { margin-top: 0.5rem; }
.slide-pics-wrap {
  flex: 0 1 340px;
  min-width: 260px;
  max-width: 100%;
}
.true-slide-pics {
  width: 100%;
  height: 280px;
  border-radius: 8px;
  overflow: hidden;
}
.true-slide-pics .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--true-light);
}
.true-slide-pics .img-container {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  box-sizing: border-box;
}
.true-slide-pics .img-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 767.98px) {
  .slide-content-with-pics { flex-direction: column; gap: 1rem; }
  /* Mobile: pics on top always */
  .slide-pics-wrap {
    order: 0 !important;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .slide-text { order: 1 !important; }
  .slide-footer-logo { order: 2 !important; }
  .true-slide-pics {
    height: 180px;
  }
}
@media (max-width: 800px) {
  .slide-text-title h1 { font-size: 26px !important; }
  .slide-text-desc p { font-size: 13px !important; }
}
@media (max-width: 991.98px) {
  .true-meniu-btn-in-slide { display: none !important; }
}

/* T ZERO hero: animated SVG (playground TRUE FINE COFFEE logo) */
.true-hero-svg-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;

  min-height: 60vh;
  overflow: visible;
  max-width: 100%;
}

.true-hero-svg-wrap .true-logo-svg {
  overflow: visible;
}

.true-hero-svg-wrap .true-logo-svg #group {
  margin-left: 24px;
}

.true-hero-svg-wrap .true-logo-mobile {
  overflow: visible;
  max-width: 100%;
  height: auto;
  max-height: 55vh;
}

@media (max-width: 991.98px) {
  .true-hero-svg-wrap {
    min-height: 55vh;
    transform: scale(0.85);
    margin-top: 150px;
    transform-origin: center center;
  }
  /* First slide (hero): no overflow so no scrollbar/dark bar on mobile */
  #home-swiper .swiper-wrapper > .swiper-slide:first-child {
    overflow: hidden;
  }
}

.slide-hero .true-logo-hero {
  max-width: 280px;
  height: auto;
}

/* Buttons */
.btn-true {
  background: var(--true-meniu-primary);
  color: #fff;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.6rem 1.5rem;
}

.btn-true:hover {
  background: var(--true-meniu-tertiary);
  color: var(--true-primary);
}

/* Menu page */
.true-meniu-section {
  padding-top: 80px;
  padding-bottom: 2rem;
  overflow: visible;
}

/* Menu: search in header – desktop: bar opens in header; mobile: bar full width below header */
.true-header-search-row {
  flex-shrink: 0;
  gap: 0.25rem;
}
@media (max-width: 991.98px) {
  .true-header-search-row {
    margin-left: 0;
  }
}
.true-header-search-wrapper {
  width: 0;
  opacity: 0;
  overflow: hidden;
  transition: width 0.4s ease, opacity 0.3s ease;
  display: flex;
  align-items: center;
}
.true-header-search-wrapper.true-meniu-search-open {
  width: 220px;
  opacity: 1;
}
@media (min-width: 992px) {
  .true-header-search-wrapper.true-meniu-search-open {
    width: 300px;
  }
}
@media (max-width: 991.98px) {
  .true-header-search-mobile.true-meniu-search-open {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    width: 100% !important;
    max-width: none !important;
    opacity: 1;
    overflow: visible;
    z-index: 1029;
    padding: 0.5rem 1rem;
    background: var(--true-light);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }
  .true-header-search-mobile.true-meniu-search-open .true-meniu-search-input {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.true-meniu-search-input {
  width: 100%;
  min-width: 0;
  height: 40px;
  padding: 0 12px;
  border: 1.5px solid var(--true-dark);
  border-radius: 2px;
  font-family: 'NoirProReg', sans-serif;
  font-size: 14px;
  color: var(--true-dark);
  background: var(--true-light);
}
.true-meniu-search-input::placeholder {
  color: rgba(var(--true-medium-rgb, 95, 95, 95), 0.7);
}
.true-meniu-search-input:focus {
  outline: none;
  border-color: var(--true-primary);
}
.true-meniu-search-toggle {
  flex-shrink: 0;
  color: var(--true-dark);
  text-decoration: none;
}
.true-meniu-search-toggle:hover {
  color: var(--true-primary);
}
@media (max-width: 991.98px) {
  .true-meniu-search-toggle {
    transform: scale(0.7);
    transform-origin: center;
    padding: 0.35rem;
  }
}
.true-meniu-search-toggle .true-meniu-search-icon-open { display: block; }
.true-meniu-search-toggle .true-meniu-search-icon-close { display: none; }
.true-meniu-search-toggle.true-meniu-search-open .true-meniu-search-icon-open { display: none !important; }
.true-meniu-search-toggle.true-meniu-search-open .true-meniu-search-icon-close { display: block !important; }
.true-meniu-search-row.true-meniu-search-open .true-meniu-search-icon-open { display: none !important; }
.true-meniu-search-row.true-meniu-search-open .true-meniu-search-icon-close { display: block !important; }
.true-product-col.true-search-hidden { display: none !important; }
.true-meniu-section section.true-cat-no-results { display: none !important; }
@media (max-width: 991.98px) {
  body.true-mobile-search-open .true-meniu-cats-top {
    visibility: hidden;
  }
  
}

/* Scroll margin so anchor nav doesn't hide section title */
.scroll-margin-top { scroll-margin-top: 80px; }

/* Smooth scroll when clicking category anchors (same as playground goTo*Cat) */
html { scroll-behavior: smooth; }

/* Top horizontal category strip – sticky under navbar, same bg as page */
.true-meniu-cats-top {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 75px; /* under fixed navbar */
  z-index: 1035;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
  background: var(--true-light);
  margin-bottom: 1rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.2s ease, min-height 0.35s ease;
}
.true-meniu-cats-top.compact {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

.true-meniu-cats-nav {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  width: 100%;
  min-width: 0;
}

.true-meniu-cats-nav-inner {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex: 0 1 auto;
  max-width: 100%;
  min-width: 0;
}

/* Compact mode when scrolled – smaller bar like playground */
.true-meniu-cats-top.compact .true-meniu-cats-arrow {
  min-height: 70px;
}
.true-meniu-cats-top.compact .true-meniu-cats-list {
  min-height: 70px;
}
.true-meniu-cats-top.compact .true-meniu-cat-item {
  padding: 6px 10px;
  gap: 4px;
  margin: 0 2px;
}
.true-meniu-cats-top.compact .true-meniu-cat-item-img-wrap {
  width: 60px;
  height: 60px;
}
.true-meniu-cats-top.compact .true-meniu-cat-item-name {
  font-size: 10px;
  margin-top: 4px;
}

.true-meniu-cats-arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  min-height: 140px;
  padding: 0.5rem;
  background: transparent;
  color: var(--true-meniu-secondary);
  border: none;
  cursor: pointer;
  transition: color 0.2s, opacity 0.2s;
}

.true-meniu-cats-arrow:hover {
  color: var(--true-meniu-primary);
  opacity: 0.9;
}

.true-meniu-cats-arrow:focus {
  outline: 2px solid var(--true-meniu-primary);
  outline-offset: 2px;
}

.true-meniu-cats-arrow-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.true-meniu-cats-arrow-icon svg {
  display: block;
}

.true-meniu-cats-list {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 140px;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  margin-inline: auto;
  padding: 4px 12px;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.true-meniu-cats-list::-webkit-scrollbar {
  display: none;
}

.true-meniu-cat-item {
  flex-shrink: 0;
  min-width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 10px 14px;
  margin: 0 4px;
  text-decoration: none;
  color: inherit;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  transition: background 0.35s ease, padding 0.35s ease, gap 0.35s ease;
}

.true-meniu-cat-item:hover {
  background: rgba(var(--true-meniu-tertiary-rgb), 0.4);
}

.true-meniu-cat-item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--true-meniu-primary);
  transition: width 0.15s ease;
}

.true-meniu-cat-item:hover::after {
  width: 100%;
}

.true-meniu-cats-nav .true-meniu-cat-link.selected,
.true-meniu-cats-nav .true-meniu-cat-link.active {
  background: rgba(var(--true-meniu-primary-rgb), 0.8) !important;
}

.true-meniu-cats-nav .true-meniu-cat-link.selected .true-meniu-cat-item-name,
.true-meniu-cats-nav .true-meniu-cat-link.active .true-meniu-cat-item-name {
  color: #fff !important;
}

.true-meniu-cats-nav .true-meniu-cat-link.selected::after,
.true-meniu-cats-nav .true-meniu-cat-link.active::after {
  width: 0;
}

.true-meniu-cat-item-img-wrap {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
  background: transparent;
  transition: width 0.35s ease, height 0.35s ease;
}

.true-meniu-cat-item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
}

.true-meniu-cat-item:hover .true-meniu-cat-item-img {
  transform: scale(1.25);
}

.true-meniu-cat-item-name {
  font-family: 'NoirProSemi', 'NoirProMed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 11px;
  text-align: center;
  line-height: 1.2;
  color: var(--true-meniu-primary);
  margin-top: 8px;
  width: fit-content;
  transition: color 0.2s ease;
}

.true-meniu-anchors .btn { text-transform: uppercase; letter-spacing: 0.03em; }
.true-meniu-anchors.true-meniu-cats-nav .true-meniu-cat-link.selected,
.true-meniu-anchors.true-meniu-cats-nav .true-meniu-cat-link.active {
  background: rgba(var(--true-meniu-primary-rgb), 0.8) !important;
}

.true-meniu-anchors.true-meniu-cats-nav .true-meniu-cat-link.selected .true-meniu-cat-item-name,
.true-meniu-anchors.true-meniu-cats-nav .true-meniu-cat-link.active .true-meniu-cat-item-name {
  color: #fff !important;
}

.true-cat-title {
  font-size: 1.25rem;
  font-family: 'NoirProMed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

/* Menu page: padding for fixed MainCats footer */
body.true-meniu-page {
  padding-bottom: 0;
}
/* Menu: mobile – category bar sticky under header */
@media (max-width: 991.98px) {
  .true-meniu-section {
    padding-top: 60px;
  }
  .scroll-margin-top { scroll-margin-top: 60px; }
  .true-meniu-maincats-bar {
    padding: 0.5rem 0.75rem;
    padding-bottom: calc(0.5rem + env(safe-area-inset-bottom, 0));
  }
  .true-meniu-maincats-bar .true-segment-btn {
    font-size: 12px;
    padding: 5px 10px;
  }
  .true-meniu-cats-top {
    top: 56px; /* navbar only – MainCats is at bottom on mobile */
  }
  .true-meniu-cats-arrow {
    min-height: 98px;
    width: 36px;
  }
  .true-meniu-cats-list {
    min-height: 98px;
  }
  .true-meniu-cat-item {
    padding: 6px 10px;
    gap: 4px;
    margin: 0 2px;
  }
  .true-meniu-cat-item-img-wrap {
    width: 60px;
    height: 60px;
  }
  .true-meniu-cat-item-name {
    font-size: 10px;
    margin-top: 4px;
  }
  /* Mobile: smaller max for few categories */
  .true-meniu-cats-list[data-visible-count="1"] .true-meniu-cat-item-img-wrap { width: 90px; height: 90px; }
  .true-meniu-cats-list[data-visible-count="2"] .true-meniu-cat-item-img-wrap { width: 80px; height: 80px; }
  .true-meniu-cats-list[data-visible-count="3"] .true-meniu-cat-item-img-wrap { width: 70px; height: 70px; }
  /* Mobile compact: extra small like playground */
  .true-meniu-cats-top.compact .true-meniu-cats-arrow {
    min-height: 56px;
  }
  .true-meniu-cats-top.compact .true-meniu-cats-list {
    min-height: 56px;
  }
  .true-meniu-cats-top.compact .true-meniu-cat-item {
    padding: 4px 6px;
    gap: 2px;
    margin: 0 1px;
  }
  .true-meniu-cats-top.compact .true-meniu-cat-item-img-wrap {
    width: 30px;
    height: 30px;
  }
  .true-meniu-cats-top.compact .true-meniu-cat-item-name {
    font-size: 9px;
    margin-top: 2px;
  }
}

/* Product cards – playground products-web style (gradient bar, hover scale) */
.true-product-col {
  position: relative;
}
.product-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(211, 183, 144, 0.15);
  border-radius: 24px;
  margin: 12px;
  padding: 8px 16px;
  height: 240px;
  cursor: pointer;
  overflow: hidden !important;
  text-decoration: none;
  color: var(--true-dark);
  transition: color 0.8s ease;
}
.product-card-color {
  position: absolute;
  right: 0;
  top: -10px;
  background: linear-gradient(-90deg, #d3b790, #efdfc6);
  border-top-left-radius: 120px;
  border-bottom-left-radius: 120px;
  height: 260px;
  width: 100px;
  z-index: 7;
  transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.product-card-details {
  flex: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--true-dark);
  transition: color 0.8s ease;
  max-height: 180px;
  z-index: 8;
}
.product-card-details,
.product-card-details * {
  pointer-events: none;
}
.product-card-image,
.product-card-image *,
.product-card-color {
  pointer-events: none;
}
.product-card-title {
  font-family: 'NoirProMed', sans-serif;
  font-weight: normal;
  font-size: 22px;
  margin-bottom: 8px;
}
.product-card-desc-cont {
  max-height: 80px;
  max-width: 270px;
  font-size: 12.8px;
}
.product-card-desc {
  font-family: 'NoirProLight', sans-serif !important;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-card-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.product-card-label {
  position: relative;
  width: fit-content;
  pointer-events: auto !important;
  font-family: 'NoirProReg', sans-serif !important;
  color: var(--true-dark);
  text-decoration: none;
  transition: color 0.8s ease;
}
.product-card-label::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: var(--true-primary);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease, background 0.3s ease;
}
.product-card-label:hover::after {
  transform: scaleX(1);
}
.product-card-comanda {
  pointer-events: auto !important;
  font-size: 0.8rem;
  font-family: 'NoirProReg', sans-serif !important;
  color: #fff !important;
  background: var(--true-meniu-primary);
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 4px;
  transition: background 0.2s ease, color 0.2s ease;
}
.product-card-overlay {
  position: absolute;
  inset: 0;
  z-index: 6;
}
.product-card-comanda:hover {
  background: var(--true-meniu-tertiary);
  color: var(--true-primary);
}
.product-card-image {
  flex: 30%;
  z-index: 8;
  transform: scale(0.9);
  transition: transform 0.6s ease;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.product-card-image img {
  max-width: 100%;
  max-height: 140px;
  object-fit: contain;
}
.product-card:hover {
  color: var(--true-dark);
}
.product-card:hover .product-card-color {
  width: 130%;
}
.product-card:hover .product-card-image {
  transform: scale(1.5);
}
.product-card:active .product-card-color {
  width: 130%;
}
.product-card:active .product-card-details {
  color: #fff !important;
}
.product-card:active .product-card-label {
  color: #fff !important;
}
.product-card:active .product-card-label::after {
  background: #fff;
}
.product-card:active .product-card-image {
  transform: scale(1.1);
}

/* Product cards mobile */
@media (max-width: 500px) {
  .product-card-color {
    height: 216px;
    width: 70px;
  }
  .product-card {
    margin: 6px;
    padding: 8px 12px;
    height: 156px;
  }
  .product-card-details {
    max-height: 120px;
  }
  .product-card-title {
    font-size: 15px;
    margin-bottom: 4px;
  }
  .product-card-desc-cont {
    max-height: 30px;
    max-width: 200px;
    font-size: 9.6px;
  }
  .product-card-desc {
    line-height: 1.2;
  }
  .product-card-actions {
    margin-top: 28px;
  }
  .product-card-image {
    flex: 45%;
  }
  .product-card-image img {
    max-height: 100px;
  }
  .product-card-comanda {
    font-size: 0.7rem;
    padding: 5px 10px;
  }
}

/* Product detail – centered layout, segments, nutrition (playground-style) */
.true-produs-page {
  min-height: 100vh;
  overflow-x: hidden;
}
@media (max-width: 991.98px) {
  .true-produs-page {
    padding-bottom: 70px;
  }
  .true-produs-container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .true-produs-content-col,
  .true-produs-content-wrapper {
    min-width: 0;
  }
  .true-produs-long-desc,
  .true-produs-ingredients-text,
  .true-produs-nutrition-values,
  .true-nut-row {
    overflow-wrap: break-word;
  }
  .true-produs-nutrition-values {
    max-width: 100%;
  }
  .true-nut-row {
    flex-wrap: wrap;
  }
}

.true-produs-fixed-bottom {
  background:rgba(255, 255, 255, 0.9);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.08);
  padding: 0.5rem !important;
}
.true-produs-fixed-bottom .true-produs-buttons {
  flex-wrap: nowrap;
  width: 100%;
}
.true-produs-fixed-bottom .true-produs-btn-inapoi {
  flex: 28 1 0;
  margin-bottom: 5px;
}
.true-produs-fixed-bottom .true-produs-btn-comanda {
  flex: 68 1 0;
  margin-bottom: 5px;
}

.true-produs-container {
  max-width: none;
  width: 100%;
  margin-top: 2em;
}

.true-produs-layout {
  align-items: flex-start;
  /* min-height: calc(100vh - 300px); */
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}

/* .true-produs-image-col {
  position: sticky; 
  top: 100px; 
} */

.true-produs-image-wrapper {
  overflow: hidden;
  max-height: 30vh;
}

@media (min-width: 992px) {
  .true-produs-image-wrapper {
    margin-top: 2em;
  }
}

.true-produs-image {
  max-width: 100%;
  max-height: 30vh;
  display: block;
  aspect-ratio: 1;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .true-produs-container {
    margin: 0;
    max-width: 100%;
    box-sizing: border-box;
  }
  .true-produs-layout {
    margin-left: 0;
    margin-right: 0;
  }
  .true-produs-image-col,
  .true-produs-content-col {
    padding-left: 12px;
    padding-right: 12px;
  }
  .true-produs-image-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .true-produs-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 1;
  }
}

.true-produs-buttons {
  align-items: stretch;
}
.true-produs-buttons .true-produs-btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.true-produs-price {
  font-size: 1.5rem;
  font-family: 'NoirProMed', sans-serif;
  color: var(--true-primary);
}

.true-produs-content-wrapper {
  padding-left: 0;
}

@media (min-width: 992px) {
  .true-produs-content-wrapper {
    padding-left: 48px;
  }
}

.true-produs-title {
  font-family: 'NoirProMed', sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}

.true-produs-qty {
  color: rgba(0, 0, 0, 0.55);
  font-size: 1rem;
  font-family: 'NoirProReg', sans-serif;
}

.true-produs-segment-wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0 1rem;
  margin-top: 1.5rem;
}

.true-produs-segment {
  background: none;
  border: none;
  font-size: 1rem;
  font-family: 'NoirProMed', sans-serif;
  color: var(--true-dark);
  cursor: pointer;
  padding: 0.5rem 0 0.875rem 0;
  margin: 0;
  position: relative;
  font-family: inherit;
}

.true-produs-segment::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2.5px;
  background: var(--true-primary);
  width: 0;
  transition: width 0.3s ease;
}

.true-produs-segment.active::after {
  width: 100%;
}

.true-produs-segment:hover {
  color: var(--true-primary);
}

.true-produs-panel {
  margin-top: 1.5rem;
}

.true-produs-long-desc {
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: 'NoirProReg', sans-serif;
  color: var(--true-dark);
}

.true-produs-options {
  margin-top: 0.75rem;
}

.true-produs-option {
  display: block;
  cursor: pointer;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-family: inherit;
}

.true-produs-option input[type="radio"] {
  margin-right: 0.5rem;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  accent-color: var(--true-primary);
}

/* Subproduct switch fade transition */
.true-produs-dynamic {
  transition: opacity 0.2s ease;
}
.true-produs-dynamic.true-produs-fade-out {
  opacity: 0;
}

.true-option-name {
  vertical-align: middle;
}

.true-option-price {
  margin-left: 0.5rem;
  color: var(--true-primary);
  font-family: 'NoirProMed', sans-serif;
}

.true-option-desc {
  font-size: 0.8125rem;
  line-height: 1.5;
  margin-left: 2rem;
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
  color: var(--true-dark);
}

.true-produs-subtitle {
  font-size: 0.875rem;
  font-family: 'NoirProMed', sans-serif;
  color: var(--true-dark);
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.true-produs-nutrition-header {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-top: 0.25rem;
}

.true-produs-per {
  font-size: 0.8125rem;
  color: rgba(0, 0, 0, 0.55);
}

.true-produs-allergens {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  margin-bottom: 1rem;
}

.true-allergen {
  font-size: 0.75rem;
  font-family: 'NoirProReg', sans-serif;
  color: var(--true-dark);
}

.true-produs-nutrition-values {
  margin-top: 0.5rem;
  width: fit-content;
}

.true-nut-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 0.8125rem;
  font-family: 'NoirProReg', sans-serif;
  /* width: fit-content; */
  margin-top: 0.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  /* padding-bottom: 0.5rem; */
  color: var(--true-dark);
  padding: 4px;
}

.true-nut-label {
  margin-right: 0;
  /* font-weight: 500; */
  min-width: 8rem;
}

.true-produs-ingredients-text {
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: 'NoirProReg', sans-serif;
  color: var(--true-dark);
}

.true-thumb {
  padding: 0;
  border: 2px solid transparent;
  border-radius: 6px;
  background: none;
  cursor: pointer;
}

.true-thumb.active,
.true-thumb:hover {
  border-color: var(--true-primary);
}

@media (max-width: 767.98px) {
  .true-back-to-meniu {
    width: 100%;
    display: block;
  }
}

/* Footer – 5 columns, black background */
.true-footer {
  background: #000;
  color: rgba(255, 255, 255, 0.9);
  overflow-x: hidden;
  max-width: 100%;
}
/* Footer on contact slide: full viewport width, cover bottom gap, above swiper */
.contact-slide-footer .true-footer {
  width: 100%;
  max-width: none;
  margin-left: 0;
  padding-bottom: 1vh;
  box-sizing: border-box;
  position: relative;
  z-index: 50;
}

/* Footer slide: visible only on mobile */
@media (min-width: 992px) {
  #home-swiper .swiper-slide.true-footer-slide-mobile {
    display: none !important;
  }
}
.slide-content-footer {
  max-width: none;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}
/* Footer slide: black background so no white shows at edges */
/* Footer slide: black background everywhere to remove any white gap */
.true-swiper-wrap .swiper-slide.true-footer-slide-mobile {
  background: #000 !important;
  padding: 0;
}
.true-footer-slide-mobile .slide-content,
.true-footer-slide-mobile .slide-content-footer {
  background: #000 !important;
  width: 100%;
  max-width: none;
}
#home-swiper .swiper-slide.true-footer-slide-mobile .slide-content {
  background: #000 !important;
}
.slide-content-footer .true-footer {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  padding-bottom: calc(15vh + env(safe-area-inset-bottom, 0px));
  box-sizing: border-box;
  position: relative;
  z-index: 999;
  /* Extend black into right and bottom gaps (white borders) */
  box-shadow: 25px 0 0 0 #000, 0 35px 0 0 #000;
}
/* Web: temporarily remove safe-area from footer */
@media (min-width: 992px) {
  .slide-content-footer .true-footer {
    padding-bottom: 0;
  }
  .true-meniu-maincats-bar {
    padding-bottom: 0.75rem;
  }
}
.true-footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 0;
  width: 100%;
  max-width: 100%;
}
.true-footer-columns {
  flex: 1 1 auto;
  justify-content: center;
  width: 100%;
  align-items: center;
  --bs-gutter-y: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.true-footer-col {
  margin-top: 0;
}
.true-footer-col-inner {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  text-align: center;
  gap: 0.5rem;
  margin: 0.25rem 0;
}
.true-footer-row-inner{
  display: flex;
  /* align-items: center; */
  text-align: center;
  gap: 1rem;
  margin: 0.25rem 0;
}
.true-footer-col-map .true-footer-map-wrap {
  margin-top: 0;
  max-width: 100%;
  overflow: hidden;
}
.true-footer-link-row {
  display: block;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}
.true-footer-title {
  font-family: 'NoirProMed', sans-serif;
  font-size: 1.1rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.true-footer-map-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
.true-footer-map {
  width: min(220px, 100%) !important;
  max-width: 100% !important;
  height: 130px;
  border: 0;
  border-radius: 6px;
  box-sizing: border-box;
}
@media (max-width: 991.98px) {
  .true-footer .true-footer-columns {
    margin-left: 0;
    margin-right: 0;
  }
  .true-footer-col-info { order: 1; flex: 0 0 100%; max-width: 100%; }
  .true-footer-col-shedule { order: 2; flex: 0 0 100%; max-width: 100%; }
  .true-footer-col-map { order: 3; flex: 0 0 100%; max-width: 100%; }
  .true-footer-col-nav { order: 4; flex: 0 0 33.333%; max-width: 33.333%; }
  .true-footer-col-legal { order: 5; flex: 0 0 33.333%; max-width: 33.333%; }
  .true-footer-col-social { order: 6; flex: 0 0 33.333%; max-width: 33.333%; }
  .true-footer-col-info .true-footer-link-row,
  .true-footer-col-nav .true-footer-link-row,
  .true-footer-col-legal .true-footer-link-row,
  .true-footer-col-social .true-footer-link-row {
    white-space: normal;
    font-size: 0.78rem;
    line-height: 1.25;
  }
  .true-footer-col-nav .true-footer-col-inner,
  .true-footer-col-legal .true-footer-col-inner,
  .true-footer-col-social .true-footer-col-inner {
    align-items: center;
    gap: 0.35rem;
  }
  .true-footer-col-social {
    display: none !important;
  }
  .true-footer-col-legal .true-footer-link-with-img {
    display: none !important;
  }
.true-footer-col-shedule {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.true-footer-rezerva-btn {
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}
  .true-footer-col-shedule .true-hours-schedule {
    max-width: 280px;
    width: 100%;
  }
  .true-footer-col-shedule .true-hours-schedule .true-hours-title {
    text-align: center;
  }
  .true-footer-col-shedule .true-hours-schedule .true-hours-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: 0.65rem;
  font-family: 'NoirProLight', sans-serif;
    gap: 0 1.5rem;
    margin-top: 0.25rem;
  }
}
.true-footer-link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-family: 'NoirProReg', sans-serif;
  font-size: 0.9rem;
}
.true-footer-link:hover {
  color: #fff;
  text-decoration: underline;
}
.true-footer-social-link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}
.true-footer-social-link img {
  filter: brightness(0) invert(1);
  opacity: 0.9;
}
.true-footer-detail {
  color: rgba(255, 255, 255, 0.8);
  font-family: 'NoirProReg', sans-serif;
  font-size: 0.9rem;
}
.true-footer-link-with-img {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.true-footer-link-img {
  flex-shrink: 0;
  display: block;
  vertical-align: middle;
  opacity: 0.95;
  min-width: 100px;
  width: 100px;
  height: auto;
}
.true-footer-link-with-img:hover .true-footer-link-img {
  opacity: 1;
}
.true-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
  width: 100%;
}
.true-footer-bottom p {
  font-family: 'NoirProReg', sans-serif;
  font-size: 0.8125rem;
}

/* Hours schedule block – dark grey box matching reference design */
.true-hours-schedule {
  /* background: #cacaca; */
  border-radius: 6px;
  /* padding: 1rem 1.25rem; */
  font-family: 'NoirProReg', sans-serif;
  max-width: 150px;
}
.true-hours-title {
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(var(--true-medium-rgb), 0.9);
  margin: 0.25rem 0 0.45rem 0;
  text-transform: none;
  letter-spacing: normal;
}

.true-hours-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.true-hours-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 0.35rem;
}
.true-hours-row:last-child {
  margin-bottom: 0;
}
.true-hours-day {
  /* color: rgba(255, 255, 255, 0.7); */
  color: rgba(var(--true-medium-rgb), 0.9);
  font-size: 0.65rem;
  margin: 0;
  font-weight: normal;
}
.true-hours-time {
  /* color: #fff; */
  color: rgba(var(--true-medium-rgb), 0.9);
  font-size: 0.65rem;
  margin: 0;
  flex-shrink: 0;
}
/* Compact variant for footer */
.true-hours-schedule--compact {
  padding: 0.75rem 1rem;
  max-width: 220px;
}
.true-hours-schedule--compact .true-hours-title {
  font-size: 0.9rem;
  color: #fff
}
.true-hours-schedule--compact .true-hours-subtitle {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}
.true-hours-schedule--compact .true-hours-day,
.true-hours-schedule--compact .true-hours-time {
  font-size: 0.8rem;
  color: #fff
}
.true-hours-schedule--compact .true-hours-row {
  margin-bottom: 0.25rem;
}
.true-footer-hours-text {
  font-size: 0.8rem;
  color: #fff;
  margin: 0.25rem 0 0;
  font-family: 'NoirProReg', sans-serif;
}
/* Hours in contact slide */
.contact-content .true-hours-schedule {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
/* Hours in footer */
.true-footer-col-info .true-hours-schedule {
  margin-top: 0.5rem;
}
