/* ============================================
   VARIABLES & BASE
   ============================================ */
:root {
  --primary: #f27a1a;
  --primary-dark: #c95f0c;
  --primary-light: rgba(242, 122, 26, 0.08);
  --primary-soft: rgba(242, 122, 26, 0.12);
  --text: #152033;
  --muted: #6f7c91;
  --soft: #f4f7fc;
  --white: #ffffff;
  --border: rgba(242, 122, 26, 0.12);
  --shadow: 0 20px 60px rgba(112, 58, 10, 0.10);
  --shadow-sm: 0 8px 24px rgba(112, 58, 10, 0.07);
  --radius: 24px;
  --radius-sm: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Cairo', 'Inter', sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  overflow-x: hidden;
}
body.lang-en { font-family: 'Inter', 'Cairo', sans-serif; }
a { text-decoration: none; }
img { max-width: 100%; }
.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }
.fw-800 { font-weight: 800; }
.section-padding { padding: 100px 0; position: relative; z-index: 1; }
.bg-soft { background: var(--soft); }

/* Background */
.bg-blur {
  position: fixed;
  width: 420px; height: 420px; border-radius: 999px;
  filter: blur(80px); opacity: 0.16; z-index: 0; pointer-events: none;
}
.bg-blur-1 { top: -100px; inset-inline-start: -120px; background: #ffba7a; }
.bg-blur-2 { bottom: -120px; inset-inline-end: -80px; background: #ffd4a0; }

/* Navbar */
.custom-navbar {
  padding: 14px 0; transition: all 0.3s ease;
  background: rgba(255,255,255,0.72);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
}
.custom-navbar.scrolled {
  box-shadow: 0 12px 40px rgba(112, 58, 10, 0.07);
  border-bottom-color: rgba(242, 122, 26, 0.08);
}
.nav-flex { display: flex !important; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: nowrap; }
.navbar-brand { min-width: 0; flex: 1 1 auto; overflow: hidden; }
.navbar-brand > div { min-width: 0; }
.brand-title, .brand-subtitle { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.nav-desktop { margin-inline-start: auto; align-items: center; gap: 8px; }
.nav-mobile-controls { margin-inline-start: auto; align-items: center; gap: 8px; flex: 0 0 auto; }
.brand-mark {
  width: 44px; height: 44px; display: grid; place-items: center;
  background: linear-gradient(135deg, #f27a1a, #ff9d3b); color: white;
  border-radius: 14px; box-shadow: 0 10px 25px rgba(242, 122, 26, 0.25); flex-shrink: 0;
}
.brand-mark-sm { width: 32px; height: 32px; border-radius: 10px; font-size: 0.85rem; box-shadow: 0 4px 12px rgba(242, 122, 26, 0.2); }
.brand-title { font-weight: 800; font-size: 1rem; color: var(--text); display: block; line-height: 1.2; }
.brand-subtitle { color: var(--muted); font-size: 0.72rem; }
.nav-icon { font-size: 0.92rem; opacity: 0.8; margin-inline-end: 0.35rem; }
.navbar-nav .nav-link {
  color: var(--text); font-weight: 600; padding: 0.65rem 0.9rem !important;
  border-radius: 12px; position: relative; transition: all 0.2s ease;
}
.navbar-nav .nav-link::after {
  content: ''; position: absolute; inset-inline-start: 0.9rem; bottom: 6px;
  width: 0; height: 2px; background: var(--primary); border-radius: 2px; transition: width 0.3s ease;
}
.navbar-nav .nav-link:hover::after, .navbar-nav .nav-link.active::after { width: calc(100% - 1.8rem); }
.navbar-nav .nav-link:hover { background: var(--primary-light); color: var(--primary); }
.navbar-nav .nav-link.active { color: var(--primary); }
.btn-lang {
  border: 1px solid var(--border); background: white; color: var(--text);
  border-radius: 999px; padding: 0.45rem 0.9rem; font-weight: 700; font-size: 0.82rem;
  display: inline-flex; align-items: center; gap: 5px; transition: all 0.2s;
}
.btn-lang:hover { background: var(--primary-light); color: var(--primary); border-color: var(--primary); }

.navbar-toggler-custom {
  width: 42px; height: 42px; background: transparent; border: none; cursor: pointer; padding: 0;
  display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 5.5px;
  border-radius: 12px; transition: background 0.2s;
}
.navbar-toggler-custom:hover { background: var(--primary-light); }
.toggler-bar { width: 24px; height: 2.5px; background: var(--text); border-radius: 2px; display: block; transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1); transform-origin: center; }
.navbar-toggler-custom.active .toggler-bar:nth-child(1) { transform: rotate(45deg) translate(4px, 5px); }
.navbar-toggler-custom.active .toggler-bar:nth-child(2) { opacity: 0; transform: scaleX(0); }
.navbar-toggler-custom.active .toggler-bar:nth-child(3) { transform: rotate(-45deg) translate(4px, -5px); }

.mobile-menu-overlay {
  position: fixed; inset: 0; background: rgba(10, 20, 50, 0.65);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  z-index: 9997; opacity: 0; visibility: hidden; transition: opacity 0.35s ease, visibility 0.35s ease;
}
.mobile-menu-overlay.active { opacity: 1; visibility: visible; }
.mobile-menu-drawer {
  position: fixed; top: 0; right: -105%; width: min(380px, 92vw);
  height: 100vh; height: 100dvh; background: var(--white); z-index: 9998;
  display: flex; flex-direction: column; box-shadow: -24px 0 60px rgba(10, 20, 50, 0.18);
  transition: right 0.42s cubic-bezier(0.4, 0, 0.2, 1); overflow: hidden;
}
.mobile-menu-drawer.active { right: 0; }
[dir="ltr"] .mobile-menu-drawer { right: auto; left: -105%; box-shadow: 24px 0 60px rgba(10, 20, 50, 0.18); transition: left 0.42s cubic-bezier(0.4, 0, 0.2, 1); }
[dir="ltr"] .mobile-menu-drawer.active { left: 0; }
.mobile-menu-header { display: flex; align-items: center; justify-content: space-between; padding: 1.5rem 1.25rem 1.1rem; border-bottom: 1px solid rgba(242, 122, 26, 0.07); }
.mobile-menu-close { width: 42px; height: 42px; display: grid; place-items: center; background: var(--soft); border: none; border-radius: 12px; cursor: pointer; font-size: 1rem; color: var(--text); transition: all 0.2s; }
.mobile-menu-close:hover { background: rgba(242, 122, 26, 0.1); color: var(--primary); }
.mobile-menu-nav { flex: 1; overflow-y: auto; padding: 1.25rem 1rem; }
.mobile-nav-link {
  display: flex; align-items: center; gap: 0.9rem; padding: 0.9rem 1.1rem; border-radius: 16px;
  color: var(--text); font-weight: 700; font-size: 1.05rem; transition: all 0.2s; margin-bottom: 0.4rem;
}
.mobile-nav-link i {
  width: 40px; height: 40px; display: grid; place-items: center; background: var(--primary-light);
  border-radius: 12px; color: var(--primary); font-size: 1rem; flex-shrink: 0; transition: all 0.2s;
}
.mobile-nav-link:hover, .mobile-nav-link.active { background: rgba(242, 122, 26, 0.06); color: var(--primary); }
.mobile-nav-link:hover i, .mobile-nav-link.active i { background: var(--primary); color: white; }
.mobile-menu-footer { padding: 1.25rem 1.25rem calc(1.25rem + env(safe-area-inset-bottom, 0px)); border-top: 1px solid rgba(242, 122, 26, 0.07); background: var(--soft); }

/* Hero */
.hero-section { position: relative; padding-top: 90px; }
.hero-badge, .section-tag {
  display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.55rem 1rem; border-radius: 999px;
  background: var(--primary-light); color: var(--primary); font-weight: 700; font-size: 0.9rem; border: 1px solid rgba(242, 122, 26, 0.12);
}
.hero-title { font-size: clamp(2.3rem, 5vw, 4rem); line-height: 1.12; font-weight: 800; margin: 1.25rem 0 1rem; letter-spacing: -0.02em; white-space: pre-line; }
.hero-subtitle { color: var(--text); font-size: 1.1rem; line-height: 1.8; font-weight: 700; max-width: 640px; }
.hero-text { color: var(--muted); line-height: 1.9; font-size: 1rem; }
.btn-glow { box-shadow: 0 16px 35px rgba(242, 122, 26, 0.28); }
.mini-card {
  background: rgba(255,255,255,0.78); border: 1px solid rgba(255,255,255,0.65); box-shadow: var(--shadow-sm);
  border-radius: var(--radius-sm); backdrop-filter: blur(16px); padding: 1.1rem; height: 100%; transition: transform 0.3s, box-shadow 0.3s;
}
.mini-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.mini-card-icon { display: block; color: var(--primary); font-size: 1.3rem; margin-bottom: 0.5rem; }
.mini-card strong { display: block; font-weight: 700; margin-bottom: 0.3rem; font-size: 0.92rem; }
.mini-card span { color: var(--muted); font-size: 0.83rem; line-height: 1.5; }
.hero-visual { position: relative; min-height: 620px; }
.hero-panel { height: 100%; min-height: 560px; border-radius: 36px; padding: 1.25rem; overflow: hidden; }
.glass-card { background: rgba(255,255,255,0.78); border: 1px solid rgba(255,255,255,0.65); box-shadow: var(--shadow); border-radius: var(--radius); backdrop-filter: blur(16px); }
.food-hero-visual .hero-panel {
  background: linear-gradient(135deg, #0f4ae4 0%, #1b6cff 35%, #66b2ff 100%);
  color: white; position: relative;
}
.food-hero-visual .hero-panel::before,
.food-hero-visual .hero-panel::after {
  content: ''; position: absolute; border-radius: 999px; filter: blur(10px); opacity: 0.35;
}
.food-hero-visual .hero-panel::before { width: 220px; height: 220px; background: rgba(255,255,255,0.3); inset-inline-start: -40px; top: -40px; }
.food-hero-visual .hero-panel::after { width: 180px; height: 180px; background: rgba(255,255,255,0.2); inset-inline-end: -30px; bottom: -30px; }
.hero-panel-inner { position: relative; z-index: 1; padding: 2rem; min-height: 560px; display: flex; flex-direction: column; justify-content: center; }
.hero-panel-kicker {
  display: inline-flex; width: fit-content; padding: 0.5rem 0.9rem; border-radius: 999px; font-weight: 700;
  background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.2); margin-bottom: 1rem;
}
.hero-panel-title { font-size: clamp(1.9rem, 3vw, 3rem); font-weight: 800; line-height: 1.25; margin-bottom: 1rem; }
.hero-panel-text { color: rgba(255,255,255,0.85); line-height: 1.9; max-width: 560px; }
.hero-category-cloud { display: flex; flex-wrap: wrap; gap: 0.85rem; margin-top: 1.5rem; }
.hero-chip-pill {
  display: inline-flex; align-items: center; gap: 0.45rem; padding: 0.7rem 1rem; border-radius: 999px;
  background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.16); color: white; font-weight: 700;
}
.hero-chip-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 0.85rem; margin-top: 1.5rem; }
.hero-chip {
  padding: 0.9rem 1rem; background: rgba(255,255,255,0.92); border-radius: 18px; font-weight: 700;
  box-shadow: 0 8px 24px rgba(112, 58, 10, 0.08); display: flex; align-items: center; gap: 0.65rem; font-size: 0.88rem; color: var(--text);
}
.hero-chip i { color: var(--primary); }
.floating-card {
  position: absolute; display: flex; align-items: center; gap: 1rem; padding: 1rem 1.15rem; border-radius: 20px;
  box-shadow: 0 15px 35px rgba(112, 58, 10, 0.10); max-width: 300px; z-index: 2; color: var(--text); transition: transform 0.3s, box-shadow 0.3s;
}
.floating-card:hover { transform: translateY(-4px); box-shadow: 0 20px 45px rgba(112, 58, 10, 0.14); }
.floating-card > i {
  font-size: 1.5rem; width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px;
  background: var(--primary-light); color: var(--primary); flex-shrink: 0;
}
.floating-card p { margin: 0; color: var(--muted); font-size: 0.88rem; }
.floating-card-top { top: 40px; inset-inline-start: -18px; }
.floating-card-bottom { bottom: 50px; inset-inline-end: -18px; }
.floating-card-wa > i { background: rgba(37,211,102,0.1); color: #25D366; }
.wa-ping { position: absolute; top: 14px; inset-inline-end: 14px; width: 10px; height: 10px; background: #25D366; border-radius: 50%; }
.wa-ping::before { content: ''; position: absolute; inset: -4px; background: rgba(37,211,102,0.35); border-radius: 50%; animation: waPulse 1.6s ease-out infinite; }
@keyframes waPulse { 0% { transform: scale(1); opacity: 0.8; } 100% { transform: scale(2.4); opacity: 0; } }

/* Headings */
.section-heading { max-width: 760px; }
.section-heading h2, .cta-headline, .stats-heading { font-size: clamp(1.8rem, 3vw, 3rem); font-weight: 800; margin: 1rem 0; }
.section-heading p { color: var(--muted); line-height: 1.9; }

/* About */
.about-grid-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.about-info-card {
  background: rgba(255,255,255,0.78); border: 1px solid rgba(255,255,255,0.65); box-shadow: var(--shadow-sm);
  border-radius: var(--radius); backdrop-filter: blur(16px); padding: 1.25rem; height: 100%;
}
.about-info-icon {
  width: 52px; height: 52px; display: grid; place-items: center; background: var(--primary-light);
  border-radius: 16px; font-size: 1.2rem; color: var(--primary); margin-bottom: 1rem;
}
.about-info-card h6 { font-weight: 800; margin-bottom: 0.5rem; }
.about-info-card p { margin: 0; color: var(--muted); line-height: 1.8; font-size: 0.95rem; }
.about-card { padding: 1rem; }
.stat-box {
  background: rgba(255,255,255,0.78); border: 1px solid rgba(255,255,255,0.65); box-shadow: var(--shadow-sm);
  border-radius: var(--radius); backdrop-filter: blur(16px); padding: 1.5rem; text-align: center; height: 100%; transition: transform 0.35s, box-shadow 0.35s;
}
.stat-box:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.stat-icon { display: block; font-size: 1.4rem; color: var(--primary); margin-bottom: 0.6rem; opacity: 0.7; }
.stat-number { display: block; font-size: clamp(2rem, 3vw, 2.8rem); font-weight: 800; color: var(--primary); margin-bottom: 0.4rem; }
.stat-label-text { display: block; font-size: 1rem; font-weight: 700; color: var(--text); line-height: 1.5; }

/* Products */
.cat-tabs-shell {
  background: rgba(255,255,255,0.72); border: 1px solid rgba(242, 122, 26, 0.08); border-radius: 24px;
  padding: 0.9rem; box-shadow: var(--shadow-sm); margin-top: 2rem;
}
.cat-tabs, .sub-tabs { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.cat-tab, .sub-tab {
  border: 1px solid rgba(242, 122, 26, 0.08); background: white; color: var(--text); border-radius: 999px;
  padding: 0.8rem 1.1rem; font-weight: 700; line-height: 1; display: inline-flex; align-items: center; gap: 0.5rem;
  transition: all 0.25s ease; box-shadow: 0 6px 18px rgba(112, 58, 10, 0.05);
}
.cat-tab:hover, .sub-tab:hover, .cat-tab.active, .sub-tab.active { background: var(--primary); color: white; transform: translateY(-2px); }
.sub-tabs-wrapper { margin-top: 1rem; display: none; overflow: hidden; width: 100%; max-width: 100%; }
.sub-tabs-wrapper.visible { display: block; }
.d-none { display: none !important; }
.products-toolbar {
  display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; margin: 1.4rem 0 1.4rem;
}
.products-count-pill {
  display: inline-flex; align-items: center; gap: 0.75rem; background: white; border: 1px solid rgba(242, 122, 26, 0.08);
  border-radius: 999px; padding: 0.65rem 0.8rem 0.65rem 1rem; box-shadow: 0 6px 18px rgba(112, 58, 10, 0.05); font-weight: 700;
}
.products-count-pill strong {
  width: 40px; height: 40px; display: grid; place-items: center; background: var(--primary); color: white; border-radius: 50%;
}
.products-toolbar-note { margin: 0; color: var(--muted); font-size: 0.95rem; }
.products-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.products-grid.products-grid--grouped { display: block; }
.product-group { margin-top: 2rem; }
.product-group:first-child { margin-top: 0; }
.product-group-header {
  display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-bottom: 1rem; padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(242, 122, 26, 0.08);
}
.product-group-heading { display: flex; align-items: center; gap: 0.8rem; }
.product-group-icon {
  width: 52px; height: 52px; display: grid; place-items: center; background: white; border-radius: 18px; box-shadow: 0 8px 20px rgba(112, 58, 10, 0.07); font-size: 1.4rem;
}
.product-group-title { margin: 0; font-size: 1.4rem; font-weight: 800; }
.product-group-count {
  min-width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--primary-light); color: var(--primary); font-weight: 800;
}
.product-group-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
/* ─── Product Card – PNG Image, White BG, Tooltip Hint ──────────────── */
.prod-card {
  background: #ffffff;
  border: 1px solid rgba(242,122,26,0.12);
  box-shadow: 0 6px 22px rgba(112,58,10,0.07);
  border-radius: var(--radius);
  overflow: visible; /* allow floating tooltip to escape */
  display: flex;
  flex-direction: column;
  transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.35s ease;
  cursor: default;
  position: relative;
}
.prod-card:hover {
  transform: translateY(-7px) scale(1.013);
  box-shadow: 0 20px 44px rgba(112,58,10,0.12);
}
.prod-card:focus-visible {
  outline: 3px solid var(--primary);
  outline-offset: 2px;
}

/* Image area */
.prod-card-img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f9f9f9;
  flex-shrink: 0;
}

/* Emoji placeholder - white background, centered emoji */
.prod-card-emoji-bg {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  z-index: 1;
}
.prod-emoji-icon {
  font-size: 3.8rem;
  line-height: 1;
  display: block;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,0.08));
}

/* Real PNG image */
.prod-card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.45s ease;
  transform: scale(1.03);
  padding: 6px;
}
.prod-card-img.loaded {
  opacity: 1;
  transform: scale(1);
}
.prod-card-img.errored { display: none !important; }
.prod-card:hover .prod-card-img.loaded { transform: scale(1.05); }

/* Real photo (JPEG) variant — cover fill, no padding, warm tint */
.prod-card--photo .prod-card-img-wrap {
  background: #1a1a1a;
  border-radius: var(--radius) var(--radius) 0 0;
}
.prod-card-img--photo {
  object-fit: cover !important;
  object-position: center !important;
  padding: 0 !important;
  transform: scale(1.01) !important;
}
.prod-card-img--photo.loaded {
  opacity: 1;
  transform: scale(1) !important;
}
.prod-card--photo:hover .prod-card-img--photo.loaded {
  transform: scale(1.07) !important;
}

/* Fullscreen button - top corner */
.prod-img-fullscreen-btn {
  position: absolute;
  top: 7px;
  inset-inline-end: 7px;
  z-index: 5;
  width: 32px;
  height: 32px;
  background: rgba(255,255,255,0.95);
  border: 1px solid rgba(242,122,26,0.18);
  border-radius: 9px;
  display: grid;
  place-items: center;
  cursor: pointer;
  color: var(--primary-dark);
  font-size: 0.78rem;
  opacity: 0;
  transform: scale(0.75);
  transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s;
  box-shadow: 0 3px 10px rgba(0,0,0,0.12);
}
.prod-card:hover .prod-img-fullscreen-btn {
  opacity: 1;
  transform: scale(1);
}
.prod-img-fullscreen-btn:hover {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
  transform: scale(1.1) !important;
}

/* Card footer: name row + sub-label */
.prod-card-footer {
  padding: 0.7rem 0.85rem 0.65rem;
  border-top: 1px solid rgba(242,122,26,0.08);
  background: #fff;
  flex-shrink: 0;
  border-radius: 0 0 var(--radius) var(--radius); /* clip bottom corners */
  position: relative;
  z-index: 1; /* above tooltip arrow */
}
.prod-name-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.4rem;
}
.prod-card-name {
  font-weight: 800;
  font-size: 0.88rem;
  margin: 0 0 0.3rem;
  color: var(--text);
  line-height: 1.3;
  flex: 1;
  min-width: 0;
}
.prod-card-sub-label {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  background: var(--primary-light);
  color: var(--primary);
  font-weight: 700;
  font-size: 0.7rem;
  margin-top: 0.1rem;
}

/* Info (!) button */
.prod-info-btn {
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  border-radius: 50%;
  border: none;
  background: var(--primary-light);
  color: var(--primary);
  display: grid;
  place-items: center;
  cursor: pointer;
  font-size: 0.8rem;
  transition: background 0.2s, transform 0.2s, color 0.2s;
  flex-shrink: 0;
  margin-top: 1px;
}
.prod-info-btn:hover,
.prod-card--hinted .prod-info-btn {
  background: var(--primary);
  color: #fff;
  transform: scale(1.12);
}

/* Hint panel — floating tooltip popup BELOW the card */
/* (overflow:visible already set on .prod-card above) */
.prod-card-img-wrap {
  border-radius: var(--radius) var(--radius) 0 0; /* clip image corners only */
  overflow: hidden;
}
/* Re-apply card border-radius clipping only to the card face (not tooltip) */
.prod-card > .prod-card-img-wrap,
.prod-card > .prod-card-footer {
  /* no overflow change here - handled by prod-card-img-wrap above */
}
.prod-hint-panel {
  position: absolute;
  bottom: calc(-0.6rem);
  left: 0;
  right: 0;
  transform: translateY(100%) translateY(4px);
  z-index: 50;
  background: #fff;
  border: 1px solid rgba(242,122,26,0.22);
  border-radius: 16px;
  box-shadow: 0 12px 36px rgba(112,58,10,0.16), 0 2px 8px rgba(112,58,10,0.08);
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.85rem 0.9rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.26s ease, transform 0.28s cubic-bezier(0.34,1.56,0.64,1);
}
/* Tooltip arrow pointing up */
.prod-hint-panel::before {
  content: '';
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 13px;
  height: 7px;
  background: #fff;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  filter: drop-shadow(0 -2px 2px rgba(242,122,26,0.10));
}
.prod-hint-panel::after {
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 8px;
  background: rgba(242,122,26,0.22);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  z-index: -1;
}
.prod-card--hinted .prod-hint-panel {
  opacity: 1;
  transform: translateY(100%) translateY(8px);
  pointer-events: auto;
}
.prod-hint-emoji {
  font-size: 1.4rem;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 0.1rem;
}
.prod-hint-desc {
  color: #513529;
  font-size: 0.82rem;
  line-height: 1.65;
  margin: 0;
  font-weight: 600;
}

.products-empty {
  grid-column: 1 / -1;
  background: white;
  border-radius: var(--radius);
  padding: 2.5rem;
  text-align: center;
  color: var(--muted);
  box-shadow: var(--shadow-sm);
  font-size: 1rem;
  font-weight: 600;
}

/* Feature & process cards */
.feature-card, .process-card {
  background: rgba(255,255,255,0.78); border: 1px solid rgba(255,255,255,0.65); box-shadow: var(--shadow-sm);
  border-radius: var(--radius); backdrop-filter: blur(16px); padding: 1.75rem 1.5rem; transition: transform 0.35s, box-shadow 0.35s; height: 100%;
}
.feature-card:hover, .process-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.feature-card h5, .process-card h5 { font-weight: 800; margin-bottom: 0.5rem; }
.feature-card p, .process-card p { color: var(--muted); line-height: 1.8; font-size: 0.95rem; margin: 0; }
.service-icon-wrap {
  width: 60px; height: 60px; display: grid; place-items: center; background: var(--primary-light); border-radius: 18px;
  font-size: 1.4rem; color: var(--primary); margin-bottom: 1.1rem; transition: all 0.3s;
}
.feature-card:hover .service-icon-wrap, .process-card:hover .service-icon-wrap { background: var(--primary); color: white; transform: scale(1.08); }
.highlight-card { background: linear-gradient(135deg, rgba(242, 122, 26, 0.08), rgba(255,255,255,0.95)); }
.process-card { position: relative; }
.process-step {
  position: absolute; inset-inline-end: 1.1rem; top: 1rem; font-size: 2.1rem; font-weight: 800; color: rgba(242,122,26,0.14);
}

/* CTA */
.cta-section { position: relative; padding: 120px 0; overflow: hidden; background: linear-gradient(135deg, #7a2e00 0%, #b84c00 45%, #d66010 75%, #f27a1a 100%); }
.cta-bg-pattern { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px); background-size: 64px 64px; pointer-events: none; }
.cta-ring { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,0.06); pointer-events: none; }
.cta-ring-1 { width: 700px; height: 700px; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.cta-ring-2 { width: 1000px; height: 1000px; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.cta-blob { position: absolute; border-radius: 999px; filter: blur(80px); pointer-events: none; }
.cta-blob-1 { width: 500px; height: 500px; top: -150px; right: -80px; background: rgba(255,255,255,0.06); }
.cta-blob-2 { width: 400px; height: 400px; bottom: -120px; left: -60px; background: rgba(0, 200, 255, 0.08); }
.cta-inner { position: relative; z-index: 1; padding: 2rem 0; }
.cta-tag-badge {
  display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.55rem 1.1rem; background: rgba(255,255,255,0.14) !important;
  color: white !important; border: 1px solid rgba(255,255,255,0.22); border-radius: 999px; font-weight: 700; font-size: 0.9rem;
  backdrop-filter: blur(8px); margin-bottom: 1.5rem;
}
.cta-headline { color: white !important; font-size: clamp(1.8rem, 3.5vw, 3rem); font-weight: 800; max-width: 820px; margin: 0 auto 1.1rem; line-height: 1.3; }
.cta-subtitle { color: rgba(255,255,255,0.72) !important; font-size: 1.05rem; max-width: 560px; margin: 0 auto; line-height: 1.8; }
.cta-actions { margin-top: 2.5rem; }
.cta-btn-primary, .cta-btn-secondary {
  padding: 0.95rem 2rem; border-radius: 999px; font-weight: 800; font-size: 0.98rem; display: inline-flex; align-items: center; gap: 0.75rem; transition: all 0.3s ease;
}
.cta-btn-primary { background: white; color: var(--primary) !important; border: none; box-shadow: 0 16px 40px rgba(0,0,0,0.22); }
.cta-btn-primary:hover { transform: translateY(-4px); box-shadow: 0 22px 50px rgba(0,0,0,0.28); background: #fff5ee; color: var(--primary-dark) !important; }
.cta-btn-secondary { background: transparent; color: white !important; border: 2px solid rgba(255,255,255,0.38); }
.cta-btn-secondary:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.7); transform: translateY(-4px); }
.cta-btn-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; font-size: 1.05rem; flex-shrink: 0; }
.cta-btn-primary .cta-btn-icon { background: rgba(242, 122, 26, 0.1); }
.cta-btn-secondary .cta-btn-icon { background: rgba(255,255,255,0.14); }
.cta-chip { display: inline-flex; align-items: center; gap: 0.45rem; padding: 0.45rem 0.85rem; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15); border-radius: 999px; color: rgba(255,255,255,0.8); font-size: 0.82rem; font-weight: 600; backdrop-filter: blur(4px); }
.cta-chip i { color: rgba(255,255,255,0.9); }

/* Contact */
.contact-panel, .quote-card {
  background: rgba(255,255,255,0.78); border: 1px solid rgba(255,255,255,0.65); box-shadow: var(--shadow-sm); border-radius: var(--radius); backdrop-filter: blur(16px); padding: 2rem;
}
.contact-item { display: flex; gap: 1rem; margin-bottom: 1.2rem; align-items: flex-start; }
.contact-item > i {
  width: 52px; min-width: 52px; height: 52px; display: grid; place-items: center; background: var(--primary-light);
  border-radius: 16px; font-size: 1.2rem; color: var(--primary); flex-shrink: 0;
}
.contact-item span { display: block; font-weight: 700; font-size: 0.8rem; color: var(--muted); margin-bottom: 0.2rem; }
.contact-item a { display: block; color: var(--text); font-weight: 700; font-size: 1rem; transition: color 0.2s; }
.contact-item a:hover { color: var(--primary); }
.contact-item p { color: var(--muted); margin: 0; font-size: 0.95rem; line-height: 1.7; }
.contact-quick-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.2rem; }
.form-header h3 { font-weight: 800; margin: 1rem 0 0.6rem; }
.form-header p { color: var(--muted); margin-bottom: 1.2rem; }
.custom-input {
  border-radius: 16px; border: 1px solid rgba(242, 122, 26, 0.12); background: rgba(255,255,255,0.94);
  padding: 0.95rem 1rem; min-height: 56px; box-shadow: none;
}
.custom-input:focus { border-color: var(--primary); box-shadow: 0 0 0 0.2rem rgba(242, 122, 26, 0.12); }
.field-error { color: #dc3545; font-size: 0.85rem; margin-top: 0.35rem; min-height: 1.1rem; }
.checkbox-chips-grid { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.chip-check { cursor: pointer; }
.chip-check input { display: none; }
.chip-check span {
  display: inline-flex; align-items: center; gap: 0.45rem; padding: 0.75rem 1rem; border-radius: 999px;
  background: white; border: 1px solid rgba(242, 122, 26, 0.12); font-weight: 700; color: var(--text); transition: all 0.25s ease;
}
.chip-check i { display: none; }
.chip-check input:checked + span { background: var(--primary); color: white; border-color: var(--primary); box-shadow: 0 10px 24px rgba(242, 122, 26, 0.25); }
.chip-check input:checked + span i { display: inline-flex; }

/* Footer */
.footer-section { padding: 26px 0 38px; border-top: 1px solid rgba(242, 122, 26, 0.08); background: white; }
.footer-links a { color: var(--text); font-weight: 600; font-size: 0.9rem; display: inline-flex; align-items: center; transition: color 0.2s; }
.footer-links a:hover { color: var(--primary); }

/* Mobile bottom bar */
.mobile-bottom-bar {
  position: fixed; bottom: 0; left: 0; right: 0; background: rgba(255,255,255,0.96); backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px); border-top: 1px solid rgba(242, 122, 26, 0.08); display: flex; align-items: flex-end;
  z-index: 990; padding: 6px 0 calc(6px + env(safe-area-inset-bottom, 0px)); box-shadow: 0 -8px 32px rgba(112, 58, 10, 0.08);
}
.bottom-bar-item {
  flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--muted); font-size: 0.62rem; font-weight: 700;
  gap: 3px; text-decoration: none; padding: 6px 0; transition: color 0.2s;
}
.bottom-bar-item i { font-size: 1.35rem; transition: transform 0.2s; }
.bottom-bar-item:hover, .bottom-bar-item.active { color: var(--primary); }
.bottom-bar-item.active i { transform: scale(1.12); }
.bottom-bar-wa { position: relative; flex: 1.1; padding-bottom: 2px; }
.bottom-bar-wa-bubble {
  width: 54px; height: 54px; background: linear-gradient(135deg, #25D366, #128C7E); border-radius: 50%; display: grid; place-items: center;
  color: white; font-size: 1.5rem; box-shadow: 0 8px 24px rgba(37,211,102,0.4); margin-top: -24px; transition: transform 0.2s, box-shadow 0.2s; border: 3px solid white;
}
.bottom-bar-wa:hover .bottom-bar-wa-bubble { transform: scale(1.06); box-shadow: 0 12px 28px rgba(37,211,102,0.5); }
.bottom-bar-wa span { color: var(--muted); font-size: 0.62rem; font-weight: 700; }

/* Responsive */
[dir="ltr"] .floating-card-top { left: -18px; right: auto; }
[dir="ltr"] .floating-card-bottom { right: -18px; left: auto; }

@media (max-width: 1199px) {
  .hero-visual { min-height: 540px; }
  .hero-panel { min-height: 500px; }
  .hero-panel-inner { min-height: 500px; }
  .products-grid, .product-group-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 991px) {
  .section-padding { padding: 80px 0; }
  .hero-section { padding-top: 74px; }
  .hero-visual, .hero-panel { min-height: auto; }
  .hero-panel { min-height: 420px; }
  .hero-panel-inner { min-height: 420px; }
  .floating-card { position: static; max-width: 100%; margin-top: 1rem; }
  body { padding-bottom: 80px; }
  /* Hero chips: 1 per row on tablet/mobile */
  .hero-chip-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 767px) {
  .custom-navbar { padding: 10px 0; }
  .navbar-brand { gap: 10px !important; }
  .brand-mark { width: 38px; height: 38px; border-radius: 12px; }
  .brand-title { font-size: 0.9rem; }
  .custom-navbar .brand-subtitle { display: none !important; }
  .btn-lang { padding: 0.42rem 0.75rem; font-size: 0.78rem; }
  .navbar-toggler-custom { width: 38px; height: 38px; }
  .toggler-bar { width: 20px; }
  .hero-title { font-size: 2.2rem; }
  .section-heading h2 { font-size: 1.9rem; }
  .hero-actions .btn, .contact-quick-actions .btn { width: 100%; justify-content: center; }
  .hero-chip-grid { grid-template-columns: 1fr !important; }
  .products-grid, .product-group-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .product-group-header { align-items: flex-start; flex-direction: column; }
  .about-grid-cards { grid-template-columns: 1fr; }
  .cta-btn-primary, .cta-btn-secondary { width: 100%; justify-content: center; }
  .cta-section { padding: 80px 0; }
}

@media (max-width: 575px) {
  .products-toolbar { align-items: flex-start; }
  .cat-tabs-shell { padding: 0.75rem; }
  .cat-tab, .sub-tab { width: 100%; justify-content: center; }
  .hero-category-cloud { gap: 0.65rem; }
  .hero-chip-pill { width: 100%; justify-content: center; }
}


/* ============================================================
   FINAL ORANGE POLISH OVERRIDES
   ============================================================ */
:root {
  --primary: #f27a1a;
  --primary-dark: #c95b08;
  --primary-light: rgba(242, 122, 26, 0.12);
  --primary-soft: #fff1e4;
  --text: #24160d;
  --muted: #7f6a5b;
  --soft: #fff8f2;
  --white: #ffffff;
  --border: rgba(242, 122, 26, 0.14);
  --shadow: 0 20px 60px rgba(112, 58, 10, 0.12);
  --shadow-sm: 0 8px 24px rgba(112, 58, 10, 0.08);
}
html, body { background: linear-gradient(180deg, #ffffff 0%, #fff8f1 100%); }
body { color: var(--text); }
.bg-soft { background: linear-gradient(180deg, #fffaf6 0%, #fff5ec 100%); }
.bg-blur-1 { background: #ffd4ad; opacity: 0.2; }
.bg-blur-2 { background: #ffc083; opacity: 0.18; }

.btn-primary,
.btn-primary:focus,
.btn-primary:active {
  background: linear-gradient(135deg, #ff9d3b, #f27a1a) !important;
  border-color: #f27a1a !important;
  box-shadow: 0 14px 34px rgba(242, 122, 26, 0.22) !important;
}
.btn-primary:hover {
  background: linear-gradient(135deg, #ffab56, #ea6d09) !important;
  border-color: #ea6d09 !important;
}
.btn-outline-primary {
  color: var(--primary) !important;
  border-color: rgba(242, 122, 26, 0.22) !important;
}
.btn-outline-primary:hover {
  background: var(--primary-soft) !important;
  color: var(--primary-dark) !important;
  border-color: var(--primary) !important;
}

.custom-navbar {
  background: rgba(255,255,255,0.9) !important;
  border-bottom-color: rgba(242, 122, 26, 0.1) !important;
  box-shadow: none;
}
.custom-navbar.scrolled {
  box-shadow: 0 14px 38px rgba(112, 58, 10, 0.10) !important;
  border-bottom-color: rgba(242, 122, 26, 0.16) !important;
}
.custom-navbar .container {
  min-height: 76px;
}
.nav-flex {
  gap: 1rem;
}
.navbar-brand {
  flex: 0 1 340px;
  max-width: 340px;
}
.nav-desktop {
  /* Never force display here — let Bootstrap d-none/d-lg-flex control visibility */
  flex: 1 1 auto;
  min-width: 0;
  justify-content: flex-end;
  gap: 0.85rem;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .nav-desktop {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .nav-desktop {
    display: flex !important;
    align-items: center;
  }
}
.nav-desktop .navbar-nav {
  display: flex !important;
  flex-wrap: nowrap;
  align-items: center;
  min-width: 0;
  padding: 0.4rem 0.55rem;
  background: rgba(255,255,255,0.94);
  border: 1px solid var(--border);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(112, 58, 10, 0.08);
}
.nav-desktop > .btn,
.nav-desktop > a.btn {
  flex: 0 0 auto;
}
.navbar-nav .nav-link {
  color: var(--text) !important;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--primary) !important;
  background: var(--primary-soft) !important;
}
.brand-mark {
  background: linear-gradient(135deg, #ffb35d, #f27a1a) !important;
  box-shadow: 0 12px 28px rgba(242, 122, 26, 0.22) !important;
}
.brand-logo {
  background: #fff8f1 !important;
  border: 1px solid rgba(242,122,26,0.12);
}
.btn-lang {
  border-color: var(--border) !important;
}
.btn-lang:hover {
  background: var(--primary-soft) !important;
  color: var(--primary) !important;
}
.mobile-menu-header,
.mobile-menu-footer {
  border-color: rgba(242,122,26,0.10) !important;
}
.mobile-menu-close:hover,
.navbar-toggler-custom:hover,
.mobile-nav-link:hover,
.mobile-nav-link.active {
  background: var(--primary-soft) !important;
  color: var(--primary) !important;
}
.mobile-nav-link i {
  background: var(--primary-soft) !important;
  color: var(--primary) !important;
}
.mobile-nav-link:hover i,
.mobile-nav-link.active i {
  background: linear-gradient(135deg, #ff9d3b, #f27a1a) !important;
}

.hero-section {
  padding-top: 118px !important;
}
.hero-subtitle { color: #513529 !important; }
.btn-glow { box-shadow: 0 16px 35px rgba(242, 122, 26, 0.24) !important; }
.food-hero-visual .hero-panel {
  background: linear-gradient(135deg, #ff9d3b 0%, #f27a1a 42%, #ffc98f 100%) !important;
}
.food-hero-visual .hero-panel::before {
  background: rgba(255,255,255,0.28) !important;
}
.food-hero-visual .hero-panel::after {
  background: rgba(255,244,232,0.42) !important;
}
.hero-panel-text,
.hero-panel-kicker,
.hero-chip-pill { color: #fff !important; }
.hero-chip {
  background: rgba(255,255,255,0.94) !important;
}
.floating-card-summary {
  top: -24px !important;
  inset-inline-end: -8px !important;
  max-width: 248px !important;
}
.hero-panel-food {
  padding-top: 4.8rem !important;
}
.hero-panel-title {
  max-width: 560px;
}
.hero-chip-grid .hero-chip {
  border: 1px solid rgba(242,122,26,0.12);
}

.cat-tabs-shell,
.products-count-pill,
.cat-tab,
.sub-tab,
.product-group-icon,
.product-group-count,
.prod-card-emoji-wrap,
.about-info-icon,
.service-icon-wrap,
.contact-item > i,
.map-badge,
.mini-card,
.about-info-card,
.stat-box,
.feature-card,
.process-card,
.contact-panel,
.quote-card,
.map-showcase {
  border-color: var(--border) !important;
}
.cat-tab:hover,
.sub-tab:hover,
.cat-tab.active,
.sub-tab.active,
.feature-card:hover .service-icon-wrap,
.process-card:hover .service-icon-wrap {
  background: linear-gradient(135deg, #ff9d3b, #f27a1a) !important;
  color: #fff !important;
}
.products-count-pill strong,
.products-group-count {
  background: linear-gradient(135deg, #ff9d3b, #f27a1a) !important;
}
.product-group-header {
  border-bottom-color: rgba(242,122,26,0.10) !important;
}
.prod-card::before {
  background: linear-gradient(90deg, #ffb561, #f27a1a) !important;
}
.prod-card:hover {
  box-shadow: 0 22px 44px rgba(112, 58, 10, 0.10) !important;
}
.highlight-card {
  background: linear-gradient(135deg, rgba(242,122,26,0.10), rgba(255,255,255,0.96)) !important;
}
.process-step {
  color: rgba(242,122,26,0.16) !important;
}

#products,
#products .container,
#productsGrid {
  overflow: visible !important;
}
.products-grid,
.product-group-grid {
  align-items: stretch;
}
@media (min-width: 1200px) {
  .products-grid:not(.products-grid--grouped),
  .product-group-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .products-grid:not(.products-grid--grouped),
  .product-group-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

.cta-section {
  background: linear-gradient(135deg, #fff6ee 0%, #fff0df 50%, #ffe2c1 100%) !important;
}
.cta-bg-pattern {
  background-image: linear-gradient(rgba(242,122,26,0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(242,122,26,0.06) 1px, transparent 1px) !important;
}
.cta-ring { border-color: rgba(242,122,26,0.10) !important; }
.cta-blob-1 { background: rgba(242,122,26,0.10) !important; }
.cta-blob-2 { background: rgba(255,179,93,0.18) !important; }
.cta-tag-badge {
  background: rgba(242,122,26,0.10) !important;
  color: var(--primary-dark) !important;
  border-color: rgba(242,122,26,0.16) !important;
}
.cta-headline,
.cta-subtitle {
  color: var(--text) !important;
}
.cta-chip {
  background: rgba(255,255,255,0.78) !important;
  border-color: rgba(242,122,26,0.14) !important;
  color: var(--text) !important;
}
.cta-chip i { color: var(--primary) !important; }
.cta-btn-primary {
  background: linear-gradient(135deg, #ff9d3b, #f27a1a) !important;
  color: #fff !important;
}
.cta-btn-primary .cta-btn-icon {
  background: rgba(255,255,255,0.18) !important;
}
.cta-btn-secondary {
  background: rgba(255,255,255,0.82) !important;
  color: var(--primary-dark) !important;
  border-color: rgba(242,122,26,0.18) !important;
}
.cta-btn-secondary .cta-btn-icon {
  background: rgba(242,122,26,0.10) !important;
}

.contact-layout {
  align-items: stretch;
}
.contact-panel-polished,
.quote-card-polished,
.map-showcase {
  background: rgba(255,255,255,0.9) !important;
  border: 1px solid rgba(242,122,26,0.12) !important;
  box-shadow: 0 18px 42px rgba(112,58,10,0.08) !important;
}
.contact-panel-head {
  margin-bottom: 1.4rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(242,122,26,0.10);
}
.contact-panel-title {
  font-weight: 800;
  margin-bottom: 0.55rem;
}
.contact-panel-text {
  color: var(--muted);
  margin: 0;
  line-height: 1.8;
}
.contact-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 0.85rem;
  margin: 1rem 0 1.4rem;
}
.contact-mini-card {
  padding: 1rem;
  border-radius: 20px;
  background: linear-gradient(180deg, #fffaf5 0%, #fff2e6 100%);
  border: 1px solid rgba(242,122,26,0.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.75);
}
.contact-mini-card strong {
  display: block;
  color: var(--primary-dark);
  font-size: 1.4rem;
  font-weight: 800;
}
.contact-mini-card span {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.6;
}
.map-showcase {
  overflow: hidden;
}
.map-showcase-frame-wrap {
  position: relative;
}
.map-frame {
  height: 320px !important;
  filter: saturate(1.02) contrast(1.02);
}
.map-badge {
  background: rgba(255,255,255,0.95) !important;
  color: var(--primary-dark) !important;
  border: 1px solid rgba(242,122,26,0.14) !important;
}
.map-copy {
  padding: 1.5rem !important;
  border-top: 1px solid rgba(242,122,26,0.10) !important;
}
.form-header p { max-width: 640px; }
.custom-input {
  border-color: rgba(242,122,26,0.16) !important;
  background: #fffdfb !important;
}
.custom-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(242,122,26,0.14) !important;
  border-color: var(--primary) !important;
}
.chip-check span {
  border-color: rgba(242,122,26,0.16) !important;
}
.chip-check input:checked + span {
  background: linear-gradient(135deg, #ff9d3b, #f27a1a) !important;
  box-shadow: 0 10px 24px rgba(242,122,26,0.22) !important;
}

.footer-section {
  border-top-color: rgba(242,122,26,0.12) !important;
}
.mobile-bottom-bar {
  border-top-color: rgba(242,122,26,0.12) !important;
}
.bottom-bar-item:hover,
.bottom-bar-item.active {
  color: var(--primary) !important;
}

/* remove remaining cool tones */
.cat-tabs-shell,
.products-count-pill,
.cat-tab,
.sub-tab,
.product-group-header,
.custom-input,
.footer-section,
.mobile-bottom-bar {
  box-shadow: 0 10px 24px rgba(112, 58, 10, 0.06) !important;
}

/* ── Tooltip z-index safety ── */
.prod-hint-panel {
  z-index: 100 !important;
}
/* On very small screens prevent tooltip from going off left/right edge */
@media (max-width: 400px) {
  .prod-hint-panel {
    left: -4px !important;
    right: -4px !important;
    font-size: 0.78rem;
  }
}

@media (max-width: 991px) {
  .custom-navbar .container {
    min-height: 64px;
  }
  .hero-section { padding-top: 96px !important; }
  .navbar-brand {
    max-width: calc(100% - 96px);
    flex: 1 1 auto;
  }
  .nav-mobile-controls {
    flex: 0 0 auto;
  }
  .brand-mark {
    width: 40px;
    height: 40px;
  }
  .brand-title {
    font-size: 0.9rem !important;
    line-height: 1.15;
  }
  .floating-card-summary {
    position: static !important;
    max-width: 100% !important;
    margin-bottom: 1rem;
  }
  .hero-panel-food {
    padding-top: 1.25rem !important;
  }
  .contact-mini-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .custom-navbar {
    padding: 6px 0 !important;
  }
  .custom-navbar .container {
    min-height: 58px !important;
  }
  .navbar-brand {
    max-width: calc(100% - 88px);
  }
  .brand-subtitle {
    display: none !important;
  }
  .brand-mark {
    width: 36px !important;
    height: 36px !important;
    border-radius: 12px !important;
  }
  .nav-mobile-controls {
    gap: 0.45rem !important;
  }
  .btn-lang {
    padding: 0.38rem 0.68rem !important;
    font-size: 0.76rem !important;
  }
  .navbar-toggler-custom {
    width: 36px !important;
    height: 36px !important;
  }
  /* Force hero chips to 1 column */
  .hero-chip-grid {
    grid-template-columns: 1fr !important;
    gap: 0.65rem !important;
  }
  .cat-tabs,
  .sub-tabs {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    /* hide scrollbar visually on all browsers */
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }
  .cat-tabs::-webkit-scrollbar,
  .sub-tabs::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }
  .cat-tab,
  .sub-tab {
    width: auto !important;
    flex: 0 0 auto;
    justify-content: center;
  }
  .products-grid.products-grid--grouped {
    display: block !important;
  }
  .product-group {
    margin-top: 1.6rem;
  }
  .product-group-header {
    flex-direction: row !important;
    align-items: center !important;
  }
  .contact-mini-grid {
    grid-template-columns: 1fr;
  }
  .map-frame {
    height: 260px !important;
  }
}

/* extra navigation and button polish */
.hero-actions .btn-outline-dark {
  border-color: rgba(242,122,26,0.18) !important;
  color: var(--text) !important;
  background: rgba(255,255,255,0.84) !important;
}
.hero-actions .btn-outline-dark:hover {
  border-color: var(--primary) !important;
  color: var(--primary-dark) !important;
  background: var(--primary-soft) !important;
}
@media (max-width: 1350px) {
  .navbar-nav .nav-link { padding-inline: 0.65rem !important; font-size: 0.9rem; }
  .nav-desktop > a.btn span { display: none; }
  .nav-desktop > a.btn { width: 44px; justify-content: center; padding-inline: 0 !important; }
}

/* ============================================================
   NEW FIXES & ENHANCEMENTS
   ============================================================ */

/* --- Navbar Logo Image --- */
.brand-logo {
  background: #ffffff !important;
  border: 2px solid rgba(242,122,26,0.25) !important;
  padding: 0 !important;
  overflow: hidden;
}
.brand-logo-img {
  width: 140%;
  height: 140%;
  object-fit: contain;
  display: block;
  margin: -20% -20%;
}
.brand-mark.brand-logo {
  background: #ffffff !important;
  box-shadow: 0 6px 18px rgba(242,122,26,0.18) !important;
}

/* --- Hero Title Vertical Spacing --- */
.hero-title {
  line-height: 1.38 !important;
  white-space: pre-line;
}

/* ── Hero Slideshow ── */
.hero-slideshow {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(112, 58, 10, 0.14);
}
.slideshow-track {
  position: relative;
  height: 130px;
}
.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateX(24px);
  transition: opacity 0.55s cubic-bezier(0.4,0,0.2,1), transform 0.55s cubic-bezier(0.4,0,0.2,1);
  pointer-events: none;
}
[dir="ltr"] .hero-slide { transform: translateX(-24px); }
.hero-slide.active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}
.hero-slide.exiting {
  opacity: 0;
  transform: translateX(-24px);
}
[dir="ltr"] .hero-slide.exiting { transform: translateX(24px); }
.slide-inner {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.1rem 1.5rem;
  border-radius: 24px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.slide-inner::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background: radial-gradient(circle at 80% 50%, white 0%, transparent 70%);
  pointer-events: none;
}
.slide-juices    { background: linear-gradient(135deg, #ff7c00, #ff9d3b); }
.slide-icecream  { background: linear-gradient(135deg, #d44fcc, #f27a1a); }
.slide-bakery    { background: linear-gradient(135deg, #c95b08, #e8870e); }
.slide-sweets    { background: linear-gradient(135deg, #e63946, #f27a1a); }
.slide-sandwiches { background: linear-gradient(135deg, #2a6b2a, #5a9e3a); }
.slide-fruits    { background: linear-gradient(135deg, #5b3ea6, #8b5cf6); }
.slide-salads    { background: linear-gradient(135deg, #1a6b4a, #22c97a); }
.slide-emoji {
  font-size: 2.8rem;
  flex-shrink: 0;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.18));
  animation: slidePulse 2.4s ease-in-out infinite;
}
@keyframes slidePulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.06); } }
.slide-content { flex: 1; min-width: 0; }
.slide-label {
  display: block;
  color: white;
  font-weight: 800;
  font-size: 1.15rem;
  margin-bottom: 0.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.slide-desc {
  color: rgba(255,255,255,0.82);
  font-size: 0.82rem;
  margin: 0;
  line-height: 1.6;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.slide-badge {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 999px;
  padding: 0.45rem 0.85rem;
  color: white;
  font-size: 0.78rem;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
  backdrop-filter: blur(6px);
}
.slideshow-dots {
  display: flex;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.75rem 0 0.5rem;
  background: rgba(255,255,255,0.05);
}
.sdot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(242,122,26,0.25);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.35s ease;
}
.sdot.active {
  background: var(--primary);
  width: 26px;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(242,122,26,0.35);
}

/* --- CTA Section - Darker Colors --- */
.cta-section {
  background: linear-gradient(135deg, #7a2e00 0%, #b84c00 40%, #d66010 75%, #e87a1a 100%) !important;
}
.cta-headline { color: #fff !important; }
.cta-subtitle { color: rgba(255,255,255,0.88) !important; }
.cta-tag-badge {
  background: rgba(255,255,255,0.15) !important;
  color: #fff !important;
  border-color: rgba(255,255,255,0.25) !important;
}
.cta-chip {
  background: rgba(255,255,255,0.14) !important;
  border-color: rgba(255,255,255,0.2) !important;
  color: rgba(255,255,255,0.9) !important;
}
.cta-chip i { color: #ffd5a0 !important; }
.cta-btn-primary {
  background: white !important;
  color: #b84c00 !important;
  box-shadow: 0 12px 36px rgba(0,0,0,0.22) !important;
}
.cta-btn-primary:hover { background: #fff5ee !important; }
.cta-btn-secondary {
  background: rgba(255,255,255,0.12) !important;
  color: #fff !important;
  border-color: rgba(255,255,255,0.35) !important;
}
.cta-btn-secondary:hover {
  background: rgba(255,255,255,0.22) !important;
  border-color: rgba(255,255,255,0.7) !important;
}
.cta-bg-pattern {
  background-image: linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px) !important;
}
.cta-ring { border-color: rgba(255,255,255,0.08) !important; }

/* Delivery badge in CTA */
.cta-delivery-note {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
  padding: 0.7rem 1.4rem;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 999px;
  color: rgba(255,255,255,0.92);
  font-size: 0.88rem;
  font-weight: 700;
  backdrop-filter: blur(6px);
}
.cta-delivery-note i { color: #ffd5a0; font-size: 1rem; }

/* --- Full-width Map --- */
.map-full-row {
  width: 100%;
}
.map-full-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(112,58,10,0.12);
  border: 1px solid rgba(242,122,26,0.12);
}
.map-frame-full {
  width: 100%;
  height: 420px;
  display: block;
  border: none;
  filter: saturate(1.05) contrast(1.02);
}
.map-badge-full {
  position: absolute;
  top: 16px;
  inset-inline-start: 16px;
  background: rgba(255,255,255,0.95) !important;
  color: var(--primary-dark) !important;
  border: 1px solid rgba(242,122,26,0.14) !important;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.88rem;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  box-shadow: 0 8px 20px rgba(112,58,10,0.12);
}
.map-badge-full i { color: var(--primary); }
.map-directions-btn {
  position: absolute;
  bottom: 16px;
  inset-inline-end: 16px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #ff9d3b, #f27a1a);
  color: white !important;
  padding: 0.65rem 1.25rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.88rem;
  box-shadow: 0 8px 22px rgba(242,122,26,0.35);
  transition: transform 0.25s, box-shadow 0.25s;
  text-decoration: none;
}
.map-directions-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(242,122,26,0.45);
  color: white !important;
}
@media (max-width: 767px) {
  .map-frame-full { height: 300px; }
}
@media (max-width: 480px) {
  .map-frame-full { height: 240px; }
}


/* --- Remove horizontal scroll from products on mobile (consolidated) --- */
/* The rules inside @media max-width:767px above already handle this.    */
/* Keep 2-col grid even on very small screens (360px+)                   */
@media (max-width: 480px) {
  .products-grid:not(.products-grid--grouped),
  .product-group-grid {
    grid-template-columns: repeat(2, minmax(0,1fr)) !important;
  }
  .prod-card-emoji-wrap { width: 52px; height: 52px; font-size: 1.4rem; }
  .prod-card-name { font-size: 0.82rem; }
  .prod-card-desc { font-size: 0.8rem; }
}

/* --- Footer: fix empty space --- */
.footer-section {
  padding: 22px 0 !important;
}
#contact.section-padding {
  padding-bottom: 80px;
}

/* --- Slideshow responsiveness --- */
@media (max-width: 575px) {
  .slideshow-track { height: 110px; }
  .slide-inner { padding: 0.9rem 1rem; gap: 0.85rem; }
  .slide-emoji { font-size: 2.2rem; }
  .slide-label { font-size: 1rem; }
  .slide-badge { display: none; }
}

/* Navbar large screen: ensure logo fits well */
.custom-navbar .brand-mark.brand-logo {
  border-radius: 14px !important;
  overflow: hidden;
}
@media (max-width: 991px) {
  .custom-navbar .brand-mark.brand-logo {
    width: 40px !important;
    height: 40px !important;
    border-radius: 12px !important;
  }
}
@media (max-width: 767px) {
  .custom-navbar .brand-mark.brand-logo {
    width: 36px !important;
    height: 36px !important;
    border-radius: 10px !important;
  }
}

/* ── Final scrollbar & nav polish ── */

/* Hide any residual scrollbar on product section */
#products, #products .container, #productsGrid,
.cat-tabs-shell, .products-grid, .product-group-grid {
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}
#products::-webkit-scrollbar,
.cat-tabs-shell::-webkit-scrollbar,
.products-grid::-webkit-scrollbar,
.product-group-grid::-webkit-scrollbar {
  display: none !important;
  height: 0 !important;
  width: 0 !important;
}

/* Ensure product-group-grid also respects grid on mobile */
@media (max-width: 767px) {
  .product-group-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0,1fr)) !important;
    overflow: visible !important;
  }
}

/* Navbar: ensure mobile bar has only ONE row (logo + mobile-controls) */
@media (max-width: 991px) {
  .nav-desktop,
  .d-none.d-lg-flex {
    display: none !important;
  }
  .nav-mobile-controls {
    display: flex !important;
    align-items: center;
    gap: 0.45rem;
    margin-inline-start: auto;
  }
  .navbar-brand {
    flex: 1 1 auto;
    max-width: calc(100% - 90px);
  }
}

/* Footer brand-mark logo sizing */
.brand-mark-sm.brand-logo {
  width: 36px !important;
  height: 36px !important;
  border-radius: 10px !important;
  overflow: hidden;
}
.brand-mark-sm.brand-logo .brand-logo-img {
  width: 140%;
  height: 140%;
  margin: -20% -20%;
  object-fit: contain;
}

/* ================================================================
   COMPREHENSIVE FIXES & POLISH — FINAL PASS
   ================================================================ */

/* ── 1. GLOBAL OVERFLOW FIX (mobile margin bug) ────────────────── */
html {
  overflow-x: hidden !important;
  max-width: 100vw;
}
body {
  overflow-x: hidden !important;
  max-width: 100%;
  /* Prevent GSAP/AOS from causing horizontal scroll during animation */
}

/* Hero: clip floating cards so they don't create overflow on mobile */
.hero-visual {
  overflow: hidden;
  border-radius: 36px;
}
@media (max-width: 991px) {
  .floating-card-top,
  .floating-card-bottom {
    display: none !important;
  }
  .hero-visual {
    min-height: auto !important;
    border-radius: 28px;
  }
  /* Prevent AOS transforms from spilling out */
  [data-aos] {
    backface-visibility: hidden;
  }
}

/* Fix min-vh-100 on mobile (iOS safe area / dynamic toolbar) */
.hero-section .row.min-vh-100 {
  min-height: 100svh;
  padding-bottom: env(safe-area-inset-bottom, 0px);
}
@supports not (min-height: 100svh) {
  .hero-section .row.min-vh-100 {
    min-height: calc(100vh - 80px);
  }
}

/* ── 2. LOGO BG WHITE (also update footer logo) ─────────────────── */
.brand-mark-sm.brand-logo {
  background: #ffffff !important;
  border: 1.5px solid rgba(242,122,26,0.2) !important;
  box-shadow: 0 4px 12px rgba(242,122,26,0.12) !important;
}

/* ── 3. NAV ICON CONSISTENCY ────────────────────────────────────── */
.nav-icon {
  display: inline-block !important;
  font-size: 0.9rem;
  opacity: 0.85;
  margin-inline-end: 0.32rem;
  vertical-align: -0.05em;
  transition: transform 0.2s ease;
}
.navbar-nav .nav-link:hover .nav-icon {
  transform: scale(1.15);
}
/* At medium sizes keep icons but shrink a bit */
@media (max-width: 1150px) {
  .nav-icon { font-size: 0.82rem; margin-inline-end: 0.25rem; }
  .navbar-nav .nav-link { padding-inline: 0.55rem !important; font-size: 0.86rem; }
}

/* ── 4. PRODUCTS HORIZONTAL SCROLL ON MOBILE (original carousel design) ── */
@media (max-width: 767px) {
  /* Single-category view → horizontal scroll carousel */
  .products-grid:not(.products-grid--grouped),
  .product-group-grid {
    display: flex !important;
    flex-direction: row !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    gap: 0.85rem !important;
    padding: 0.25rem 0.5rem 0.85rem !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch;
    grid-template-columns: unset !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }
  .products-grid:not(.products-grid--grouped)::-webkit-scrollbar,
  .product-group-grid::-webkit-scrollbar {
    display: none !important;
  }
  .prod-card {
    min-width: 195px !important;
    max-width: 195px !important;
    flex: 0 0 195px !important;
    scroll-snap-align: start !important;
  }
  /* Grouped all-products view keeps block layout */
  .products-grid.products-grid--grouped {
    display: block !important;
    overflow: visible !important;
  }
}
@media (max-width: 480px) {
  .prod-card {
    min-width: 165px !important;
    max-width: 165px !important;
    flex: 0 0 165px !important;
  }
}

/* ── 5. FORM MOBILE IMPROVEMENTS ────────────────────────────────── */
@media (max-width: 767px) {
  .quote-card, .quote-card-polished {
    padding: 1.5rem 1.1rem !important;
    border-radius: 20px !important;
  }
  .form-header h3 { font-size: 1.3rem; }
  .form-header p { font-size: 0.9rem; }

  /* Checkbox chips: 2 per row, nicer sizing */
  .checkbox-chips-grid.compact-chips-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.6rem !important;
  }
  .chip-check span {
    padding: 0.65rem 0.7rem !important;
    font-size: 0.82rem !important;
    border-radius: 14px !important;
    gap: 0.4rem !important;
    justify-content: flex-start !important;
  }
  .chip-check span i { font-size: 0.75rem !important; }

  /* Stack form inputs full width on very small */
  .quote-form .col-md-6 {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .form-label { font-size: 0.9rem; margin-bottom: 0.35rem; }
  .custom-input { font-size: 0.95rem; }
  #formSubmitBtn { font-size: 0.95rem; }
}
@media (max-width: 480px) {
  .checkbox-chips-grid.compact-chips-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .chip-check span {
    font-size: 0.78rem !important;
    padding: 0.6rem 0.6rem !important;
  }
}

/* ── 6. CONTACT PANEL MOBILE ─────────────────────────────────────── */
@media (max-width: 767px) {
  .contact-panel, .contact-panel-polished {
    padding: 1.5rem 1.1rem !important;
  }
  .contact-quick-actions {
    flex-direction: column;
  }
  .contact-quick-actions .btn {
    width: 100%;
    justify-content: center;
  }
}

/* ── 7. ANIMATION POLISH & MICRO-INTERACTIONS ────────────────────── */

/* Page load — staggered hero content */
@keyframes fadeSlideUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes scaleIn {
  from { opacity: 0; transform: scale(0.93); }
  to   { opacity: 1; transform: scale(1); }
}
@keyframes shimmer {
  0%   { background-position: -400px 0; }
  100% { background-position: 400px 0; }
}
@keyframes floatBob {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-8px); }
}
@keyframes rotateGlow {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes borderPulse {
  0%, 100% { border-color: rgba(242,122,26,0.2); }
  50%       { border-color: rgba(242,122,26,0.55); }
}

/* Hero badge entrance */
.hero-badge {
  animation: fadeSlideUp 0.7s ease both;
}

/* Hero-panel float */
.hero-panel {
  animation: floatBob 5s ease-in-out infinite;
}

/* Feature cards — lift + subtle shadow bloom on hover */
.feature-card, .process-card, .stat-box, .about-info-card {
  transition: transform 0.38s cubic-bezier(0.34, 1.56, 0.64, 1),
              box-shadow 0.38s ease;
  will-change: transform;
}
.feature-card:hover {
  transform: translateY(-10px) scale(1.012) !important;
}
.process-card:hover {
  transform: translateY(-8px) scale(1.01) !important;
}
.stat-box:hover {
  transform: translateY(-10px) scale(1.015) !important;
}

/* Product card shimmer on hover — disabled as overflow:visible needed for tooltip */
.prod-card {
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1),
              box-shadow 0.35s ease;
}
.prod-card:hover {
  transform: translateY(-10px) scale(1.02) !important;
}

/* Category tab active pulse */
.cat-tab.active, .sub-tab.active {
  animation: borderPulse 2.4s ease-in-out infinite;
  box-shadow: 0 8px 20px rgba(242,122,26,0.28) !important;
}

/* Button glow ripple */
.btn-primary, .btn-glow, .cta-btn-primary {
  position: relative;
  overflow: hidden;
}
.btn-primary::before, .cta-btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, rgba(255,255,255,0.22) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.btn-primary:hover::before, .cta-btn-primary:hover::before {
  opacity: 1;
}

/* Brand logo hover spin */
.navbar-brand:hover .brand-logo-img {
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform: rotate(8deg) scale(1.08);
}
.brand-logo-img {
  transition: transform 0.4s ease;
}

/* Mobile nav link slide-in stagger */
.mobile-nav-link {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.3s ease, transform 0.3s ease, background 0.2s, color 0.2s;
}
[dir="ltr"] .mobile-nav-link {
  transform: translateX(-20px);
}
.mobile-menu-drawer.active .mobile-nav-link {
  opacity: 1;
  transform: translateX(0);
}
.mobile-menu-drawer.active .mobile-nav-link:nth-child(1) { transition-delay: 0.08s; }
.mobile-menu-drawer.active .mobile-nav-link:nth-child(2) { transition-delay: 0.14s; }
.mobile-menu-drawer.active .mobile-nav-link:nth-child(3) { transition-delay: 0.20s; }
.mobile-menu-drawer.active .mobile-nav-link:nth-child(4) { transition-delay: 0.26s; }
.mobile-menu-drawer.active .mobile-nav-link:nth-child(5) { transition-delay: 0.32s; }
.mobile-menu-drawer.active .mobile-nav-link:nth-child(6) { transition-delay: 0.38s; }

/* Smooth form input focus */
.custom-input {
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.2s !important;
}
.custom-input:focus {
  transform: none;
  background: #fff !important;
}

/* Chip check hover scale */
.chip-check {
  transition: transform 0.2s ease;
}
.chip-check:hover {
  transform: scale(1.03);
}
.chip-check span {
  transition: background 0.25s, box-shadow 0.25s, color 0.2s, border-color 0.2s !important;
}

/* CTA button hover lift */
.cta-btn-primary:hover, .cta-btn-secondary:hover {
  transform: translateY(-5px) !important;
}

/* Section tag bounce on scroll */
.section-tag {
  transition: transform 0.3s ease;
}
.section-tag:hover {
  transform: translateY(-2px);
}

/* Mini-card float */
.mini-card {
  transition: transform 0.38s cubic-bezier(0.34, 1.56, 0.64, 1),
              box-shadow 0.38s ease !important;
}
.mini-card:hover {
  transform: translateY(-8px) scale(1.02) !important;
}

/* Scroll progress indicator */
.scroll-progress {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  height: 3px;
  background: linear-gradient(90deg, #ff9d3b, #f27a1a);
  z-index: 9999;
  width: 0%;
  transition: width 0.1s linear;
  box-shadow: 0 0 8px rgba(242,122,26,0.5);
}

/* Navbar brand entrance */
.navbar-brand {
  animation: fadeIn 0.6s ease both;
}

/* Footer links hover */
.footer-links a {
  transition: color 0.2s ease, transform 0.2s ease;
  display: inline-flex;
  align-items: center;
}
.footer-links a:hover {
  color: var(--primary) !important;
  transform: translateY(-2px);
}

/* Bottom bar active indicator */
.bottom-bar-item {
  transition: color 0.2s ease, transform 0.2s ease !important;
}
.bottom-bar-item:hover {
  transform: translateY(-2px);
}
.bottom-bar-item.active {
  transform: translateY(-1px);
}

/* Process step number animated */
.process-step {
  transition: color 0.3s ease, transform 0.3s ease;
}
.process-card:hover .process-step {
  color: rgba(242,122,26,0.35) !important;
  transform: scale(1.1) translateY(-4px);
}

/* Process grid connector line */
@media (min-width: 992px) {
  .process-grid {
    position: relative;
  }
  .process-grid::before {
    content: '';
    position: absolute;
    top: 50px;
    inset-inline-start: 15%;
    width: 70%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(242,122,26,0.25), rgba(242,122,26,0.25), transparent);
    pointer-events: none;
    z-index: 0;
  }
}

/* ── 8. MOBILE GENERAL SPACING ───────────────────────────────────── */
@media (max-width: 767px) {
  .section-padding { padding: 64px 0; }
  .cta-section { padding: 80px 0; }
  .hero-section { padding-top: 80px !important; }

  /* Ensure body doesn't jump on mobile menu open */
  body.menu-open {
    overflow: hidden;
  }

  /* Fix: hero row shouldn't be taller than viewport */
  .hero-section .row.min-vh-100 {
    min-height: auto;
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 575px) {
  .section-padding { padding: 52px 0; }
  .hero-actions { gap: 0.75rem !important; }
  .hero-actions .btn { width: 100%; justify-content: center; }
}

/* ── 9. PRODUCTS CONTAINER OVERFLOW FIX ─────────────────────────── */
#products {
  overflow: visible !important;
}
/* Break the horizontal scroll out of container padding on mobile */
@media (max-width: 767px) {
  /* Only the productsGrid itself breaks out — not the whole container */
  #productsGrid:not(.products-grid--grouped) {
    margin-inline: -12px;
    width: calc(100% + 24px);
    padding-inline: 12px !important;
  }
  /* Grouped view stays normal */
  #productsGrid.products-grid--grouped {
    margin-inline: 0;
    width: 100%;
  }
  /* Also break each product-group-grid out */
  .product-group-grid {
    margin-inline: -12px;
    width: calc(100% + 24px);
    padding-inline: 12px !important;
  }
}

/* ── 10. HERO SECTION MOBILE SPACING TIGHTENING ─────────────────── */
@media (max-width: 767px) {
  /* Remove the giant min-vh-100 row on mobile; let content breathe naturally */
  .hero-section .row.min-vh-100 {
    min-height: 0 !important;
    padding-top: 1.5rem;
    padding-bottom: 3rem;
  }
  .hero-title { font-size: clamp(1.9rem, 8vw, 2.6rem) !important; }
  .hero-subtitle { font-size: 0.98rem !important; }
  .hero-text { font-size: 0.92rem !important; }
}

/* ── 11. SLIDESHOW TOUCH AREA ────────────────────────────────────── */
.hero-slideshow { touch-action: pan-y; user-select: none; cursor: grab; }
.hero-slideshow:active { cursor: grabbing; }

/* ── 12. ABOUT SECTION GRID ON MOBILE ───────────────────────────── */
@media (max-width: 575px) {
  .about-grid-cards {
    grid-template-columns: 1fr !important;
  }
}

/* ── 13. WHY-US CARDS UNIFORMITY ────────────────────────────────── */
.feature-card {
  display: flex;
  flex-direction: column;
}
.feature-card p { flex: 1; }

/* ── 14. PROCESS CARDS MOBILE 2-COL ─────────────────────────────── */
@media (max-width: 575px) {
  .process-grid > [class*="col-"] {
    width: 50% !important;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* ── 15. BOTTOM BAR SAFE AREA ────────────────────────────────────── */
.mobile-bottom-bar {
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

/* ── 16. SECTION HEADING MOBILE ──────────────────────────────────── */
@media (max-width: 767px) {
  .section-heading h2, .cta-headline {
    font-size: clamp(1.5rem, 5.5vw, 2.2rem) !important;
  }
  .section-heading p { font-size: 0.93rem !important; }
}

/* ── 17. STAT BOXES MOBILE 2-COL ────────────────────────────────── */
@media (max-width: 575px) {
  .stats-row > [class*="col-"] {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .stat-number { font-size: 2rem !important; }
}

/* ── 18. CONTACT SECTION LAYOUT FIX ─────────────────────────────── */
@media (max-width: 1199px) {
  .col-xl-5, .col-xl-7 {
    /* Stack them on < xl */
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* ── 19. CARD REVEALED STATE (for IntersectionObserver JS) ──────── */
.feature-card.revealed,
.process-card.revealed {
  /* Cards animate via AOS; this class simply marks them */
}

/* ── 20. REMOVE REDUNDANT BODY LOCK CSS (JS handles it) ─────────── */
/* body.menu-open handled by existing JS body.style.overflow = 'hidden' */

/* ── 21. FOOTER BOTTOM BAR CLEARANCE ────────────────────────────── */
@media (max-width: 991px) {
  .footer-section {
    padding-bottom: calc(80px + env(safe-area-inset-bottom, 0px)) !important;
  }
}

/* ── 22. HERO PANEL FLOAT REDUCED ON MOBILE ─────────────────────── */
@media (max-width: 991px) {
  .hero-panel { animation: none !important; }
}

/* ═══════════════════════════════════════════════════════════════════
   IMAGE LIGHTBOX
   ═══════════════════════════════════════════════════════════════════ */
.img-lightbox {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.32s ease, visibility 0.32s ease;
}
.img-lightbox.lb-active {
  opacity: 1;
  visibility: visible;
}
.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 4, 2, 0.93);
  backdrop-filter: blur(18px) saturate(0.8);
  -webkit-backdrop-filter: blur(18px) saturate(0.8);
  cursor: zoom-out;
}
.lightbox-close-btn {
  position: fixed;
  top: 1.2rem;
  inset-inline-end: 1.2rem;
  z-index: 3;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.22);
  color: #fff;
  font-size: 1.05rem;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}
.lightbox-close-btn:hover { background: rgba(255,255,255,0.24); transform: scale(1.1) rotate(90deg); }
.lightbox-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  max-width: min(92vw, 860px);
  animation: lbEnter 0.38s cubic-bezier(0.34,1.56,0.64,1) both;
}
@keyframes lbEnter {
  from { opacity: 0; transform: scale(0.88) translateY(20px); }
  to   { opacity: 1; transform: scale(1) translateY(0); }
}
.img-lightbox:not(.lb-active) .lightbox-content { animation: none; }
.lightbox-img-wrap {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(0,0,0,0.55);
  background: rgba(255,255,255,0.05);
  max-height: 76vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox-img {
  max-width: 100%;
  max-height: 76vh;
  object-fit: contain;
  display: block;
  border-radius: 20px;
}
.lightbox-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.lightbox-caption {
  color: rgba(255,255,255,0.88);
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0;
  text-align: center;
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}
/* Lightbox emoji placeholder when no image */
.lightbox-emoji-placeholder {
  font-size: 9rem;
  line-height: 1;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,0.4));
}

/* ═══ Product card mobile sizing adjustments ═══ */
@media (max-width: 767px) {
  /* Horizontal scroll: cards are 185px min-width */
  .products-grid:not(.products-grid--grouped) .prod-card,
  .product-group-grid .prod-card {
    min-width: 185px !important;
    max-width: 185px !important;
    flex: 0 0 185px !important;
  }
  .prod-card-img-wrap { aspect-ratio: 1 / 1; }
  .prod-card-name { font-size: 0.85rem; }
  .prod-info-btn { width: 26px; height: 26px; min-width: 26px; font-size: 0.78rem; }
}
@media (max-width: 480px) {
  .products-grid:not(.products-grid--grouped) .prod-card,
  .product-group-grid .prod-card {
    min-width: 158px !important;
    max-width: 158px !important;
    flex: 0 0 158px !important;
  }
}

/* ═══ Neutralize old shimmer/scale from previous pass that conflict ═══ */
.prod-card::after { display: none !important; }
.prod-card:hover { transform: translateY(-8px) scale(1.015) !important; }

/* ═══ Product grid alignment ═══ */
.products-grid, .product-group-grid { align-items: stretch; }

/* ═══════════════════════════════════════════════════════════════════
   COMPREHENSIVE RESPONSIVE OVERHAUL — FINAL
   ═══════════════════════════════════════════════════════════════════ */

/* ── 1. PRODUCTS GRID: Horizontal scroll on mobile AND tablet ─────── */

/* Desktop (≥992px): normal grid */
@media (min-width: 992px) {
  .products-grid:not(.products-grid--grouped),
  .product-group-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 1.25rem !important;
    overflow: visible !important;
  }
}
@media (min-width: 1200px) {
  .products-grid:not(.products-grid--grouped),
  .product-group-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1400px) {
  .products-grid:not(.products-grid--grouped),
  .product-group-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}

/* Tablet + Mobile (<992px): horizontal scroll carousel */
@media (max-width: 991px) {
  .products-grid:not(.products-grid--grouped),
  .product-group-grid {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    gap: 1rem !important;
    padding: 0.5rem 0 1rem !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    align-items: flex-start !important;
  }
  .products-grid:not(.products-grid--grouped)::-webkit-scrollbar,
  .product-group-grid::-webkit-scrollbar { display: none !important; }

  .prod-card {
    min-width: 230px !important;
    max-width: 230px !important;
    flex: 0 0 230px !important;
    scroll-snap-align: start;
  }

  /* Grouped view stays block */
  .products-grid.products-grid--grouped {
    display: block !important;
    overflow: visible !important;
  }

  /* Remove the breakout margin from previous pass */
  #productsGrid:not(.products-grid--grouped) {
    margin-inline: 0;
    width: 100%;
  }
  .product-group-grid {
    margin-inline: 0;
    width: 100%;
  }
}

/* Small mobile (<576px): slightly narrower cards */
@media (max-width: 575px) {
  .prod-card {
    min-width: 200px !important;
    max-width: 200px !important;
    flex: 0 0 200px !important;
  }
}

/* ── 2. REMOVE SCROLL FADE SHADOWS FROM PRODUCT ROWS ─────────────── */
.product-group::after { display: none !important; }
[dir="rtl"] .product-group::after { display: none !important; }

/* ── 3. PROCESS GRID RESPONSIVE ──────────────────────────────────── */
/* Mobile phones (<576px): 1 column */
@media (max-width: 575px) {
  .process-grid > [class*="col-"] {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
/* Tablet (576–991px): 2 columns */
@media (min-width: 576px) and (max-width: 991px) {
  .process-grid > [class*="col-"] {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
/* Desktop (≥992px): 4 columns */
@media (min-width: 992px) {
  .process-grid > [class*="col-"] {
    width: 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
}

/* ── 4. NAVBAR: full on lg+ only, properly collapsed below ────────── */
@media (max-width: 991px) {
  .nav-desktop { display: none !important; }
  .nav-mobile-controls {
    display: flex !important;
    align-items: center;
    gap: 0.5rem;
    margin-inline-start: auto;
    flex: 0 0 auto;
  }
  .custom-navbar { padding: 8px 0; }
  .custom-navbar .container { min-height: 62px; }
  .navbar-brand {
    flex: 1 1 auto;
    max-width: calc(100% - 100px);
    overflow: hidden;
  }
  .brand-title { font-size: 0.92rem !important; }
  .brand-subtitle { display: none !important; }
  .hero-section { padding-top: 90px !important; }
}
@media (max-width: 575px) {
  .custom-navbar { padding: 6px 0; }
  .custom-navbar .container { min-height: 58px !important; }
  .brand-mark { width: 36px !important; height: 36px !important; }
  .brand-title { font-size: 0.85rem !important; }
  .hero-section { padding-top: 82px !important; }
  .btn-lang { padding: 0.35rem 0.6rem !important; font-size: 0.75rem !important; }
  .navbar-toggler-custom { width: 38px !important; height: 38px !important; }
}

/* ── 5. GLOBAL OVERFLOW & BODY FIX ───────────────────────────────── */
html, body {
  overflow-x: hidden !important;
  max-width: 100vw;
}
* { box-sizing: border-box; }

/* ── 6. HERO SECTION RESPONSIVE ──────────────────────────────────── */
@media (max-width: 991px) {
  .hero-section .row.min-vh-100 {
    min-height: 0 !important;
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
  .hero-visual { min-height: auto !important; overflow: hidden; border-radius: 28px; }
  .floating-card-top,
  .floating-card-bottom { display: none !important; }
  .hero-panel { animation: none !important; }
  .hero-panel-inner { min-height: auto !important; padding: 1.5rem !important; }
}
@media (max-width: 767px) {
  .hero-title { font-size: clamp(1.85rem, 7.5vw, 2.6rem) !important; margin-bottom: 0.75rem; }
  .hero-subtitle { font-size: 0.97rem !important; }
  .hero-text { font-size: 0.92rem !important; }
  .hero-actions .btn { padding: 0.8rem 1.4rem !important; font-size: 0.92rem; }
  .hero-chip-grid { grid-template-columns: 1fr !important; gap: 0.6rem !important; }
  .hero-category-cloud { gap: 0.5rem !important; }
  .hero-chip-pill { font-size: 0.8rem !important; padding: 0.5rem 0.7rem !important; }
}
@media (max-width: 575px) {
  .hero-actions { flex-direction: column !important; gap: 0.6rem !important; }
  .hero-actions .btn { width: 100% !important; justify-content: center !important; }
  .col-lg-6 { padding-inline: 0.75rem; }
}

/* ── 7. ABOUT SECTION ─────────────────────────────────────────────── */
@media (max-width: 991px) {
  .about-grid-cards { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 575px) {
  .about-grid-cards { grid-template-columns: 1fr !important; }
  .about-info-card { padding: 1rem !important; }
  .stats-row .col-6 { width: 50%; flex: 0 0 50%; }
  .stat-box { padding: 1rem !important; }
  .stat-number { font-size: 1.9rem !important; }
}

/* ── 8. PRODUCTS SECTION CONTAINER ───────────────────────────────── */
#products { overflow: visible !important; }
#products .container { overflow: visible !important; }
#productsGrid { overflow: visible !important; }
@media (max-width: 991px) {
  #products .container {
    padding-inline: 1rem !important;
  }
}

/* Cat-tabs scrollable on tablet/mobile */
@media (max-width: 991px) {
  .cat-tabs, .sub-tabs {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    padding-bottom: 2px;
  }
  .cat-tabs::-webkit-scrollbar, .sub-tabs::-webkit-scrollbar { display: none !important; }
  .cat-tab, .sub-tab { flex: 0 0 auto !important; }
  .cat-tabs-shell { padding: 0.65rem !important; }
}
@media (max-width: 575px) {
  .cat-tab { padding: 0.65rem 0.85rem !important; font-size: 0.85rem !important; }
  .sub-tab { padding: 0.55rem 0.75rem !important; font-size: 0.82rem !important; }
  .products-toolbar { flex-direction: column !important; align-items: flex-start !important; gap: 0.5rem !important; }
  .products-toolbar-note { font-size: 0.85rem !important; }
}

/* ── 9. WHY-US SECTION ────────────────────────────────────────────── */
@media (max-width: 767px) {
  #why-us .row.g-4 > [class*="col-"] {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #why-us .row.g-4 > [class*="col-"] {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

/* ── 10. FEATURE CARDS ────────────────────────────────────────────── */
@media (max-width: 575px) {
  .feature-card, .process-card {
    padding: 1.25rem 1.1rem !important;
  }
  .service-icon-wrap { width: 50px !important; height: 50px !important; font-size: 1.2rem !important; }
}

/* ── 11. CTA SECTION ─────────────────────────────────────────────── */
@media (max-width: 767px) {
  .cta-section { padding: 70px 0 !important; }
  .cta-actions { flex-direction: column !important; align-items: center !important; gap: 0.75rem !important; }
  .cta-btn-primary, .cta-btn-secondary { width: 100%; max-width: 340px; justify-content: center; }
  .cta-chips { gap: 0.4rem !important; }
  .cta-chip { font-size: 0.78rem !important; }
}
@media (max-width: 575px) {
  .cta-section { padding: 52px 0 !important; }
  .cta-headline { font-size: clamp(1.45rem, 6vw, 2rem) !important; }
  .cta-subtitle { font-size: 0.9rem !important; }
  .cta-delivery-note { font-size: 0.82rem !important; }
}

/* ── 12. CONTACT SECTION ─────────────────────────────────────────── */
@media (max-width: 1199px) {
  /* Stack contact columns */
  .contact-layout > [class*="col-xl-"] {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 767px) {
  .contact-panel, .quote-card, .contact-panel-polished, .quote-card-polished {
    padding: 1.4rem 1.1rem !important;
  }
  .contact-quick-actions { flex-direction: column !important; }
  .contact-quick-actions .btn { width: 100% !important; justify-content: center !important; }
  .checkbox-chips-grid.compact-chips-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.55rem !important;
  }
  .chip-check span { font-size: 0.8rem !important; padding: 0.6rem 0.6rem !important; }
  .quote-form .col-md-6 { width: 100% !important; flex: 0 0 100% !important; max-width: 100% !important; }
}
@media (max-width: 575px) {
  .checkbox-chips-grid.compact-chips-grid { grid-template-columns: 1fr 1fr !important; }
  .chip-check span { font-size: 0.76rem !important; padding: 0.55rem 0.5rem !important; }
  .map-frame-full { height: 250px !important; }
}

/* ── 13. SECTION HEADINGS & PADDING ──────────────────────────────── */
@media (max-width: 991px) {
  .section-padding { padding: 72px 0; }
}
@media (max-width: 767px) {
  .section-padding { padding: 58px 0; }
  .section-heading h2, .cta-headline, .stats-heading {
    font-size: clamp(1.5rem, 5.5vw, 2.3rem) !important;
  }
  .section-heading p { font-size: 0.93rem !important; }
}
@media (max-width: 575px) {
  .section-padding { padding: 48px 0; }
  .section-heading h2, .cta-headline, .stats-heading {
    font-size: clamp(1.4rem, 5.8vw, 1.9rem) !important;
  }
}

/* ── 14. FOOTER & BOTTOM BAR ─────────────────────────────────────── */
@media (max-width: 991px) {
  .footer-section {
    padding: 20px 0 calc(76px + env(safe-area-inset-bottom, 0px)) !important;
  }
}
@media (max-width: 575px) {
  .footer-links { gap: 0.75rem !important; font-size: 0.88rem; }
  .footer-links a { font-size: 0.85rem; }
}
.mobile-bottom-bar {
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

/* ── 15. LTR (ENGLISH) SPECIFIC FIXES ────────────────────────────── */
[dir="ltr"] .mobile-menu-drawer {
  right: auto;
  left: -105%;
  box-shadow: 24px 0 60px rgba(10,20,50,0.18);
}
[dir="ltr"] .mobile-menu-drawer.active { left: 0; right: auto; }
[dir="ltr"] .brand-subtitle { text-align: left; }
[dir="ltr"] .hero-title { text-align: left; }
[dir="ltr"] .contact-panel { text-align: left; }
[dir="ltr"] .prod-card-name { text-align: left; }
[dir="ltr"] .prod-hint-desc { text-align: left; }
/* Fix LTR nav pill alignment */
[dir="ltr"] .nav-desktop .navbar-nav { flex-direction: row; }
[dir="ltr"] .nav-desktop { flex-direction: row; }
/* Fix LTR hero actions stacking */
[dir="ltr"] .hero-actions { justify-content: flex-start; }
/* LTR contact item alignment */
[dir="ltr"] .contact-item { text-align: left; }
/* LTR footer */
[dir="ltr"] .footer-section .d-flex { flex-direction: row-reverse; }
@media (max-width: 575px) {
  [dir="ltr"] .footer-section .d-flex { flex-direction: column !important; align-items: center !important; }
}
/* LTR form labels */
[dir="ltr"] .form-label { text-align: left; }
[dir="ltr"] .products-toolbar { flex-direction: row; }
/* LTR brand name – prevent long English text from squeezing controls */
[dir="ltr"] .navbar-brand {
  max-width: 260px;
}
[dir="ltr"] .brand-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
@media (max-width: 480px) {
  [dir="ltr"] .navbar-brand { max-width: 180px; }
}
/* LTR mobile controls: keep on right side */
[dir="ltr"] .nav-mobile-controls { margin-inline-start: auto; }
/* LTR hint tooltip arrow alignment */
[dir="ltr"] .prod-hint-panel::before,
[dir="ltr"] .prod-hint-panel::after {
  left: 50%;
  right: auto;
}

/* ── 16. SLIDE SHOW RESPONSIVE ────────────────────────────────────── */
@media (max-width: 767px) {
  .slideshow-track { height: 115px !important; }
  .slide-inner { padding: 0.85rem 1rem; gap: 0.75rem; }
  .slide-emoji { font-size: 2rem !important; }
  .slide-label { font-size: 0.95rem !important; }
  .slide-badge { display: none !important; }
  .slide-desc { font-size: 0.78rem !important; }
}

/* ── 17. SECTION-PADDING ON ENGLISH MODE ─────────────────────────── */
[dir="ltr"] .section-heading { text-align: left; }
[dir="ltr"] .section-heading.text-center { text-align: center !important; }
[dir="ltr"] .section-tag { direction: ltr; }
[dir="ltr"] .hero-badge { direction: ltr; }

/* ── 18. PRODUCT GRID ALIGNMENT CLEANUP ──────────────────────────── */
/* Desktop: keep overflow visible so tooltip can escape the grid */
@media (min-width: 768px) {
  .products-grid { align-items: stretch; overflow: visible !important; }
  .product-group-grid { align-items: flex-start; overflow: visible !important; }
}
/* Mobile: only set alignment; overflow is controlled by the horizontal-scroll rules */
@media (max-width: 767px) {
  .products-grid { align-items: stretch; }
  .product-group-grid { align-items: flex-start; }
}
/* Each grid cell must be relative + visible for tooltip positioning */
.products-grid > .prod-card,
.product-group-grid > .prod-card {
  position: relative;
  overflow: visible !important;
}

/* ── 18b. GLOBAL PORTAL TOOLTIP (lives in <body>, always on top) ─── */
/* The original .prod-hint-panel inside each card is kept but never shown;
   a single global panel is used instead so position:fixed always works
   regardless of any transform on ancestor elements.                   */
.prod-hint-panel { display: none !important; }   /* hide original in-card panels */

.prod-hint-panel-global {
  position: fixed;
  z-index: 999999;
  background: #fff;
  border: 1px solid rgba(242,122,26,0.22);
  border-radius: 16px;
  box-shadow: 0 12px 36px rgba(112,58,10,0.16), 0 2px 8px rgba(112,58,10,0.08);
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.85rem 0.9rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
  max-width: 320px;
  min-width: 160px;
}
.prod-hint-panel-global.hint-visible {
  opacity: 1;
  pointer-events: auto;
}
/* Arrow pointing up (tooltip shown below card) */
.prod-hint-panel-global::before {
  content: '';
  position: absolute;
  top: -7px; left: 50%;
  transform: translateX(-50%);
  width: 13px; height: 7px;
  background: #fff;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  filter: drop-shadow(0 -2px 2px rgba(242,122,26,0.10));
}
.prod-hint-panel-global::after {
  content: '';
  position: absolute;
  top: -8px; left: 50%;
  transform: translateX(-50%);
  width: 14px; height: 8px;
  background: rgba(242,122,26,0.22);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  z-index: -1;
}
/* Arrow pointing down (tooltip shown above card) */
.prod-hint-panel-global.hint-above::before {
  top: auto; bottom: -7px;
  clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
}
.prod-hint-panel-global.hint-above::after {
  top: auto; bottom: -8px;
  clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
}

/* ── 19. PROD CARD SHIMMER - REMOVE CONFLICTING RULE ─────────────── */
.prod-card::after { content: none !important; display: none !important; }
.prod-card:hover { transform: translateY(-7px) scale(1.013) !important; }
/* Ensure card face clips radius but not tooltip */
.prod-card > .prod-card-img-wrap {
  overflow: hidden;
  border-radius: var(--radius) var(--radius) 0 0;
}
.prod-card > .prod-card-footer {
  overflow: hidden;
  border-radius: 0 0 var(--radius) var(--radius);
}
/* Card container: NO overflow:hidden, but clip background visually via inner elements */
.prod-card {
  overflow: visible !important;
  border-radius: var(--radius) !important;
}

/* ── 20. SAFE AREA / VIEWPORT ────────────────────────────────────── */
@supports (padding-bottom: env(safe-area-inset-bottom)) {
  .mobile-bottom-bar { padding-bottom: env(safe-area-inset-bottom); }
  .mobile-menu-footer { padding-bottom: calc(1.25rem + env(safe-area-inset-bottom)); }
}

/* ══════════════════════════════════════════════════════════════════
   FINAL BUG-FIX OVERRIDES — appended after all other rules
   ══════════════════════════════════════════════════════════════════ */

/* ── BUG 1 FIX: The carousel must scroll horizontally — don't clip it ── */
/* Key fix: overflowY must stay visible/auto, never hidden (was set by JS) */
@media (max-width: 767px) {
  .products-grid:not(.products-grid--grouped),
  .product-group-grid {
    overflow-y: visible !important;  /* never clip cards vertically */
    min-height: 0;
  }
  .products-grid.products-grid--grouped {
    display: block !important;
    overflow: visible !important;
  }
}

/* ── BUG 2: Sub-tabs wrapper — contain overflow so it never shifts page width ── */
.sub-tabs-wrapper {
  overflow: hidden !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}
.sub-tabs {
  max-width: 100%;
  box-sizing: border-box;
}

/* ── Sandwich photo cards: photo fills the image area (same card design) ── */
.prod-card--photo .prod-card-img-wrap {
  background: #1c1c1c !important;
}
.prod-card-img--photo {
  object-fit: cover !important;
  padding: 0 !important;
  transform: scale(1.01) !important;
}
.prod-card-img--photo.loaded {
  opacity: 1;
  transform: scale(1) !important;
}
.prod-card--photo:hover .prod-card-img--photo.loaded {
  transform: scale(1.07) !important;
}

/* ── Desktop: overflow visible so tooltip can escape the grid ── */
@media (min-width: 768px) {
  .products-grid, .product-group-grid { overflow: visible !important; }
}

/* ── Global overflow guard ── */
html, body {
  overflow-x: hidden !important;
  max-width: 100vw;
}


/* ══════════════════════════════════════════════════════════════════
   PATCH: product horizontal scroll + jpeg product images
   ══════════════════════════════════════════════════════════════════ */
@media (max-width: 991px) {
  .products-grid:not(.products-grid--grouped),
  .product-group-grid {
    cursor: grab;
    touch-action: pan-y pinch-zoom;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
    overflow-x: auto !important;
    overflow-y: visible !important;
  }

  .products-grid:not(.products-grid--grouped).is-dragging,
  .product-group-grid.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none !important;
  }

  .products-grid:not(.products-grid--grouped) .prod-card,
  .product-group-grid .prod-card {
    user-select: none;
    -webkit-user-select: none;
  }
}

.prod-card--photo .prod-card-emoji-bg {
  opacity: 0;
  pointer-events: none;
}

.prod-card-img--photo {
  object-fit: cover !important;
  object-position: center !important;
  padding: 0 !important;
}


/* ══════════════════════════════════════════════════════════════════
   PATCH 2: keep native touch swipe, stronger photo fill, tooltip safety
   ══════════════════════════════════════════════════════════════════ */
@media (max-width: 991px) {
  .products-grid:not(.products-grid--grouped),
  .product-group-grid {
    touch-action: pan-x pan-y !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    overflow-x: auto !important;
    overflow-y: visible !important;
  }
}

.prod-card.prod-card--photo .prod-card-img-wrap {
  background: #f5f5f5 !important;
}

.prod-card.prod-card--photo .prod-card-img {
  object-fit: cover !important;
  object-position: center center !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  transform: scale(1.16) !important;
}

.prod-card.prod-card--photo .prod-card-img.loaded {
  opacity: 1 !important;
  transform: scale(1.12) !important;
}

.prod-card.prod-card--photo:hover .prod-card-img.loaded {
  transform: scale(1.18) !important;
}

.prod-card.prod-card--photo .prod-card-emoji-bg {
  opacity: 0 !important;
  pointer-events: none !important;
}

.prod-hint-panel-global {
  display: flex !important;
}

.prod-hint-panel-global .prod-hint-desc {
  display: block !important;
  margin: 0 !important;
}


/* ══════════════════════════════════════════════════════════════════
   PATCH 3: uncropped sandwich photos + forced category drag scroll
   ══════════════════════════════════════════════════════════════════ */
@media (max-width: 991px) {
  .products-grid:not(.products-grid--grouped),
  .product-group-grid {
    touch-action: pan-y !important;
    cursor: grab;
    overscroll-behavior-x: contain;
  }

  .products-grid:not(.products-grid--grouped).is-drag-ready,
  .products-grid:not(.products-grid--grouped).is-dragging,
  .product-group-grid.is-drag-ready,
  .product-group-grid.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none !important;
  }
}

.prod-card.prod-card--photo .prod-card-img-wrap {
  aspect-ratio: 1.18 / 1 !important;
  background: #ffffff !important;
}

.prod-card.prod-card--photo .prod-card-img {
  object-fit: contain !important;
  object-position: center center !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  transform: scale(1.03) !important;
}

.prod-card.prod-card--photo .prod-card-img.loaded {
  opacity: 1 !important;
  transform: scale(1.03) !important;
}

.prod-card.prod-card--photo:hover .prod-card-img.loaded {
  transform: scale(1.06) !important;
}

.prod-card.prod-card--photo .prod-card-emoji-bg {
  display: none !important;
}


/* ══════════════════════════════════════════════════════════════════
   PATCH 4: single-category row scroll + sandwich image side margins
   ══════════════════════════════════════════════════════════════════ */
.products-grid.products-grid--single {
  display: block !important;
  overflow: visible !important;
}

.products-grid-single-row {
  width: 100%;
}

@media (max-width: 991px) {
  .products-grid.products-grid--single {
    display: block !important;
    overflow: visible !important;
  }

  .products-grid-single-row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    gap: 1rem !important;
    padding: 0.45rem 0.2rem 1rem !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior-x: contain;
    touch-action: pan-x pan-y !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    cursor: grab;
  }

  .products-grid-single-row::-webkit-scrollbar {
    display: none !important;
  }

  .products-grid-single-row.is-drag-ready,
  .products-grid-single-row.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none !important;
  }

  .products-grid-single-row .prod-card {
    min-width: 230px !important;
    max-width: 230px !important;
    flex: 0 0 230px !important;
    scroll-snap-align: start !important;
    user-select: none;
    -webkit-user-select: none;
  }
}

@media (max-width: 575px) {
  .products-grid-single-row .prod-card {
    min-width: 200px !important;
    max-width: 200px !important;
    flex: 0 0 200px !important;
  }
}

.prod-card.prod-card--photo .prod-card-img-wrap {
  aspect-ratio: 1.22 / 1 !important;
  background: #ffffff !important;
}

.prod-card.prod-card--photo .prod-card-img {
  object-fit: contain !important;
  object-position: center center !important;
  width: 100% !important;
  height: 100% !important;
  padding-inline: 12px !important;
  padding-block: 6px !important;
  transform: none !important;
}

.prod-card.prod-card--photo .prod-card-img.loaded {
  opacity: 1 !important;
  transform: none !important;
}

.prod-card.prod-card--photo:hover .prod-card-img.loaded {
  transform: scale(1.02) !important;
}

.prod-card.prod-card--photo .prod-card-emoji-bg {
  display: none !important;
}


/* ══════════════════════════════════════════════════════════════════
   PATCH 5: smooth rows, equal cards, footer/contact EN fixes, hero pills, tooltip
   ══════════════════════════════════════════════════════════════════ */
@media (max-width: 991px) {
  .product-group-grid,
  .products-grid-single-row {
    scroll-behavior: smooth !important;
    scroll-snap-type: x proximity !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior-x: contain !important;
    touch-action: pan-x !important;
  }
}

.prod-card {
  display: flex !important;
  flex-direction: column !important;
}

.prod-card-footer {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  gap: 0.38rem !important;
  min-height: 92px !important;
}

.prod-name-row {
  align-items: flex-start !important;
  min-height: 48px !important;
}

.prod-card-name {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
  min-height: 2.6em !important;
  line-height: 1.3 !important;
}

.prod-card-sub-label {
  align-self: flex-start;
}

[dir="ltr"] .footer-section .container > .d-flex {
  flex-direction: row !important;
}

[dir="ltr"] .footer-links {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 1rem !important;
}

@media (max-width: 575px) {
  [dir="ltr"] .footer-section .container > .d-flex {
    flex-direction: column !important;
    align-items: center !important;
  }

  [dir="ltr"] .footer-links {
    justify-content: center !important;
  }
}

.hero-category-cloud .hero-chip-pill {
  gap: 0 !important;
}

.hero-category-cloud .hero-chip-pill > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.prod-info-btn {
  touch-action: manipulation;
}

.prod-card.prod-card--photo .prod-card-img {
  padding-inline: 16px !important;
}

@media (max-width: 575px) {
  .prod-card-footer {
    min-height: 88px !important;
  }

  .prod-name-row {
    min-height: 46px !important;
  }

  .prod-card.prod-card--photo .prod-card-img {
    padding-inline: 12px !important;
  }
}


/* v6 fix: keep EN footer quick links horizontal on mobile */
@media (max-width: 575px) {
  [dir="ltr"] .footer-links.d-flex {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.85rem 1rem !important;
  }

  [dir="ltr"] .footer-links.d-flex a {
    display: inline-flex !important;
    align-items: center !important;
    white-space: nowrap !important;
  }
}

/* ══════════════════════════════════════════════════════════════════
   PATCH 7: remove hand cursor on product rows + make whole image area clickable
   ══════════════════════════════════════════════════════════════════ */
@media (max-width: 991px) {
  .products-grid:not(.products-grid--grouped),
  .product-group-grid,
  .products-grid-single-row,
  .products-grid:not(.products-grid--grouped).is-drag-ready,
  .products-grid:not(.products-grid--grouped).is-dragging,
  .product-group-grid.is-drag-ready,
  .product-group-grid.is-dragging,
  .products-grid-single-row.is-drag-ready,
  .products-grid-single-row.is-dragging {
    cursor: auto !important;
  }
}

.prod-card-img-wrap,
.prod-card-img,
.prod-card.prod-card--photo .prod-card-img-wrap,
.prod-card.prod-card--photo .prod-card-img {
  cursor: zoom-in !important;
}

.prod-card-img-wrap:active,
.prod-card-img:active,
.prod-card.prod-card--photo .prod-card-img-wrap:active,
.prod-card.prod-card--photo .prod-card-img:active {
  cursor: zoom-in !important;
}


/* ══════════════════════════════════════════════════════════════════
   CLIENT EDIT PATCH: product sections, hero image slider, mobile UX
   ══════════════════════════════════════════════════════════════════ */
.hero-slideshow {
  margin-top: 2rem !important;
  border-radius: 28px !important;
  background: #1e1209;
}
.slideshow-track { height: 260px !important; }
.slide-photo { padding: 0 !important; isolation: isolate; }
.slide-bg-img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; transform: scale(1.03);
  filter: saturate(1.05) contrast(1.03); z-index: 0;
}
.slide-overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.22), transparent 34%),
    linear-gradient(90deg, rgba(24,12,4,0.80), rgba(24,12,4,0.34), rgba(242,122,26,0.18));
}
[dir="rtl"] .slide-overlay {
  background:
    radial-gradient(circle at 80% 20%, rgba(255,255,255,0.22), transparent 34%),
    linear-gradient(270deg, rgba(24,12,4,0.80), rgba(24,12,4,0.34), rgba(242,122,26,0.18));
}
.slide-content-photo {
  position: relative; z-index: 2; padding: 1.35rem 1.55rem; align-self: stretch;
  display: flex; flex-direction: column; justify-content: flex-end; min-width: 0;
}
.slide-kicker {
  width: fit-content; display: inline-flex; align-items: center; border-radius: 999px;
  padding: 0.34rem 0.72rem; background: rgba(255,255,255,0.16);
  border: 1px solid rgba(255,255,255,0.24); color: rgba(255,255,255,0.88);
  font-size: 0.72rem; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase;
  backdrop-filter: blur(8px); margin-bottom: 0.55rem;
}
.slide-content-photo .slide-label {
  font-size: clamp(1.55rem, 3.4vw, 2.3rem) !important;
  line-height: 1.15;
  text-shadow: 0 8px 22px rgba(0,0,0,0.34);
}
.slide-content-photo .slide-desc {
  max-width: 96%;
  font-size: 0.92rem !important;
  color: rgba(255,255,255,0.90) !important;
  text-shadow: 0 4px 14px rgba(0,0,0,0.28);
}
.slide-photo .slide-badge {
  position: absolute; z-index: 2; top: 1rem; inset-inline-end: 1rem;
  background: rgba(255,255,255,0.17) !important;
  border-color: rgba(255,255,255,0.28) !important;
  backdrop-filter: blur(10px);
}
@media (max-width: 991px) { .slideshow-track { height: 220px !important; } }
@media (max-width: 575px) {
  .slideshow-track { height: 180px !important; }
  .slide-content-photo { padding: 1rem !important; }
  .slide-kicker { font-size: 0.64rem; }
  .slide-content-photo .slide-label { font-size: 1.35rem !important; }
  .slide-content-photo .slide-desc {
    white-space: normal !important; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  }
}
@media (max-width: 991px) {
  .cat-tabs, .sub-tabs {
    scroll-behavior: smooth !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior-x: contain !important;
  }
  .product-group-grid,
  .products-grid-single-row {
    touch-action: pan-x pan-y pinch-zoom !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-snap-type: x proximity !important;
    scroll-padding-inline: 0.75rem;
  }
  .prod-card,
  .prod-card-img-wrap,
  .prod-card-footer { touch-action: pan-x pan-y pinch-zoom !important; }
  .prod-card:hover { transform: none !important; }
}
.prod-card-img-wrap {
  cursor: zoom-in !important;
  -webkit-tap-highlight-color: transparent;
}
.prod-card-img-wrap::after {
  content: ''; position: absolute; inset: 0; z-index: 4; pointer-events: none;
  background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,0.03));
}
.prod-img-fullscreen-btn {
  opacity: 1 !important;
  transform: scale(1) !important;
}
body.lightbox-open {
  overflow: hidden !important;
  touch-action: none;
}
.img-lightbox.lb-active { touch-action: none; }
.lightbox-content {
  max-width: 96vw !important;
  width: 96vw;
}
.lightbox-img-wrap {
  width: min(96vw, 980px);
  max-height: 82vh !important;
  overflow: hidden !important;
  touch-action: none !important;
  border-radius: 22px;
}
.lightbox-img {
  max-width: 100% !important;
  max-height: 82vh !important;
  transform-origin: center center;
  will-change: transform;
  touch-action: none !important;
  user-select: none;
  -webkit-user-drag: none;
}
.img-lightbox.lb-zoomed .lightbox-backdrop { cursor: grab; }
@media (max-width: 575px) {
  .lightbox-close-btn {
    top: calc(0.8rem + env(safe-area-inset-top, 0px)) !important;
    inset-inline-end: 0.8rem !important;
    width: 42px !important;
    height: 42px !important;
  }
  .lightbox-content {
    width: 100vw !important;
    max-width: 100vw !important;
    gap: 0.65rem !important;
  }
  .lightbox-img-wrap {
    width: 100vw !important;
    max-height: 78vh !important;
    border-radius: 0 !important;
  }
  .lightbox-img {
    max-height: 78vh !important;
    border-radius: 0 !important;
  }
  .lightbox-caption {
    font-size: 0.92rem !important;
    padding-inline: 1rem;
  }
}
@media (max-width: 991px) {
  html { scroll-padding-top: 84px; }
  body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overscroll-behavior-y: none;
  }
  * { -webkit-tap-highlight-color: rgba(242,122,26,0.10); }
  .section-padding {
    content-visibility: auto;
    contain-intrinsic-size: 1px 760px;
  }
  .hero-section, #products, #contact { content-visibility: visible; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}


/* ══════════════════════════════════════════════════════════════════
   HOTFIX: restore native mobile page scrolling
   ══════════════════════════════════════════════════════════════════ */
@media (max-width: 991px) {
  html,
  body {
    height: auto !important;
    min-height: 100% !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior-y: auto !important;
    touch-action: auto !important;
  }

  body:not(.lightbox-open) {
    overflow: auto !important;
  }

  #products,
  #products .container,
  #productsGrid,
  .products-grid,
  .product-group-grid,
  .products-grid-single-row,
  .prod-card,
  .prod-card-img-wrap,
  .prod-card-img,
  .prod-card-footer,
  .cat-tabs,
  .sub-tabs {
    touch-action: auto !important;
  }

  .product-group-grid,
  .products-grid-single-row,
  .cat-tabs,
  .sub-tabs {
    -webkit-overflow-scrolling: touch !important;
  }
}

body.lightbox-open {
  overflow: hidden !important;
}

body.lightbox-open .img-lightbox,
body.lightbox-open .lightbox-img-wrap,
body.lightbox-open .lightbox-img {
  touch-action: none !important;
}

/* ══════════════════════════════════════════════════════════════════
   FINAL PRODUCT-SCOPE POLISH: only juices, ice cream, frozen fruits
   ══════════════════════════════════════════════════════════════════ */
.hero-slide-link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.hero-slide-link:hover .slide-label,
.hero-slide-link:focus-visible .slide-label {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.hero-product-link {
  color: #fff !important;
  text-decoration: none !important;
  cursor: pointer;
  border: 1px solid rgba(255,255,255,0.22) !important;
}

.hero-product-link i {
  font-size: 1.1rem;
  line-height: 1;
  transition: transform 0.2s ease;
}

.hero-product-link:hover,
.hero-product-link:focus-visible {
  background: rgba(255,255,255,0.18) !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(90, 40, 6, 0.22);
}

[dir="rtl"] .hero-product-link:hover i,
[dir="rtl"] .hero-product-link:focus-visible i {
  transform: translateX(-4px);
}

[dir="ltr"] .hero-product-link i::before {
  transform: scaleX(-1);
}

.product-group-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}

.product-row-shell {
  position: relative;
  overflow: visible;
  isolation: isolate;
}

.single-row-hint-wrap {
  display: none !important;
}

.product-scroll-arrow {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  z-index: 6;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.38));
  color: var(--primary);
  box-shadow: 0 14px 34px rgba(90, 40, 6, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(13px) saturate(165%);
  -webkit-backdrop-filter: blur(13px) saturate(165%);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-50%) scale(0.9);
  transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.product-scroll-arrow--left {
  left: 0.18rem;
}

.product-scroll-arrow--right {
  right: 0.18rem;
}

.product-scroll-arrow i {
  display: block;
  font-size: 1.35rem;
  line-height: 1;
  filter: drop-shadow(0 3px 5px rgba(90, 40, 6, 0.12));
}

.product-scroll-arrow:hover,
.product-scroll-arrow:focus-visible {
  box-shadow: 0 18px 42px rgba(90, 40, 6, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.82);
  transform: translateY(-50%) scale(1);
  outline: none;
}

.product-scroll-arrow:active {
  transform: translateY(-50%) scale(0.95);
}

@supports not ((backdrop-filter: blur(8px)) or (-webkit-backdrop-filter: blur(8px))) {
  .product-scroll-arrow {
    background: rgba(255, 255, 255, 0.9);
  }
}

@media (max-width: 991px) {
  .product-row-shell::before,
  .product-row-shell::after {
    content: '';
    position: absolute;
    top: 0.25rem;
    bottom: 0.85rem;
    z-index: 5;
    width: 2.4rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease;
  }

  .product-row-shell::before {
    left: 0;
    background: linear-gradient(to right, rgba(244, 247, 252, 0.92), rgba(244, 247, 252, 0));
  }

  .product-row-shell::after {
    right: 0;
    background: linear-gradient(to left, rgba(244, 247, 252, 0.92), rgba(244, 247, 252, 0));
  }

  .product-row-shell.is-scrollable .product-scroll-arrow {
    display: inline-flex;
  }

  .product-row-shell.can-scroll-left::before,
  .product-row-shell.can-scroll-right::after {
    opacity: 1;
  }

  .product-row-shell.can-scroll-left .product-scroll-arrow--left,
  .product-row-shell.can-scroll-right .product-scroll-arrow--right {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(-50%) scale(0.96);
  }

  .product-group-header {
    align-items: center !important;
    flex-direction: row !important;
  }

  .product-group-title {
    font-size: 1.12rem !important;
  }
}

@media (max-width: 480px) {
  .product-group-actions {
    gap: 0.4rem;
  }
}


/* ══════════════════════════════════════════════════════════════════
   CONTENT REFINEMENT PATCH: compact product names and balanced cards
   ══════════════════════════════════════════════════════════════════ */
.prod-card-footer {
  min-height: 0 !important;
  justify-content: flex-start !important;
  gap: 0.15rem !important;
  padding: 0.68rem 0.85rem 0.62rem !important;
}

.prod-name-row {
  min-height: 0 !important;
  align-items: center !important;
}

.prod-card-name {
  min-height: 0 !important;
  margin: 0 !important;
}

@media (max-width: 575px) {
  .prod-card-footer {
    min-height: 0 !important;
    padding: 0.62rem 0.72rem 0.58rem !important;
  }

  .prod-name-row {
    min-height: 0 !important;
  }
}
