*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --red: #b03020;
  --red-dark: #8e2418;
  --red-light: #d44030;
  --black: #1a1a1a;
  --white: #ffffff;
  --gray-light: #f5f5f5;
  --gray: #4a4a4a;
  --gray-dark: #333333;
  --card-bg: #ffffff;
  --shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  --radius: 8px;
  --transition: 0.3s ease;
}
@view-transition {
  navigation: auto;
}
::view-transition-old(root) {
  animation: page-scale-out 0.28s cubic-bezier(0.4, 0, 0.2, 1) both;
}
::view-transition-new(root) {
  animation: page-scale-in 0.28s cubic-bezier(0.4, 0, 0.2, 1) both;
}
@keyframes page-scale-out {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.96);
  }
}
@keyframes page-scale-in {
  from {
    opacity: 0;
    transform: scale(1.04);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  ::view-transition-old(root),
  ::view-transition-new(root) {
    animation: none;
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
  font-size: 16px;
  overflow-x: hidden;
}
body {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--black);
  background: var(--white);
  line-height: 1.6;
}
.section-alt {
  background-color: var(--gray-light);
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: var(--red);
  text-decoration: none;
  transition: color var(--transition);
}
a:hover {
  color: var(--red-dark);
}
:focus-visible {
  outline: 2px dashed var(--red);
  outline-offset: 4px;
}
ul {
  list-style: none;
}
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
}
.logo {
  height: 80px;
  width: 200px;
  object-fit: contain;
}
.main-nav {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.nav-list {
  display: flex;
  gap: 1.5rem;
}
.nav-list a {
  color: var(--black);
  font-weight: 500;
  font-size: 0.95rem;
  padding: 0.25rem 0;
  position: relative;
}
.nav-list a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--red);
  transition: width var(--transition);
}
.nav-list a:hover::after {
  width: 100%;
}
.nav-toggle {
  display: none;
  background: 0 0;
  border: none;
  cursor: pointer;
  padding: 0.75rem;
  flex-direction: column;
  gap: 5px;
  min-height: 48px;
  min-width: 48px;
  align-items: center;
  justify-content: center;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 3px;
  background: var(--black);
  border-radius: 2px;
  transition: var(--transition);
}
.hero {
  background: linear-gradient(135deg, rgba(192, 57, 43, 0.92) 0, rgba(169, 50, 38, 0.92) 100%);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1466%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='url(%26quot%3b%23SvgjsLinearGradient1467%26quot%3b)'%3e%3c/rect%3e%3cpath d='M761.98-4.14C634.17 6.42 546.09 264.93 325.44 265.28 104.78 265.63 3.49 126.98-111.11 125.28' stroke='rgba(255%2c 255%2c 255%2c 0.45)' stroke-width='2'%3e%3c/path%3e%3cpath d='M991.77-105.66C874.71-80.15 911.29 225.64 646.64 226.86 382 228.08 131.21 115.22-43.61 114.86' stroke='rgba(255%2c 255%2c 255%2c 0.45)' stroke-width='2'%3e%3c/path%3e%3cpath d='M1357.99-110.28C1171.01-105.11 1030.18 162.66 663.85 168.96 297.51 175.26 149.64 357.64-30.3 359.36' stroke='rgba(255%2c 255%2c 255%2c 0.45)' stroke-width='2'%3e%3c/path%3e%3cpath d='M1251.97-104.9C1048.04-89.77 903.22 310.43 547.6 310.91 191.97 311.39 27.57 95-156.78 92.51' stroke='rgba(255%2c 255%2c 255%2c 0.45)' stroke-width='2'%3e%3c/path%3e%3cpath d='M1423.3-50.41C1224.62-41.34 1085.33 291.17 707.91 297.6 330.49 304.03 174.5 431.42-7.48 432' stroke='rgba(255%2c 255%2c 255%2c 0.45)' stroke-width='2'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1466'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3clinearGradient x1='15.28%25' y1='-39.29%25' x2='84.72%25' y2='139.29%25' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1467'%3e%3cstop stop-color='rgba(192%2c 57%2c 43%2c 0.92)' offset='0'%3e%3c/stop%3e%3cstop stop-color='rgba(169%2c 50%2c 38%2c 0.914)' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
  background-size: cover;
  background-position: center;
  color: var(--white);
  text-align: center;
  padding: 0.3rem;
}
.hero h1 {
  font-size: clamp(1.6rem, 4vw + 0.5rem, 2.8rem);
  margin-bottom: 0.5rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.hero-subtitle {
  font-size: clamp(1rem, 1.5vw + 0.5rem, 1.25rem);
  opacity: 0.9;
  margin-bottom: 1rem;
}
.hero-location {
  font-size: 1.1rem;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  margin-bottom: 0;
  min-height: 2.6rem;
}
.btn {
  display: inline-block;
  background: var(--white);
  color: var(--red);
  font-weight: 700;
  padding: 0.75rem 2rem;
  border-radius: 50px;
  font-size: 1rem;
  transition:
    background var(--transition),
    transform var(--transition);
}
.btn:hover {
  background: var(--gray-light);
  color: var(--red-dark);
  transform: translateY(-2px);
}
.section {
  padding: 2rem 0;
}
.section-alt {
  background: var(--gray-light);
}
.section h2 {
  text-align: center;
  font-size: clamp(1.4rem, 2vw + 0.5rem, 2rem);
  color: var(--red);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.section-intro {
  text-align: center;
  color: var(--gray);
  max-width: 650px;
  margin: 0 auto 2rem;
}
.sticky-bar {
  position: sticky;
  top: 104px;
  z-index: 90;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding-top: 1rem;
  padding-bottom: 0.75rem;
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  margin: 0 calc(-50vw + 50%);
}
.sticky-sentinel {
  height: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
}
@media (min-width: 769px) {
  .sticky-bar.stuck {
    margin-bottom: 0.75rem;
  }
}
.mobile-filter-bar {
  display: none;
}
.filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}
.filter-btn,
.sort-btn {
  background: var(--white);
  border: 2px solid var(--red);
  color: var(--red);
  padding: 0.4rem 1rem;
  border-radius: 50px;
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 600;
  transition:
    background var(--transition),
    color var(--transition);
  min-height: 48px;
  min-width: 48px;
}
.filter-btn.active,
.filter-btn:hover,
.sort-btn.active,
.sort-btn:hover {
  background: var(--red);
  color: var(--white);
}
.sort-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: var(--gray);
  padding-left: 0.75rem;
}
.filters-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.pizza-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1.25rem;
  min-height: 1200px;
  contain: layout style;
}
@media (min-width: 768px) {
  .pizza-grid {
    min-height: 1400px;
  }
}
.skeleton-card {
  background: var(--card-bg);
  border-radius: var(--radius);
  padding: 1.25rem;
  box-shadow: var(--shadow);
  border-left: 4px solid transparent;
}
.skeleton-line {
  background: #e0e0e0;
  border-radius: 4px;
  margin-bottom: 0.75rem;
}
.skeleton-title {
  height: 1.4rem;
  width: 60%;
}
.skeleton-text {
  height: 1rem;
  width: 90%;
}
.skeleton-text.short {
  width: 50%;
}
.skeleton-price {
  height: 1.4rem;
  width: 30%;
  margin-bottom: 0;
}
@keyframes skeleton-pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
.skeleton-card .skeleton-line {
  animation: skeleton-pulse 1.5s ease-in-out infinite;
}
html.dark .skeleton-line {
  background: #444;
}
.pizza-card {
  background: var(--card-bg);
  border-radius: var(--radius);
  padding: 1.25rem;
  box-shadow: var(--shadow);
  transition:
    transform var(--transition),
    box-shadow var(--transition),
    opacity var(--transition);
  border-left: 4px solid var(--red);
}
.pizza-card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 8px 24px rgba(176, 48, 32, 0.12),
    0 4px 12px rgba(0, 0, 0, 0.08);
}
.pizza-card.hidden {
  display: none;
}
.pizza-name {
  font-size: 1.15rem;
  color: var(--red);
  margin-bottom: 0.4rem;
}
.pizza-badge {
  font-size: 0.7rem;
  background: var(--gray-light);
  color: var(--gray);
  padding: 0.15rem 0.5rem;
  border-radius: 50px;
  font-weight: 400;
  vertical-align: middle;
}
.pizza-desc {
  font-size: 0.9rem;
  color: var(--gray);
  margin-bottom: 0.75rem;
  line-height: 1.4;
}
.pizza-price {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--black);
}
.pizza-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.supplements {
  margin-top: 2.5rem;
  text-align: center;
}
.supplements h3 {
  color: var(--red);
  margin-bottom: 0.5rem;
}
.supplements ul {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.supplements li {
  font-size: 0.95rem;
  color: var(--gray-dark);
}
.supplements-toggle {
  display: none;
}
.pizza-du-mois-card {
  position: relative;
  overflow: hidden;
  border-left-color: #e67e22;
}
.ribbon {
  position: absolute;
  top: 14px;
  right: -35px;
  background: linear-gradient(135deg, #e67e22, #d35400);
  color: var(--white);
  font-size: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0.3rem 3.5rem;
  transform: rotate(30deg);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
@media (max-width: 499px) {
  .ribbon {
    top: 0;
    right: 0;
    transform: none;
    writing-mode: horizontal-tb;
    padding: 0.3rem 0.6rem;
    border-radius: 0 var(--radius) 0 4px;
    letter-spacing: 0.5px;
    box-shadow: none;
  }
  .ribbon ~ .pizza-name {
    margin-top: 1.75rem;
  }
}
.drinks-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}
.drink-category {
  background: var(--card-bg);
  border-radius: var(--radius);
  padding: 1.25rem;
  box-shadow: var(--shadow);
  border-left: 4px solid var(--red);
}
.drink-category h3 {
  color: var(--red);
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
}
.drink-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.5rem 0;
  border-bottom: 1px dotted #ddd;
  font-size: 0.95rem;
}
.drink-list li > span:first-child {
  flex: 1;
}
.btn-add-drink {
  font-size: 1rem;
  min-width: 48px;
  min-height: 48px;
}
.drink-notice {
  margin-top: 1rem;
  font-size: 0.8rem;
  color: var(--gray);
  font-style: italic;
  text-align: center;
}
.schedule-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(135px, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}
.schedule-card-link {
  display: contents;
  text-decoration: none;
  color: inherit;
}
.schedule-card-link .schedule-card {
  cursor: pointer;
}
.schedule-card-link .schedule-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}
.schedule-card-link .schedule-card.today:hover {
  transform: scale(1.05) translateY(-3px);
}
.schedule-gps {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: var(--red);
  font-weight: 600;
}
.schedule-card {
  background: var(--card-bg);
  border-radius: var(--radius);
  padding: 1.25rem 1rem;
  text-align: center;
  box-shadow: var(--shadow);
  transition:
    transform var(--transition),
    box-shadow var(--transition);
}
.schedule-card.today {
  border: 3px solid var(--red);
  transform: scale(1.05);
}
.schedule-card.closed {
  background-color: #e8e8e8;
}
.schedule-card h3 {
  color: var(--red);
  font-size: 1rem;
  margin-bottom: 0.4rem;
  text-transform: uppercase;
}
.schedule-lieu {
  font-weight: 700;
  font-size: 1rem;
  color: var(--black);
}
.schedule-detail {
  font-size: 0.8rem;
  color: var(--gray);
  margin-top: 0.2rem;
}
.fidelity-note {
  text-align: center;
  font-size: 1rem;
  color: var(--red);
  font-weight: 600;
}
.concept-content {
  max-width: 700px;
  margin: 0 auto;
}
.concept-text p {
  margin-bottom: 1rem;
  color: var(--gray-dark);
}
.concept-text h3 {
  color: var(--red);
  margin: 1.5rem 0 0.75rem;
  font-size: 1.25rem;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.25rem;
}
.gallery-item {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform var(--transition);
  margin: 0;
}
.gallery-item:hover {
  transform: translateY(-3px);
}
.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
}
.gallery-item figcaption {
  padding: 0.75rem 1rem;
  font-size: 0.85rem;
  color: var(--gray);
  text-align: center;
}
.gallery-counter,
.gallery-dots {
  display: none;
}
.faq-list {
  max-width: 750px;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .faq-list {
    columns: 2;
    column-gap: 1.5rem;
    max-width: 1100px;
  }
  .faq-item {
    break-inside: avoid;
  }
}
.faq-item {
  background: var(--card-bg);
  border-radius: var(--radius);
  margin-bottom: 0.75rem;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.faq-question {
  font-weight: 700;
  font-size: 1rem;
  color: var(--black);
  padding: 1rem 1.25rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq-question::-webkit-details-marker {
  display: none;
}
.faq-question::after {
  content: "+";
  font-size: 1.25rem;
  color: var(--red);
  font-weight: 700;
  flex-shrink: 0;
  margin-left: 1rem;
  transition: transform var(--transition);
}
details[open] .faq-question::after {
  content: "−";
}
.faq-answer {
  padding: 0 1.25rem 1rem;
  color: var(--gray-dark);
  line-height: 1.6;
  font-size: 0.95rem;
}
.contact-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  text-align: center;
}
.contact-item h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: var(--black);
}
.contact-item p {
  color: var(--gray-dark);
}
.contact-item a {
  font-weight: 600;
}
.site-footer {
  background: var(--black);
  color: var(--white);
  text-align: center;
  padding: 2rem 1rem;
  font-size: 0.9rem;
}
.footer-note {
  opacity: 0.6;
  font-size: 0.8rem;
  margin-top: 0.5rem;
}
.btn-add-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--red);
  color: var(--white);
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 1.25rem;
  font-weight: 700;
  cursor: pointer;
  transition:
    background var(--transition),
    transform var(--transition);
  flex-shrink: 0;
  position: relative;
  line-height: 1;
  padding: 0;
}
.btn-add-cart:hover {
  background: var(--red-dark);
  transform: scale(1.1);
}
.btn-add-cart .item-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  background: var(--black);
  color: var(--white);
  font-size: 0.6rem;
  font-weight: 700;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  text-align: center;
  pointer-events: none;
}
.btn-add-cart .item-badge.empty {
  display: none;
}
.cart-toggle {
  background: 0 0;
  border: 2px solid var(--red);
  border-radius: 50px;
  padding: 0.35rem 0.75rem;
  font-size: 1rem;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  color: var(--red);
  font-weight: 600;
  transition:
    background var(--transition),
    color var(--transition);
  flex-shrink: 0;
  min-height: 48px;
  min-width: 48px;
}
.cart-toggle:hover {
  background: var(--red);
  color: var(--white);
}
.cart-badge {
  background: var(--red);
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 700;
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cart-toggle:hover .cart-badge {
  background: var(--white);
  color: var(--red);
}
.cart-badge.empty {
  display: none;
}
.cart-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 200;
}
.cart-overlay.open {
  display: block;
}
.cart-panel {
  position: fixed;
  top: 0;
  right: -100%;
  width: 380px;
  max-width: 90vw;
  height: 100%;
  background: var(--card-bg);
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
  z-index: 300;
  display: flex;
  flex-direction: column;
  transition: right var(--transition);
}
.cart-panel.open {
  right: 0;
}
.cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  border-bottom: 2px solid var(--red);
  flex-shrink: 0;
}
.cart-header h2 {
  font-size: 1.25rem;
  color: var(--red);
  margin: 0;
  text-transform: none;
}
.cart-close {
  background: 0 0;
  border: none;
  font-size: 1.8rem;
  cursor: pointer;
  color: var(--gray);
  line-height: 1;
  padding: 0;
  transition: color var(--transition);
}
.cart-close:hover {
  color: var(--red);
}
.cart-body {
  flex: 1;
  overflow-y: auto;
  padding: 1rem 1.25rem;
}
.cart-empty {
  color: var(--gray);
  font-style: italic;
  text-align: center;
  padding: 2rem 0;
}
.cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #eee;
}
.cart-item-info {
  flex: 1;
  min-width: 0;
}
.cart-item-name {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--black);
}
.cart-item-price {
  font-size: 0.8rem;
  color: var(--gray);
}
.cart-item-qty {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  flex-shrink: 0;
}
.cart-item-qty button {
  background: var(--gray-light);
  border: 1px solid #ddd;
  border-radius: 50%;
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition);
  padding: 0;
  min-width: 48px;
  min-height: 48px;
}
.cart-item-qty button:hover {
  background: #ddd;
}
.cart-item-qty span {
  font-weight: 700;
  min-width: 1.5rem;
  text-align: center;
  font-size: 0.95rem;
}
.cart-item-line-total {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--black);
  min-width: 55px;
  text-align: right;
  flex-shrink: 0;
}
.cart-footer {
  border-top: 2px solid var(--red);
  padding: 1rem 1.25rem;
  text-align: center;
  flex-shrink: 0;
}
.cart-total {
  font-size: 1.2rem;
  color: var(--black);
  margin-bottom: 0.75rem;
}
.cart-total strong {
  color: var(--red);
  font-size: 1.3rem;
}
.btn-call-order {
  display: block;
  width: 100%;
  background: var(--red);
  color: #fff;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  text-align: center;
  text-decoration: none;
  transition:
    background var(--transition),
    transform var(--transition);
  box-sizing: border-box;
}
.btn-call-order:hover,
.btn-call-order:active {
  background: var(--red-dark);
  color: #fff;
  transform: scale(0.98);
}
.btn-send-order {
  display: none;
  width: 100%;
  background: var(--red);
  color: #fff;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  transition:
    background var(--transition),
    transform var(--transition);
}
.btn-send-order:hover,
.btn-send-order:active {
  background: var(--red-dark);
  transform: scale(0.98);
}
/* btn-send-order masqué temporairement — décommenter les règles ci-dessous pour réactiver
@media (max-width: 768px) {
  .btn-send-order { display: block; }
}
@media (display-mode: standalone) {
  .btn-send-order { display: block; }
}
*/
.btn-clear-cart {
  background: 0 0;
  border: 2px solid var(--gray);
  color: var(--gray-dark);
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 600;
  transition:
    background var(--transition),
    color var(--transition),
    border-color var(--transition);
}
.btn-clear-cart:hover {
  background: var(--red);
  color: var(--white);
  border-color: var(--red);
}
.order-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.order-modal-overlay[hidden] {
  display: none;
}
.order-modal {
  background: var(--white);
  color: var(--black);
  border-radius: 16px;
  padding: 2rem 1.5rem 1.5rem;
  max-width: 360px;
  width: 100%;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
.order-modal-warning {
  font-size: 2.5rem;
  margin: 0 0 0.25rem;
}
.order-modal-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--red);
  margin: 0 0 0.75rem;
}
.order-modal-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--black);
  margin: 0 0 1.5rem;
}
.order-modal-actions {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
}
.order-modal-btn {
  flex: 1;
  padding: 0.65rem 1rem;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  border: 2px solid transparent;
  transition: background var(--transition), color var(--transition), border-color var(--transition);
}
.order-modal-cancel {
  background: 0 0;
  border-color: var(--gray);
  color: var(--gray-dark);
}
.order-modal-cancel:hover {
  background: var(--gray);
  color: var(--white);
}
.order-modal-ok {
  background: var(--red);
  color: #fff;
  border-color: var(--red);
}
.order-modal-ok:hover {
  background: var(--red-dark);
  border-color: var(--red-dark);
}
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 500;
  background: var(--black);
  color: var(--white);
  padding: 1rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  font-size: 0.9rem;
}
.cookie-banner[hidden] {
  display: none;
}
.cookie-banner p {
  flex: 1 1 300px;
  margin: 0;
  line-height: 1.5;
}
.cookie-banner a {
  color: var(--white);
  text-decoration: underline;
}
.cookie-buttons {
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
}
.cookie-btn {
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  border: 2px solid var(--white);
  transition:
    background var(--transition),
    color var(--transition);
  min-height: 48px;
  min-width: 48px;
}
.cookie-btn-accept {
  background: var(--white);
  color: var(--black);
}
.cookie-btn-accept:hover {
  background: var(--gray-light);
}
.cookie-btn-refuse {
  background: 0 0;
  color: var(--white);
}
.cookie-btn-refuse:hover {
  background: rgba(255, 255, 255, 0.1);
}
.hero-location-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.hero-location-row .hero-location {
  margin-bottom: 0;
}
.btn-push {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  color: var(--white);
  border: none;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  transition:
    background var(--transition),
    transform var(--transition);
  flex-shrink: 0;
}
.btn-push:hover {
  background: rgba(255, 255, 255, 0.35);
  transform: scale(1.1);
}
.btn-push:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}
.footer-legal {
  margin-top: 0.75rem;
  font-size: 0.8rem;
}
.footer-legal a {
  color: var(--white);
  opacity: 0.7;
  margin: 0 0.5rem;
  transition: opacity var(--transition);
}
.footer-legal a:hover {
  opacity: 1;
}
#boissons,
#concept,
#contact,
#emplacements,
#faq,
#notre-camion {
  content-visibility: auto;
  contain-intrinsic-size: auto 500px;
}
@media (min-width: 1024px) {
  .drinks-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1200px) {
  .nav-toggle {
    display: flex;
  }
  .nav-list {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: var(--card-bg);
    box-shadow: var(--shadow);
    border-radius: var(--radius);
    flex-direction: column;
    padding: 1rem 1.5rem;
    gap: 0.75rem;
    min-width: 200px;
    max-height: calc(100vh - 110px);
    max-height: calc(100dvh - 110px);
    overflow-y: auto;
  }
  .nav-list.open {
    display: flex;
  }
}
@media (max-width: 768px) {
  .gallery-wrap {
    position: relative;
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .gallery-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 0;
  }
  .gallery-grid::-webkit-scrollbar {
    display: none;
  }
  .gallery-item {
    min-width: 100%;
    scroll-snap-align: center;
    border-radius: 0;
    box-shadow: none;
  }
  .gallery-counter {
    display: block;
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    font-size: 0.75rem;
    line-height: 1;
    padding: 0.3rem 0.6rem;
    border-radius: 20px;
    z-index: 10;
  }
  .gallery-dots {
    display: flex;
    justify-content: center;
    gap: 0.4rem;
    margin-top: 0.5rem;
  }
  .gallery-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ccc;
    transition: background var(--transition);
  }
  .gallery-dot.active {
    background: var(--red);
  }
  .schedule-grid {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }
  .sticky-bar {
    top: 104px;
    margin: 0 -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sticky-bar .filters-row {
    display: none;
  }
  .mobile-filter-bar {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .mobile-filter-select,
  .mobile-sort-select {
    flex: 1;
    min-width: 0;
    padding: 0.5rem 0.6rem;
    border: 2px solid var(--red);
    border-radius: 50px;
    background: var(--white);
    color: var(--red);
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23b03020' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.6rem center;
    padding-right: 1.8rem;
    min-height: 44px;
  }
  .mobile-clear-btn {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border: 2px solid var(--red);
    border-radius: 50%;
    background: var(--white);
    color: var(--red);
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background var(--transition), color var(--transition);
  }
  .mobile-clear-btn:hover {
    background: var(--red);
    color: var(--white);
  }
  .pizza-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
  .pizza-card {
    padding: 0.75rem;
  }
  .pizza-name {
    font-size: 0.95rem;
  }
  .pizza-desc {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
  }
  .pizza-price {
    font-size: 1rem;
  }
  .cart-panel {
    width: 100%;
    max-width: 100vw;
  }
  .supplements ul {
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
  }
  .supplements li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  .supplements.expanded li {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
  }
  .supplements-toggle {
    display: inline-block;
    margin-top: 0.5rem;
    background: var(--gray);
    color: var(--white);
    border: none;
    border-radius: 4px;
    padding: 0.15rem 0.75rem;
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
    letter-spacing: 2px;
  }
  .supplements.expanded .supplements-toggle {
    display: none;
  }
}
@media (max-width: 480px) {
  .filters {
    gap: 0.3rem;
  }
  .filter-btn,
  .sort-btn {
    font-size: 0.75rem;
    padding: 0.3rem 0.7rem;
  }
  .mobile-filter-select,
  .mobile-sort-select {
    font-size: 0.78rem;
    padding: 0.4rem 0.5rem;
    padding-right: 1.5rem;
    background-position: right 0.4rem center;
  }
  .mobile-clear-btn {
    width: 38px;
    height: 38px;
    font-size: 1.1rem;
  }
  .schedule-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pizza-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}
.theme-toggle {
  background: 0 0;
  border: 2px solid var(--red);
  border-radius: 50%;
  min-width: 48px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.15rem;
  color: var(--red);
  transition:
    background var(--transition),
    color var(--transition),
    transform var(--transition);
  flex-shrink: 0;
  padding: 0;
  line-height: 1;
}
.theme-toggle:hover {
  background: var(--red);
  color: #fff;
  transform: scale(1.1);
}
.theme-toggle .icon-sun {
  display: none;
}
.theme-toggle .icon-moon {
  display: inline;
}
html.dark .theme-toggle .icon-sun {
  display: inline;
}
html.dark .theme-toggle .icon-moon {
  display: none;
}
html.dark {
  --white: #121212;
  --black: #f0f0f0;
  --gray-light: #1e1e1e;
  --gray: #a0a0a0;
  --gray-dark: #c0c0c0;
  --card-bg: #1e1e1e;
  --shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  --red: #ff6040;
}
html.dark .site-header {
  background: rgba(18, 18, 18, 0.85);
}
html.dark .site-footer {
  background: var(--gray-light);
  color: #f0f0f0;
}
html.dark .footer-legal a,
html.dark .footer-legal-btn {
  color: #f0f0f0 !important;
}
html.dark .schedule-card.closed {
  background-color: #2a2a2a;
}
html.dark .cart-item {
  border-bottom-color: #333;
}
html.dark .cart-item-qty button {
  background: #2a2a2a;
  border-color: #444;
  color: #f0f0f0;
}
html.dark .cart-item-qty button:hover {
  background: #333;
}
html.dark .drink-category {
  box-shadow: var(--shadow);
}
html.dark .drink-list li {
  border-bottom-color: #333;
}
html.dark .sticky-bar {
  background: rgba(30, 30, 30, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 0.5rem;
}
html.dark .sort-controls {
}
html.dark .filter-btn,
html.dark .sort-btn {
  background: var(--card-bg);
}
html.dark .filter-btn.active,
html.dark .filter-btn:hover,
html.dark .sort-btn.active,
html.dark .sort-btn:hover {
  color: #fff;
}
html.dark .mobile-filter-select,
html.dark .mobile-sort-select {
  background-color: var(--card-bg);
  color: var(--red-light);
  border-color: var(--red-light);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23d44030' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
}
html.dark .mobile-clear-btn {
  background: var(--card-bg);
  color: var(--red-light);
  border-color: var(--red-light);
}
html.dark .mobile-clear-btn:hover {
  background: var(--red-light);
  color: #fff;
}
html.dark .ribbon {
  color: #fff;
}
html.dark .cart-panel {
  border-left: 1px solid #333;
  box-shadow: -4px 0 24px rgba(0, 0, 0, 0.5);
}
html.dark .pizza-card:hover {
  box-shadow: 0 8px 24px rgba(176, 48, 32, 0.18);
}
html.dark .gallery-dot {
  background: #555;
}
html.dark .gallery-dot.active {
  background: var(--red);
}
html.dark .cookie-btn-accept {
  background: #f0f0f0;
  color: #121212;
}
html.dark .cookie-btn-accept:hover {
  background: #ddd;
}
html.dark .theme-toggle:hover,
html.dark .btn-install:hover {
  color: var(--white);
}
.btn-install {
  display: none;
  background: 0 0;
  border: 2px solid var(--red);
  color: var(--red);
  font-weight: 600;
  font-size: 0.85rem;
  padding: 0.4rem 1rem;
  border-radius: 50px;
  cursor: pointer;
  transition:
    background var(--transition),
    color var(--transition);
  white-space: nowrap;
  min-height: 48px;
  min-width: 48px;
  align-items: center;
}
.btn-install:hover {
  background: var(--red);
  color: #fff;
}
.btn-install.visible {
  display: inline-flex;
}
.float-actions {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  z-index: 90;
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
  pointer-events: none;
}
.float-actions.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.float-actions .btn-install.visible {
  display: inline-flex;
  padding: 0;
  font-size: 1.15rem;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.float-actions .btn-install,
.float-actions .theme-toggle {
  background: var(--card-bg);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.toast {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gray-dark);
  color: var(--white);
  padding: 10px 20px;
  border-radius: var(--radius);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  font-size: 0.875rem;
  z-index: 9999;
  opacity: 0;
  transition: opacity var(--transition);
  pointer-events: none;
}
