:root {
  --layout-max: 1180px;
  --page-bg-top: #fbf3e6;
  --page-bg-bottom: #efe1cb;
  --surface: #fffaf2;
  --ink: #26301f;
  --muted: #6f6858;
  --line: #e2d1ba;
  --radius-lg: 20px;
  --shadow-soft: 0 20px 44px rgba(79, 84, 32, 0.14);
}

html,
body {
  background: radial-gradient(circle at top left, #fff8ef 0%, var(--page-bg-top) 40%, var(--page-bg-bottom) 100%);
}

body {
  color: var(--ink);
  font-family: 'Manrope', sans-serif;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Fraunces', Georgia, serif;
  letter-spacing: 0;
}

p,
li,
a,
span,
label,
input,
textarea,
button {
  font-family: 'Manrope', sans-serif;
}

section {
  padding: 72px 0;
}

#about-pro,
#menu,
#order-flow,
#testimonial,
#infos-pages,
#footer {
  border-top: 1px solid #e6ebf4;
  scroll-margin-top: 88px;
}

.container {
  width: calc(100% - 40px);
  max-width: var(--layout-max);
}

.no-text-animation .wow,
.no-text-animation [data-wow-delay],
.no-text-animation .fadeInUp,
.no-text-animation .fadeInDown,
.no-text-animation .fadeIn,
.no-text-animation .fadeOut {
  visibility: visible !important;
  animation: none !important;
  transition: none !important;
  transform: none !important;
}

.custom-navbar {
  background: rgba(255, 248, 236, 0.97) !important;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 10px 30px rgba(79, 84, 32, 0.1);
  padding: 14px 0 !important;
}

.custom-navbar .container {
  position: relative;
}

.custom-navbar .navbar-collapse {
  padding-right: 132px;
}

.custom-navbar .navbar-persistent-actions {
  position: absolute;
  z-index: 1060;
  top: 50%;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  transform: translateY(-50%);
}

.custom-navbar .navbar-persistent-cart {
  position: relative;
  width: 34px;
  height: 38px;
  padding: 3px 1px;
  border: 0;
  background: transparent;
}

.custom-navbar .navbar-persistent-cart img {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.custom-navbar .navbar-persistent-cart [data-cart-count-badge] {
  position: absolute;
  top: -7px;
  right: -8px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--chef-primary);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
}

.custom-navbar .navbar-persistent-actions .language-switcher {
  position: relative;
}

.custom-navbar .navbar-persistent-actions .language-switcher-toggle {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-width: 62px;
  min-height: 38px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 250, 242, 0.98);
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  justify-content: center;
}

.custom-navbar .navbar-persistent-actions .language-switcher-menu {
  right: 0;
  left: auto;
  min-width: 110px;
}

.custom-navbar .navbar-header {
  display: flex;
  align-items: center;
}

.custom-navbar .navbar-brand {
  color: var(--ink) !important;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1.05rem !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2;
}

.custom-navbar .brand-logo {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.custom-navbar .navbar-nav.navbar-nav-first {
  margin-left: 2rem !important;
}

.custom-navbar .nav li a {
  color: #334126 !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: none;
  padding: 12px 14px !important;
}

.custom-navbar .nav li a:hover,
.custom-navbar .nav li.active > a {
  color: var(--chef-primary) !important;
}

.custom-navbar .navbar-nav.navbar-right {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  margin-right: 0 !important;
  white-space: nowrap;
}

.custom-navbar .navbar-nav.navbar-right > li {
  float: none;
}

.custom-navbar .navbar-nav.navbar-right li > a.section-btn-subscribe,
.custom-navbar .navbar-nav.navbar-right li > a.section-btn-login {
  border-radius: 12px;
  margin: 0 !important;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.custom-navbar .navbar-nav.navbar-right li > a.section-btn-subscribe {
  background: var(--chef-secondary);
}

.custom-navbar .navbar-nav.navbar-right li > a.section-btn-login {
  background: var(--chef-primary);
}

.custom-navbar .navbar-nav.navbar-right .language-switcher {
  position: relative;
}

.custom-navbar .navbar-nav.navbar-right .language-switcher > a {
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--ink) !important;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 38px;
  padding: 8px 10px !important;
  min-width: 70px;
  text-transform: none;
}

.custom-navbar .navbar-nav.navbar-right .language-switcher > a:hover,
.custom-navbar .navbar-nav.navbar-right .language-switcher > a:focus {
  background: rgba(206, 50, 50, 0.08);
  color: var(--chef-primary) !important;
}

.custom-navbar .navbar-nav.navbar-right .language-switcher .language-switcher-current {
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 12px;
}

.custom-navbar .navbar-nav.navbar-right .language-switcher .dropdown-menu {
  min-width: 110px;
  left: auto;
  right: 0;
  margin-top: 10px;
  border-radius: 14px;
  border: 1px solid rgba(79, 84, 32, 0.12);
  box-shadow: 0 20px 40px rgba(35, 45, 17, 0.12);
  overflow: hidden;
}

.custom-navbar .navbar-nav.navbar-right .language-switcher .dropdown-menu > li > a {
  color: #334126 !important;
  font-weight: 700;
  padding: 8px 12px;
}

.custom-navbar .navbar-nav.navbar-right .language-switcher .dropdown-menu > li > a:hover,
.custom-navbar .navbar-nav.navbar-right .language-switcher .dropdown-menu > li > a:focus,
.custom-navbar .navbar-nav.navbar-right .language-switcher .dropdown-menu > li.active > a {
  background: rgba(206, 50, 50, 0.12);
  color: var(--chef-primary) !important;
}

.custom-navbar .search-box .btn-search {
  border: 1px solid var(--line);
  background: #fff;
  width: 42px;
  height: 42px;
  border-radius: 12px;
}

.custom-navbar #citem {
  width: 30px;
  height: 30px;
}

#home {
  padding: 0 0 36px !important;
}

#home .item {
  min-height: 75vh;
  border-radius: 0 0 30px 30px;
  overflow: hidden;
}

#home .caption {
  display: flex;
  align-items: center;
  min-height: 75vh;
  padding-top: 92px;
  background: linear-gradient(95deg, rgba(35, 45, 17, 0.84), rgba(111, 69, 32, 0.34));
}

#home h2 {
  color: #fff !important;
  max-width: 700px;
  width: 100% !important;
  font-size: clamp(1.55rem, 2.6vw, 2.45rem);
  line-height: 1.35;
  margin-bottom: 24px;
  text-wrap: balance;
}

#home .section-btn.btn {
  border-radius: 12px;
  border: 0;
  background: var(--chef-primary);
  color: #fff;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  font-weight: 700;
}

#home .section-btn.btn:hover {
  background: #a92828;
}

#home.home-hero-designed-artwork {
  padding: 84px 0 42px !important;
  background: #fbf3e6;
}

#home.home-hero-designed-artwork .item {
  height: auto !important;
  min-height: 0 !important;
  border-radius: 0 0 30px 30px;
  background-image: none !important;
  background-color: #fbf3e6;
  overflow: hidden;
}

#home.home-hero-designed-artwork .caption {
  display: none !important;
}

#home .home-hero-designed-link,
#home .home-hero-designed-image {
  display: block;
}

#home .home-hero-designed-link {
  cursor: pointer;
}

#home .home-hero-designed-image {
  width: 100%;
  height: auto;
  border-radius: 0 0 30px 30px;
}

@media (max-width: 767px) {
  #home.home-hero-designed-artwork {
    padding-top: 78px !important;
    padding-bottom: 30px !important;
  }

  #home .home-hero-designed-image {
    border-radius: 0 0 22px 22px;
  }
}

.home-about-imagewrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-about-image {
  width: min(100%, 420px);
  max-height: 540px;
  object-fit: contain;
  filter: drop-shadow(0 18px 38px rgba(79, 84, 32, 0.18));
}

#menu {
  padding-top: 40px !important;
  background: #f7eee0;
}

.section-anchor-title {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 28px;
}

.section-anchor-title h2 {
  margin-bottom: 10px;
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  color: #1b2234;
}

.section-anchor-title h4 {
  margin: 0;
  color: #687186;
  text-transform: none;
  letter-spacing: 0.02em;
  font-size: 1rem;
}

.service-journey {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 8px auto 24px;
}

.service-step {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 700;
  color: #3a4258;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.service-step span {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #e8edf8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.service-step.active {
  border-color: rgba(206, 50, 50, 0.35);
  background: #fff7f7;
  color: #8f2a2a;
}

/* Services Grid — replaces Flickity carousel */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 20px;
}

.services-grid.services-grid-single {
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
}

.services-grid.services-grid-single .service-card {
  display: grid !important;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  align-items: stretch;
}

@media (max-width: 1199px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .services-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .services-grid.services-grid-single {
    grid-template-columns: 1fr;
  }

  .services-grid.services-grid-single .service-card {
    display: flex !important;
  }
}

#menu .service-card {
  width: 100% !important;
  max-width: none;
  margin: 0;
  border: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#menu .services-grid.services-grid-single .service-card {
  display: grid !important;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  align-items: stretch;
}

#menu .service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.15);
}

#menu .card-img-top {
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.services-grid.services-grid-single .service-card-media,
.services-grid.services-grid-single .card-img-top {
  height: 100% !important;
  min-height: 330px;
}

@media (max-width: 767px) {
  #menu .services-grid.services-grid-single .service-card {
    display: flex !important;
  }

  .services-grid.services-grid-single .service-card-media,
  .services-grid.services-grid-single .card-img-top {
    height: auto !important;
    min-height: 0;
  }
}

#menu .service-card-body {
  padding: 22px;
  text-align: left;
}

#menu .service-card-tag {
  display: inline-flex;
  align-items: center;
  background: #f2e1c7;
  color: #845024;
  border: 1px solid #dcb489;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  margin-bottom: 10px;
}

.dp-page-hero {
  background: linear-gradient(135deg, rgba(79, 84, 32, 0.96), rgba(180, 99, 51, 0.9));
}

.dp-page-hero .dp-page-kicker,
.dp-page-hero h1,
.dp-page-hero .dp-page-lead {
  color: #fff !important;
}

.dp-hero-chip {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.dp-surface-card {
  background: rgba(255, 251, 243, 0.96);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

#menu .service-card h2 {
  color: #182032;
  font-size: 1.7rem;
  margin: 0 0 8px;
}

#menu .service-card p {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.6;
  margin: 0 0 12px;
}

#menu .service-card-list {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  display: grid;
  gap: 8px;
}

#menu .service-card-list li {
  color: #374056;
  font-size: 0.93rem;
  line-height: 1.45;
  position: relative;
  padding-left: 18px;
}

#menu .service-card-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--chef-primary);
  position: absolute;
  left: 0;
  top: 7px;
}

#menu .service-card-action {
  width: 100%;
  min-height: 42px;
  border: 0;
  border-radius: 12px;
  background: var(--chef-primary);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.01em;
}

#menu .service-card-action:hover {
  background: #a92828;
}

.order-flow-section {
  padding: 72px 0;
}

/* === ORDER FLOW CARD DESIGN === */
.order-flow-section .order-flow-lead {
  font-size: 1.05rem;
  color: #6b7a9a;
  line-height: 1.7;
  margin-top: 8px;
}

.order-flow-nums-row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 36px 0 0;
}

.order-flow-num-bubble {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--chef-primary, #c84b1a);
  color: #fff;
  font-size: 1.45rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(200,75,26,0.25);
}

.order-flow-num-connector {
  flex: 1;
  max-width: 180px;
  height: 0;
  border-top: 2.5px dashed var(--chef-primary, #c84b1a);
  opacity: 0.4;
  margin: 0 8px;
}

.order-flow-cards-row {
  display: flex;
  gap: 24px;
  margin-top: 20px;
}

.order-flow-card {
  flex: 1;
  background: #fff;
  border-radius: 18px;
  padding: 36px 28px 30px;
  box-shadow: 0 8px 36px rgba(15,23,42,0.09);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.order-flow-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 44px rgba(15,23,42,0.13);
}

.order-flow-card-icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #fdf2e9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.order-flow-card-icon-wrap .fa {
  font-size: 1.7rem;
  color: var(--chef-primary, #c84b1a);
}

.order-flow-card h3 {
  font-size: 1.1rem;
  font-weight: 800;
  color: #1f2a40;
  margin: 0;
  line-height: 1.3;
}

.order-flow-card-divider {
  color: var(--chef-primary, #c84b1a);
  font-size: 0.85rem;
  line-height: 1;
  margin: -4px 0;
}

.order-flow-card p {
  font-size: 0.96rem;
  color: #5a6782;
  line-height: 1.68;
  margin: 0;
}

.order-flow-badge {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--chef-primary, #c84b1a);
  font-size: 1rem;
  font-weight: 600;
  padding: 14px 24px;
  background: rgba(200,75,26,0.07);
  border-radius: 40px;
  display: inline-flex;
}

.order-flow-badge .fa {
  font-size: 1.25rem;
  flex-shrink: 0;
}

.order-flow-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 26px;
  flex-wrap: wrap;
}

.order-flow-actions .dp-btn-primary,
.order-flow-actions .dp-btn-secondary {
  min-width: 200px;
  text-align: center;
}

@media (max-width: 767px) {
  .order-flow-nums-row { gap: 0; }
  .order-flow-num-connector { max-width: 32px; margin: 0 4px; }
  .order-flow-cards-row { flex-direction: column; gap: 16px; }
  .order-flow-badge { text-align: center; padding: 12px 18px; }
  .order-flow-actions { flex-direction: column; }
}

/* === SECTIONS REORDERABLE WRAPPER === */
.home-sections-reorderable {
  display: flex;
  flex-direction: column;
}

.info-pages-section {
  background: #f6f8fc;
}

.info-pages-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

@media (max-width: 991px) {
  .info-pages-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .info-pages-grid {
    grid-template-columns: 1fr;
  }
}

.info-page-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  padding: 18px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

.info-page-card h3 {
  font-size: 1.15rem;
  color: #1f2638;
  margin: 0 0 8px;
}

.info-page-card p {
  color: #626b80;
  font-size: 0.93rem;
  line-height: 1.58;
  margin: 0 0 14px;
}

.info-page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border-radius: 10px;
  border: 1px solid var(--line);
  padding: 0 12px;
  font-size: 13px;
  font-weight: 700;
  color: #2f3952 !important;
  background: #f7f9fd;
}

.info-page-link:hover {
  background: #edf2fb;
}

#testimonial {
  padding: 70px 0;
}

#testimonial .overlay {
  background: rgba(10, 14, 21, 0.72);
}

#testimonial .item p {
  color: #f4f6fb;
  font-size: 1.2rem;
  line-height: 1.8;
}

#footer {
  background: #121827;
  color: #d7dded;
  padding-top: 52px !important;
}

#footer .section-title {
  padding-bottom: 12px;
}

#footer .section-title h2 {
  color: #fff !important;
  font-size: 1.25rem;
  margin: 0;
}

#footer p,
#footer li,
#footer a,
#footer strong {
  color: #d7dded !important;
  font-size: 15px;
  line-height: 1.65;
}

#footer a:hover {
  color: #fff !important;
}

#footer .text-divider {
  border-color: #263044 !important;
}

#footer .list-group-item {
  background: transparent;
  border-color: #263044;
  padding-left: 0;
  padding-right: 0;
}

#footer .social-icon {
  float: none !important;
  margin: 10px 0 18px !important;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-left: 0;
}

#footer .social-icon li {
  border: 1px solid #2c3750;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  padding: 6px 12px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

#footer .social-icon li a {
  margin-left: 0;
}

#footer input.form-control {
  height: 46px;
  border-radius: 12px;
  border: 1px solid #2e3a53;
  background: #0f1522;
  color: #edf1fa;
}

#footer input.form-control::placeholder {
  color: #8992a8;
}

#footer #emailbtn.section-btn-subscribe {
  width: 100%;
  margin: 0 !important;
  border-radius: 12px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

#footer .col-md-12.col-sm-12 > p {
  text-align: center;
  border-top: 1px solid #263044;
  margin-top: 14px;
  padding-top: 14px;
}

/* Menu + Brunch order experience */
.order-modal .modal-dialog.order-modal-dialog {
  width: calc(100% - 26px) !important;
  max-width: 1360px;
  margin: 16px auto;
}

.order-modal .modal-content.order-modal-content {
  border: 1px solid var(--line) !important;
  border-radius: 22px !important;
  background: #f7f9fd !important;
  box-shadow: 0 26px 58px rgba(15, 23, 42, 0.2);
  overflow: hidden;
}

.order-modal .order-modal-body {
  background: #f7f9fd;
}

.order-modal .modal-header {
  margin: 0 !important;
  padding: 14px 22px !important;
  background: #ffffff;
  border-bottom: 1px solid var(--line) !important;
  display: flex;
  align-items: center;
  gap: 12px;
}

.order-modal .modal-header .close {
  margin-left: auto;
  margin-top: 0 !important;
  font-size: 26px;
  line-height: 1;
  color: #2f3952;
  opacity: 0.86;
}

.order-modal .tabs {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f4f7fd;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px !important;
  margin-right: 8px;
  width: auto !important;
}

.order-modal .tabs h6 {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  color: #4c5872;
  letter-spacing: 0.02em;
  text-transform: none;
}

.order-modal .tabs.active {
  border-color: rgba(206, 50, 50, 0.35);
  background: #fff5f5;
}

.order-modal .tabs.active h6 {
  color: #8f2a2a;
}

#filter #tab011 > .modal-body {
  padding: 14px 18px 20px !important;
}

#filter #tab011 .input-group.col-md-12 {
  display: block !important;
}

#filter #rr {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 0 12px;
  border-color: #d9dfeb;
  color: #1f283c;
  font-size: 1.7rem;
  font-weight: 700;
}

#filter #rr img {
  width: 18px !important;
  opacity: 0.72;
}

#filter #sa {
  border: 1px solid var(--line) !important;
  border-radius: 12px;
  min-height: 44px;
  width: calc(100% - 110px) !important;
  padding: 0 12px;
  font-size: 14px;
  color: #222a3f;
  background: #fff;
}

#filter #clickme,
#filter #clr {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

#filter #clickme + label,
#filter #clr + label {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin-left: 8px;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#filter #clickme + label:hover,
#filter #clr + label:hover {
  border-color: #c9d3e7;
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.08);
}

#filter #content1 {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px 12px !important;
}

#filter #content .text-divider {
  margin: 10px 0;
  border-color: #dce3ef;
  color: #2b344b;
  font-size: 0.92rem;
  font-weight: 800;
}

#filter #content input[type='radio'],
#filter #content input[type='checkbox'] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

#filter #content label {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 8px 10px;
  margin-bottom: 8px;
  background: #fff;
  color: #35405a;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

#filter #content label img {
  width: 24px !important;
  height: 24px;
  object-fit: contain;
  border-radius: 8px;
  background: #f5f8fe;
}

#filter #content input[type='radio']:checked + label,
#filter #content input[type='checkbox']:checked + label {
  border-color: rgba(206, 50, 50, 0.45);
  background: #fff4f4;
  color: #8f2a2a;
}

/* ===== Filter Tab System ===== */
.filter-tab-nav {
  display: flex;
  gap: 0;
  border-bottom: 2px solid var(--line);
  margin-bottom: 14px;
}

.filter-tab-btn {
  flex: 1;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  padding: 10px 6px;
  font-size: 11px;
  font-weight: 800;
  color: #7a8399;
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s;
  text-align: center;
  white-space: nowrap;
}

.filter-tab-btn i {
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
}

.filter-tab-btn:hover {
  color: #3a4460;
}

.filter-tab-btn.active {
  color: #8f2a2a;
  border-bottom-color: #ce3232;
}

.filter-tab-panels {
  min-height: 200px;
}

.filter-tab-panel {
  display: none;
  padding: 8px 0;
}

.filter-tab-panel.active {
  display: block;
}

.filter-panel-title {
  font-size: 13px;
  font-weight: 800;
  color: #2b344b;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid #e6e8ef;
}

.filter-tab-panel input[type='radio'] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.filter-tab-panel label {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 8px 10px;
  margin-bottom: 6px;
  background: #fff;
  color: #35405a;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}

.filter-tab-panel label img {
  width: 24px !important;
  height: 24px;
  object-fit: contain;
  border-radius: 6px;
  background: #f5f8fe;
}

.filter-tab-panel label i.fa {
  width: 24px;
  text-align: center;
  color: #8a93a9;
}

.filter-tab-panel input[type='radio']:checked + label {
  border-color: rgba(206, 50, 50, 0.45);
  background: #fff4f4;
  color: #8f2a2a;
}

.filter-tab-panel input[type='radio']:checked + label i.fa {
  color: #8f2a2a;
}

.filter-reset-btn {
  display: block;
  width: 100%;
  margin-top: 12px;
  padding: 10px;
  border: 1px solid #dce3ef;
  border-radius: 10px;
  background: #f7f9fd;
  color: #4c5872;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  transition: background 0.2s, color 0.2s;
}

.filter-reset-btn:hover {
  background: #eef1f8;
  color: #1f283c;
}

.filter-reset-btn i {
  margin-right: 6px;
}

.brunch-reset-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #dce3ef;
  border-radius: 10px;
  background: #f7f9fd;
  color: #4c5872;
  font-size: 13px;
  font-weight: 700;
  min-height: 38px;
  padding: 6px 12px;
  cursor: pointer;
}

.brunch-reset-btn:hover {
  background: #eef1f8;
  color: #1f283c;
}

/* ===== End Filter Tab System ===== */

/* ===== Uniform Card Grid Layout ===== */
.order-filter-results {
  padding: 0 !important;
}

.order-filter-results > .text-divider {
  padding: 0 8px;
}

.order-filter-results .row,
#filter .order-filter-results {
  display: flex;
  flex-wrap: wrap;
}

#filter .repasres {
  padding: 0 8px !important;
  margin-bottom: 16px !important;
  display: flex;
}

#filter .repasres .card {
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
}

#filter .repasres .card .img-card {
  display: block;
  flex-shrink: 0;
}

#filter .repasres .img-card img {
  width: 100%;
  height: 176px;
  object-fit: cover;
  display: block;
}

#filter .repasres .card-content {
  padding: 12px 12px 14px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

#filter .repasres .card-title {
  font-size: 1rem;
  line-height: 1.3;
  margin: 0 0 8px;
  color: #1f283c;
}

#filter .repasres .card-header {
  padding: 0 !important;
  margin-bottom: 8px;
}

#filter .repasres .card-header h1 {
  font-size: 0.92rem !important;
  line-height: 1.35;
  margin: 0;
}

#filter .repasres .par {
  margin: 0;
  color: #606c84;
  font-size: 0.88rem;
  line-height: 1.55;
  min-height: 42px;
  flex: 1;
}

#filter .modal-footer {
  border-top: 1px solid var(--line);
  background: #fff;
  padding: 14px 20px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

#filter .modal-footer .section-btn-subscribe,
#filter .modal-footer .section-btn {
  margin: 0 !important;
  min-height: 42px;
  border-radius: 12px;
  font-weight: 800;
  padding: 0 16px;
}

#filter #tab021,
#filter #tab031,
#brunchmodal #review,
#brunchmodal #payment {
  padding: 18px 22px 24px;
  background: #f7f9fd;
}

#filter #liv,
#brunchmodal #liv {
  float: none !important;
  margin: 0 auto !important;
  width: 100% !important;
  max-width: 920px;
}

.order-panel-card {
  width: 100% !important;
  margin: 0 auto !important;
  border: 1px solid var(--line) !important;
  border-radius: 18px !important;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12) !important;
  background: #fff !important;
  padding: 18px !important;
}

#filter .nav.nav-tabs,
#brunchmodal .nav.nav-tabs {
  border-bottom: 1px solid #e5eaf4;
  margin-bottom: 14px !important;
  padding: 0 !important;
  display: flex;
  gap: 8px;
}

#filter .nav.nav-tabs > li,
#brunchmodal .nav.nav-tabs > li {
  float: none;
  margin: 0 !important;
}

#filter .nav.nav-tabs .nav-link,
#brunchmodal .nav.nav-tabs .nav-link {
  border: 1px solid var(--line) !important;
  border-radius: 999px !important;
  background: #f4f7fd !important;
  color: #3a455f !important;
  font-size: 12px;
  font-weight: 800;
  text-transform: none;
  padding: 8px 14px !important;
}

#filter .nav.nav-tabs .nav-link.active,
#brunchmodal .nav.nav-tabs .nav-link.active {
  border-color: rgba(206, 50, 50, 0.35) !important;
  background: #fff5f5 !important;
  color: #8f2a2a !important;
}

#filter .form-group,
#brunchmodal .form-group {
  margin-bottom: 10px;
}

#filter input[type='text'],
#filter input[type='email'],
#filter input[type='date'],
#filter input[type='time'],
#filter .form-control,
#brunchmodal input[type='text'],
#brunchmodal input[type='email'],
#brunchmodal input[type='date'],
#brunchmodal input[type='time'],
#brunchmodal .form-control {
  border: 1px solid var(--line) !important;
  border-radius: 12px !important;
  min-height: 44px;
  color: #20283c;
  background: #fff;
  box-shadow: none !important;
}

#filter textarea,
#brunchmodal textarea {
  border: 1px solid var(--line) !important;
  border-radius: 12px !important;
  min-height: 110px;
  padding: 10px 12px;
  resize: vertical;
  color: #20283c;
}

#filter .error,
#brunchmodal .error {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 700;
  color: #b3261e !important;
}

#filter .section-btn,
#filter .section-btn-subscribe,
#brunchmodal .section-btn,
#brunchmodal .section-btn-subscribe {
  min-height: 44px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.01em;
}

#brunchmodal .brunch-detail-btn {
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #f4f7fd;
  color: #27314a;
  font-size: 13px;
  font-weight: 700;
  min-height: 40px;
  padding: 8px 12px;
}

#brunchmodal .brunch-detail-btn:hover {
  background: #eef3fd;
}

#brunchmodal #tab041 {
  padding: 0 18px 22px;
}

#brunchmodal .brunch-pack-grid {
  margin: 0 -8px;
}

#brunchmodal .order-product-card {
  border: 1px solid var(--line) !important;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  padding: 0;
  margin-bottom: 16px;
}

#brunchmodal .order-product-card .img-card {
  width: 100%;
  height: 196px;
  object-fit: cover;
  display: block;
  cursor: pointer;
}

#brunchmodal .order-product-card .card-content {
  padding: 12px 12px 4px;
}

#brunchmodal .order-product-card .card-title {
  margin: 0 0 8px;
  font-size: 1rem;
  line-height: 1.35;
  color: #1f283c;
}

#brunchmodal .order-product-card .card-header {
  padding: 0 !important;
}

#brunchmodal .brunch-detail-btn {
  margin: 8px 12px 12px !important;
  float: none !important;
  width: calc(100% - 24px);
}

#brunchmodal .card-read-more {
  border-top: 1px dashed #dde4f0;
  margin-top: 8px;
  padding: 8px 12px 12px;
}

#brunchmodal .uld {
  margin: 0;
  padding-left: 16px;
}

#brunchmodal .uld li {
  color: #55627e;
  font-size: 13px;
  line-height: 1.45;
}

#brunchmodal #tab051 {
  padding: 18px 18px 24px;
  background: #f7f9fd;
}

#brunchmodal .range_container {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 12px 14px;
}

#brunchmodal .form_control_container {
  width: 54px !important;
}

#brunchmodal .form_control_container__time__input {
  width: 52px;
  height: 52px;
  border: 1px solid var(--line);
  border-radius: 999px !important;
  background: #f5f8fe;
  color: #26334e !important;
  font-size: 13px;
  font-weight: 800 !important;
  text-align: center;
}

#brunchmodal .sliders_control {
  width: 100% !important;
  margin: 0 !important;
}

#brunchmodal .sliders_control input[type='range'] {
  accent-color: var(--chef-primary);
}

#brunchmodal .h-divider {
  margin: 16px 0 12px;
  border-top: 1px solid #dde4f0;
}

#brunchmodal .h-divider .shadow {
  display: none;
}

#brunchmodal #menusteps {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#brunchmodal #menusteps .tablinks {
  width: 100% !important;
  border: 1px solid transparent;
  border-radius: 10px;
  background: #f4f7fd;
  color: #36405a;
  min-height: 40px;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  padding: 9px 10px;
}

#brunchmodal #menusteps .tablinks.active {
  border-color: rgba(206, 50, 50, 0.35);
  background: #fff5f5;
  color: #8f2a2a;
}

#brunchmodal .tabcontent {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  padding: 14px;
}

#brunchmodal .tabcontent input[type='radio'] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

#brunchmodal .tabcontent input[type='radio'] + label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f5f8fe;
  color: #39445f;
  font-size: 12px;
  font-weight: 800;
  padding: 7px 12px;
  margin-right: 8px;
  margin-bottom: 8px;
  cursor: pointer;
}

#brunchmodal .tabcontent input[type='radio']:checked + label {
  border-color: rgba(206, 50, 50, 0.4);
  background: #fff4f4;
  color: #8f2a2a;
}

#brunchmodal .tabcontent .card {
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.07);
  overflow: hidden;
  margin-bottom: 14px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

#brunchmodal .tabcontent .col-md-4 {
  display: flex;
  margin-bottom: 14px;
}

#brunchmodal .tabcontent .img-card img {
  width: 100%;
  height: 168px;
  object-fit: cover;
  display: block;
}

#brunchmodal .tabcontent .card-content {
  padding: 10px 10px 12px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

#brunchmodal .tabcontent .card-title {
  margin: 0 0 6px;
  font-size: 0.98rem;
  color: #1f283c;
}

#brunchmodal .tabcontent .card-header {
  padding: 0 !important;
}

#brunchmodal .tabcontent .card-header h1 {
  margin: 0;
  font-size: 0.87rem !important;
  color: #5f6c87 !important;
}

#brunchmodal .previous,
#filter .previous {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border-radius: 999px !important;
  border: 1px solid var(--line);
  background: #fff;
  color: #2f3952;
  font-size: 12px;
  font-weight: 800;
  padding: 0 14px;
  margin: 0 0 14px;
}

#brunchmodal .previous:hover,
#filter .previous:hover {
  background: #f5f8fe;
}

#filter #tab021 label,
#filter #tab031 label,
#brunchmodal #review label,
#brunchmodal #payment label {
  font-size: 12px;
  font-weight: 800;
  color: #3a4661;
  margin-bottom: 6px;
}

#filter #condition,
#brunchmodal #condition {
  margin-right: 8px;
}

/* Strong readability pass to override legacy inline styles */
.order-modal,
#filter,
#brunchmodal {
  font-size: 14px !important;
  line-height: 1.5;
  color: #1f283c;
}

#filter .modal-header,
#brunchmodal .modal-header {
  padding: 14px 18px !important;
}

#filter .modal-body .row,
#brunchmodal .modal-body .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#filter h1,
#filter h2,
#filter h3,
#filter h4,
#filter h5,
#filter h6,
#brunchmodal h1,
#brunchmodal h2,
#brunchmodal h3,
#brunchmodal h4,
#brunchmodal h5,
#brunchmodal h6 {
  letter-spacing: 0;
  color: #1f283c;
}

#filter #tab011 .col-md-12.col-sm-12[align='right'] {
  display: block;
  width: 100%;
}

#filter #tab011 .row.col-sm-12 {
  display: flex !important;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px !important;
}

#filter #content1 {
  float: left !important;
  width: 320px !important;
  max-width: 100%;
}

#filter #content1 + .col-md-8 {
  float: left !important;
  width: calc(100% - 320px) !important;
  padding-left: 14px !important;
}

#filter #content1 + .col-md-8 .text-divider {
  margin-top: 0;
}

#filter .repasres {
  width: 33.3333% !important;
  float: left !important;
}

#filter .repasres .card {
  min-height: 356px;
}

#filter .repasres .card-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#filter .repasres .par {
  margin-top: auto;
}

#filter .section-btn,
#filter .section-btn-subscribe,
#brunchmodal .section-btn,
#brunchmodal .section-btn-subscribe {
  margin: 0 !important;
}

#filter input.section-btn,
#filter input.section-btn-subscribe,
#brunchmodal input.section-btn,
#brunchmodal input.section-btn-subscribe {
  width: 100% !important;
  margin-left: 0 !important;
}

#brunchmodal #tab051 .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#brunchmodal #tab051 .tab {
  width: 280px;
  float: left;
  padding-right: 12px;
}

#brunchmodal #tab051 .tabcontent {
  margin-left: 292px;
  min-height: 200px;
}

#brunchmodal #step7,
#brunchmodal #step7 > .row,
#brunchmodal #step7 main.container-fluid,
#brunchmodal #step7 #michi,
#brunchmodal #step7 > .col-md-8,
#brunchmodal #step8,
#brunchmodal #step8 #pay {
  border: 0 !important;
}

#brunchmodal #step7 {
  margin: 0 !important;
  padding: 0 !important;
}

#brunchmodal #step7 > .row {
  margin: 0 !important;
}

#brunchmodal #step7 #review,
#brunchmodal #step7 #step8 {
  padding: 0 !important;
}

#brunchmodal #step7 #michi,
#brunchmodal #step7 #pay {
  border-radius: 16px !important;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12) !important;
  border: 1px solid var(--line) !important;
}

#brunchmodal [id='paasera'] {
  margin: 0 0 10px;
  font-size: 1rem;
  font-weight: 700;
  color: #465473;
}

#brunchmodal input::placeholder,
#filter input::placeholder,
#brunchmodal textarea::placeholder,
#filter textarea::placeholder {
  color: #77819a;
}

#brunchmodal .alert-danger.alert,
#filter .alert-danger.alert {
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 10px;
  margin-top: 8px;
}

@media (max-width: 991px) {
  .custom-navbar {
    padding: 10px 0 !important;
  }

  .custom-navbar .navbar-nav.navbar-right {
    display: block;
    gap: 8px;
    margin-top: 10px;
    white-space: normal;
  }

  .custom-navbar .navbar-header {
    width: 100%;
    padding-right: 126px;
  }

  .custom-navbar .navbar-collapse {
    padding-right: 15px;
  }

  .custom-navbar .navbar-persistent-actions {
    right: 14px;
  }

  .custom-navbar .navbar-toggle {
    order: -1;
    float: none;
    margin: 0 12px 0 0;
  }

  .custom-navbar .navbar-nav.navbar-right > li {
    display: block;
    float: none;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn-subscribe,
  .custom-navbar .navbar-nav.navbar-right .section-btn-login,
  .custom-navbar .navbar-nav.navbar-right .language-switcher > a {
    display: flex;
    width: 100%;
    margin: 0.2em 0 0 0 !important;
    justify-content: center;
  }

  .custom-navbar .navbar-nav.navbar-right .language-switcher .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
    margin: 6px 0 0;
  }

  #home .caption {
    min-height: 64vh;
    padding-top: 110px;
  }

  #home .item {
    min-height: 64vh;
  }

  #menu .gallery-cell {
    width: 100% !important;
    padding: 10px 4px !important;
  }

  .info-pages-grid {
    grid-template-columns: 1fr;
  }

  #menu .card-img-top {
    height: 250px;
  }

  #footer .section-title {
    margin-top: 20px;
  }

  #footer .row .col-md-5,
  #footer .row .col-md-4,
  #footer .row .col-md-3 {
    margin-bottom: 20px;
  }

  .order-modal .modal-dialog.order-modal-dialog {
    width: calc(100% - 14px) !important;
    margin: 8px auto;
  }

  .order-modal .modal-header {
    padding: 10px 12px !important;
    flex-wrap: wrap;
  }

  .order-modal .tabs {
    margin-bottom: 6px;
  }

  #filter #sa {
    width: calc(100% - 100px) !important;
  }

  #filter #content1 {
    margin-bottom: 12px;
    width: 100% !important;
    float: none !important;
  }

  #filter #content1 + .col-md-8 {
    width: 100% !important;
    float: none !important;
    padding-left: 0 !important;
  }

  #filter .repasres {
    padding: 0 !important;
    width: 50% !important;
  }

  #filter #tab021,
  #filter #tab031,
  #brunchmodal #review,
  #brunchmodal #payment,
  #brunchmodal #tab051 {
    padding: 12px;
  }

  .order-panel-card {
    padding: 12px !important;
  }

  #brunchmodal .range_container {
    flex-wrap: wrap;
    justify-content: center;
  }

  #brunchmodal .tabcontent {
    margin-top: 10px;
  }

  #brunchmodal #tab051 .tab {
    width: 100%;
    float: none;
    padding-right: 0;
    margin-bottom: 10px;
  }

  #brunchmodal #tab051 .tabcontent {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  #filter #rr {
    font-size: 1.3rem;
  }

  #filter #sa {
    width: 100% !important;
    margin-bottom: 8px;
  }

  #filter #clickme + label,
  #filter #clr + label {
    margin-left: 0;
    margin-right: 8px;
  }

  #filter .modal-footer {
    flex-direction: column;
  }

  #filter .modal-footer .section-btn-subscribe,
  #filter .modal-footer .section-btn {
    width: 100%;
  }

  #filter .repasres {
    width: 100% !important;
  }

  #brunchmodal #menusteps .tablinks {
    font-size: 12px;
  }
}

/* A-Z redesign pass: modal experience without touching mechanisms */
.modal-backdrop {
  background: rgba(12, 21, 39, 0.62) !important;
}

.modal-backdrop.in {
  opacity: 1 !important;
}

#filter.order-modal .modal-dialog.order-modal-dialog,
#brunchmodal.order-modal .modal-dialog.order-modal-dialog {
  width: calc(100% - 24px) !important;
  max-width: 1520px !important;
  margin: 12px auto !important;
}

#filter.order-modal .modal-content.order-modal-content,
#brunchmodal.order-modal .modal-content.order-modal-content {
  border: 1px solid #dce4f2 !important;
  border-radius: 24px !important;
  background: #f5f7fc !important;
  box-shadow: 0 24px 60px rgba(9, 17, 31, 0.28) !important;
  overflow: hidden;
}

#filter.order-modal .order-modal-top,
#brunchmodal.order-modal .order-modal-top {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px;
  padding: 14px 20px !important;
  background: #ffffff !important;
  border-bottom: 1px solid #e0e7f3 !important;
  margin: 0 !important;
}

#filter.order-modal .order-modal-top .close,
#brunchmodal.order-modal .order-modal-top .close {
  margin: 0 !important;
  font-size: 28px !important;
  line-height: 1 !important;
  color: #1f2a40 !important;
  opacity: 0.9 !important;
  min-width: 26px;
}

#filter.order-modal .order-modal-tabs,
#brunchmodal.order-modal .order-modal-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}

#filter.order-modal .order-modal-tabs .tabs,
#brunchmodal.order-modal .order-modal-tabs .tabs {
  border: 1px solid #d9e2f1 !important;
  border-radius: 999px !important;
  background: #eef3fb !important;
  min-height: 40px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 14px !important;
  margin: 0 !important;
  float: none !important;
  width: auto !important;
  cursor: pointer;
}

#filter.order-modal .order-modal-tabs .tabs h6,
#brunchmodal.order-modal .order-modal-tabs .tabs h6 {
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
  font-weight: 800 !important;
  color: #2e3a56 !important;
}

#filter.order-modal .order-modal-tabs .tabs.active,
#brunchmodal.order-modal .order-modal-tabs .tabs.active {
  border-color: rgba(206, 50, 50, 0.45) !important;
  background: #fff5f5 !important;
}

#filter.order-modal .order-modal-tabs .tabs.active h6,
#brunchmodal.order-modal .order-modal-tabs .tabs.active h6 {
  color: #8f2a2a !important;
}

#filter.order-modal .order-modal-body,
#brunchmodal.order-modal .order-modal-body {
  background: #f5f7fc !important;
  padding: 0 !important;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}

#filter .card::before,
#filter .card::after,
#brunchmodal .card::before,
#brunchmodal .card::after {
  display: none !important;
  content: none !important;
}

#filter #tab011 > .modal-body {
  padding: 20px 24px 24px !important;
}

#filter #rr {
  margin: 2px 0 14px !important;
  font-size: clamp(1.2rem, 2.3vw, 1.85rem) !important;
  font-weight: 800 !important;
  color: #1f2a40 !important;
}

#filter #tab011 .row.col-sm-12 {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px !important;
  padding: 0 !important;
}

#filter #sa {
  width: 100% !important;
  margin: 0 !important;
  min-height: 46px !important;
  border: 1px solid #d7e0ef !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: #202a42 !important;
  font-size: 14px !important;
  padding: 0 14px !important;
}

#filter #clickme + label,
#filter #clr + label {
  width: 44px !important;
  height: 44px !important;
  margin: 0 !important;
  border-radius: 12px !important;
  border: 1px solid #d7e0ef !important;
  background: #fff !important;
}

#filter #tab011 .order-filter-sidebar {
  width: 320px !important;
  float: left !important;
  padding: 0 !important;
}

#filter #tab011 .order-filter-results {
  width: calc(100% - 320px) !important;
  float: left !important;
  padding-left: 16px !important;
}

#filter #content1 {
  width: 100% !important;
  border: 1px solid #dce4f2 !important;
  border-radius: 16px !important;
  padding: 14px 12px !important;
  background: #fff !important;
  margin-bottom: 14px;
}

#filter #content .text-divider {
  margin: 10px 0 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  color: #34415f !important;
}

#filter #content label {
  min-height: 40px;
  margin-bottom: 8px !important;
  border: 1px solid #dbe3f1 !important;
  border-radius: 11px !important;
  padding: 8px 10px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #2f3b56 !important;
  background: #fbfcff !important;
}

#filter #content label img {
  display: none !important;
}

#filter .order-filter-results .repasres {
  width: 50% !important;
  float: left !important;
  margin: 0 !important;
  padding: 0 10px 16px !important;
}

#filter .order-filter-results::after {
  content: "";
  display: block;
  clear: both;
}

#filter .repasres .card {
  border: 1px solid #dbe3f1 !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.1) !important;
  min-height: 360px;
}

#filter .repasres .img-card img {
  width: 100% !important;
  height: 178px !important;
  object-fit: cover !important;
}

#filter .repasres .card-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px !important;
}

#filter .repasres .card-title {
  margin: 0 !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  color: #1f2a40 !important;
  line-height: 1.35 !important;
}

#filter .repasres .card-header {
  margin: 0 !important;
  padding: 0 !important;
}

#filter .repasres .card-header h1 {
  margin: 0 !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  color: #b83434 !important;
}

#filter .repasres .par {
  margin: 0 !important;
  font-size: 0.88rem !important;
  line-height: 1.55 !important;
  color: #5f6b85 !important;
}

#filter .modal-footer {
  border-top: 1px solid #dce4f2 !important;
  background: #fff !important;
  padding: 14px 20px !important;
}

#filter .modal-footer .section-btn-subscribe,
#filter .modal-footer .section-btn {
  min-height: 44px !important;
  border-radius: 12px !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  margin: 0 !important;
}

#brunchmodal #tab041 {
  padding: 20px 22px 26px !important;
}

#brunchmodal .brunch-pack-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 14px;
  margin: 0 !important;
}

#brunchmodal .brunch-pack-grid > .order-product-card {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 360px;
}

#brunchmodal .order-product-card {
  border: 1px solid #dbe3f1 !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.1) !important;
}

#brunchmodal .order-product-card .img-card {
  width: 100% !important;
  height: 190px !important;
  object-fit: cover !important;
}

#brunchmodal .order-product-card .card-title {
  font-size: 1rem !important;
  line-height: 1.34 !important;
  font-weight: 800 !important;
  color: #1f2a40 !important;
}

#brunchmodal .order-product-card .card-header h1 {
  font-size: 0.94rem !important;
  font-weight: 700 !important;
  color: #b83434 !important;
}

#brunchmodal .brunch-detail-btn {
  width: calc(100% - 24px) !important;
  margin: 8px 12px 12px !important;
  min-height: 40px !important;
  border-radius: 10px !important;
}

#brunchmodal #tab051 {
  padding: 20px 22px 24px !important;
}

#brunchmodal #tab051 .range_container {
  margin-bottom: 14px !important;
}

#brunchmodal #tab051 #menusteps {
  float: left !important;
  width: 290px !important;
  margin: 0 !important;
}

#brunchmodal #tab051 .tabcontent {
  float: right !important;
  width: calc(100% - 306px) !important;
  margin: 0 !important;
  min-height: 250px;
  border: 1px solid #dbe3f1 !important;
  border-radius: 14px !important;
  background: #fff !important;
  padding: 14px !important;
}

#brunchmodal #tab051 .tabcontent [class*='col-md-4'] {
  width: 50% !important;
  float: left !important;
  padding: 0 8px 12px !important;
}

#brunchmodal #tab051 .tabcontent::after {
  content: "";
  display: block;
  clear: both;
}

#brunchmodal #tab051 .tabcontent .card {
  min-height: 315px;
}

#brunchmodal #tab051 .tabcontent .img-card img {
  height: 160px !important;
}

#brunchmodal #tab051 .tabcontent .card-title {
  font-size: 0.98rem !important;
  line-height: 1.32 !important;
  margin: 0 0 8px !important;
}

#brunchmodal [id='paasera'] {
  margin: 0 0 10px !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  color: #445275 !important;
}

#brunchmodal #step7 {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 16px;
  margin: 0 !important;
  border: 0 !important;
  padding: 0 !important;
}

#brunchmodal #step7 > .row#review,
#brunchmodal #step7 > .col-md-8 {
  flex: 1 1 420px;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

#brunchmodal #step7 #review main.container-fluid,
#brunchmodal #step7 #step8 {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

#brunchmodal #step7 #michi,
#brunchmodal #step7 #pay {
  width: 100% !important;
  border: 1px solid #dbe3f1 !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12) !important;
  padding: 16px !important;
}

#filter .order-panel-card,
#brunchmodal .order-panel-card,
#brunchmodal #step7 #michi,
#brunchmodal #step7 #pay {
  border: 1px solid #dbe3f1 !important;
  border-radius: 16px !important;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12) !important;
  background: #fff !important;
}

#filter input[type='text'],
#filter input[type='email'],
#filter input[type='date'],
#filter input[type='time'],
#filter .form-control,
#brunchmodal input[type='text'],
#brunchmodal input[type='email'],
#brunchmodal input[type='date'],
#brunchmodal input[type='time'],
#brunchmodal .form-control {
  min-height: 46px !important;
  border: 1px solid #d7e0ef !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: #1f2a40 !important;
  font-size: 14px !important;
}

#filter textarea,
#brunchmodal textarea {
  min-height: 112px !important;
  border: 1px solid #d7e0ef !important;
  border-radius: 12px !important;
  font-size: 14px !important;
  color: #1f2a40 !important;
}

#filter label,
#brunchmodal label {
  font-size: 12px !important;
  font-weight: 800 !important;
  color: #2f3b56 !important;
}

#filter .error,
#brunchmodal .error {
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #b3261e !important;
}

#filter .previous,
#brunchmodal .previous {
  border-radius: 999px !important;
  border: 1px solid #d7e0ef !important;
  background: #fff !important;
  min-height: 38px !important;
  padding: 0 14px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

@media (min-width: 1400px) {
  #filter .order-filter-results .repasres {
    width: 33.3333% !important;
  }

  #brunchmodal #tab051 .tabcontent [class*='col-md-4'] {
    width: 33.3333% !important;
  }
}

@media (max-width: 1199px) {
  #filter #tab011 .order-filter-sidebar {
    width: 280px !important;
  }

  #filter #tab011 .order-filter-results {
    width: calc(100% - 280px) !important;
  }
}

@media (max-width: 991px) {
  #filter.order-modal .order-modal-top,
  #brunchmodal.order-modal .order-modal-top {
    flex-wrap: wrap;
    justify-content: center !important;
  }

  #filter.order-modal .order-modal-top .close,
  #brunchmodal.order-modal .order-modal-top .close {
    align-self: flex-start;
  }

  #filter #tab011 .row.col-sm-12 {
    grid-template-columns: 1fr;
  }

  #filter #clickme + label,
  #filter #clr + label {
    justify-self: start;
  }

  #filter #tab011 .order-filter-sidebar,
  #filter #tab011 .order-filter-results {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
  }

  #filter .order-filter-results .repasres {
    width: 50% !important;
  }

  #brunchmodal #tab051 #menusteps,
  #brunchmodal #tab051 .tabcontent {
    float: none !important;
    width: 100% !important;
  }

  #brunchmodal #tab051 .tabcontent {
    margin-top: 10px !important;
  }

  #brunchmodal #step7 > .row#review,
  #brunchmodal #step7 > .col-md-8 {
    flex-basis: 100%;
  }
}

@media (max-width: 767px) {
  #filter.order-modal .modal-dialog.order-modal-dialog,
  #brunchmodal.order-modal .modal-dialog.order-modal-dialog {
    width: calc(100% - 10px) !important;
    margin: 5px auto !important;
  }

  #filter #tab011 > .modal-body,
  #brunchmodal #tab041,
  #brunchmodal #tab051,
  #filter #tab021,
  #filter #tab031 {
    padding: 12px !important;
  }

  #filter .order-filter-results .repasres,
  #brunchmodal #tab051 .tabcontent [class*='col-md-4'] {
    width: 100% !important;
  }

  #filter .modal-footer {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 8px;
  }
}


/* ===================================================
   SECONDARY PAGES - Shared styles for all pages
   =================================================== */

/* Page section spacing (accounts for fixed navbar) */
.page-section {
  padding: 100px 0 60px;
}

/* Detail page card */
.detail-card {
  background: var(--surface, #fff);
  border-radius: 20px;
  box-shadow: var(--shadow-soft, 0 14px 40px rgba(15, 23, 42, 0.1));
  overflow: hidden;
  padding: 24px;
  margin-top: 20px;
}
.detail-card-image img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 16px;
}
.detail-card-body {
  padding: 24px 0;
}

/* Repas/product cards */
.card {
  border-radius: 16px;
  overflow: hidden;
  border: 0;
  box-shadow: var(--shadow-soft, 0 14px 40px rgba(15, 23, 42, 0.1));
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  margin-bottom: 24px;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.15);
}
.img-card {
  width: 100%;
  height: 220px;
  display: block;
  overflow: hidden;
}
.img-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.card:hover .img-card img {
  transform: scale(1.05);
}
.card-content {
  padding: 18px;
  text-align: left;
}
.card-title {
  margin-top: 0;
  font-weight: 700;
  font-size: 1.2em;
  font-family: 'Fraunces', Georgia, serif;
  color: var(--ink, #161a24);
}
.card-title a {
  color: inherit;
  text-decoration: none;
}
.card-read-more {
  border-top: 1px solid var(--line, #e6e8ef);
  text-align: center;
}
.card-read-more a {
  text-decoration: none;
  padding: 12px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.85em;
  color: var(--chef-primary, #ce3232);
  display: block;
}
.card-read-more a:hover {
  background: rgba(206, 50, 50, 0.04);
}

/* Form controls for secondary pages */
.form-control {
  border-radius: 12px;
  border: 1.5px solid var(--line, #e6e8ef);
  padding: 10px 16px;
  font-size: 0.95em;
  transition: border-color 0.3s, box-shadow 0.3s;
  font-family: 'Manrope', sans-serif;
}
.form-control:focus {
  border-color: var(--chef-primary, #ce3232);
  box-shadow: 0 0 0 3px rgba(206, 50, 50, 0.1);
  outline: none;
}
textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

/* Select dropdowns */
select.form-control,
select.form-group {
  border-radius: 12px;
  padding: 10px 16px;
  border: 1.5px solid var(--line, #e6e8ef);
  background: var(--surface, #fff);
  cursor: pointer;
}

/* Buttons consistency */
.btn-success {
  background: var(--chef-primary, #ce3232);
  border-color: var(--chef-primary, #ce3232);
  border-radius: 12px;
  font-weight: 600;
  padding: 10px 24px;
  transition: all 0.3s;
}
.btn-success:hover {
  background: color-mix(in srgb, var(--chef-primary, #ce3232) 85%, black);
  border-color: color-mix(in srgb, var(--chef-primary, #ce3232) 85%, black);
  transform: translateY(-1px);
}

/* Price styling */
.price-box {
  text-align: center;
  margin: 12px 0;
}

/* Page header banner for inner pages */
.page-header-banner {
  background: linear-gradient(135deg, var(--chef-primary, #ce3232), color-mix(in srgb, var(--chef-primary, #ce3232) 70%, #000));
  color: #fff;
  padding: 120px 0 50px;
  text-align: center;
}
.page-header-banner h1 {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  margin-bottom: 8px;
}
.page-header-banner p {
  font-size: 1.1em;
  opacity: 0.9;
}

/* Info/legal pages */
.legal-content {
  padding: 40px 0 60px;
  font-size: 1.05em;
  line-height: 1.8;
  color: #555;
}
.legal-content h2,
.legal-content h3 {
  font-family: 'Fraunces', Georgia, serif;
  color: #2c2c2c;
  margin-top: 32px;
  margin-bottom: 12px;
}
.legal-content h2 {
  font-size: 1.5em;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--chef-primary, #ce3232);
  display: inline-block;
}

/* Badge styling */
.badge {
  border-radius: 8px;
  padding: 4px 10px;
  font-weight: 500;
  font-size: 0.85em;
}

/* Cart overlay modernization */
#ourcart {
  position: fixed !important;
  top: 0;
  right: 0;
  width: 520px;
  max-width: 100vw;
  height: 100vh;
  z-index: 10000;
  background: rgba(15, 23, 42, 0.4);
  backdrop-filter: blur(4px);
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
  animation: cartSlideIn 0.3s ease;
}

@keyframes cartSlideIn {
  from { opacity: 0; transform: translateX(30px); }
  to { opacity: 1; transform: translateX(0); }
}

#ourcart .Cart-Container {
  background: var(--surface, #fff);
  border-radius: 0;
  box-shadow: -10px 0 40px rgba(0, 0, 0, 0.15);
  overflow-y: auto;
  height: 100%;
  margin-left: auto;
  max-width: 480px;
}

#ourcart .shopping-cart-header {
  padding: 16px 20px;
  border-bottom: 1px solid var(--line, #e6e8ef);
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

#ourcart .shopping-cart-total {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  width: 100%;
}

#ourcart .shopping-cart-total .badge {
  background: #f0f2f8;
  color: #3a4460;
  font-size: 12px;
  font-weight: 800;
  border-radius: 8px;
  padding: 4px 10px;
}

#ourcart .shopping-cart-total .button-7 {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #f4f7fd;
  color: #27314a;
  font-size: 12px;
  font-weight: 700;
  min-height: 36px;
  padding: 6px 14px;
  cursor: pointer;
  transition: background 0.2s;
}

#ourcart .shopping-cart-total .button-7:hover {
  background: #eef3fd;
}

#ourcart .Cart-Items {
  padding: 14px 20px;
  border-bottom: 1px solid var(--line, #e6e8ef);
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

#ourcart .Cart-Items .image-box {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
}

#ourcart .Cart-Items .image-box img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid var(--line);
}

#ourcart .Cart-Items .about {
  flex: 1;
  padding: 0 !important;
  width: auto !important;
}

#ourcart .subtitlecart {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
  font-size: 14px;
  margin: 0 0 2px;
  color: #1f283c;
}

#ourcart .titlecart {
  font-size: 12px !important;
  color: #606c84;
  margin: 0;
}

#ourcart .tag {
  display: inline-block;
  background: #f0f2f8;
  color: #ce3232;
  font-weight: 800;
  font-size: 12px;
  border-radius: 6px;
  padding: 2px 8px;
  margin-top: 4px;
}

#ourcart .countercart {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  padding: 0 !important;
  width: auto !important;
}

#ourcart .btncart {
  width: 28px;
  height: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #3a4460;
  cursor: pointer;
  background: #f5f8fe;
  transition: background 0.2s;
}

#ourcart .btncart:hover {
  background: #e6ecf8;
}

#ourcart .countcart {
  font-size: 14px;
  font-weight: 800;
  color: #1f283c;
  min-width: 20px;
  text-align: center;
}

#ourcart .prices {
  flex-shrink: 0;
  text-align: right;
  padding: 0 !important;
  width: auto !important;
}

#ourcart .amount {
  font-weight: 800;
  font-size: 14px;
  color: #1f283c;
}

#ourcart .remove {
  color: #b3261e;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 4px;
}

#ourcart button.remove {
  background: transparent;
  border: 0;
  padding: 0;
}

#ourcart .remove:hover {
  text-decoration: underline;
}

/* Hide the old .fixed positioning class */
div.fixed {
  position: relative !important;
}

/* Responsive additions for secondary pages */
@media (max-width: 767px) {
  .page-header-banner {
    padding: 100px 0 30px;
  }
  .detail-card {
    padding: 16px;
  }
  .card-content {
    padding: 14px;
  }
  .img-card,
  .img-card img {
    height: 180px;
  }
}

/* ===================================================
   MENU MODAL REFACTOR (Service Menu)
   =================================================== */
#filter fieldset {
  display: none;
  border: 0;
  margin: 0;
  padding: 0;
}

#filter fieldset.show {
  display: block;
}

#filter .menu-step {
  padding: 20px 22px 18px;
  background: #f7f9fd;
}

#filter .menu-step-head {
  margin-bottom: 12px;
}

#filter .menu-step-title {
  margin: 0 0 4px;
  font-size: clamp(1.15rem, 1.9vw, 1.45rem);
  font-weight: 800;
  color: #1d2942;
}

#filter .menu-step-subtitle {
  margin: 0;
  color: #5f6b85;
  font-size: 13px;
  line-height: 1.45;
}

#filter .menu-search-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 10px;
  align-items: center;
  margin: 0 0 14px;
}

#filter .menu-search-input-wrap {
  position: relative;
}

#filter .menu-search-input-wrap .fa {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  color: #7a859d;
}

#filter #sa {
  width: 100% !important;
  min-height: 46px !important;
  border: 1px solid #d7e0ef !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: #202a42 !important;
  font-size: 14px !important;
  padding: 0 14px 0 38px !important;
}

#filter .menu-toggle-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

#filter .menu-tool-btn {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid #d7e0ef;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

#filter .menu-order-layout {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

#filter .order-filter-sidebar {
  flex: 0 0 320px;
  max-width: 320px;
  width: 100% !important;
  float: none !important;
  padding: 14px 12px !important;
  border: 1px solid #dce4f2 !important;
  border-radius: 16px !important;
  background: #fff !important;
}

#filter .order-filter-results {
  flex: 1 1 auto;
  min-width: 0;
  width: auto !important;
  float: none !important;
  padding-left: 0 !important;
}

#filter .order-results-header .text-divider {
  width: 100%;
  margin: 0 0 12px !important;
}

#filter .order-results-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

#filter .order-filter-results .repasres {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#filter .order-filter-results .card {
  min-height: 350px;
  height: 100%;
}

#filter .order-filter-results .img-card img {
  height: 188px !important;
}

#filter .menu-separator {
  margin: 0 6px;
  color: #95a0b6;
}

#filter .menu-step-footer {
  border-top: 1px solid #dce4f2 !important;
  background: #fff !important;
  padding: 14px 20px !important;
}

#filter #liv {
  max-width: 920px;
  margin: 0 auto;
}

#filter .menu-form-grid,
#filter .menu-payment-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 12px;
}

#filter .menu-col-12 {
  grid-column: span 12;
}

#filter .menu-col-6 {
  grid-column: span 6;
}

#filter .menu-col-4 {
  grid-column: span 4;
}

#filter .menu-slot-grid {
  background: #fbfcff;
  border: 1px solid #dde5f3;
  border-radius: 12px;
  padding: 10px;
}

#filter .menu-slot-label {
  display: block;
  margin-bottom: 8px;
}

#filter .menu-slot-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

#filter #creneaux .menu-creneaux-label {
  display: block;
  margin-bottom: 8px;
}

#filter #creneaux .menu-creneaux-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 8px;
}

#filter #creneaux .menu-check-inline {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px 10px;
  border: 1px solid #dbe3f1;
  border-radius: 11px;
  background: #fbfcff;
}

#filter #creneaux .menu-check-inline input[type='checkbox'] {
  margin: 0;
}

#filter #creneaux .menu-check-inline label {
  margin: 0 !important;
  font-size: 12px !important;
}

#filter .menu-condition-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

#filter .menu-condition-row input[type='checkbox'] {
  margin-top: 3px;
}

#filter .menu-condition-row label {
  margin: 0;
}

#filter .menu-payment-card-fields {
  margin-bottom: 14px;
}

#filter .menu-payment-identity {
  margin-bottom: 8px;
}

#filter .menu-input-icon {
  margin-top: 6px;
}

#filter .menu-payment-submit {
  margin-top: 8px;
}

@media (min-width: 1400px) {
  #filter .order-results-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1199px) {
  #filter .order-filter-sidebar {
    flex-basis: 280px;
    max-width: 280px;
  }
}

@media (max-width: 991px) {
  #filter .menu-order-layout {
    display: block;
  }

  #filter .order-filter-sidebar,
  #filter .order-filter-results {
    max-width: none;
    width: 100% !important;
  }

  #filter .order-filter-results {
    margin-top: 12px;
  }

  #filter .order-results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #filter .menu-col-6,
  #filter .menu-col-4 {
    grid-column: span 12;
  }

  #filter .menu-slot-inputs {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  #filter .menu-step {
    padding: 12px;
  }

  #filter .menu-search-toolbar {
    grid-template-columns: 1fr auto;
  }

  #filter .menu-filter-toggle {
    grid-column: 2;
  }

  #filter .order-results-grid {
    grid-template-columns: 1fr;
  }

  #filter .menu-step-footer {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

/* ===================================================
   BRUNCH MODAL REFACTOR (Service Brunch)
   =================================================== */
#brunchmodal fieldset {
  display: none;
  border: 0;
  margin: 0;
  padding: 0;
}

#brunchmodal fieldset.show {
  display: block !important;
}

#brunchmodal #tab041,
#brunchmodal #tab051 {
  padding: 20px 22px 22px;
  background: #f5f7fc;
}

#brunchmodal .brunch-section-header {
  margin: 0 0 14px;
  padding: 14px 16px;
  border: 1px solid #dce4f2;
  border-radius: 14px;
  background: linear-gradient(135deg, #ffffff 0%, #f4f7ff 100%);
}

#brunchmodal .brunch-section-title {
  margin: 0 0 4px;
  font-size: clamp(1.1rem, 1.9vw, 1.4rem);
  font-weight: 800;
  color: #1d2942;
}

#brunchmodal .brunch-section-subtitle {
  margin: 0;
  color: #5f6b85;
  font-size: 13px;
  line-height: 1.45;
}

#brunchmodal .brunch-custom-summary-card {
  border: 1px solid #dbe3f1 !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08) !important;
  margin: 0 0 12px;
  padding: 12px 14px;
}

#brunchmodal .brunch-custom-summary-head h5 {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
  color: #1f2a40;
}

#brunchmodal .brunch-custom-summary-head small {
  display: block;
  margin-top: 3px;
  color: #65708a;
  font-size: 12px;
}

#brunchmodal .brunch-custom-empty {
  margin-top: 10px;
  border: 1px dashed #d3dced;
  background: #f8faff;
  color: #586482;
  border-radius: 10px;
  padding: 9px 11px;
  font-size: 12px;
  font-weight: 600;
}

#brunchmodal .brunch-custom-items {
  margin-top: 10px;
  max-height: 180px;
  overflow: auto;
  padding-right: 2px;
}

#brunchmodal .brunch-custom-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid #e0e6f3;
  border-radius: 10px;
  padding: 8px 10px;
  margin-bottom: 8px;
  background: #fbfcff;
}

#brunchmodal .brunch-custom-item-name {
  font-size: 13px;
  font-weight: 700;
  color: #2f3b56;
}

#brunchmodal .brunch-custom-item-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  color: #8f2a2a;
}

#brunchmodal .brunch-custom-remove {
  border: 1px solid rgba(206, 50, 50, 0.3);
  background: #fff5f5;
  color: #8f2a2a;
  border-radius: 999px;
  min-height: 28px;
  padding: 0 10px;
  font-size: 11px;
  font-weight: 700;
}

#brunchmodal .brunch-custom-summary-foot {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

#brunchmodal .brunch-custom-summary-foot strong {
  color: #22304d;
  font-size: 14px;
}

#brunchmodal .brunch-empty-state {
  width: 100%;
  border: 1px dashed #d3dced;
  background: #f8faff;
  color: #586482;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 13px;
  font-weight: 600;
  margin: 10px 0;
}

#brunchmodal #ok.brunch-pack-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 14px;
  margin: 0 !important;
}

#brunchmodal #ok.brunch-pack-grid .order-product-card {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 360px;
  display: flex;
  flex-direction: column;
}

#brunchmodal #ok.brunch-pack-grid .order-product-card .img-card {
  height: 190px !important;
  object-fit: cover !important;
}

#brunchmodal #ok.brunch-pack-grid .order-product-card .card-content {
  padding: 14px !important;
  flex: 1;
}

#brunchmodal #ok.brunch-pack-grid .brunch-detail-btn {
  width: calc(100% - 24px);
  margin: 10px 12px 12px;
  min-height: 40px;
  border-radius: 10px;
}

#brunchmodal #tab041 #review.order-step-panel,
#brunchmodal #tab041 #payment.order-step-panel {
  border: 0 !important;
  margin: 14px 0 0 !important;
  padding: 0 !important;
}

#brunchmodal #tab041 #review main.container,
#brunchmodal #tab041 #payment .container {
  width: 100% !important;
  max-width: 940px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

#brunchmodal #tab041 #review #liv,
#brunchmodal #tab041 #payment #pay {
  width: 100% !important;
  max-width: 920px !important;
  margin: 8px auto 0 !important;
  float: none !important;
}

#brunchmodal #tab041 #review #liv .order-panel-card,
#brunchmodal #tab041 #payment .order-panel-card {
  padding: 18px !important;
}

#brunchmodal #tab041 #review #ddd,
#brunchmodal #tab041 #review #creneauxs,
#brunchmodal #tab041 #review .form-group {
  width: 100% !important;
}

#brunchmodal #tab051 .brunch-section-header-custom {
  margin-bottom: 12px;
}

#brunchmodal #tab051 > .row {
  margin: 0 !important;
}

#brunchmodal #tab051 .range_container {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #dbe3f1;
  border-radius: 14px;
  background: #fff;
  padding: 10px 12px;
  margin-bottom: 12px;
}

#brunchmodal #tab051 .range_container .sliders_control {
  margin: 0 !important;
  width: 100% !important;
}

#brunchmodal #tab051 .h-divider {
  margin: 8px 0 0 !important;
}

#brunchmodal #tab051 #menusteps {
  float: left !important;
  width: 280px !important;
  margin: 0 !important;
  position: sticky;
  top: 8px;
}

#brunchmodal #tab051 #menusteps .tablinks {
  border: 1px solid #dbe3f1;
  border-radius: 10px;
  background: #fff;
  color: #2f3b56;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
  min-height: 42px;
}

#brunchmodal #tab051 #menusteps .tablinks.active {
  border-color: rgba(206, 50, 50, 0.35);
  background: #fff5f5;
  color: #8f2a2a;
}

#brunchmodal #tab051 .tabcontent {
  display: none;
}

#brunchmodal #tab051 #London.tabcontent {
  display: block;
}

#brunchmodal #tab051 #menusteps ~ .tabcontent {
  float: right !important;
  width: calc(100% - 296px) !important;
  border: 1px solid #dbe3f1;
  border-radius: 14px;
  background: #fff;
  padding: 14px;
  min-height: 280px;
  margin-bottom: 10px;
}

#brunchmodal #tab051 #menusteps ~ .tabcontent::after {
  content: "";
  display: block;
  clear: both;
}

#brunchmodal #tab051 #menusteps ~ .tabcontent [class*='col-md-4'] {
  width: 33.3333% !important;
  float: left !important;
  padding: 0 8px 12px !important;
}

#brunchmodal #tab051 #menusteps ~ .tabcontent .card {
  min-height: 325px;
}

#brunchmodal #tab051 #menusteps ~ .tabcontent .img-card img {
  height: 165px !important;
  object-fit: cover !important;
}

#brunchmodal #tab051 #step7.brunch-final-workspace {
  border: 0 !important;
  margin-top: 14px !important;
  padding: 0 !important;
}

#brunchmodal #tab051 #step7.brunch-final-workspace::after {
  content: "";
  display: block;
  clear: both;
}

#brunchmodal #tab051 #step7 > .brunch-final-review,
#brunchmodal #tab051 #step7 > .brunch-final-payment-col {
  float: left;
  width: calc(50% - 8px) !important;
  margin: 0 !important;
  border: 0 !important;
  padding: 0 !important;
}

#brunchmodal #tab051 #step7 > .brunch-final-review {
  margin-right: 16px !important;
}

#brunchmodal #tab051 #step7 main.container-fluid,
#brunchmodal #tab051 #step8.container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

#brunchmodal #tab051 #michi,
#brunchmodal #tab051 #step8 #pay {
  width: 100% !important;
  border: 1px solid #dbe3f1 !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12) !important;
  padding: 16px !important;
}

#brunchmodal #tab051 #step8 .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#brunchmodal #tab051 #step8 .col-md-10,
#brunchmodal #tab051 #step8 .col-md-4,
#brunchmodal #tab051 #step8 .col-md-3,
#brunchmodal #tab051 #step8 .col-md-11,
#brunchmodal #tab051 #step8 .col-md-12 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

@media (max-width: 1199px) {
  #brunchmodal #tab051 #menusteps ~ .tabcontent [class*='col-md-4'] {
    width: 50% !important;
  }
}

@media (max-width: 991px) {
  #brunchmodal #tab041,
  #brunchmodal #tab051 {
    padding: 14px;
  }

  #brunchmodal #tab051 #menusteps,
  #brunchmodal #tab051 #menusteps ~ .tabcontent {
    float: none !important;
    width: 100% !important;
    position: static;
  }

  #brunchmodal #tab051 #menusteps {
    margin-bottom: 10px !important;
  }

  #brunchmodal #tab051 #step7 > .brunch-final-review,
  #brunchmodal #tab051 #step7 > .brunch-final-payment-col {
    width: 100% !important;
    float: none !important;
    margin: 0 0 12px !important;
  }
}

@media (max-width: 767px) {
  #brunchmodal #tab051 #menusteps ~ .tabcontent [class*='col-md-4'] {
    width: 100% !important;
  }

  #brunchmodal #ok.brunch-pack-grid {
    grid-template-columns: 1fr;
  }
}

/* Personalized brunch checkout polishing */
#brunchmodal #tab051 .brunch-step-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

#brunchmodal #tab051 .brunch-step-head h5 {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
  color: #1f2a40;
}

#brunchmodal #tab051 .brunch-step-head .btn-link {
  color: #8f2a2a;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  padding: 0;
}

#brunchmodal #tab051 #reviewper > .card,
#brunchmodal #tab051 #step8 > .card {
  border: 1px solid #dbe3f1 !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.1) !important;
  padding: 14px;
}

#brunchmodal #tab051 #reviewper .form-group,
#brunchmodal #tab051 #step8 .form-group {
  margin-bottom: 10px;
}

#brunchmodal #tab051 #step8.container {
  padding: 0 !important;
  background: transparent !important;
}

@media (max-width: 991px) {
  #brunchmodal #tab051 #reviewper > .card,
  #brunchmodal #tab051 #step8 > .card {
    padding: 12px;
  }
}

/* ===================================================
   PUBLIC PAGES SYSTEM (A propos, Contact, Services, Parcours, Infos, Legal)
   =================================================== */
.dp-page-hero {
  padding: 130px 0 54px;
  background: linear-gradient(135deg, #121a2a 0%, #1f2b44 52%, #2f3f60 100%);
  color: #fff;
}

.dp-page-hero .container {
  max-width: 1000px;
}

.dp-page-kicker {
  margin: 0 0 8px;
  color: #cdd7ec;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.dp-page-hero h1 {
  margin: 0;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  line-height: 1.2;
  color: #fff;
}

.dp-page-lead {
  margin: 12px 0 0;
  max-width: 760px;
  color: #dfe6f6;
  font-size: 1.05rem;
  line-height: 1.7;
}

.dp-page-main {
  padding: 46px 0 72px;
  background: #f5f7fc;
}

.dp-page-grid {
  display: grid;
  grid-template-columns: 1.65fr 1fr;
  gap: 20px;
}

.dp-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.dp-surface-card {
  background: #fff;
  border: 1px solid #e1e7f3;
  border-radius: 16px;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
  padding: 24px;
}

.dp-content-card p {
  margin: 0 0 14px;
  color: #46526f;
  font-size: 15px;
  line-height: 1.8;
}

.dp-content-title {
  margin: 0 0 10px;
  color: #1f2a40;
  font-size: 1.26rem;
}

.dp-aside-card h3 {
  margin: 0 0 10px;
  color: #1f2a40;
  font-size: 1.14rem;
}

.dp-aside-card p {
  color: #53607d;
  font-size: 14px;
  line-height: 1.75;
  margin: 0 0 12px;
}

.dp-aside-image {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 14px;
  object-fit: cover;
}

.dp-list {
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.dp-list li {
  border: 1px solid #e4e9f4;
  border-radius: 10px;
  padding: 10px 12px;
  background: #f8faff;
  color: #38455f;
  font-size: 14px;
  line-height: 1.55;
}

.dp-list-plain li {
  border: 0;
  background: transparent;
  padding: 0;
}

.dp-list a {
  color: #2d466f;
  font-weight: 700;
}

.dp-btn-primary,
.dp-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 10px;
  padding: 0 16px;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.dp-btn-primary {
  background: var(--chef-primary);
  color: #fff !important;
  border: 1px solid transparent;
}

.dp-btn-primary:hover {
  background: #af2b2b;
}

.dp-btn-secondary {
  background: #f6f9ff;
  color: #2c3f60 !important;
  border: 1px solid #d8e1f1;
}

.dp-btn-secondary:hover {
  background: #ecf2ff;
}

.dp-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.dp-form-field {
  display: flex;
  flex-direction: column;
}

.dp-form-field label {
  margin: 0 0 6px;
  color: #2f3b56;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.dp-form-field .form-control {
  border-radius: 10px;
  border: 1px solid #d9e1f1;
  min-height: 44px;
  box-shadow: none;
  color: #23314f;
}

.dp-form-field textarea.form-control {
  min-height: 140px;
}

.dp-form-field .form-control:focus {
  border-color: rgba(206, 50, 50, 0.45);
  box-shadow: 0 0 0 3px rgba(206, 50, 50, 0.14);
}

.dp-form-full {
  grid-column: 1 / -1;
}

.dp-service-card h2,
.dp-flow-step h2 {
  margin: 0 0 10px;
  color: #1f2a40;
  font-size: 1.2rem;
}

.dp-service-card p,
.dp-flow-step p {
  margin: 0 0 12px;
  color: #4a5774;
  font-size: 14px;
  line-height: 1.7;
}

.dp-flow-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dp-flow-step {
  position: relative;
}

.dp-flow-num {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--chef-primary);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 12px;
}

/* Home section harmonization */
.home-hero-title {
  width: min(720px, 90%);
  color: #fff;
}

.home-about-section {
  padding-top: 26px !important;
  padding-bottom: 38px !important;
}

.home-about-row {
  align-items: center;
}

.home-about-copy {
  text-align: left;
}

.home-about-title {
  margin-bottom: 8px !important;
}

.home-about-tagline {
  font-size: 14px !important;
  letter-spacing: 0.04em !important;
  text-transform: none !important;
  color: #6b7280 !important;
}

.home-about-text {
  font-size: 16px;
  line-height: 1.75;
  color: #4b5563;
  margin-bottom: 14px;
}

.home-about-imagewrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
}

.home-about-image {
  max-width: 220px;
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.home-services-row {
  text-align: center;
}

.home-services-title {
  margin-bottom: 10px !important;
}

.home-services-title h2 {
  margin-bottom: 8px !important;
}

.home-services-title h4 {
  font-size: 14px !important;
  letter-spacing: 0.04em !important;
  text-transform: none !important;
  color: #6b7280 !important;
}

@media (max-width: 991px) {
  .dp-page-grid,
  .dp-cards-grid,
  .dp-flow-grid {
    grid-template-columns: 1fr;
  }

  .dp-page-main {
    padding-top: 24px;
  }

  .dp-surface-card {
    padding: 16px;
  }
}

/* Final override: consistent cards layout on home infos section */
.info-pages-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

@media (max-width: 991px) {
  .info-pages-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .info-pages-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ===================================================
   HOME FINAL POLISH
   =================================================== */
.home-hero-slider .caption .container {
  max-width: 1180px;
}

.home-hero-kicker {
  margin: 0 0 10px;
  color: #ffd7a8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-hero-subtitle {
  margin: 12px 0 20px;
  max-width: 680px;
  color: #f0f4ff;
  font-size: 1.02rem;
  line-height: 1.7;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-hero-actions .section-btn {
  margin: 0 !important;
}

.home-about-section {
  background: #f6f8fc;
}

.home-highlight-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.home-highlight-item {
  border: 1px solid #dce4f2;
  border-radius: 12px;
  background: #fff;
  padding: 12px;
}

.home-highlight-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  min-height: 30px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  background: var(--chef-primary);
  margin-bottom: 8px;
}

.home-highlight-item h3 {
  margin: 0 0 6px;
  font-size: 1rem;
  color: #202b42;
}

.home-highlight-item p {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
  color: #56617a;
}

.home-services-section {
  background: #ffffff;
}

.home-flow-section {
  border-top: 1px solid #e3e9f4;
  border-bottom: 1px solid #e3e9f4;
}

.home-testimonial-section .section-anchor-title h2,
.home-testimonial-section .section-anchor-title h4 {
  color: #fff !important;
}

#testimonial.home-testimonial-section {
  padding-top: 58px;
}

#testimonial.home-testimonial-section .item p {
  font-size: 1.08rem;
  line-height: 1.8;
}

#testimonial.home-testimonial-section .home-testimonial-carousel {
  max-width: 760px;
  margin: 8px auto 0;
}

#testimonial.home-testimonial-section .home-testimonial-carousel .owl-stage-outer {
  overflow: hidden !important;
}

#testimonial.home-testimonial-section .home-testimonial-carousel .item {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 8px;
}

#testimonial.home-testimonial-section .home-testimonial-carousel .item p {
  margin: 0 !important;
  width: 100%;
  max-width: 700px;
  padding: 10px 14px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  color: #f4f6fb !important;
  line-height: 1.78 !important;
  white-space: normal !important;
  text-align: center;
}

#testimonial.home-testimonial-section .home-testimonial-carousel .item span {
  color: #ffffff;
  font-weight: 800;
}

/* ===================================================
   TEMOIGNAGES CLIENTS – CARTES GRILLE
   =================================================== */
.home-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 32px;
}

.home-testimonial-card {
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  padding: 28px 24px 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform 0.2s ease, background 0.2s ease;
}

.home-testimonial-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.16);
}

.home-testimonial-stars {
  display: flex;
  gap: 4px;
}

.home-testimonial-stars .fa-star {
  color: #f5c518;
  font-size: 1rem;
}

.home-testimonial-stars .fa-star-o {
  color: rgba(255, 255, 255, 0.35);
  font-size: 1rem;
}

.home-testimonial-text {
  color: #f0f4fb;
  font-size: 0.97rem;
  line-height: 1.72;
  margin: 0;
  flex: 1;
}

.home-testimonial-author {
  display: flex;
  flex-direction: column;
  gap: 2px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 12px;
  margin-top: 4px;
}

.home-testimonial-name {
  font-weight: 700;
  color: #ffffff;
  font-size: 0.95rem;
}

.home-testimonial-role {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.60);
  letter-spacing: 0.02em;
}

@media (max-width: 991px) {
  .home-testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .home-testimonials-grid {
    grid-template-columns: 1fr;
  }
}

/* ===================================================
   FOOTER REBUILD
   =================================================== */
#footer.dp-footer {
  background: linear-gradient(180deg, #101726 0%, #0d1421 100%);
  color: #d6deef;
  padding: 54px 0 18px !important;
  border-top: 1px solid #263247;
}

#footer.dp-footer .dp-footer-top {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1.2fr;
  gap: 18px;
  align-items: start;
}

#footer.dp-footer .dp-footer-col {
  border: 1px solid #263449;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
  padding: 16px;
}

#footer.dp-footer .dp-footer-col h3,
#footer.dp-footer .dp-footer-col h4 {
  margin: 0 0 10px;
  color: #fff;
}

#footer.dp-footer .dp-footer-col h3 {
  font-size: 1.18rem;
}

#footer.dp-footer .dp-footer-col h4 {
  font-size: 1rem;
}

#footer.dp-footer .dp-footer-col p {
  margin: 0 0 10px;
  color: #c7d0e5 !important;
  font-size: 14px;
  line-height: 1.65;
}

#footer.dp-footer .dp-footer-small {
  font-size: 13px !important;
  color: #9eabc5 !important;
}

#footer.dp-footer .dp-footer-logo {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  object-fit: cover;
  margin-bottom: 10px;
  border: 1px solid #30425d;
}

#footer.dp-footer .dp-footer-links,
#footer.dp-footer .dp-footer-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

#footer.dp-footer .dp-footer-links li,
#footer.dp-footer .dp-footer-meta li {
  font-size: 14px;
  color: #c7d0e5;
  line-height: 1.5;
}

#footer.dp-footer .dp-footer-links a,
#footer.dp-footer .dp-footer-meta a {
  color: #e5ebf8 !important;
  text-decoration: none;
}

#footer.dp-footer .dp-footer-links a:hover,
#footer.dp-footer .dp-footer-meta a:hover {
  color: #fff !important;
  text-decoration: underline;
}

#footer.dp-footer .dp-newsletter {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  margin: 10px 0 12px;
}

#footer.dp-footer .dp-newsletter input.form-control {
  height: 42px;
  border-radius: 10px;
  border: 1px solid #31405a;
  background: #11192a;
  color: #edf2fb;
}

#footer.dp-footer #emailbtn.section-btn-subscribe {
  width: auto;
  min-width: 108px;
  min-height: 42px;
  margin: 0 !important;
  border-radius: 10px;
}

#footer.dp-footer .dp-social-row {
  display: flex;
  gap: 8px;
}

#footer.dp-footer .dp-social-row a {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid #30405b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #d8e0f1 !important;
  background: rgba(255, 255, 255, 0.02);
}

#footer.dp-footer .dp-social-row a:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.08);
}

#footer.dp-footer .dp-footer-bottom {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #273448;
}

#footer.dp-footer .dp-footer-bottom p {
  margin: 0;
  text-align: center;
  color: #a9b5ce !important;
  font-size: 13px;
}

#footer.dp-footer .dp-footer-bottom a {
  color: #e3eaf8 !important;
  margin: 0 6px;
}

@media (max-width: 1199px) {
  #footer.dp-footer .dp-footer-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .home-highlight-grid {
    grid-template-columns: 1fr;
  }

  .home-hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  #footer.dp-footer .dp-footer-top {
    grid-template-columns: 1fr;
  }
}

/* ===================================================
   HOME LINEAR RHYTHM FINAL OVERRIDE
   =================================================== */
#home.home-hero-slider {
  padding: 0px !important;
}

#about-pro.home-about-section,
#menu.home-services-section,
#order-flow.home-flow-section,
#testimonial.home-testimonial-section {
  position: relative;
}

#about-pro.home-about-section {
  padding: 72px 0 !important;
  border-top: 1px solid #e4ebf6;
}

#menu.home-services-section {
  padding: 72px 0 !important;
  border-top: 1px solid #e4ebf6;
}

#order-flow.home-flow-section {
  padding: 72px 0 !important;
  border-top: 1px solid #e4ebf6;
  border-bottom: 1px solid #e4ebf6;
  background: linear-gradient(180deg, #f8faff 0%, #f2f6ff 100%);
}

#testimonial.home-testimonial-section {
  padding: 72px 0 !important;
  border-top: 1px solid #e4ebf6;
}

.home-hero-title {
  font-size: clamp(1.95rem, 2.8vw, 2.85rem) !important;
  line-height: 1.24 !important;
}

.home-hero-subtitle {
  font-size: 1.08rem !important;
  line-height: 1.78 !important;
}

.home-about-title {
  font-size: clamp(1.7rem, 2.25vw, 2.25rem) !important;
  line-height: 1.25 !important;
}

.home-about-tagline {
  font-size: 1rem !important;
  line-height: 1.65 !important;
}

.home-about-text {
  font-size: 1.02rem !important;
  line-height: 1.84 !important;
}

.home-services-title h2,
#order-flow.home-flow-section .section-anchor-title h2,
#testimonial.home-testimonial-section .section-anchor-title h2 {
  font-size: clamp(1.8rem, 2.3vw, 2.45rem) !important;
  line-height: 1.28 !important;
}

.home-services-title h4,
#order-flow.home-flow-section .section-anchor-title h4,
#testimonial.home-testimonial-section .section-anchor-title h4 {
  font-size: 1.03rem !important;
  line-height: 1.72 !important;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

#order-flow.home-flow-section {
  background: linear-gradient(180deg, #fdf7f0 0%, #faf0e6 100%);
}

#testimonial.home-testimonial-section .item p {
  font-size: 1.14rem !important;
  line-height: 1.88 !important;
}

@media (max-width: 991px) {
  #about-pro.home-about-section,
  #menu.home-services-section,
  #order-flow.home-flow-section,
  #testimonial.home-testimonial-section {
    padding: 54px 0 !important;
  }
}

/* ===== Stability lock: Menu/Brunch/Checkout ===== */
#filter .menu-step-footer,
#brunchmodal .menu-step-footer {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

#filter .menu-step-footer .section-btn,
#filter .menu-step-footer .section-btn-subscribe,
#brunchmodal .menu-step-footer .section-btn,
#brunchmodal .menu-step-footer .section-btn-subscribe {
  min-width: 150px;
  min-height: 44px;
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

#filter .menu-step-footer {
  padding: 12px 20px 18px !important;
}

#brunchmodal .menu-step-footer {
  padding: 12px 20px 18px !important;
}

#filter .menu-order-layout {
  display: flex !important;
  align-items: flex-start !important;
  gap: 16px !important;
}

#filter #content1.order-filter-sidebar {
  float: none !important;
  width: 320px !important;
  flex: 0 0 320px !important;
}

#filter .order-filter-results {
  float: none !important;
  width: auto !important;
  flex: 1 1 auto !important;
  min-width: 0;
}

#filter .order-results-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin: 0 !important;
}

#filter .order-results-grid .repasres {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}

#filter .order-results-grid .repasres .card {
  width: 100% !important;
  min-width: 0 !important;
}

#brunchmodal .brunch-detail-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

#brunchmodal #tab051 .brunch-builder-workspace {
  display: grid !important;
  grid-template-columns: 280px minmax(0, 1fr) !important;
  column-gap: 14px !important;
  row-gap: 0 !important;
}

#brunchmodal #tab051 #menusteps {
  grid-column: 1;
  width: 280px !important;
  margin: 0 !important;
  position: sticky !important;
  top: 8px;
}

#brunchmodal #tab051 .tabcontent {
  grid-column: 2;
  width: auto !important;
  margin: 0 0 12px !important;
  min-width: 0 !important;
}

#brunchmodal #tab051 .tabcontent [class*='col-md-4'] {
  width: 50% !important;
  float: left !important;
  padding: 0 8px 12px !important;
}

#cartCheckoutModal .checkout-step-tabs {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
}

#cartCheckoutModal .checkout-step-tab {
  border: 1px solid #dce3ef;
  border-radius: 999px;
  background: #f4f7fd;
  color: #3a455f;
  font-size: 12px;
  font-weight: 800;
  padding: 8px 14px;
  min-height: 38px;
}

#cartCheckoutModal .checkout-step-tab.active {
  border-color: rgba(206, 50, 50, 0.35);
  background: #fff5f5;
  color: #8f2a2a;
}

#cartCheckoutModal .checkout-step-actions {
  display: flex;
  justify-content: flex-end;
}

#cartCheckoutModal .checkout-step-actions .section-btn {
  min-width: 240px;
}

#cartCheckoutModal .menu-step {
  padding: 20px 22px 18px;
  background: #f7f9fd;
}

#cartCheckoutModal .order-panel-card {
  border: 1px solid #dce4f2;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(20, 34, 68, 0.08);
}

#cartCheckoutModal .menu-step-head {
  margin-bottom: 14px;
}

#cartCheckoutModal .menu-step-head.is-payment {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

#cartCheckoutModal .menu-step-head-copy {
  flex: 1 1 260px;
  min-width: 0;
}

#cartCheckoutModal .menu-step-title {
  margin: 0 0 4px;
  font-size: clamp(1.15rem, 1.8vw, 1.4rem);
  font-weight: 800;
  color: #1d2942;
}

#cartCheckoutModal .menu-step-subtitle {
  margin: 0;
  color: #5f6b85;
  font-size: 13px;
  line-height: 1.45;
}

#cartCheckoutModal .menu-form-grid,
#cartCheckoutModal .menu-payment-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 12px;
}

#cartCheckoutModal .menu-col-12 {
  grid-column: span 12;
}

#cartCheckoutModal .menu-col-6 {
  grid-column: span 6;
}

#cartCheckoutModal .menu-col-4 {
  grid-column: span 4;
}

#cartCheckoutModal .menu-form-grid label {
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 12px;
  color: #34415f;
}

#cartCheckoutModal .menu-form-grid input[type='text'],
#cartCheckoutModal .menu-form-grid input[type='email'],
#cartCheckoutModal .menu-form-grid input[type='tel'],
#cartCheckoutModal .menu-form-grid input[type='date'],
#cartCheckoutModal .menu-form-grid input[type='time'],
#cartCheckoutModal .menu-form-grid select,
#cartCheckoutModal .menu-form-grid textarea {
  width: 100% !important;
  min-height: 44px;
  border-radius: 12px;
  border: 1px solid #d7e0ef;
  background: #fff;
  color: #202a42;
  padding: 8px 12px;
}

#cartCheckoutModal .menu-form-grid textarea {
  min-height: 92px;
}

#cartCheckoutModal .checkout-address-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: stretch;
}

#cartCheckoutModal .checkout-location-btn {
  min-width: 74px;
  border: 1px solid #d7e0ef;
  border-radius: 12px;
  background: #f8fbff;
  color: #334463;
  font-size: 12px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

#cartCheckoutModal .checkout-location-btn:hover {
  border-color: rgba(206, 50, 50, 0.35);
  background: #fff5f5;
}

#cartCheckoutModal .checkout-location-status {
  margin-top: 6px;
  color: #2e6f45;
  font-size: 12px;
  font-weight: 700;
}

#cartCheckoutModal .checkout-location-help {
  margin-top: 6px;
  color: #657390;
  font-size: 12px;
  line-height: 1.45;
}

#cartCheckoutModal .menu-delivery-mode-switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

#cartCheckoutModal .delivery-mode-card {
  border: 1px solid #d8e1f0;
  border-radius: 14px;
  background: #f8fbff;
  min-height: 82px;
  padding: 10px 12px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#cartCheckoutModal .delivery-mode-card.active {
  border-color: rgba(206, 50, 50, 0.35);
  background: #fff5f5;
  box-shadow: inset 0 0 0 1px rgba(206, 50, 50, 0.16);
}

#cartCheckoutModal .delivery-mode-card.unavailable {
  border-color: #e7b7b7;
  background: #fff8f8;
}

#cartCheckoutModal .delivery-mode-card.unavailable .delivery-mode-title {
  color: #8d2a2a;
}

#cartCheckoutModal .menu-delivery-restriction {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-top: 10px;
  padding: 10px 12px;
  border: 1px solid #f0c6c6;
  border-radius: 10px;
  background: #fff5f5;
  color: #7c3131;
  font-size: 12px;
  line-height: 1.45;
}

#cartCheckoutModal .menu-delivery-restriction strong {
  color: #6e2323;
}

#cartCheckoutModal .delivery-mode-title {
  display: block;
  font-weight: 800;
  font-size: 14px;
  color: #1f2d4c;
}

#cartCheckoutModal .delivery-mode-copy {
  display: block;
  font-size: 12px;
  color: #5f6b85;
  line-height: 1.35;
}

#cartCheckoutModal .menu-slot-grid {
  background: #fbfcff;
  border: 1px solid #dde5f3;
  border-radius: 14px;
  padding: 12px;
}

#cartCheckoutModal .menu-slot-help {
  margin: -2px 0 8px;
  font-size: 12px;
  color: #657390;
}

#cartCheckoutModal .menu-slot-inputs {
  display: grid;
  gap: 10px;
}

#cartCheckoutModal .menu-slot-inputs-standard {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

#cartCheckoutModal .menu-slot-inputs-custom {
  grid-template-columns: minmax(0, 1fr) repeat(2, minmax(0, 150px));
  align-items: end;
}

#cartCheckoutModal .menu-time-range {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

#cartCheckoutModal .menu-time-range label {
  margin: 0;
}

#cartCheckoutModal .menu-slot-pills {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 8px;
}

#cartCheckoutModal .menu-slot-pill {
  border: 1px solid #dce4f3;
  border-radius: 11px;
  background: #fff;
  min-height: 40px;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  color: #304063;
}

#cartCheckoutModal .menu-slot-pill.active {
  border-color: rgba(206, 50, 50, 0.4);
  background: #fff4f4;
  color: #8d2a2a;
}

#cartCheckoutModal .menu-delivery-summary {
  margin-top: 10px;
  border-radius: 10px;
  background: #eef4ff;
  border: 1px solid #d8e4f6;
  padding: 8px 10px;
  color: #2e3f61;
  font-size: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

#cartCheckoutModal .menu-summary-sep {
  color: #8b97af;
}

#cartCheckoutModal .menu-promo-box {
  border: 1px solid #dce4f2;
  border-radius: 8px;
  background: #fff;
  padding: 12px;
  margin-bottom: 18px;
}

#cartCheckoutModal .menu-promo-box label {
  display: block;
  color: #26344f;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 8px;
}

#cartCheckoutModal .menu-promo-row {
  display: flex;
  align-items: stretch;
  gap: 8px;
  flex-wrap: wrap;
}

#cartCheckoutModal .menu-promo-row input {
  flex: 1 1 180px;
  min-height: 42px;
  border-radius: 6px;
}

#cartCheckoutModal .menu-promo-apply,
#cartCheckoutModal .menu-promo-clear {
  min-height: 42px;
  margin: 0;
  white-space: nowrap;
}

#cartCheckoutModal .menu-promo-note,
#cartCheckoutModal .menu-promo-status {
  margin: 8px 0 0;
  font-size: 12px;
}

#cartCheckoutModal .menu-promo-note {
  color: #66728a;
}

#cartCheckoutModal .menu-promo-status {
  border-radius: 6px;
  padding: 8px 10px;
  background: #fff5f5;
  color: #9b2c2c;
  border: 1px solid #fed7d7;
}

#cartCheckoutModal .menu-promo-status.is-success {
  background: #effaf4;
  color: #1f7a43;
  border-color: #c9edd8;
}

#cartCheckoutModal .menu-promo-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #effaf4;
  color: #1f5f39;
  border: 1px solid #c9edd8;
  font-size: 13px;
}

#cartCheckoutModal .menu-promo-total strong {
  font-size: 17px;
  color: #14532d;
}

#cartCheckoutModal .menu-delivery-deadline {
  margin: 10px 0 0;
  padding: 10px 14px;
  border-left: 4px solid #f59e0b;
  border-radius: 10px;
  background: #fff7ed;
  color: #9a3412;
  font-size: 14px;
  line-height: 1.45;
}

@media (max-width: 767px) {
  #cartCheckoutModal .menu-delivery-deadline {
    font-size: 13px;
  }
}

#cartCheckoutModal .checkout-guided-flow {
  display: grid;
  gap: 10px;
}

#cartCheckoutModal .checkout-collapse-panel {
  border: 1px solid #dce4f2;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

#cartCheckoutModal .checkout-collapse-panel.active {
  border-color: rgba(206, 50, 50, 0.35);
  box-shadow: 0 10px 24px rgba(29, 41, 66, 0.07);
}

#cartCheckoutModal .checkout-collapse-panel.complete:not(.active) {
  border-color: #cbdaf0;
  background: #fbfdff;
}

#cartCheckoutModal .checkout-collapse-trigger {
  width: 100%;
  min-height: 58px;
  border: 0;
  background: #f8fbff;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 10px;
  padding: 12px;
  text-align: left;
}

#cartCheckoutModal .checkout-collapse-panel.active .checkout-collapse-trigger {
  background: #fff8f8;
}

#cartCheckoutModal .checkout-collapse-step {
  width: 38px;
  height: 32px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eef4ff;
  color: #2d456d;
  font-size: 12px;
  font-weight: 800;
}

#cartCheckoutModal .checkout-collapse-panel.active .checkout-collapse-step {
  background: #ce3232;
  color: #fff;
}

#cartCheckoutModal .checkout-collapse-text {
  min-width: 0;
  display: grid;
  gap: 2px;
}

#cartCheckoutModal .checkout-collapse-title {
  color: #1f2d4c;
  font-size: 14px;
  font-weight: 800;
}

#cartCheckoutModal .checkout-collapse-summary {
  color: #64728e;
  font-size: 12px;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#cartCheckoutModal .checkout-collapse-status {
  border-radius: 8px;
  background: #eef4ff;
  color: #344b73;
  padding: 5px 8px;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

#cartCheckoutModal .checkout-collapse-panel.complete .checkout-collapse-status {
  background: #e9f7ef;
  color: #2e6f45;
}

#cartCheckoutModal .checkout-collapse-chevron {
  color: #66728a;
  transition: transform 0.18s ease;
}

#cartCheckoutModal .checkout-collapse-panel.active .checkout-collapse-chevron {
  transform: rotate(180deg);
}

#cartCheckoutModal .checkout-collapse-body {
  padding: 12px;
  border-top: 1px solid #e5ebf5;
}

#cartCheckoutModal .checkout-panel-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 12px;
}

#cartCheckoutModal .checkout-panel-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  align-items: center;
}

#cartCheckoutModal .checkout-next-btn,
#cartCheckoutModal .checkout-link-btn {
  min-height: 42px;
  border-radius: 8px;
  padding: 9px 14px;
  font-size: 13px;
  font-weight: 800;
}

#cartCheckoutModal .checkout-next-btn {
  border: 1px solid #ce3232;
  background: #ce3232;
  color: #fff;
}

#cartCheckoutModal .checkout-link-btn {
  border: 1px solid #d7e0ef;
  background: #fff;
  color: #334463;
}

#cartCheckoutModal .menu-form-grid .form-group.has-error input[type='text'],
#cartCheckoutModal .menu-form-grid .form-group.has-error input[type='email'],
#cartCheckoutModal .menu-form-grid .form-group.has-error input[type='tel'] {
  border-color: #ce3232;
  box-shadow: 0 0 0 3px rgba(206, 50, 50, 0.12);
}

#cartCheckoutModal .menu-payment-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 8px 0 12px;
}

#cartCheckoutModal .menu-payment-choice-card {
  border: 1px solid #d8e1f0;
  border-radius: 14px;
  background: #f8fbff;
  min-height: 104px;
  padding: 12px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

#cartCheckoutModal .menu-payment-choice-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eef3ff;
  color: #2f4f86;
  font-size: 14px;
}

#cartCheckoutModal .menu-payment-choice-card.active {
  border-color: rgba(206, 50, 50, 0.42);
  background: #fff5f5;
  box-shadow: inset 0 0 0 1px rgba(206, 50, 50, 0.16);
}

#cartCheckoutModal .menu-payment-choice-title {
  font-weight: 800;
  font-size: 14px;
  color: #1f2d4c;
}

#cartCheckoutModal .menu-payment-choice-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  padding: 4px 9px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.01em;
}

#cartCheckoutModal .menu-payment-choice-badge.is-ready {
  background: #e8f8eb;
  color: #1e6f37;
  border: 1px solid #bce6c6;
}

#cartCheckoutModal .menu-payment-choice-badge.is-soon {
  background: #fff4e6;
  color: #8a5a20;
  border: 1px solid #f4d8af;
}

#cartCheckoutModal .menu-step-back {
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px !important;
  border: 1px solid #d8e1f0;
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  color: #1f2d4c;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(16, 31, 62, 0.08);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

#cartCheckoutModal .menu-step-back .fa {
  font-size: 12px;
}

#cartCheckoutModal .menu-step-back:hover,
#cartCheckoutModal .menu-step-back:focus {
  border-color: rgba(206, 50, 50, 0.35);
  color: #ce3232;
  box-shadow: 0 14px 28px rgba(16, 31, 62, 0.12);
  transform: translateY(-1px);
}

#cartCheckoutModal .menu-step-back:focus {
  outline: none;
}

#cartCheckoutModal .menu-payment-submit {
  margin-top: 14px;
}

#cartCheckoutModal .menu-payment-submit .section-btn {
  width: 100%;
}

#cartCheckoutModal .checkout-express-flow {
  padding: 18px 22px 28px;
}

#cartCheckoutModal .checkout-express-flow .order-panel-card {
  max-width: 980px;
  margin: 0 auto;
}

#cartCheckoutModal .checkout-express-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 18px;
  padding: 0 22px;
}

#cartCheckoutModal .checkout-express-grid .checkout-express-address {
  grid-column: 1 / -1;
}

#cartCheckoutModal .checkout-express-delivery,
#cartCheckoutModal .checkout-express-summary,
#cartCheckoutModal .checkout-express-promo,
#cartCheckoutModal .checkout-express-terms,
#cartCheckoutModal .checkout-express-submit {
  margin-left: 22px;
  margin-right: 22px;
}

#cartCheckoutModal .checkout-express-title {
  margin: 8px 22px 12px;
  font-size: 1.05rem;
}

#cartCheckoutModal .checkout-express-delivery-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 10px;
  margin: 12px 0 14px;
}

#cartCheckoutModal .checkout-express-delivery-options .delivery-mode-card {
  width: 100%;
  min-height: 74px;
}

#cartCheckoutModal .checkout-express-help {
  margin: 0 0 14px;
  color: #735b00;
  font-size: .9rem;
}

#cartCheckoutModal .checkout-express-schedule {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  padding: 12px 14px;
  border-radius: 8px;
  background: #faf7f0;
}

#cartCheckoutModal .checkout-express-schedule > label {
  flex: 0 0 100%;
  margin-bottom: 0;
  font-weight: 600;
}

#cartCheckoutModal .checkout-express-schedule .menu-slot-inputs {
  width: 100%;
  display: flex;
  gap: 8px;
}

#cartCheckoutModal .checkout-express-schedule .menu-slot-inputs > * {
  flex: 1 1 0;
}

#cartCheckoutModal .checkout-express-summary {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  margin-top: 8px;
  margin-bottom: 16px;
  border-radius: 8px;
  background: #f3f6f7;
}

#cartCheckoutModal .checkout-express-summary span {
  color: #4e5b60;
}

#cartCheckoutModal .checkout-express-terms {
  margin-top: 14px;
  color: #5e686c;
  font-size: .9rem;
}

#cartCheckoutModal .checkout-express-terms a {
  color: var(--chef-primary);
  text-decoration: underline;
}

#cartCheckoutModal .checkout-express-submit {
  width: calc(100% - 44px);
}

/* Expo and checkout: compact, touch-friendly layout on every screen. */
#brunchmodal.brunch-modal-mode-expo .brunch-expo-flow { padding: clamp(12px, 2.3vw, 24px); background: linear-gradient(135deg, #f8fbf9 0%, #f2f7f4 100%); }
#brunchmodal.brunch-modal-mode-expo .brunch-expo-header { display: flex; align-items: end; justify-content: space-between; gap: 12px; padding: 0 2px; }
#brunchmodal.brunch-modal-mode-expo .brunch-expo-header h4 { color: #173a2a; font-size: clamp(1.2rem, 2vw, 1.55rem); }
#brunchmodal.brunch-modal-mode-expo .brunch-expo-header p { padding: 5px 10px; border-radius: 999px; color: #237548; background: #e7f6ed; font-size: .83rem; font-weight: 700; }
#brunchmodal.brunch-modal-mode-expo .brunch-expo-picker-item { min-height: 68px; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
#brunchmodal.brunch-modal-mode-expo .brunch-expo-picker-item:hover,
#brunchmodal.brunch-modal-mode-expo .brunch-expo-picker-item:focus { transform: translateY(-1px); border-color: #cdd7d2; box-shadow: 0 7px 18px rgba(27, 95, 60, .08); }
#brunchmodal.brunch-modal-mode-expo .brunch-expo-picker-item.active { border-color: #cfd8d3; background: #fff; box-shadow: 0 9px 20px rgba(19, 26, 21, .08); }
#brunchmodal.brunch-modal-mode-expo .brunch-expo-card { box-shadow: 0 18px 42px rgba(30, 56, 43, .12); }
#brunchmodal.brunch-modal-mode-expo .brunch-expo-gallery { aspect-ratio: 16 / 9; height: auto; max-height: 470px; }
#brunchmodal.brunch-modal-mode-expo .brunch-expo-gallery > img { object-position: center; }
#brunchmodal.brunch-modal-mode-expo .brunch-expo-gallery > button { width: 44px; height: 44px; color: #173a2a; box-shadow: 0 4px 14px rgba(0,0,0,.16); }
#brunchmodal.brunch-modal-mode-expo .brunch-expo-slide-caption { min-height: 0; padding-bottom: 12px; }
#brunchmodal.brunch-modal-mode-expo .brunch-expo-copy { padding-top: 15px; }
#brunchmodal.brunch-modal-mode-expo .brunch-expo-picker-item small { color: #24343a; font-weight: 800; }
#brunchmodal.brunch-modal-mode-expo .brunch-expo-facts span { border: 0; background: transparent; }
#brunchmodal.brunch-modal-mode-expo .brunch-expo-fact-price { font-weight: 800; }
#brunchmodal.brunch-modal-mode-expo .brunch-expo-add-button { width: 100%; min-height: 48px; border-radius: 10px; font-weight: 800; letter-spacing: .01em; }
#brunchmodal.brunch-modal-mode-expo .brunch-expo-details { background: #fbfdfc; }
#cartCheckoutModal .modal-dialog.order-modal-dialog { width: min(1120px, calc(100vw - 24px)) !important; max-width: min(1120px, calc(100vw - 24px)) !important; margin: 12px auto; }
#cartCheckoutModal .order-modal-content { max-height: calc(100vh - 24px); }
#cartCheckoutModal .order-modal-body { overflow-x: hidden; }
#cartCheckoutModal .checkout-express-flow { padding: clamp(12px, 2vw, 26px); background: #f7faf8; }
#cartCheckoutModal .checkout-express-flow .order-panel-card { overflow: hidden; border: 1px solid #e0e9e4; border-radius: 16px; box-shadow: 0 14px 34px rgba(24, 58, 40, .1); }
#cartCheckoutModal .checkout-express-flow .menu-step-head { padding: 20px 22px 14px; background: linear-gradient(135deg, #fff 0%, #f2f9f4 100%); }
#cartCheckoutModal .checkout-express-summary { border: 1px solid #dcebe2; background: #eff8f2; }
#cartCheckoutModal .checkout-express-submit { min-height: 50px; border-radius: 10px; font-weight: 800; }
html[dir='rtl'] #brunchmodal .brunch-expo-details-icon { margin-right: 10px; margin-left: 0; }
html[dir='rtl'] #brunchmodal .brunch-expo-picker-item,
html[dir='rtl'] #brunchmodal .brunch-expo-details-toggle { text-align: right; }

@media (max-width: 767px) {
  #brunchmodal.brunch-modal-mode-expo .modal-dialog.order-modal-dialog,
  #cartCheckoutModal .modal-dialog.order-modal-dialog { width: 100% !important; max-width: 100% !important; min-height: 100%; margin: 0; }
  #brunchmodal.brunch-modal-mode-expo .order-modal-content,
  #cartCheckoutModal .order-modal-content { min-height: 100vh; max-height: 100vh; border-radius: 0 !important; }
  #brunchmodal.brunch-modal-mode-expo .brunch-expo-header { align-items: flex-start; flex-direction: column; gap: 6px; }
  #brunchmodal.brunch-modal-mode-expo .brunch-expo-picker { display: grid; grid-template-columns: 1fr; overflow: hidden; padding-bottom: 0; scroll-snap-type: none; }
  #brunchmodal.brunch-modal-mode-expo .brunch-expo-picker-item { flex: none; scroll-snap-align: none; }
  #brunchmodal.brunch-modal-mode-expo .brunch-expo-gallery { aspect-ratio: 4 / 3; }
  #cartCheckoutModal .checkout-express-flow .menu-step-head { padding: 16px 16px 10px; }
  #cartCheckoutModal .checkout-express-delivery-options { grid-template-columns: 1fr; }
  #cartCheckoutModal .checkout-express-schedule { padding: 12px; }
  #cartCheckoutModal .checkout-express-terms { line-height: 1.55; }
}

@media (max-width: 640px) {
  #cartCheckoutModal .checkout-express-flow {
    padding-left: 10px;
    padding-right: 10px;
  }

  #cartCheckoutModal .checkout-express-grid {
    display: block;
    padding: 0 14px;
  }

  #cartCheckoutModal .checkout-express-delivery,
  #cartCheckoutModal .checkout-express-summary,
  #cartCheckoutModal .checkout-express-promo,
  #cartCheckoutModal .checkout-express-terms,
  #cartCheckoutModal .checkout-express-submit {
    margin-left: 14px;
    margin-right: 14px;
  }

  #cartCheckoutModal .checkout-express-title {
    margin-left: 14px;
    margin-right: 14px;
  }

  #cartCheckoutModal .checkout-express-schedule .menu-slot-inputs {
    display: grid;
    grid-template-columns: 1fr;
  }

  #cartCheckoutModal .checkout-express-summary {
    flex-direction: column;
  }

  #cartCheckoutModal .checkout-express-submit {
    width: calc(100% - 28px);
  }
}

@media (min-width: 1400px) {
  #filter .order-results-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  #brunchmodal #tab051 .tabcontent [class*='col-md-4'] {
    width: 33.3333% !important;
  }
}

@media (max-width: 767px) {
  #filter .menu-step-footer,
  #brunchmodal .menu-step-footer {
    justify-content: center;
    flex-wrap: wrap;
  }

  #filter .menu-step-footer .section-btn,
  #filter .menu-step-footer .section-btn-subscribe,
  #brunchmodal .menu-step-footer .section-btn,
  #brunchmodal .menu-step-footer .section-btn-subscribe {
    width: 100%;
    max-width: 280px;
  }
}

@media (max-width: 767px) {
  #filter .menu-step-footer,
  #brunchmodal .menu-step-footer {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  #filter #content1.order-filter-sidebar,
  #filter .order-filter-results {
    width: 100% !important;
    flex: 1 1 100% !important;
  }

  #filter .menu-order-layout {
    display: block !important;
  }

  #filter .order-results-grid {
    grid-template-columns: 1fr !important;
  }

  #brunchmodal #tab051 .brunch-builder-workspace {
    grid-template-columns: 1fr !important;
  }

  #brunchmodal #tab051 #menusteps,
  #brunchmodal #tab051 .tabcontent {
    grid-column: 1;
    width: 100% !important;
    position: static !important;
  }

  #brunchmodal #tab051 .tabcontent [class*='col-md-4'] {
    width: 100% !important;
  }

  #cartCheckoutModal .checkout-step-tabs {
    display: grid;
    grid-template-columns: 1fr;
  }

  #cartCheckoutModal .checkout-step-actions .section-btn {
    width: 100%;
    min-width: 0;
  }

  #cartCheckoutModal .menu-step {
    padding: 14px;
  }

  #cartCheckoutModal .menu-col-6,
  #cartCheckoutModal .menu-col-4 {
    grid-column: span 12;
  }

  #cartCheckoutModal .checkout-collapse-trigger {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  #cartCheckoutModal .checkout-collapse-status {
    display: none;
  }

  #cartCheckoutModal .checkout-collapse-summary {
    white-space: normal;
  }

  #cartCheckoutModal .checkout-panel-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  #cartCheckoutModal .checkout-next-btn,
  #cartCheckoutModal .checkout-link-btn {
    width: 100%;
  }

  #cartCheckoutModal .menu-delivery-mode-switch {
    grid-template-columns: 1fr;
  }

  #cartCheckoutModal .menu-slot-inputs-standard,
  #cartCheckoutModal .menu-slot-inputs-custom {
    grid-template-columns: 1fr;
  }

  #cartCheckoutModal .checkout-address-row {
    grid-template-columns: 1fr;
  }

  #cartCheckoutModal .menu-slot-pills {
    grid-template-columns: 1fr;
  }

  #cartCheckoutModal .menu-payment-choice-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== Final lock: modal footer actions alignment ===== */
#filter .menu-step-footer,
#brunchmodal .menu-step-footer {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 10px !important;
}

#filter .menu-step-footer .section-btn,
#filter .menu-step-footer .section-btn-subscribe,
#brunchmodal .menu-step-footer .section-btn,
#brunchmodal .menu-step-footer .section-btn-subscribe {
  margin: 0 !important;
  min-height: 44px !important;
  min-width: 150px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

@media (max-width: 767px) {
  #filter .menu-step-footer,
  #brunchmodal .menu-step-footer {
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-content: stretch !important;
  }

  #filter .menu-step-footer .section-btn,
  #filter .menu-step-footer .section-btn-subscribe,
  #brunchmodal .menu-step-footer .section-btn,
  #brunchmodal .menu-step-footer .section-btn-subscribe {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* ===================================================
   PUBLIC PAGES VISUAL POLISH (A propos / Services / Parcours)
   =================================================== */
.dp-page-hero {
  position: relative;
  overflow: hidden;
}

.dp-page-hero::before {
  content: "";
  position: absolute;
  right: -180px;
  top: -120px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(233, 175, 48, 0.24) 0%, rgba(233, 175, 48, 0) 70%);
  pointer-events: none;
}

.dp-page-hero::after {
  content: "";
  position: absolute;
  left: -120px;
  bottom: -180px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 72%);
  pointer-events: none;
}

.dp-page-hero .container {
  position: relative;
  z-index: 1;
}

.dp-hero-chip-row {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dp-hero-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #f7faff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.dp-hero-chip i {
  color: #ffdca8;
}

.dp-card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.dp-card-label {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid #e2e9f4;
  background: #f8faff;
  color: #4f5f80;
  font-size: 12px;
  font-weight: 800;
}

.dp-icon-pill {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--chef-primary), #8f2a2a);
  color: #fff;
  box-shadow: 0 8px 20px rgba(143, 42, 42, 0.24);
}

.dp-service-card-premium {
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.dp-service-card-premium::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--chef-primary), var(--chef-secondary));
}

.dp-service-card-premium:hover {
  transform: translateY(-6px);
  border-color: #d3dced;
  box-shadow: 0 22px 44px rgba(15, 23, 42, 0.14);
}

.dp-mini-feature-grid {
  margin: 18px 0 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.dp-mini-feature {
  border: 1px solid #e2e8f4;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  padding: 14px;
}

.dp-mini-feature h3 {
  margin: 10px 0 6px;
  color: #1f2a40;
  font-size: 1rem;
}

.dp-mini-feature p {
  margin: 0;
  color: #556482;
  font-size: 13px;
  line-height: 1.6;
}

.dp-kpi-list {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}

.dp-kpi-list li {
  border: 1px dashed #d4dff0;
  border-radius: 10px;
  background: #f8fbff;
  padding: 10px 12px;
  color: #344768;
  font-size: 13px;
}

.dp-flow-step-premium {
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.dp-flow-step-premium::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--chef-secondary), var(--chef-primary));
}

.dp-flow-step-premium:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.14);
}

.dp-step-list {
  margin-top: 4px;
  display: grid;
  gap: 8px;
}

.dp-step-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #516180;
  font-size: 13px;
}

.dp-step-list i {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e8f3eb;
  color: #22814a;
  font-size: 10px;
}

.dp-note-band {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  border: 1px solid #d8e3f3;
  border-radius: 14px;
  background: linear-gradient(110deg, #f9fbff 0%, #f1f6ff 100%);
  padding: 14px 16px;
  color: #314666;
  font-size: 14px;
  line-height: 1.55;
}

.dp-note-band-center {
  justify-content: center;
  text-align: center;
}

.dp-inline-actions {
  justify-content: space-between;
}

.dp-inline-actions .dp-btn-primary {
  margin-left: auto;
}

@media (max-width: 991px) {
  .dp-mini-feature-grid {
    grid-template-columns: 1fr;
  }

  .dp-inline-actions {
    justify-content: flex-start;
  }

  .dp-inline-actions .dp-btn-primary {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .dp-hero-chip-row {
    gap: 8px;
  }

  .dp-hero-chip {
    font-size: 11px;
  }
}

/* ===================================================
   HOME TRUST SECTIONS (ultra-safe toggles)
   =================================================== */
.home-trust-strip {
  padding: 40px 0 28px;
  background: linear-gradient(180deg, #f8fbff 0%, #f3f7ff 100%);
  border-top: 1px solid #e4ebf6;
  border-bottom: 1px solid #e4ebf6;
}

.home-trust-strip-head {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 18px;
}

.home-trust-strip-head h2 {
  margin: 0 0 10px;
  color: #1e2b42;
  font-size: clamp(1.45rem, 2vw, 2rem);
}

.home-trust-strip-head p {
  margin: 0;
  color: #5f6d87;
  font-size: 1rem;
  line-height: 1.7;
}

.home-trust-strip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.home-trust-chip {
  border: 1px solid #dbe4f3;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
  min-height: 56px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-trust-chip i {
  color: #2a8750;
  font-size: 16px;
}

.home-trust-chip span {
  color: #2f3f5f;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
}

.home-guarantees {
  padding: 56px 0;
  background: linear-gradient(180deg, #fffaf2 0%, #f5ecdf 100%);
  border-top: 1px solid rgba(79, 84, 32, 0.14);
}

.home-guarantees-carousel {
  max-width: 980px;
  margin: 24px auto 0;
}

.home-guarantees-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 26px;
}

.home-guarantees-grid .home-guarantee-slide {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 16px;
}

.home-guarantees-grid .home-guarantee-media {
  min-height: 230px;
}

.home-guarantees-grid .home-guarantee-body {
  flex: 1;
  padding: 24px 24px 22px;
}

.home-guarantees-grid .home-guarantee-quote-mark {
  display: none;
}

.home-guarantees-carousel .owl-stage-outer {
  padding: 6px 0 14px;
  overflow: hidden !important;
}

.home-guarantees-carousel .owl-nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 10px;
}

.home-guarantees-carousel .owl-nav button.owl-prev,
.home-guarantees-carousel .owl-nav button.owl-next {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(79, 84, 32, 0.16);
  background: #ffffff !important;
  color: #2e3316 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 26px rgba(49, 36, 18, 0.10);
  transition: transform 0.22s ease, box-shadow 0.22s ease, color 0.22s ease;
}

.home-guarantees-carousel .owl-nav button.owl-prev:hover,
.home-guarantees-carousel .owl-nav button.owl-next:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(49, 36, 18, 0.16);
  color: var(--chef-secondary) !important;
}

.home-guarantees-carousel .owl-dots {
  margin-top: 10px;
  text-align: center;
}

.home-guarantees-carousel .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  margin: 5px 7px 5px 0;
  background: rgba(79, 84, 32, 0.18);
}

.home-guarantees-carousel .owl-dots .owl-dot.active span,
.home-guarantees-carousel .owl-dots .owl-dot:hover span {
  background: var(--chef-secondary);
}

.home-guarantee-slide {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(79, 84, 32, 0.10);
  box-shadow: 0 18px 38px rgba(62, 45, 25, 0.11);
}

.home-guarantee-media {
  position: relative;
  min-height: 290px;
  background: #ead8c2;
}

.home-guarantee-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-guarantee-chip {
  position: absolute;
  top: 22px;
  left: 22px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(17, 18, 11, 0.72);
  color: #fff7ef;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.home-guarantee-body {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 26px 30px 24px;
  background: linear-gradient(180deg, #fffdfa 0%, #fbf7f0 100%);
}

.home-guarantee-quote-mark {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 58px;
  opacity: 0.14;
  pointer-events: none;
}

.home-guarantee-quote-mark img {
  width: 100%;
  height: auto;
  display: block;
}

.home-guarantee-overline {
  color: var(--chef-secondary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-guarantee-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--chef-primary), var(--chef-secondary));
  color: #fff;
  box-shadow: 0 14px 26px rgba(79, 84, 32, 0.22);
}

.home-guarantee-body h3 {
  margin: 0;
  color: #1f2412;
  font-family: 'Fraunces', serif;
  font-size: 1.58rem;
  line-height: 1.14;
}

.home-guarantee-lead {
  margin: 0;
  color: #5a5448;
  font-size: 0.96rem;
  line-height: 1.7;
  max-width: 34rem;
}

.home-guarantee-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.home-guarantee-points span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(79, 84, 32, 0.08);
  color: #39401b;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

@media (max-width: 991px) {
  .home-guarantees-grid {
    grid-template-columns: 1fr;
  }

  .home-guarantee-slide {
    grid-template-columns: 1fr;
  }

  .home-guarantee-media {
    min-height: 220px;
  }

  .home-guarantee-body {
    padding: 22px 20px 20px;
  }

  .home-guarantee-body h3 {
    font-size: 1.4rem;
  }

  .home-guarantees-carousel .owl-nav {
    justify-content: center;
  }

  .home-guarantees-carousel .owl-dots {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .home-guarantees {
    padding: 48px 0;
  }

  .home-guarantee-media {
    min-height: 190px;
  }

  .home-guarantee-chip {
    top: 16px;
    left: 16px;
    font-size: 11px;
    letter-spacing: 0.08em;
  }

  .home-guarantee-body {
    padding: 20px 16px 18px;
  }

  .home-guarantee-quote-mark {
    width: 56px;
    top: 16px;
    right: 16px;
  }

  .home-guarantee-body h3 {
    font-size: 1.28rem;
  }

  .home-guarantee-lead {
    font-size: 0.92rem;
  }
}

.home-faq {
  padding: 64px 0;
  background: linear-gradient(180deg, #f7faff 0%, #eff4ff 100%);
  border-top: 1px solid #e4ebf6;
}

.home-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.home-faq-card {
  border: 1px solid #dbe4f4;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.07);
  padding: 16px;
}

.home-faq-card h3 {
  margin: 0 0 8px;
  color: #1f2a40;
  font-size: 1.04rem;
  line-height: 1.4;
}

.home-faq-card p {
  margin: 0;
  color: #55627f;
  font-size: 14px;
  line-height: 1.72;
}

/* ===================================================
   BRUNCH VALUE-FIRST EXPERIENCE
   =================================================== */
#brunchmodal .order-modal-service-head {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 760px;
}

#brunchmodal .order-modal-service-head h6 {
  margin: 0;
  color: #1f2a40;
  font-size: 18px;
}

#brunchmodal .order-modal-service-head p {
  margin: 0;
  color: #5f6b84;
  font-size: 13px;
  line-height: 1.6;
}

#brunchmodal #tab041 {
  padding: 10px 18px 18px;
}

#brunchmodal .brunch-offer-layout {
  display: flex;
  align-items: flex-start;
  margin: 0;
}

#brunchmodal .brunch-offer-sidebar {
  padding: 0 10px 0 0;
}

#brunchmodal .brunch-offer-side-title {
  margin: 0 0 6px;
  color: #1f2a40;
  font-size: 19px;
}

#brunchmodal .brunch-offer-side-subtitle {
  margin: 0 0 12px;
  color: #5e6982;
  font-size: 13px;
  line-height: 1.55;
}

#brunchmodal .brunch-offer-list {
  display: grid;
  gap: 10px;
  max-height: 620px;
  overflow: auto;
  padding-right: 4px;
}

#brunchmodal .brunch-offer-item {
  border: 1px solid #dce4f2;
  border-radius: 14px;
  background: #fff;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  text-align: left;
  padding: 10px;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

#brunchmodal .brunch-offer-item:hover {
  border-color: rgba(206, 50, 50, 0.45);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.1);
}

#brunchmodal .brunch-offer-item.active {
  border-color: rgba(206, 50, 50, 0.55);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.12);
  transform: translateY(-1px);
}

#brunchmodal .brunch-offer-item-img {
  width: 74px;
  height: 74px;
  object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;
  border: 1px solid #d7deec;
}

#brunchmodal .brunch-offer-item-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

#brunchmodal .brunch-offer-item-copy strong {
  color: #1f2a40;
  font-size: 16px;
  line-height: 1.25;
}

#brunchmodal .brunch-offer-item-copy small {
  color: #5f6a83;
  font-size: 13px;
  line-height: 1.45;
}

#brunchmodal .brunch-offer-item-copy em {
  color: #1f2a40;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

#brunchmodal .brunch-offer-item-meta {
  color: #7a849a;
  font-size: 12px;
}

#brunchmodal .brunch-offer-detail {
  padding: 0 0 0 10px;
}

#brunchmodal .brunch-offer-hero {
  border: 1px solid #dce4f2;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  background: #f6ede1;
  position: relative;
}

#brunchmodal .brunch-offer-hero img {
  width: 100%;
  height: 360px;
  object-fit: contain;
  display: block;
}

#brunchmodal .brunch-offer-hero-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(31, 42, 64, 0.72);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

#brunchmodal .brunch-offer-hero-nav:hover {
  background: rgba(31, 42, 64, 0.9);
}

#brunchmodal .brunch-offer-hero-nav-prev {
  left: 14px;
}

#brunchmodal .brunch-offer-hero-nav-next {
  right: 14px;
}

#brunchmodal .brunch-offer-hero-count {
  position: absolute;
  right: 14px;
  bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.72);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

#brunchmodal .brunch-offer-card {
  border: 1px solid #dce4f2;
  border-top: 0;
  border-radius: 0 0 16px 16px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
  padding: 16px;
}

#brunchmodal .brunch-offer-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

#brunchmodal .brunch-offer-head h4 {
  margin: 0;
  color: #1f2a40;
  font-size: 36px;
  line-height: 1.1;
}

#brunchmodal .brunch-offer-head p {
  margin: 7px 0 0;
  color: #59647e;
  font-size: 15px;
  line-height: 1.65;
}

#brunchmodal .brunch-offer-price {
  color: #1f2a40;
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

#brunchmodal .brunch-offer-price span {
  display: block;
  margin-top: 6px;
  color: #6a748b;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
}

#brunchmodal .brunch-offer-badges {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

#brunchmodal .brunch-offer-badge {
  border: 1px solid #d8e1f1;
  border-radius: 999px;
  background: #f8fbff;
  color: #465572;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 9px 12px;
}

#brunchmodal .brunch-offer-actions {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

#brunchmodal .brunch-offer-actions .section-btn-subscribe {
  min-width: 200px;
}

#brunchmodal .brunch-offer-actions .section-btn-subscribe.is-added {
  background: #238636;
  border-color: #238636;
  color: #fff;
  animation: brunch-cart-feedback 240ms ease-out;
}

@keyframes brunch-cart-feedback {
  0% { transform: scale(1); }
  55% { transform: scale(1.04); }
  100% { transform: scale(1); }
}

#brunchmodal .brunch-offer-content {
  margin-top: 16px;
  border-top: 1px solid #e3e9f4;
  padding-top: 12px;
}

#brunchmodal .brunch-offer-content h5 {
  margin: 0;
  color: #1f2a40;
  font-size: 18px;
}

#brunchmodal .brunch-offer-content > p {
  margin: 7px 0 10px;
  color: #5e6982;
  font-size: 13px;
}

#brunchmodal .brunch-offer-content-group {
  padding: 9px 0;
  border-bottom: 1px solid #edf1f8;
}

#brunchmodal .brunch-offer-content-group:last-child {
  border-bottom: 0;
}

#brunchmodal .brunch-offer-content-group h6 {
  margin: 0 0 8px;
  color: #182842;
  font-size: 20px;
}

#brunchmodal .brunch-offer-content-group ul {
  margin: 0;
  padding-left: 18px;
}

#brunchmodal .brunch-offer-content-group li {
  margin: 0 0 5px;
  color: #2f3f60;
  font-size: 16px;
  line-height: 1.45;
}

#brunchmodal .brunch-offer-empty {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  #brunchmodal .brunch-offer-layout {
    display: block;
  }

  #brunchmodal .brunch-offer-sidebar,
  #brunchmodal .brunch-offer-detail {
    padding: 0;
  }

  #brunchmodal .brunch-offer-list {
    max-height: none;
    margin-bottom: 14px;
  }

  #brunchmodal .brunch-offer-head {
    flex-direction: column;
    gap: 8px;
  }

  #brunchmodal .brunch-offer-hero img {
    height: 260px;
  }

  #brunchmodal .brunch-offer-hero-nav {
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 991px) {
  .home-trust-strip-grid,
  .home-guarantees-grid,
  .home-faq-grid {
    grid-template-columns: 1fr;
  }

  .home-trust-strip,
  .home-guarantees,
  .home-faq {
    padding: 46px 0;
  }
}

/* ===================================================================
   CART / CHECKOUT — Disable all transitions so Angular ng-show/ng-hide
   toggles are truly instant. Prevents ngAnimate or stray CSS from
   interfering with step visibility.
   =================================================================== */
#cartCheckoutModal .menu-step,
#cartCheckoutModal .menu-step *,
#cartCheckoutModal .card,
#cartCheckoutModal .menu-payment-state,
#ourcart .Cart-Items,
#ourcart .Cart-Items * {
  transition: none !important;
  animation: none !important;
}

.checkout-global-error .alert {
  border-radius: 8px;
  font-size: 14px;
}

.dp-whatsapp-widget {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1025;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 9px 14px 9px 10px;
  color: #fff;
  background: #128c7e;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(18, 140, 126, 0.28);
  text-decoration: none;
}

.dp-whatsapp-widget:hover,
.dp-whatsapp-widget:focus {
  color: #fff;
  background: #075e54;
  text-decoration: none;
  outline: none;
}

.dp-whatsapp-widget-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-size: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
}

.dp-whatsapp-widget-copy {
  display: grid;
  line-height: 1.1;
}

.dp-whatsapp-widget-copy strong {
  font-size: 14px;
  letter-spacing: 0;
}

.dp-whatsapp-widget-copy small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 11px;
}

@media (max-width: 640px) {
  .dp-whatsapp-widget {
    right: 14px;
    bottom: 14px;
    min-height: 48px;
    padding: 8px;
  }

  .dp-whatsapp-widget-copy {
    display: none;
  }
}

/* ===================================================
   MARMITA STORY + FOOTER REWORK
   =================================================== */
#about-pro,
#about-pro *,
#footer.dp-footer,
#footer.dp-footer * {
  box-sizing: border-box;
}

#about-pro.home-about-section {
  position: relative;
  padding: 82px 0 !important;
  background: linear-gradient(180deg, #fffaf3 0%, #fff4e7 100%);
  overflow: hidden;
}

#about-pro.home-about-section::before {
  content: none;
}

#about-pro.home-about-section::after {
  content: none;
}

#about-pro .home-about-shell {
  position: relative;
  z-index: 1;
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

#about-pro .home-about-shell::after {
  content: none;
}

#about-pro .home-about-row {
  display: flex;
  align-items: center;
  gap: 30px 0;
}

#about-pro .home-about-copy {
  position: relative;
  z-index: 1;
  padding-right: 28px;
  min-width: 0;
}

.home-about-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(198, 106, 46, 0.24);
  background: rgba(198, 106, 46, 0.10);
  color: #b65a29;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-about-heading {
  margin-bottom: 0 !important;
  text-align: left !important;
}

.home-about-title {
  margin: 18px 0 14px !important;
  font-family: "Fraunces", serif;
  font-size: clamp(2.65rem, 5vw, 4.85rem) !important;
  line-height: 0.98 !important;
  color: #2d3819 !important;
  max-width: 620px;
}

.home-about-title-top,
.home-about-title-accent {
  display: block;
}

.home-about-title-accent {
  color: #cf642c;
}

.home-about-tagline {
  margin: 0 !important;
  max-width: 610px;
  color: #6a685b !important;
  font-size: clamp(1.08rem, 1.5vw, 1.38rem) !important;
  line-height: 1.78 !important;
}

.home-about-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 28px 0 26px;
  max-width: 470px;
}

.home-about-divider::before,
.home-about-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(214, 164, 91, 0.12) 0%, rgba(214, 164, 91, 0.85) 50%, rgba(214, 164, 91, 0.12) 100%);
}

.home-about-divider span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid rgba(214, 164, 91, 0.42);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 0 0 5px rgba(214, 164, 91, 0.10);
}

.home-about-text {
  max-width: 620px;
  color: #4f5146 !important;
  font-size: 1.04rem !important;
  line-height: 1.92 !important;
  white-space: normal !important;
  overflow-wrap: break-word;
}

.home-about-text-secondary {
  margin-top: 16px !important;
}

.home-about-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0;
}

.home-about-chips span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(95, 110, 53, 0.14);
  color: #384520;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(111, 83, 46, 0.06);
}

.home-about-chips i {
  color: #c9632d;
  font-size: 14px;
}

.home-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}

.home-about-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 18px;
  background: linear-gradient(135deg, #d56c33 0%, #b95725 100%);
  color: #fff !important;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 18px 34px rgba(185, 87, 37, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.home-about-cta:hover,
.home-about-cta:focus {
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 22px 38px rgba(185, 87, 37, 0.30);
}

.home-about-cta-secondary {
  background: rgba(255, 255, 255, 0.90);
  border: 1px solid rgba(95, 110, 53, 0.16);
  box-shadow: 0 14px 28px rgba(97, 78, 44, 0.10);
  color: #33411f !important;
}

.home-about-cta-secondary:hover,
.home-about-cta-secondary:focus {
  color: #33411f !important;
  background: #ffffff;
}

.home-highlight-grid {
  margin-top: 0 !important;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.home-highlight-item {
  position: relative;
  min-height: 100%;
  padding: 24px 22px 22px;
  border-radius: 24px;
  border: 1px solid rgba(92, 106, 53, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 250, 243, 0.94) 100%);
  box-shadow: 0 18px 36px rgba(102, 73, 37, 0.08);
}

.home-highlight-item::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(214, 164, 91, 0.05) 0%, rgba(214, 164, 91, 0) 32%);
  pointer-events: none;
}

.home-highlight-num {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: #616922;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(79, 84, 32, 0.24);
}

.home-highlight-item h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  font-family: "Fraunces", serif;
  font-size: 1.16rem;
  line-height: 1.28;
  color: #29361a;
}

.home-highlight-item p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #5c5a52;
  font-size: 0.98rem;
  line-height: 1.82;
  white-space: normal;
  overflow-wrap: break-word;
}

.home-about-imagewrap {
  display: flex;
  justify-content: flex-end;
}

.home-about-visual-card {
  position: relative;
  width: min(100%, 500px);
  margin-left: auto;
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.home-about-visual-card.is-brand-mark {
  padding: 26px 24px 22px;
  border-radius: 26px;
  border: 1px solid rgba(205, 141, 79, 0.24);
  background: radial-gradient(circle at top left, rgba(255, 249, 240, 0.98), rgba(246, 232, 210, 0.92));
  box-shadow: 0 24px 54px rgba(94, 64, 31, 0.14);
}

.home-about-visual-card::after {
  content: none;
}

.home-about-visual-chip {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 251, 245, 0.92);
  border: 1px solid rgba(198, 106, 46, 0.18);
  color: #aa5427;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 12px 24px rgba(96, 66, 28, 0.10);
}

.home-about-image {
  display: block;
  width: 100%;
  min-height: 500px;
  max-height: 590px;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 20px 48px rgba(94, 64, 31, 0.16);
}

.home-about-image.is-brand-mark {
  min-height: 0;
  height: 360px;
  max-height: none;
  padding: 52px 34px 12px;
  object-fit: contain;
  background: transparent;
  box-shadow: none;
}

.home-about-image-note {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: grid;
  gap: 8px;
  padding: 18px 20px;
  border-radius: 14px;
  background: rgba(255, 251, 244, 0.94);
  border: 1px solid rgba(214, 164, 91, 0.24);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 36px rgba(94, 64, 31, 0.12);
}

.home-about-image-note.is-brand-mark {
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  margin-top: 12px;
}

.home-about-image-note strong {
  font-family: "Fraunces", serif;
  font-size: 1.26rem;
  line-height: 1.2;
  color: #30401d;
}

.home-about-image-note span {
  color: #5d5c53;
  font-size: 14px;
  line-height: 1.7;
}

#footer.dp-footer {
  position: relative;
  overflow: hidden;
  padding: 54px 0 24px !important;
  border-top: none;
  color: #314021;
}

#footer.dp-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(252, 247, 240, 0.97) 0%, rgba(250, 243, 231, 0.95) 46%, rgba(248, 239, 225, 0.80) 72%, rgba(248, 239, 225, 0.62) 100%);
  z-index: 0;
}

#footer.dp-footer::after {
  content: none;
}

#footer.dp-footer .container {
  position: relative;
  z-index: 1;
}

#footer.dp-footer .dp-footer-shell {
  position: relative;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

#footer.dp-footer .dp-footer-top {
  display: grid;
  grid-template-columns: 1.25fr 0.72fr 0.78fr 0.95fr 1.18fr;
  gap: 14px;
  align-items: start;
}

#footer.dp-footer .dp-footer-col,
#footer.dp-footer .dp-footer-newsletter-card {
  border: 0 !important;
  background: none !important;
  padding: 0 !important;
}

#footer.dp-footer .dp-footer-brand-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}

#footer.dp-footer .dp-footer-logo {
  width: 84px;
  height: 84px;
  border-radius: 24px;
  border: 1px solid rgba(214, 164, 91, 0.24);
  background: rgba(255, 255, 255, 0.90);
  box-shadow: 0 18px 36px rgba(102, 73, 37, 0.10);
}

.dp-footer-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(198, 106, 46, 0.10);
  border: 1px solid rgba(198, 106, 46, 0.18);
  color: #b45928;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

#footer.dp-footer .dp-footer-col h3,
#footer.dp-footer .dp-footer-col h4,
#footer.dp-footer .dp-footer-newsletter-card h4 {
  color: #2d3819;
  font-family: "Fraunces", serif;
}

#footer.dp-footer .dp-footer-col h3 {
  margin: 8px 0 0;
  font-size: clamp(2rem, 2.2vw, 2.5rem);
}

#footer.dp-footer .dp-footer-col h4,
#footer.dp-footer .dp-footer-newsletter-card h4 {
  position: relative;
  margin: 0 0 12px;
  padding-bottom: 10px;
  font-size: 1.55rem;
}

#footer.dp-footer .dp-footer-col h4::after,
#footer.dp-footer .dp-footer-newsletter-card h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #cc632b 0%, #deb26f 100%);
}

#footer.dp-footer .dp-footer-lead {
  margin: 0 0 8px;
  max-width: 340px;
  color: #4d5045 !important;
  font-size: 1rem !important;
  line-height: 1.62 !important;
}

#footer.dp-footer .dp-footer-col p {
  color: #59584f !important;
  font-size: 14px;
  line-height: 1.62;
}

#footer.dp-footer .dp-footer-signature {
  margin: 10px 0 0;
  max-width: 360px;
  color: #c5602d !important;
  font-family: "Fraunces", serif;
  font-size: 1.08rem !important;
  line-height: 1.5 !important;
}

#footer.dp-footer .dp-footer-links {
  gap: 8px;
}

#footer.dp-footer .dp-footer-links li {
  position: relative;
  padding-left: 18px;
  color: #344023;
  font-size: 14px;
  line-height: 1.55;
}

#footer.dp-footer .dp-footer-links li::before {
  content: "\203A";
  position: absolute;
  left: 0;
  top: 0;
  color: #cb632b;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

#footer.dp-footer .dp-footer-links a,
#footer.dp-footer .dp-footer-meta a,
#footer.dp-footer .dp-footer-bottom a {
  color: #314021 !important;
  font-weight: 600;
  text-decoration: none;
}

#footer.dp-footer .dp-footer-links a:hover,
#footer.dp-footer .dp-footer-meta a:hover,
#footer.dp-footer .dp-footer-bottom a:hover {
  color: #c5602d !important;
}

.dp-footer-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.dp-footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.dp-footer-contact-list li > div {
  display: grid;
  gap: 2px;
}

.dp-footer-contact-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(198, 106, 46, 0.12);
  color: #bc5f2c;
  font-size: 15px;
}

.dp-footer-contact-list strong {
  display: block;
  margin-bottom: 3px;
  color: #a45e2d !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

#footer.dp-footer .dp-footer-contact-list a,
#footer.dp-footer .dp-footer-contact-list span,
.dp-footer-contact-list a,
.dp-footer-contact-list span {
  color: #394127 !important;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
}

#footer.dp-footer .dp-footer-newsletter-card {
  align-self: stretch;
  padding: 24px 22px !important;
  border-radius: 20px;
  border: 1px solid rgba(214, 164, 91, 0.28) !important;
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.95) 0%, rgba(255, 243, 228, 0.90) 100%) !important;
  box-shadow: 0 24px 56px rgba(107, 76, 38, 0.12);
}

.dp-footer-newsletter-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 14px;
  border-radius: 16px;
  background: rgba(198, 106, 46, 0.10);
  border: 1px solid rgba(198, 106, 46, 0.18);
  color: #c45e2b;
  font-size: 24px;
}

#footer.dp-footer .dp-footer-newsletter-card p {
  margin-bottom: 14px;
  color: #59584f !important;
  font-size: 0.94rem !important;
  line-height: 1.62 !important;
}

#footer.dp-footer .dp-newsletter {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0 0 14px;
}

#footer.dp-footer .dp-newsletter input.form-control {
  height: 48px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(95, 110, 53, 0.18);
  background: rgba(255, 255, 255, 0.88);
  color: #314021;
  box-shadow: none;
}

#footer.dp-footer .dp-newsletter input.form-control::placeholder {
  color: #8b897d;
}

#footer.dp-footer #emailbtn.section-btn-subscribe {
  width: 100%;
  min-width: 118px;
  min-height: 48px;
  margin: 0 !important;
  border-radius: 14px;
  border: 0;
  background: linear-gradient(135deg, #d66d33 0%, #b95725 100%);
  box-shadow: 0 16px 32px rgba(185, 87, 37, 0.22);
}

.dp-footer-trust-note {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #6a6558;
  font-size: 14px;
  line-height: 1.5;
}

.dp-footer-trust-note i {
  color: #c9632d;
}

#footer.dp-footer .dp-social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}

#footer.dp-footer .dp-social-row a {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  border: 1px solid rgba(95, 110, 53, 0.16);
  background: rgba(255, 255, 255, 0.78) !important;
  color: #384820 !important;
  box-shadow: 0 14px 28px rgba(108, 74, 36, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

#footer.dp-footer .dp-social-row a:hover,
#footer.dp-footer .dp-social-row a:focus {
  color: #c9632d !important;
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(108, 74, 36, 0.12);
}

#footer.dp-footer .dp-footer-bottom {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(193, 146, 76, 0.26);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

#footer.dp-footer .dp-footer-bottom p {
  margin: 0;
  color: #666456 !important;
  font-size: 13px;
  text-align: left;
}

.dp-footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  color: #ca632b;
  font-size: 13px;
}

.dp-footer-payment-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.dp-footer-payment-pill,
.dp-footer-payment-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(193, 146, 76, 0.22);
  background: rgba(255, 255, 255, 0.78);
  color: #314021;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(108, 74, 36, 0.06);
}

.dp-footer-payment-pill i {
  margin-right: 8px;
  color: #c9632d;
}

@media (max-width: 1199px) {
  #about-pro .home-about-copy {
    padding-right: 12px;
  }

  .home-highlight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #footer.dp-footer .dp-footer-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #footer.dp-footer .dp-footer-brand {
    grid-column: 1 / -1;
  }

  #footer.dp-footer .dp-footer-newsletter-card {
    grid-column: 1 / -1;
  }
}

@media (max-width: 991px) {
  #about-pro.home-about-section {
    padding: 68px 0 !important;
  }

  #about-pro .home-about-row {
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #about-pro .home-about-copy {
    padding-right: 16px !important;
    padding-left: 0 !important;
    width: 100%;
  }

  .home-about-title {
    max-width: none;
    font-size: clamp(2.25rem, 8vw, 3.55rem) !important;
  }

  .home-about-tagline,
  .home-about-text {
    max-width: none;
    width: 100%;
  }

  .home-about-actions {
    margin-bottom: 28px;
  }

  .home-about-imagewrap {
    justify-content: center;
    margin-top: 24px;
    padding-left: 0 !important;
    padding-right: 16px !important;
    width: 100%;
  }

  .home-about-image {
    min-height: 380px;
    max-height: 480px;
  }

  #footer.dp-footer {
    padding: 56px 0 20px !important;
  }

  #footer.dp-footer .dp-footer-top {
    grid-template-columns: 1fr;
  }

  #footer.dp-footer .dp-footer-brand,
  #footer.dp-footer .dp-footer-newsletter-card {
    grid-column: auto;
  }

  #footer.dp-footer .dp-footer-bottom {
    justify-content: flex-start;
  }

  .dp-footer-payment-row {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  #about-pro .home-about-shell {
    padding: 0;
    border-radius: 0;
  }

  .home-about-kicker {
    min-height: 34px;
    padding: 0 14px;
    font-size: 11px;
  }

  .home-about-title {
    font-size: clamp(2rem, 10vw, 3rem) !important;
  }

  .home-about-chips {
    gap: 10px;
  }

  .home-about-chips span {
    width: 100%;
    justify-content: flex-start;
  }

  .home-about-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .home-about-cta {
    width: 100%;
  }

  .home-highlight-grid {
    grid-template-columns: 1fr;
  }

  .home-about-visual-card {
    padding: 0;
    border-radius: 0;
  }

  .home-about-visual-chip {
    top: 12px;
    left: 12px;
    right: 12px;
    justify-content: center;
    text-align: center;
  }

  .home-about-image {
    min-height: 300px;
    max-height: 360px;
    border-radius: 20px;
  }

  .home-about-image-note {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 14px 16px;
  }

  .home-about-image-note strong {
    font-size: 1.08rem;
  }

  #footer.dp-footer::after {
    content: none;
  }

  #footer.dp-footer .dp-footer-shell {
    padding: 0;
    border-radius: 0;
  }

  #footer.dp-footer .dp-footer-brand-head {
    align-items: flex-start;
  }

  #footer.dp-footer .dp-footer-logo {
    width: 72px;
    height: 72px;
  }

  #footer.dp-footer .dp-footer-col h3 {
    font-size: 1.9rem;
  }

  #footer.dp-footer .dp-footer-col h4,
  #footer.dp-footer .dp-footer-newsletter-card h4 {
    font-size: 1.55rem;
  }

  #footer.dp-footer .dp-newsletter {
    grid-template-columns: 1fr;
  }

  #footer.dp-footer #emailbtn.section-btn-subscribe {
    width: 100%;
  }

  .dp-footer-bottom-links,
  .dp-footer-payment-row {
    width: 100%;
  }
}

/* Final layout lock: remove the floating empty zones marked in audit screenshots. */
#about-pro .home-about-row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#about-pro .home-about-row::before,
#about-pro .home-about-row::after {
  content: none !important;
  display: none !important;
}

#about-pro .home-about-copy,
#about-pro .home-about-imagewrap {
  min-width: 0;
}

#about-pro .home-about-imagewrap {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#about-pro .home-about-visual-card {
  align-self: stretch;
}

#footer.dp-footer .dp-footer-top {
  align-items: stretch !important;
}

#footer.dp-footer .dp-footer-col,
#footer.dp-footer .dp-footer-newsletter-card {
  min-width: 0;
}

#footer.dp-footer .dp-footer-contact-list strong {
  color: #c85f2b !important;
  opacity: 1 !important;
}

#footer.dp-footer .dp-footer-contact-list a,
#footer.dp-footer .dp-footer-contact-list span {
  color: #26301f !important;
  opacity: 1 !important;
}

@media (min-width: 992px) {
  #about-pro .home-about-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
    gap: 38px;
    align-items: stretch;
  }

  #about-pro .home-about-copy,
  #about-pro .home-about-imagewrap {
    float: none !important;
    width: auto !important;
    max-width: none !important;
  }

  #about-pro .home-about-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 0 !important;
  }

  #about-pro .home-about-imagewrap {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
  }

  #about-pro .home-about-visual-card {
    width: 100%;
    height: 100%;
    min-height: 500px;
    margin-left: 0;
    display: flex;
  }

  #about-pro .home-about-image {
    width: 100%;
    height: 100%;
    min-height: 500px;
    max-height: none;
  }

  #about-pro .home-about-image.is-brand-mark {
    height: 360px;
    min-height: 0;
  }
}

@media (max-width: 991px) {
  #about-pro.home-about-section {
    padding: 58px 0 !important;
  }

  #about-pro .home-about-row {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  #about-pro .home-about-copy,
  #about-pro .home-about-imagewrap {
    width: 100% !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #about-pro .home-about-copy {
    display: block;
  }

  #about-pro .home-about-imagewrap {
    margin-top: 0;
  }

  #about-pro .home-about-visual-card {
    width: 100%;
    margin: 0;
  }
}

@media (min-width: 1200px) {
  #footer.dp-footer .dp-footer-top {
    grid-template-columns: minmax(230px, 1.15fr) minmax(130px, 0.72fr) minmax(150px, 0.78fr) minmax(185px, 0.92fr) minmax(230px, 1.08fr) !important;
    gap: 20px !important;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  #footer.dp-footer .dp-footer-top {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr) minmax(0, 0.95fr) !important;
    gap: 22px 26px !important;
  }

  #footer.dp-footer .dp-footer-brand,
  #footer.dp-footer .dp-footer-contact-card,
  #footer.dp-footer .dp-footer-newsletter-card {
    grid-column: auto !important;
  }

  #footer.dp-footer .dp-footer-newsletter-card {
    grid-column: span 2 !important;
  }

  #footer.dp-footer .dp-newsletter {
    grid-template-columns: minmax(0, 1fr) auto !important;
  }

  #footer.dp-footer #emailbtn.section-btn-subscribe {
    width: auto !important;
    min-width: 150px;
  }
}

@media (max-width: 767px) {
  #footer.dp-footer {
    padding: 42px 0 22px !important;
  }

  #footer.dp-footer .dp-footer-top {
    grid-template-columns: 1fr !important;
    gap: 26px !important;
  }

  #footer.dp-footer .dp-footer-brand,
  #footer.dp-footer .dp-footer-contact-card,
  #footer.dp-footer .dp-footer-newsletter-card {
    grid-column: auto !important;
  }

  #footer.dp-footer .dp-footer-col h4,
  #footer.dp-footer .dp-footer-newsletter-card h4 {
    margin-bottom: 14px;
  }

  #footer.dp-footer .dp-footer-list,
  #footer.dp-footer .dp-footer-contact-list {
    gap: 9px;
  }

  #footer.dp-footer .dp-newsletter {
    grid-template-columns: 1fr !important;
  }

  #footer.dp-footer #emailbtn.section-btn-subscribe {
    width: 100% !important;
  }
}

/* Mes commandes: branded tracking page */
.dp-orders-hero {
  padding: 132px 0 66px !important;
  background:
    linear-gradient(105deg, rgba(38, 48, 31, 0.94) 0%, rgba(38, 48, 31, 0.84) 46%, rgba(198, 106, 46, 0.48) 100%),
    url("/images/marmita/backgrounds/brunch-table.png") center / cover no-repeat;
}

.dp-orders-hero .container {
  max-width: 1120px;
}

.dp-orders-hero .dp-page-kicker {
  color: #ffd8a6;
}

.dp-orders-hero h1 {
  max-width: 720px;
  font-family: "Fraunces", Georgia, serif;
  color: #fffaf2;
  font-size: 3.2rem;
  line-height: 1.08;
}

.dp-orders-hero .dp-page-lead {
  max-width: 720px;
  color: rgba(255, 250, 242, 0.9);
}

.dp-orders-hero-badges {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dp-orders-hero-badges span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 250, 242, 0.28);
  background: rgba(255, 250, 242, 0.12);
  color: #fffaf2;
  font-size: 13px;
  font-weight: 800;
}

.dp-orders-hero-badges i {
  color: #ffd8a6;
}

.dp-orders-page {
  padding: 58px 0 76px !important;
  background:
    radial-gradient(circle at top left, rgba(198, 106, 46, 0.08), transparent 30%),
    linear-gradient(180deg, #fff8ef 0%, #f3e7d4 100%);
}

.dp-orders-page .dp-surface-card {
  border-color: rgba(205, 169, 122, 0.52);
  background: rgba(255, 251, 245, 0.94);
  box-shadow: 0 20px 48px rgba(79, 84, 32, 0.12);
}

.dp-orders-layout {
  display: grid;
  grid-template-columns: minmax(270px, 0.76fr) minmax(360px, 1fr);
  gap: 24px;
  align-items: start;
  max-width: 1060px;
  margin: 0 auto;
}

.dp-orders-guide {
  position: sticky;
  top: 104px;
  padding: 28px !important;
}

.dp-orders-guide-icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(198, 106, 46, 0.11);
  color: #c85f2b;
  font-size: 20px;
}

.dp-orders-guide h2 {
  margin: 18px 0 10px;
  color: #26301f;
  font-family: "Fraunces", Georgia, serif;
  font-size: 2rem;
  line-height: 1.12;
}

.dp-orders-guide p,
.dp-orders-helper,
.dp-orders-verification p {
  color: #5e584c;
  font-size: 15px;
  line-height: 1.75;
}

.dp-orders-guide-list {
  margin: 18px 0 20px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.dp-orders-guide-list li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border-radius: 14px;
  background: #fffaf2;
  border: 1px solid rgba(205, 169, 122, 0.5);
}

.dp-orders-guide-list strong {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #4f5420;
  color: #fff;
  font-size: 13px;
}

.dp-orders-guide-list span {
  color: #3e442d;
  font-size: 14px;
  line-height: 1.55;
}

.dp-orders-search-stack {
  display: grid;
  gap: 16px;
}

.dp-orders-note.dp-note-band {
  margin: 0;
  justify-content: flex-start;
  text-align: left;
  border-color: rgba(198, 106, 46, 0.2);
  background: rgba(255, 250, 242, 0.84);
  color: #3e442d;
}

.dp-orders-note i {
  color: #c85f2b;
}

.dp-orders-card {
  max-width: none !important;
  margin: 0 !important;
  padding: 30px !important;
}

.dp-orders-card .dp-content-title {
  color: #26301f;
  font-size: 1.8rem;
}

.dp-orders-form {
  grid-template-columns: 1fr;
  margin-top: 18px;
}

.dp-orders-form .form-control {
  min-height: 52px;
  border-radius: 14px;
  border-color: #e0ceb6;
  background: #fffdf8;
  color: #26301f;
}

.dp-orders-form .form-control:focus {
  border-color: rgba(198, 106, 46, 0.58);
  box-shadow: 0 0 0 4px rgba(198, 106, 46, 0.13);
}

.dp-orders-form .dp-btn-primary {
  width: 100%;
  min-height: 52px;
  border-radius: 14px;
  background: #c85f2b;
  box-shadow: 0 14px 28px rgba(198, 95, 43, 0.22);
}

.dp-orders-form .dp-btn-primary:hover {
  background: #a94e22;
}

.dp-orders-verification {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px dashed rgba(198, 106, 46, 0.26);
}

.dp-orders-verification h3 {
  margin: 0 0 8px;
  color: #26301f;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.45rem;
}

.dp-orders-results {
  max-width: 1060px;
  margin: 34px auto 0;
}

.dp-orders-empty {
  max-width: 720px;
  margin: 0 auto;
  border-radius: 16px;
}

.dp-orders-results-title {
  margin: 0 0 18px;
  text-align: center;
  color: #26301f;
  font-family: "Fraunces", Georgia, serif;
  font-size: 2rem;
}

.dp-order-card {
  margin-bottom: 18px;
  padding: 24px !important;
}

.dp-order-card-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}

.dp-order-label {
  display: inline-flex;
  margin-bottom: 6px;
  color: #c85f2b;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dp-order-card h3 {
  margin: 0;
  color: #26301f;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.65rem;
}

.dp-order-card-head p {
  margin: 4px 0 0;
  color: #6b6356;
  font-size: 14px;
}

.dp-order-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 8px 12px !important;
  background: #6b7280;
  color: #fff;
  font-size: 12px !important;
  font-weight: 900;
  line-height: 1;
  min-width: 92px;
  text-align: center;
  white-space: nowrap;
}

.dp-order-status.badge-primary { background: #2563eb; color: #fff; }
.dp-order-status.badge-secondary { background: #4b5563; color: #fff; }
.dp-order-status.badge-warning { background: #f4b740; color: #2b2112; }
.dp-order-status.badge-info { background: #0f7490; color: #fff; }
.dp-order-status.badge-success { background: #237a46; color: #fff; }
.dp-order-status.badge-dark { background: #26301f; color: #fff; }
.dp-order-status.badge-danger { background: #b42318; color: #fff; }
.dp-order-status.badge-light { background: #f3f4f6; color: #26301f; }

.dp-order-updated {
  display: block;
  margin-top: 2px;
  color: #897c6b;
  font-size: 12px;
}

.dp-order-progress {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.dp-order-progress li {
  position: relative;
  min-height: 38px;
  padding: 10px 8px;
  border: 1px solid rgba(205, 169, 122, 0.46);
  border-radius: 999px;
  background: #fffdf8;
  color: #736955;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.dp-order-progress li.is-done {
  border-color: rgba(35, 122, 70, 0.32);
  background: rgba(35, 122, 70, 0.11);
  color: #237a46;
}

.dp-order-progress li.is-current {
  border-color: rgba(200, 95, 43, 0.45);
  background: rgba(200, 95, 43, 0.13);
  color: #9a431d;
}

.dp-order-state-note {
  margin-bottom: 18px;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
}

.dp-order-state-cancelled {
  background: rgba(180, 35, 24, 0.09);
  color: #8c1d15;
}

.dp-order-feedback {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(35, 122, 70, 0.24);
  border-radius: 14px;
  background: rgba(35, 122, 70, 0.08);
  color: #26301f;
  font-size: 13px;
}

.dp-order-feedback strong {
  font-weight: 900;
}

.dp-order-feedback span {
  flex: 1 1 220px;
  color: #3e442d;
}

.dp-order-feedback a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #237a46;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.dp-order-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(205, 169, 122, 0.46);
  border-radius: 14px;
  background: #fffdf8;
}

.dp-order-table {
  margin: 0 !important;
}

.dp-order-table th,
.dp-order-table td {
  padding: 12px 14px !important;
  border-color: rgba(205, 169, 122, 0.35) !important;
  color: #26301f;
}

.dp-order-table th:last-child,
.dp-order-table td:last-child {
  width: 86px;
  text-align: center;
}

.dp-order-muted {
  color: #897c6b !important;
  font-style: italic;
}

.dp-order-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.dp-order-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(79, 84, 32, 0.08);
  color: #3e442d;
  font-size: 13px;
}

.dp-order-meta strong {
  margin-right: 4px;
  color: #26301f;
}

@media (max-width: 991px) {
  .dp-orders-hero {
    padding: 112px 0 52px !important;
  }

  .dp-orders-layout {
    grid-template-columns: 1fr;
  }

  .dp-orders-guide {
    position: static;
  }
}

@media (max-width: 767px) {
  .dp-orders-hero {
    padding: 112px 0 44px !important;
  }

  .dp-orders-hero h1 {
    font-size: 2.35rem;
  }

  .dp-orders-hero-badges {
    display: grid;
    grid-template-columns: 1fr;
  }

  .dp-orders-page {
    padding: 36px 0 54px !important;
  }

  .dp-orders-guide,
  .dp-orders-card,
  .dp-order-card {
    padding: 22px !important;
  }

  .dp-orders-note.dp-note-band {
    align-items: flex-start;
  }

  .dp-order-card-head {
    display: grid;
  }

  .dp-order-status {
    justify-self: flex-start;
  }

  .dp-order-progress {
    grid-template-columns: 1fr;
  }

  .dp-order-progress li {
    border-radius: 14px;
    text-align: left;
  }

  .dp-order-feedback {
    display: grid;
  }

  .dp-order-meta {
    display: grid;
  }

  .dp-order-meta span {
    justify-content: flex-start;
    border-radius: 14px;
  }
}

/* Contact: branded Marmita page */
.dp-contact-hero {
  padding: 132px 0 66px !important;
  background:
    linear-gradient(110deg, rgba(47, 54, 22, 0.97) 0%, rgba(79, 84, 32, 0.9) 34%, rgba(130, 88, 41, 0.72) 64%, rgba(200, 95, 43, 0.34) 100%),
    url("/images/marmita/backgrounds/brunch-table.png") center 28% / cover no-repeat;
}

.dp-contact-hero .container {
  max-width: 1120px;
}

.dp-contact-hero .dp-page-kicker {
  color: #ffd8a6;
}

.dp-contact-hero h1 {
  max-width: 720px;
  color: #fffaf2;
  font-family: "Fraunces", Georgia, serif;
  font-size: 3.25rem;
  line-height: 1.08;
}

.dp-contact-hero .dp-page-lead {
  max-width: 760px;
  color: rgba(255, 250, 242, 0.92);
}

.dp-contact-hero-badges {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dp-contact-hero-badges span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 250, 242, 0.28);
  background: rgba(255, 250, 242, 0.12);
  color: #fffaf2;
  font-size: 13px;
  font-weight: 800;
}

.dp-contact-hero-badges i {
  color: #ffd8a6;
}

.dp-contact-page {
  padding: 58px 0 76px !important;
  background:
    radial-gradient(circle at top left, rgba(198, 106, 46, 0.12), transparent 28%),
    radial-gradient(circle at bottom right, rgba(79, 84, 32, 0.08), transparent 24%),
    linear-gradient(180deg, #fff8ef 0%, #f4ead8 100%);
}

.dp-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.34fr) minmax(300px, 0.86fr);
  gap: 24px;
  max-width: 1120px;
  margin: 0 auto;
  align-items: start;
}

.dp-contact-page .dp-surface-card {
  border-color: rgba(191, 151, 104, 0.56);
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.98), rgba(255, 246, 234, 0.96));
  box-shadow: 0 22px 52px rgba(79, 84, 32, 0.13);
}

.dp-contact-form-card,
.dp-contact-side-card {
  padding: 30px !important;
}

.dp-contact-form-card {
  border-top: 4px solid rgba(200, 95, 43, 0.42);
}

.dp-contact-side-card {
  position: sticky;
  top: 104px;
  border-top: 4px solid rgba(79, 84, 32, 0.4);
  background: linear-gradient(180deg, rgba(251, 245, 235, 0.98), rgba(246, 236, 219, 0.96));
}

.dp-contact-card-icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(200, 95, 43, 0.16), rgba(79, 84, 32, 0.1));
  color: #c85f2b;
  font-size: 20px;
  margin-bottom: 18px;
  box-shadow: inset 0 0 0 1px rgba(200, 95, 43, 0.08);
}

.dp-contact-form-card .dp-content-title,
.dp-contact-side-card h3 {
  color: #26301f;
  font-family: "Fraunces", Georgia, serif;
  font-size: 2rem;
  line-height: 1.12;
}

.dp-contact-lead,
.dp-contact-side-card p {
  color: #5e584c !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
}

.dp-contact-lead a {
  color: #c85f2b;
  font-weight: 800;
}

.dp-contact-reasons {
  margin: 22px 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.dp-contact-reason {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 10px;
  align-items: start;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(205, 169, 122, 0.5);
  background: linear-gradient(180deg, #fffaf2 0%, #fff4e6 100%);
}

.dp-contact-reason i {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #4f5420;
  color: #fff;
}

.dp-contact-reason strong {
  display: block;
  margin-bottom: 4px;
  color: #26301f;
  font-size: 14px;
}

.dp-contact-reason span {
  display: block;
  color: #5e584c;
  font-size: 13px;
  line-height: 1.55;
}

.dp-contact-form {
  gap: 14px;
}

.dp-contact-form .form-control {
  min-height: 52px;
  border-radius: 14px;
  border-color: #e0ceb6;
  background: #fffdf8;
  color: #26301f;
}

.dp-contact-form textarea.form-control {
  min-height: 150px;
}

.dp-contact-form .form-control:focus {
  border-color: rgba(198, 106, 46, 0.58);
  box-shadow: 0 0 0 4px rgba(198, 106, 46, 0.13);
}

.dp-contact-form .dp-btn-primary {
  width: 100%;
  min-height: 52px;
  border-radius: 14px;
  background: #4f5420;
  box-shadow: 0 14px 28px rgba(79, 84, 32, 0.22);
}

.dp-contact-form .dp-btn-primary:hover {
  background: #404518;
}

.dp-contact-info-list {
  margin: 22px 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.dp-contact-info-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
}

.dp-contact-info-list i {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(198, 106, 46, 0.12);
  color: #c85f2b;
}

.dp-contact-info-list strong {
  display: block;
  color: #c85f2b;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dp-contact-info-list span {
  color: #26301f;
  font-size: 15px;
  line-height: 1.45;
}

.dp-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dp-contact-actions .dp-btn-primary {
  background: #4f5420;
}

.dp-contact-actions .dp-btn-primary:hover {
  background: #3f4418;
}

.dp-contact-actions .dp-btn-secondary {
  border-color: rgba(200, 95, 43, 0.2);
  background: rgba(255, 255, 255, 0.7);
  color: #4f5420;
}

.dp-contact-actions .dp-btn-secondary:hover {
  border-color: rgba(200, 95, 43, 0.34);
  background: rgba(255, 250, 242, 0.94);
}

@media (max-width: 991px) {
  .dp-contact-layout {
    grid-template-columns: 1fr;
  }

  .dp-contact-side-card {
    position: static;
  }

  .dp-contact-reasons {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .dp-contact-hero {
    padding: 112px 0 44px !important;
  }

  .dp-contact-hero h1 {
    font-size: 2.35rem;
  }

  .dp-contact-hero-badges {
    display: grid;
    grid-template-columns: 1fr;
  }

  .dp-contact-page {
    padding: 36px 0 54px !important;
  }

  .dp-contact-form-card,
  .dp-contact-side-card {
    padding: 22px !important;
  }

  .dp-contact-form {
    grid-template-columns: 1fr;
  }

  .dp-contact-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}

#menu .service-card-media,
#filter .repasres .img-card,
#brunchmodal .brunch-offer-hero,
#brunchmodal .order-product-card .img-card,
#brunchmodal .tabcontent .img-card,
.home-guarantee-media {
  background: #fffaf2 !important;
}

#menu .service-card-media,
#filter .repasres .img-card,
#brunchmodal .brunch-offer-hero,
#brunchmodal .order-product-card .img-card,
#brunchmodal .tabcontent .img-card,
.home-guarantee-media {
  box-sizing: border-box;
  padding: 10px !important;
}

#menu .service-card-media .card-img-top,
#filter .repasres .img-card img,
#brunchmodal .brunch-offer-hero img,
#brunchmodal .tabcontent .img-card img,
#brunchmodal .order-product-card .img-card,
.home-guarantee-media img {
  width: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  border-radius: 12px;
  background: #fffaf2 !important;
}

#filter .repasres .img-card img {
  height: 168px !important;
}

#brunchmodal .tabcontent .img-card img {
  height: 158px !important;
}

#brunchmodal .order-product-card .img-card {
  height: 190px !important;
}

#brunchmodal .brunch-offer-hero img {
  height: clamp(260px, 40vw, 420px) !important;
}

.home-guarantee-media img {
  height: 100% !important;
}


/* =========================================================
   Brunch modal responsive fixes
   Add this block at the END of your CSS file.
   ========================================================= */
.order-modal,
.order-modal * {
  box-sizing: border-box;
}

.order-modal .modal-dialog.order-modal-dialog {
  width: min(1360px, calc(100vw - 24px)) !important;
  max-width: min(1360px, calc(100vw - 24px)) !important;
  margin: 12px auto !important;
}

.order-modal .modal-content.order-modal-content {
  width: 100% !important;
  max-height: calc(100vh - 24px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.order-modal .order-modal-body {
  flex: 1 1 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.brunch-section-header {
  padding: 18px 22px 10px;
}

.brunch-offer-layout {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: 20px;
  padding: 18px 22px 24px;
  align-items: start;
}

.brunch-offer-sidebar,
.brunch-offer-detail {
  min-width: 0;
}

.brunch-offer-list {
  display: grid;
  gap: 12px;
  max-height: calc(100vh - 260px);
  overflow-y: auto;
  padding-right: 4px;
}

.brunch-offer-item {
  width: 100%;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 12px;
  text-align: left;
  align-items: center;
}

.brunch-offer-item-img {
  width: 78px;
  height: 78px;
  object-fit: cover;
  border-radius: 14px;
}

.brunch-offer-item-copy {
  min-width: 0;
}

.brunch-offer-item-copy strong,
.brunch-offer-item-copy small,
.brunch-offer-item-copy em,
.brunch-offer-item-meta {
  display: block;
  overflow-wrap: anywhere;
}

.brunch-offer-hero img,
.brunch-menu-card .img-card img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.brunch-offer-hero img {
  height: clamp(220px, 32vw, 420px);
  border-radius: 18px;
}

.brunch-offer-head {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.brunch-offer-price {
  flex: 0 0 auto;
  white-space: nowrap;
}

.brunch-offer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.brunch-builder-workspace {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 18px;
  padding: 0 22px 24px;
}

#menusteps.tab {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

#menusteps .tablinks {
  width: 100%;
  white-space: normal;
  text-align: left;
}

.tabcontent {
  min-width: 0;
}

.tabcontent::after {
  content: "";
  display: block;
  clear: both;
}

.brunch-menu-item {
  width: 33.333%;
  float: left;
  padding: 0 8px 16px;
}

.brunch-menu-card {
  width: 100% !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.brunch-menu-card .img-card img {
  height: 170px;
}

.brunch-menu-card .card-content {
  flex: 1;
  min-width: 0;
}

.range_container.brunch-range-toolbar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 22px;
}

.range_container.brunch-range-toolbar .sliders_control {
  flex: 1;
  width: auto !important;
  margin: 0 !important;
}

@media (max-width: 991px) {
  .brunch-offer-layout {
    grid-template-columns: 1fr;
  }

  .brunch-offer-list {
    max-height: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brunch-builder-workspace {
    grid-template-columns: 1fr;
  }

  #menusteps.tab {
    flex-direction: row;
    overflow-x: auto;
    padding-bottom: 6px;
  }

  #menusteps .tablinks {
    flex: 0 0 auto;
    width: auto;
    min-width: 150px;
    text-align: center;
  }

  .brunch-menu-item {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .order-modal .modal-dialog.order-modal-dialog {
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100vh;
    margin: 0 !important;
  }

  .order-modal .modal-content.order-modal-content {
    min-height: 100vh;
    max-height: 100vh;
    border-radius: 0 !important;

  }

  .order-modal .modal-header {
    padding: 12px 14px !important;
  }

  .brunch-section-header,
  .brunch-offer-layout,
  .brunch-builder-workspace {
    padding-left: 14px;
    padding-right: 14px;
  }

  .brunch-offer-list {
    grid-template-columns: 1fr;
  }

  .brunch-offer-item {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .brunch-offer-item-img {
    width: 64px;
    height: 64px;
  }

  .brunch-offer-hero img {
    height: 220px;
  }

  .brunch-offer-price {
    width: 100%;
    white-space: normal;
  }

  .brunch-menu-item {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }

  .range_container.brunch-range-toolbar {
    padding: 0 14px;
  }
}

.dp-order-tour-launcher {
  position: fixed;
  right: 18px;
  bottom: 142px;
  z-index: 1040;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.98);
  color: var(--ink);
  border: 1px solid rgba(206, 50, 50, 0.18);
  box-shadow: 0 18px 36px rgba(20, 24, 36, 0.18);
  font-weight: 800;
  text-decoration: none;
}

.dp-order-tour-launcher:hover,
.dp-order-tour-launcher:focus {
  color: var(--ink);
  text-decoration: none;
}

.dp-order-tour-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1040;
  background: rgba(23, 29, 18, 0.28);
  backdrop-filter: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.dp-order-tour-backdrop.is-open {
  opacity: 1;
  pointer-events: none;
}

.dp-order-tour-shell {
  position: fixed;
  inset: 0;
  z-index: 10050;
  pointer-events: none;
}

.dp-order-tour-panel {
  position: fixed;
  z-index: 10070;
  left: 24px;
  bottom: 24px;
  width: min(360px, calc(100vw - 48px));
  padding: 14px 14px 12px;
  border-radius: 12px;
  background: #fffaf2;
  border: 1px solid rgba(206, 50, 50, 0.14);
  box-shadow: 0 16px 38px rgba(20, 24, 36, 0.22);
  pointer-events: auto;
  opacity: 0.98;
}

.dp-order-tour-panel.is-top {
  top: 24px;
  bottom: auto;
}

.dp-order-tour-panel.is-right {
  right: 24px;
  left: auto;
}

.dp-order-tour-kicker {
  margin-bottom: 6px;
  color: var(--chef-primary);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.dp-order-tour-step {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.84rem;
}

.dp-order-tour-title {
  margin: 0 0 8px;
  font-size: 1.08rem;
  line-height: 1.18;
  color: var(--ink);
}

.dp-order-tour-text {
  margin: 0 0 12px;
  color: #4b5541;
  font-size: 0.92rem;
  line-height: 1.45;
}

.dp-order-tour-bullets {
  display: none !important;
  gap: 6px;
  margin: 0 0 14px;
  padding-left: 18px;
  color: #4b5541;
  font-size: 0.94rem;
  line-height: 1.5;
}

.dp-order-tour-bullets li {
  margin: 0;
}

.dp-order-tour-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dp-order-tour-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(38, 48, 31, 0.16);
  background: transparent;
  color: var(--ink);
  font-weight: 800;
  cursor: pointer;
}

.dp-order-tour-btn:hover,
.dp-order-tour-btn:focus {
  text-decoration: none;
}

.dp-order-tour-btn.primary {
  background: var(--chef-primary);
  border-color: var(--chef-primary);
  color: #fff;
}

.dp-order-tour-target {
  position: relative;
  z-index: 10065 !important;
  outline: 5px solid #d62d2d !important;
  outline-offset: 5px;
  box-shadow:
    0 0 0 3px #fffaf2,
    0 0 0 10px rgba(214, 45, 45, 0.16),
    0 12px 30px rgba(20, 24, 36, 0.18) !important;
  border-radius: 10px;
  cursor: pointer;
  opacity: 1 !important;
}

input.dp-order-tour-target,
textarea.dp-order-tour-target,
select.dp-order-tour-target,
button.dp-order-tour-target,
.dp-order-tour-target input,
.dp-order-tour-target textarea,
.dp-order-tour-target select,
.dp-order-tour-target button {
  border-color: #d62d2d !important;
}

@media (max-width: 767px) {
  .custom-navbar .navbar-persistent-actions {
    right: 10px;
    gap: 7px;
  }

  .custom-navbar .navbar-persistent-actions .language-switcher-toggle {
    min-width: 54px;
    padding: 7px 8px;
  }

  .custom-navbar .navbar-header {
    padding-right: 106px;
  }

  .custom-navbar .navbar-toggle {
    margin-right: 8px;
  }

  .custom-navbar .navbar-brand {
    gap: 7px;
  }

  .custom-navbar .brand-logo {
    width: 40px;
    height: 40px;
  }

  .dp-order-tour-launcher {
    right: 12px;
    bottom: 118px;
  }

  .dp-order-tour-panel {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
    max-width: calc(100vw - 24px);
  }

  .dp-order-tour-panel.is-right {
    left: 12px;
    right: 12px;
  }

  .dp-order-tour-panel.is-top {
    top: 12px;
  }
}

.checkout-zone-detected {
  padding: 10px 14px;
  border: 1px solid #91c9a8;
  border-radius: 8px;
  color: #237548;
  background: #f0fbf4;
}

/* Brunch modal: mode Expo */
#brunchmodal.brunch-modal-mode-expo .brunch-expo-flow { padding: 20px; }
#brunchmodal .brunch-expo-header { margin-bottom: 16px; }
#brunchmodal .brunch-expo-header h4 { margin: 0 0 4px; }
#brunchmodal .brunch-expo-header p { margin: 0; color: #647277; }
#brunchmodal .brunch-expo-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 18px; align-items: start; }
#brunchmodal .brunch-expo-picker { display: grid; gap: 8px; align-content: start; }
#brunchmodal .brunch-expo-picker-item { display: flex; align-items: center; width: 100%; gap: 10px; padding: 8px; text-align: left; border: 1px solid #dce4e2; border-radius: 10px; background: #fff; }
#brunchmodal .brunch-expo-picker-item.active { border-color: #d7ddd9; background: #fff; box-shadow: 0 9px 20px rgba(19, 26, 21, .08); }
#brunchmodal .brunch-expo-picker-item img { width: 52px; height: 52px; object-fit: cover; border-radius: 7px; }
#brunchmodal .brunch-expo-picker-item span { display: grid; gap: 2px; }
#brunchmodal .brunch-expo-picker-item small { color: #24343a; font-weight: 800; }
#brunchmodal .brunch-expo-card {
  width: min(100%, 980px);
  justify-self: center;
  overflow: hidden;
  border: 1px solid #e0e7e5;
  border-radius: 14px;
  background: #fff;
}
#brunchmodal .brunch-expo-card-head {
  padding: 16px 18px 8px;
  text-align: center;
}
#brunchmodal .brunch-expo-card-head h4 {
  margin: 0;
}
#brunchmodal .brunch-expo-gallery {
  position: relative;
  width: 100%;
  height: clamp(320px, 33vw, 460px);
  background: #f5f7f6;
}
#brunchmodal .brunch-expo-gallery > img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
#brunchmodal .brunch-expo-gallery > button { position: absolute; z-index: 1; top: 50%; width: 38px; height: 38px; transform: translateY(-50%); border: 0; border-radius: 50%; background: rgba(255,255,255,.9); font-size: 22px; }
#brunchmodal .brunch-expo-gallery > button:first-child { left: 12px; }
#brunchmodal .brunch-expo-gallery > button:nth-of-type(2) { right: 12px; }
#brunchmodal .brunch-expo-legend { padding: 12px 18px 0; }
#brunchmodal .brunch-expo-legend p { margin: 0; color: #667579; font-size: .92rem; line-height: 1.5; text-align: center; font-style: italic; }
#brunchmodal .brunch-expo-copy { padding: 16px 18px 18px; }
#brunchmodal .brunch-expo-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin-bottom: 16px; }
#brunchmodal .brunch-expo-fact { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 0; border: 0; border-radius: 0; color: #35525b; background: transparent; font-size: .86rem; text-align: center; }
#brunchmodal .brunch-expo-fact i { color: #24343a; font-size: 1rem; }
#brunchmodal .brunch-expo-fact-price { font-weight: 800; }
#brunchmodal .brunch-expo-add-button.is-added { color: #fff; border-color: #238636; background: #238636; animation: brunch-cart-feedback 240ms ease-out; }
#brunchmodal .brunch-expo-details-toggle { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-top: 12px; padding: 11px 14px; border: 1px solid #b9d9c6; border-radius: 9px; color: #237548; background: #f3faf6; font-weight: 700; text-align: left; text-decoration: none; }
#brunchmodal .brunch-expo-details-toggle:hover,
#brunchmodal .brunch-expo-details-toggle:focus,
#brunchmodal .brunch-expo-details-toggle.is-open { border-color: #2f9e63; background: #e7f6ed; }
#brunchmodal .brunch-expo-details-icon { display: inline-grid; place-items: center; flex: 0 0 26px; width: 26px; height: 26px; margin-left: 10px; border-radius: 50%; color: #fff; background: #2f9e63; font-size: 1.15rem; line-height: 1; }
#brunchmodal .brunch-expo-details { padding: 0 18px 14px; }
#brunchmodal .brunch-expo-details article { padding: 10px 0; border-top: 1px solid #edf1ef; }
#brunchmodal .brunch-expo-details h6 { margin: 0 0 5px; }
#brunchmodal .brunch-expo-details h6 small { color: #6f7d80; font-weight: normal; }
#brunchmodal .brunch-expo-details ul { margin: 0; padding-left: 18px; color: #58666b; }

/* Responsive safeguards: phone, tablet and large screens. */
#brunchmodal.brunch-modal-mode-expo .modal-dialog { max-height: calc(100vh - 24px); }
#brunchmodal.brunch-modal-mode-expo .order-modal-content { max-height: calc(100vh - 24px); }
#brunchmodal.brunch-modal-mode-expo .brunch-expo-layout,
#brunchmodal.brunch-modal-mode-expo .brunch-expo-card,
#brunchmodal.brunch-modal-mode-expo .brunch-expo-copy,
#brunchmodal.brunch-modal-mode-expo .brunch-expo-picker-item span { min-width: 0; }
#brunchmodal.brunch-modal-mode-expo .brunch-expo-picker { overflow-x: hidden; }
#brunchmodal.brunch-modal-mode-expo .brunch-expo-card-head,
#brunchmodal.brunch-modal-mode-expo .brunch-expo-picker-item strong,
#brunchmodal.brunch-modal-mode-expo .brunch-expo-picker-item small { overflow-wrap: anywhere; }
#brunchmodal.brunch-modal-mode-expo .brunch-expo-gallery > button,
#brunchmodal.brunch-modal-mode-expo .brunch-expo-details-toggle,
#brunchmodal.brunch-modal-mode-expo .section-btn-subscribe { min-height: 44px; }

@media (min-width: 992px) {
  #brunchmodal.brunch-modal-mode-expo .modal-dialog.order-modal-dialog {
    width: min(1220px, calc(100vw - 24px)) !important;
    max-width: min(1220px, calc(100vw - 24px)) !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #brunchmodal .brunch-expo-layout { grid-template-columns: 205px minmax(0, 1fr); }
  #brunchmodal .brunch-expo-card { width: 100%; }
  #brunchmodal .brunch-expo-gallery { height: clamp(280px, 38vw, 360px); }
  #brunchmodal .brunch-expo-picker-item { padding: 7px; }
  #brunchmodal .brunch-expo-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  #brunchmodal.brunch-modal-mode-expo .brunch-expo-flow { padding: 14px; }
  #brunchmodal .brunch-expo-layout { grid-template-columns: 1fr; }
  #brunchmodal .brunch-expo-picker { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #brunchmodal .brunch-expo-picker-item img { width: 42px; height: 42px; }
  #brunchmodal .brunch-expo-card { width: 100%; }
  #brunchmodal .brunch-expo-gallery { height: clamp(250px, 62vw, 320px); }
  #brunchmodal.brunch-modal-mode-expo .order-modal-top { align-items: flex-start !important; padding: 12px 14px !important; }
  #brunchmodal.brunch-modal-mode-expo .order-modal-service-head { padding-right: 6px; }
  #brunchmodal.brunch-modal-mode-expo .order-modal-service-head h6 { font-size: 1rem; }
  #brunchmodal.brunch-modal-mode-expo .order-modal-service-head p { font-size: .82rem; }
  #brunchmodal .brunch-expo-copy { padding: 14px; }
  #brunchmodal .brunch-expo-legend { padding: 10px 14px 0; }
  #brunchmodal .brunch-expo-details { padding: 0 14px 12px; }
  #brunchmodal .brunch-expo-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 420px) {
  #brunchmodal.order-modal .modal-dialog.order-modal-dialog { width: 100% !important; margin: 0 !important; }
  #brunchmodal.order-modal .modal-content.order-modal-content { min-height: 100vh; border-radius: 0 !important; }
  #brunchmodal.brunch-modal-mode-expo .order-modal-body { max-height: calc(100vh - 73px); }
  #brunchmodal.brunch-modal-mode-expo .brunch-expo-flow { padding: 12px; }
  #brunchmodal .brunch-expo-header h4 { font-size: 1.12rem; }
  #brunchmodal .brunch-expo-picker { grid-template-columns: 1fr; }
  #brunchmodal .brunch-expo-card { width: 100%; }
  #brunchmodal .brunch-expo-gallery { height: clamp(220px, 68vw, 300px); }
  #brunchmodal .brunch-expo-gallery > button { width: 44px; height: 44px; }
  #brunchmodal .brunch-expo-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
}

#cartCheckoutModal .checkout-express-grid .form-group {
  margin-bottom: 14px;
}

#cartCheckoutModal .checkout-express-grid label {
  display: block;
  margin: 0 0 6px;
  color: #24343a;
  font-size: .88rem;
  font-weight: 600;
}

#cartCheckoutModal .checkout-express-grid input,
#cartCheckoutModal .checkout-express-grid select,
#cartCheckoutModal .checkout-express-schedule input,
#cartCheckoutModal .checkout-express-schedule select {
  min-height: 46px;
  border: 1px solid #d4dfe0;
  border-radius: 10px;
  background: #fbfdfd;
  box-shadow: none;
  transition: border-color .15s ease, box-shadow .15s ease;
}

#cartCheckoutModal .checkout-express-grid input:focus,
#cartCheckoutModal .checkout-express-schedule input:focus,
#cartCheckoutModal .checkout-express-schedule select:focus {
  border-color: #2f9e63;
  box-shadow: 0 0 0 3px rgba(47, 158, 99, .13);
  outline: 0;
}

#cartCheckoutModal .checkout-express-address .checkout-address-row {
  display: flex;
  gap: 8px;
}

#cartCheckoutModal .checkout-express-address .checkout-location-btn {
  min-width: 104px;
  border: 1px solid #b9d9c5;
  border-radius: 10px;
  color: #237548;
  background: #f0fbf4;
}

#cartCheckoutModal .checkout-express-delivery-options .delivery-mode-card.active {
  color: #fff !important;
  background: #2f9e63 !important;
  border-color: #2f9e63 !important;
}

#cartCheckoutModal .checkout-express-delivery-options .delivery-mode-card.active * {
  color: #fff !important;
}

#cartCheckoutModal .checkout-express-delivery-options .delivery-mode-card:not(.active) {
  color: #263238;
  background: #fff8f8;
  border-color: #e5a0a0;
}

@media (max-width: 420px) {
  .custom-navbar .navbar-brand span {
    display: none;
  }
}

@media(max-width:768px){

.cta-highlight-box{

    padding:35px 25px;

    text-align:center;

    flex-direction:column;

}

.cta-text h2{

    font-size:30px;

}

.cta-order-btn{

    width:100%;

    justify-content:center;

}

}

/*==================================
    CTA Highlight
==================================*/

.cta-highlight{
    margin:70px 0;
}

.cta-highlight-box{

    position:relative;

    display:flex;
    justify-content:space-between;
    align-items:center;

    gap:40px;

    padding:45px 55px;

    border-radius:28px;

    overflow:hidden;

    background:linear-gradient(135deg,#ff7b00,#ff4d00);

    box-shadow:
        0 20px 45px rgba(255,95,31,.28);

}


/* Decorative glow */

.cta-highlight-box::before{

    content:"";

    position:absolute;

    width:350px;
    height:350px;

    border-radius:50%;

    background:rgba(255,255,255,.10);

    top:-170px;
    right:-80px;

}

.cta-highlight-box::after{

    content:"";

    position:absolute;

    width:180px;
    height:180px;

    border-radius:50%;

    background:rgba(255,255,255,.08);

    bottom:-80px;
    left:-60px;

}

.cta-text{

    position:relative;
    z-index:2;

    color:#fff;

}

.cta-badge{

    display:inline-block;

    padding:8px 18px;

    border-radius:50px;

    background:rgba(255,255,255,.18);

    backdrop-filter:blur(10px);

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

    margin-bottom:18px;

}

.cta-text h2{

    margin:0 0 15px;

    font-size:40px;

    font-weight:800;

    line-height:1.15;

}

.cta-text p{

    font-size:18px;

    color:rgba(255,255,255,.92);

    max-width:650px;

}


/* Button */

.cta-order-btn{

    position:relative;

    z-index:2;

    display:inline-flex;

    align-items:center;

    gap:14px;

    padding:18px 34px;

    border-radius:60px;

    background:#fff;

    color:#ff5b00;

    font-weight:700;

    font-size:16px;

    text-decoration:none;

    transition:.35s;

    white-space:nowrap;

    box-shadow:0 10px 25px rgba(0,0,0,.18);

}

.cta-order-btn span{

    transition:.35s;

    font-size:22px;

}

.cta-order-btn:hover{

    transform:translateY(-5px);

    background:#222;

    color:#fff;

}

.cta-order-btn:hover span{

    transform:translateX(6px);

}


.cta-highlight-box{

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;

}

.cta-text{

    flex:1;

}

.cta-image{

    flex:0 0 38%;

    display:flex;
    justify-content:center;
    align-items:center;

    position:relative;

    z-index:2;

}

.cta-image img{

    width:100%;
    max-width:420px;

    border-radius:24px;

    object-fit:cover;

    box-shadow:
        0 25px 60px rgba(0,0,0,.25);

    transition:.45s;

}

.cta-image img:hover{

    transform:
        rotate(-2deg)
        scale(1.05);

}
@media(max-width:991px){

.cta-highlight-box{

    flex-direction:column;

    text-align:center;

}

.cta-image{

    order:-1;

}

.cta-image img{

    max-width:300px;

}

}
/* ==========================================================
   Featured offers section
   ========================================================== */

.featured-offers-section {
    position: relative;
    padding: 90px 0;
    background:
        radial-gradient(
            circle at top left,
            rgba(255, 111, 32, 0.08),
            transparent 35%
        ),
        #fffaf6;
}

.featured-offers-heading {
    max-width: 760px;
    margin: 0 auto 45px;
    text-align: center;
}

.featured-offers-kicker {
    display: inline-block;
    margin-bottom: 12px;
    color: #ef6c2f;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.featured-offers-heading h2 {
    margin: 0 0 14px;
    color: #28221f;
    font-size: clamp(34px, 5vw, 52px);
    font-weight: 800;
    line-height: 1.15;
}

.featured-offers-heading p {
    margin: 0;
    color: #746a65;
    font-size: 17px;
    line-height: 1.7;
}

.featured-offers-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}

.featured-offer-card {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(96, 68, 54, 0.1);
    border-radius: 26px;
    background-color: #ffffff;
    box-shadow: 0 18px 50px rgba(66, 43, 31, 0.1);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.featured-offer-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 26px 65px rgba(66, 43, 31, 0.16);
}

.featured-offer-image {
    position: relative;
    height: 300px;
    overflow: hidden;
    background-color: #eee7e1;
}

.featured-offer-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.featured-offer-card:hover .featured-offer-image img {
    transform: scale(1.06);
}

.featured-offer-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    padding: 8px 15px;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.94);
    color: #e85e20;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.5px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
    backdrop-filter: blur(8px);
}

.featured-offer-ing {
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 8px 15px;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.94);
    color: #e85e20;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.5px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
    backdrop-filter: blur(8px);
}


.featured-offer-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 28px;
}

.featured-offer-body h3 {
    margin: 0 0 12px;
    color: #28221f;
    font-size: 27px;
    font-weight: 800;
    line-height: 1.25;
}

.featured-offer-description {
    margin: 0 0 22px;
    color: #746a65;
    font-size: 15px;
    line-height: 1.7;
}

.featured-offer-details {
    margin-bottom: 24px;
    border: 1px solid rgba(232, 94, 32, 0.16);
    border-radius: 16px;
    background-color: #fff8f3;
    overflow: hidden;
}

.featured-offer-details summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 15px 18px;
    color: #df5c22;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
    user-select: none;
}

.featured-offer-details summary::-webkit-details-marker {
    display: none;
}

.featured-offer-details summary i {
    transition: transform 0.3s ease;
}

.featured-offer-details[open] summary i {
    transform: rotate(180deg);
}

.details-close-text {
    display: none;
}

.featured-offer-details[open] .details-open-text {
    display: none;
}

.featured-offer-details[open] .details-close-text {
    display: inline;
}

.featured-offer-details-content {
    padding: 0 18px 18px;
    border-top: 1px solid rgba(232, 94, 32, 0.12);
}

.featured-offer-details-content p {
    margin: 16px 0;
    color: #665b55;
    font-size: 14px;
    line-height: 1.7;
}

.featured-offer-details-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.featured-offer-details-content li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-bottom: 10px;
    color: #4e4641;
    font-size: 14px;
    line-height: 1.5;
}

.featured-offer-details-content li:last-child {
    margin-bottom: 0;
}

.featured-offer-details-content li i {
    margin-top: 3px;
    color: #e7652a;
}

.featured-offer-order-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    width: 100%;
    min-height: 54px;
    margin-top: auto;
    padding: 14px 24px;
    border-radius: 999px;
    background: linear-gradient(135deg, #f4813f, #e85820);
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 13px 28px rgba(232, 88, 32, 0.24);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.featured-offer-order-btn:hover,
.featured-offer-order-btn:focus {
    transform: translateY(-3px);
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 18px 34px rgba(232, 88, 32, 0.34);
}

.featured-offer-details summary:focus-visible,
.featured-offer-order-btn:focus-visible {
    outline: 3px solid rgba(232, 88, 32, 0.4);
    outline-offset: 4px;
}

/* Arabic support */

html[dir="rtl"] .featured-offer-badge {
    right: 18px;
    left: auto;
}

html[dir="rtl"] .featured-offer-details-content li {
    text-align: right;
}

/* Responsive */

@media (max-width: 767px) {
    .featured-offers-section {
        padding: 65px 0;
    }

    .featured-offers-grid {
        grid-template-columns: 1fr;
    }

    .featured-offer-image {
        height: 250px;
    }

    .featured-offer-body {
        padding: 23px;
    }

    .featured-offer-body h3 {
        font-size: 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .featured-offer-card,
    .featured-offer-image img,
    .featured-offer-order-btn,
    .featured-offer-details summary i {
        transition: none;
    }
}

/* ==========================================================
   Featured offers gallery
   ========================================================== */

.featured-main-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
        opacity 0.2s ease,
        transform 0.5s ease;
}

.featured-main-image.is-changing {
    opacity: 0.35;
}

.featured-offer-gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    padding: 14px 18px 0;
    background-color: #ffffff;
}

.featured-gallery-thumb {
    position: relative;
    height: 76px;
    padding: 0;
    overflow: hidden;
    border: 3px solid transparent;
    border-radius: 13px;
    background-color: #eee7e1;
    cursor: pointer;
    opacity: 0.7;
    transition:
        opacity 0.25s ease,
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.featured-gallery-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.featured-gallery-thumb:hover {
    opacity: 1;
    transform: translateY(-3px);
}

.featured-gallery-thumb.active {
    border-color: #e85e20;
    opacity: 1;
    box-shadow: 0 8px 20px rgba(232, 94, 32, 0.22);
}

.featured-gallery-thumb:focus-visible {
    outline: 3px solid rgba(232, 94, 32, 0.4);
    outline-offset: 3px;
}

@media (max-width: 767px) {
    .featured-offer-gallery {
        gap: 8px;
        padding: 12px 14px 0;
    }

    .featured-gallery-thumb {
        height: 64px;
        border-radius: 10px;
    }
}

@media (max-width: 420px) {
    .featured-gallery-thumb {
        height: 56px;
    }
}

/* Gallery slider wrapper */

.featured-gallery-slider {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 14px 0;
    background-color: #ffffff;
}

/* Horizontally scrollable thumbnails */

.featured-offer-gallery {
    display: flex;
    flex: 1;
    gap: 10px;
    min-width: 0;
    padding: 4px 2px 8px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
}

.featured-offer-gallery::-webkit-scrollbar {
    display: none;
}

/* Narrow thumbnails */

.featured-gallery-thumb {
    position: relative;
    flex: 0 0 74px;
    width: 74px;
    height: 68px;
    padding: 0;
    overflow: hidden;
    border: 3px solid transparent;
    border-radius: 12px;
    background-color: #eee7e1;
    cursor: pointer;
    opacity: 0.7;
    scroll-snap-align: start;
    transition:
        opacity 0.25s ease,
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.featured-gallery-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.featured-gallery-thumb:hover {
    opacity: 1;
    transform: translateY(-2px);
}

.featured-gallery-thumb.active {
    border-color: #e85e20;
    opacity: 1;
    box-shadow: 0 6px 15px rgba(232, 94, 32, 0.22);
}

/* Previous and next arrows */

.featured-gallery-arrow {
    position: relative;
    z-index: 2;
    display: inline-flex;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background-color: #fff2e9;
    color: #e85e20;
    cursor: pointer;
    box-shadow: 0 5px 14px rgba(70, 45, 30, 0.1);
    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        transform 0.25s ease;
}

.featured-gallery-arrow:hover {
    color: #ffffff;
    background-color: #e85e20;
    transform: scale(1.05);
}

.featured-gallery-arrow:disabled {
    opacity: 0.35;
    cursor: not-allowed;
    transform: none;
}

.featured-gallery-arrow:focus-visible,
.featured-gallery-thumb:focus-visible {
    outline: 3px solid rgba(232, 94, 32, 0.4);
    outline-offset: 2px;
}
.offer-intro{
    margin-bottom:20px;
    color:#666;
    line-height:1.8;
}

.offer-category{

    margin-bottom:28px;

    padding:18px;

    background:#fffaf5;

    border-left:5px solid #e86b25;

    border-radius:12px;

}

.offer-category h5{

    margin:0 0 15px;

    color:#e86b25;

    font-size:18px;

    font-weight:700;

    display:flex;

    align-items:center;

    gap:10px;

}

.offer-category ul{

    list-style:none;

    margin:0;

    padding:0;

}

.offer-category li{

    padding:12px 0;

    border-bottom:1px dashed #ddd;

    line-height:1.8;

}

.offer-category li:last-child{

    border-bottom:none;

}

.offer-category strong{

    display:block;

    color:#333;

    font-size:15px;

    margin-bottom:3px;

}
