/*
 * Asian Bowl — système de design « béton & turquoise »
 * Direction : le dépliant du restaurant prend vie — béton anthracite texturé,
 * turquoise signature (bol du logo, pastilles de prix), titres extra-bold blancs,
 * pointes de rouge piment. Typo : Montserrat (titres) · Poppins (texte) · Reggae One (pinceau).
 */

:root {
  --container-max-width: 1360px;
  --container-padding: clamp(1.1rem, 3.2vw, 3.2rem);
  /* viewport-fit=cover : le header absorbe l'encoche du téléphone */
  --safe-top: env(safe-area-inset-top, 0px);
  --header-height: calc(86px + var(--safe-top));
}

html {
  scroll-padding-top: calc(var(--header-height) + 5rem);
  background-color: var(--ab-ink);
  color-scheme: dark;
}

body {
  background: var(--ab-ink);
  /* Grain béton intégré au fond (pas d'overlay pleine page avec blend : trop coûteux au scroll) */
  background-image:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.045'/%3E%3C/svg%3E"),
    radial-gradient(circle at 10% 0%, rgba(69, 224, 198, 0.07), transparent 30rem),
    radial-gradient(circle at 92% 45%, rgba(69, 224, 198, 0.05), transparent 26rem);
  background-size: 180px 180px, auto, auto;
  color: var(--ab-cream);
  font-family: var(--font-family);
  padding-left: env(safe-area-inset-left, 0px);
  padding-right: env(safe-area-inset-right, 0px);
}

::selection { background: var(--ab-teal); color: #10221f; }

:where(a, button, input, textarea, select, summary):focus-visible {
  outline: 3px solid var(--ab-teal);
  outline-offset: 4px;
}

h1, h2, h3, h4 { letter-spacing: 0.01em; font-style: normal; }
h2 { color: var(--ab-cream); }

.main { padding: clamp(4rem, 8vw, 7.5rem) 0; }
.page-home .main { padding: 0; }

svg { flex: 0 0 auto; }
.ab-btn svg, .ab-menu__all svg, .ab-card__cta svg, .ab-info__map svg,
.ab-sticky svg, .header svg, .order-mode-icon svg, .ab-hero__board-link svg {
  width: 1.2em; height: 1.2em; fill: none; stroke: currentColor;
  stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
}

/* Étiquettes (eyebrows, labels) */
.ab-eyebrow,
.ab-menu__eyebrow, .catalog-eyebrow, .page-eyebrow, .product-eyebrow, .order-mode-kicker {
  display: inline-flex; align-items: center; gap: 0.6rem;
  margin: 0 0 1rem;
  color: var(--ab-teal);
  font-family: var(--font-family-condensed);
  font-size: 0.82rem; font-weight: 700; font-style: normal;
  letter-spacing: 0.22em; text-transform: uppercase;
}
.ab-eyebrow .ab-script,
.ab-menu__eyebrow .ab-script { font-size: 1.45em; letter-spacing: 0.02em; text-transform: none; line-height: 1; }

/* ---------------------------------------------------------------- Header */
.header {
  height: var(--header-height);
  padding-top: var(--safe-top);
  padding-left: env(safe-area-inset-left, 0px);
  padding-right: env(safe-area-inset-right, 0px);
  background: var(--ab-ink);
  backdrop-filter: none; -webkit-backdrop-filter: none;
  border-bottom: 1px solid var(--ab-line);
  box-shadow: none;
  transition: background 0.35s ease, box-shadow 0.35s ease;
}
.page-home .header:not(.is-scrolled) { background: none; border-bottom-color: transparent; }
.page-home .header::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 170%; z-index: -1;
  pointer-events: none; opacity: 0; transition: opacity 0.35s ease;
  background: linear-gradient(180deg, rgba(14, 16, 16, 0.88) 0%, rgba(14, 16, 16, 0.44) 30%, rgba(14, 16, 16, 0.14) 55%, rgba(14, 16, 16, 0) 95%);
}
.page-home .header:not(.is-scrolled)::before { opacity: 1; }
.header.is-scrolled { background: var(--ab-ink); box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3); }
.page-home .header-spacer { display: none; }

.page-home .status-bar {
  position: absolute; top: var(--header-height); left: 0; right: 0; z-index: 4;
  border-bottom: none; color: var(--ab-cream); background: none;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.7), 0 0 2px rgba(0, 0, 0, 0.5);
}
.status-bar {
  font-family: var(--font-family-condensed); font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; font-size: 0.78rem;
}

.header-inner { position: relative; gap: clamp(1rem, 2.4vw, 2.4rem); }

.header .nav-btn {
  width: auto; height: 46px; padding: 0 1rem; gap: 0.65rem;
  border: 1px solid var(--ab-line); border-radius: var(--radius-full);
  background: rgba(244, 248, 247, 0.06); color: var(--ab-cream);
  font-family: var(--font-family-condensed); font-size: 0.84rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
}
.header .nav-btn svg { width: 18px; height: 18px; }
.header .nav-btn:hover { color: #10221f; background: var(--ab-teal); border-color: var(--ab-teal); transform: none; }

.header-logo { display: flex; align-items: center; gap: 0.75rem; min-width: max-content; }
.header-logo:hover { color: inherit; }
.header-logo .header-logo-img {
  width: auto; height: 62px; object-fit: contain;
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.45));
}
.header-logo-text { display: none; }

.header-nav { display: flex; align-items: center; justify-content: center; gap: clamp(1.2rem, 2.5vw, 2.6rem); margin-left: auto; }
.header-nav a, .header-track {
  position: relative; color: rgba(244, 248, 247, 0.8);
  font-family: var(--font-family-condensed); font-size: 0.88rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
}
.header-nav a::after {
  content: ""; position: absolute; right: 0; bottom: -0.5rem; left: 0; height: 3px;
  border-radius: 3px; background: var(--ab-teal);
  transform: scaleX(0); transform-origin: right; transition: transform 0.35s var(--ab-ease);
}
.header-nav a:hover, .header-track:hover { color: var(--ab-cream); }
.header-nav a:hover::after { transform: scaleX(1); transform-origin: left; }

.header-actions { gap: 0.6rem; }
.header .cart-btn { width: 46px; padding: 0; border-radius: var(--radius-full); }
.header-order {
  min-height: 46px; display: inline-flex; align-items: center; justify-content: center;
  padding: 0 1.4rem; border: 1px solid var(--ab-teal); border-radius: var(--radius-full);
  background: var(--ab-teal); color: #10221f;
  font-family: var(--font-family-condensed); font-size: 0.92rem; font-weight: 800;
  letter-spacing: 0.1em; text-transform: uppercase;
  transition: transform 0.25s ease, background 0.25s ease;
}
.header-order:hover { color: #10221f; background: var(--ab-teal-2); border-color: var(--ab-teal-2); transform: translateY(-2px); }
.cart-count-badge { top: -3px; right: -4px; background: var(--ab-teal); color: #10221f; border-color: var(--ab-ink); box-shadow: none; }

/* ---------------------------------------------------------------- Drawer */
.nav-overlay { align-items: stretch; justify-content: flex-start; padding: 0; background: rgba(10, 12, 12, 0.72); }
.nav-drawer {
  width: min(500px, 100%); max-height: 100svh; height: 100%;
  padding-top: var(--safe-top); border: 0; border-right: 2px solid var(--ab-teal); border-radius: 0;
  background:
    linear-gradient(180deg, rgba(20, 23, 23, 0.9), rgba(16, 18, 18, 0.97)),
    url("../../img/concrete-dark.jpg") center / cover no-repeat;
  box-shadow: 40px 0 100px rgba(0, 0, 0, 0.6);
  animation: drawerSlideSide 0.55s var(--ab-ease);
}
@keyframes drawerSlideSide { from { transform: translateX(-100%); } to { transform: translateX(0); } }
.nav-drawer__head { padding: 1.5rem clamp(1.4rem, 4vw, 2.5rem); border-color: var(--ab-line); }
.nav-drawer__title img { height: 58px; width: auto; display: block; }
.nav-drawer__close { color: var(--ab-cream); border-color: var(--ab-line); border-radius: var(--radius-full); }
.nav-drawer__body { gap: 0; padding: 1rem clamp(1.4rem, 4vw, 2.5rem); }
.nav-drawer .nav-item {
  justify-content: flex-start; gap: 1.3rem; padding: 1.1rem 0;
  border: 0; border-bottom: 1px solid var(--ab-line); border-radius: 0; background: transparent;
  color: var(--ab-cream); font-family: var(--font-family-heading); font-weight: 800;
  font-size: clamp(1.3rem, 4vw, 1.9rem); font-style: normal; letter-spacing: 0.02em; text-transform: uppercase;
}
.nav-drawer .nav-item span { width: 2rem; color: var(--ab-teal); font-family: var(--font-family-condensed); font-size: 0.8rem; letter-spacing: 0.08em; }
.nav-drawer .nav-item:hover { padding-left: 0.6rem; color: var(--ab-teal); border-color: var(--ab-teal); background: transparent; box-shadow: none; transform: none; }
.nav-drawer .nav-item--highlight { color: var(--ab-teal); }
.nav-drawer__footer {
  margin-top: auto; padding: 1.4rem clamp(1.4rem, 4vw, 2.5rem) 2rem;
  border-top: 1px solid var(--ab-line); color: rgba(244, 248, 247, 0.62); font-size: 0.85rem;
}
.nav-drawer__footer p { margin: 0.2rem 0; }

/* ---------------------------------------------------------------- Boutons */
.btn {
  min-height: 48px; border-radius: var(--radius-full); box-shadow: none;
  font-family: var(--font-family-condensed); font-size: 0.92rem; font-weight: 800; letter-spacing: 0.08em;
}
.btn-primary {
  min-height: 52px; border: 1px solid var(--ab-teal); border-radius: var(--radius-full);
  background: var(--ab-teal); color: #10221f; box-shadow: none;
  font-family: var(--font-family-condensed); font-size: 0.98rem; font-style: normal; font-weight: 800;
}
.btn-primary:hover { color: #10221f; background: var(--ab-teal-2); border-color: var(--ab-teal-2); box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3); transform: translateY(-2px); }
.btn-secondary { border-color: var(--ab-line); background: transparent; color: var(--ab-cream); }
.btn-secondary:hover { border-color: var(--ab-cream); background: var(--ab-cream); color: #10221f; box-shadow: none; }

.ab-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.8rem;
  min-height: 54px; padding: 0 2rem;
  border: 2px solid var(--ab-teal); border-radius: var(--radius-full);
  background: var(--ab-teal); color: #10221f;
  font-family: var(--font-family-condensed); font-size: 1rem; font-weight: 800;
  letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.ab-btn:hover { color: #10221f; background: var(--ab-teal-2); border-color: var(--ab-teal-2); transform: translateY(-3px); box-shadow: 0 16px 34px rgba(0, 0, 0, 0.35); }
.ab-btn--lg { min-height: 60px; padding: 0 2.4rem; font-size: 1.08rem; }
.ab-btn--ghost { border-color: rgba(244, 248, 247, 0.45); background: rgba(18, 20, 20, 0.55); color: var(--ab-cream); }
.ab-btn--ghost:hover { border-color: var(--ab-cream); background: var(--ab-cream); color: #10221f; }
.ab-btn--hero { position: relative; min-height: 64px; padding: 0 2.6rem; font-size: 1.12rem; box-shadow: 0 14px 34px rgba(69, 224, 198, 0.35); }
/* halo pulsé sur l'opacité d'un pseudo-élément : composité GPU, pas de repaint */
.ab-btn--hero::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  box-shadow: 0 18px 48px rgba(69, 224, 198, 0.55); opacity: 0;
  animation: ab-cta-pulse 2.8s ease-in-out infinite;
}
.ab-btn--hero:hover::after { animation: none; opacity: 0; }
@keyframes ab-cta-pulse {
  0%, 100% { opacity: 0; }
  50% { opacity: 1; }
}

input:not([type="radio"]):not([type="checkbox"]), textarea, select {
  min-height: 54px; border: 1px solid rgba(244, 248, 247, 0.2); border-radius: var(--radius-md);
  background: rgba(244, 248, 247, 0.055); color: var(--ab-cream);
}
input[type="radio"], input[type="checkbox"] { width: 20px; height: 20px; min-height: 0; padding: 0; accent-color: var(--ab-teal); flex: 0 0 auto; }
input::placeholder, textarea::placeholder { color: rgba(244, 248, 247, 0.38); }
input:focus, textarea:focus, select:focus { border-color: var(--ab-teal); background: rgba(244, 248, 247, 0.08); box-shadow: 0 0 0 3px rgba(69, 224, 198, 0.18); }

/* ---------------------------------------------------------------- Héros */
.ab-hero {
  position: relative; display: flex; flex-direction: column; overflow: hidden;
  min-height: max(760px, 100svh);
  padding: calc(var(--header-height) + 5rem) var(--container-padding) 0;
  background: var(--ab-ink);
}
.ab-hero__media { position: absolute; inset: 0; z-index: 0; }
.ab-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.ab-hero__veil {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(14, 16, 16, 0.92) 0%, rgba(14, 16, 16, 0.6) 45%, rgba(14, 16, 16, 0.24) 80%, rgba(14, 16, 16, 0.5) 100%),
    linear-gradient(180deg, rgba(14, 16, 16, 0.12) 30%, rgba(14, 16, 16, 0.95) 100%);
}
.ab-hero__inner {
  position: relative; z-index: 3; display: flex; flex: 1; align-items: flex-end; justify-content: space-between;
  gap: 3rem; width: 100%; max-width: 1360px; margin: 0 auto 3rem;
}
.ab-hero__copy { max-width: 900px; }
.ab-hero__eyebrow { margin-bottom: 1rem; color: var(--ab-cream); }
.ab-hero__eyebrow .ab-script { font-size: 1.7em; }
.ab-hero__title {
  margin: 0; font-family: var(--font-family-heading); font-weight: 800; text-transform: uppercase;
  font-size: clamp(3.6rem, 9.6vw, 8.6rem); line-height: 0.9; letter-spacing: -0.01em;
  color: var(--ab-cream); text-shadow: 0 12px 45px rgba(0, 0, 0, 0.45);
}
.ab-hero__title .line { display: block; }
.ab-hero__title .line--accent { color: var(--ab-teal); }
.ab-hero__title .line--out { color: transparent; -webkit-text-stroke: clamp(1.2px, 0.18vw, 2.4px) var(--ab-cream); }
.ab-hero__sub {
  max-width: 620px; margin: 1.5rem 0 2rem; color: rgba(244, 248, 247, 0.9);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem); font-weight: 500; line-height: 1.45;
}
.ab-hero__actions { display: flex; flex-wrap: wrap; gap: 0.9rem; }

/* Encart « à la une » à droite du héros */
.ab-hero__board {
  width: 300px; flex: 0 0 300px; margin-bottom: 0.5rem; padding: 0.9rem 0.9rem 1.1rem;
  border: 1px solid var(--ab-line); border-radius: var(--radius-lg);
  background: rgba(18, 20, 20, 0.88);
  transform: rotate(-1.5deg); box-shadow: var(--ab-shadow);
  text-decoration: none; color: var(--ab-cream); display: block;
  transition: transform 0.35s var(--ab-ease), border-color 0.3s ease;
}
.ab-hero__board:hover { transform: rotate(0deg) translateY(-4px); color: var(--ab-cream); border-color: rgba(69, 224, 198, 0.6); }
.ab-hero__board img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; border-radius: 12px; }
.ab-hero__board-kicker {
  margin: 0.9rem 0 0.2rem; font-family: var(--font-family-condensed); font-weight: 700;
  font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ab-teal);
}
.ab-hero__board-title { margin: 0; font-family: var(--font-family-heading); font-weight: 800; font-size: 1.3rem; line-height: 1.05; text-transform: uppercase; }
.ab-hero__board-price { display: flex; align-items: center; gap: 0.7rem; margin: 0.7rem 0 0; font-size: 0.78rem; line-height: 1.4; color: rgba(244, 248, 247, 0.7); }
.ab-hero__board-price .ab-price { font-size: 1.15rem; }
.ab-hero__board-link {
  display: inline-flex; align-items: center; gap: 0.5rem; margin-top: 0.7rem;
  font-family: var(--font-family-condensed); font-weight: 700; font-size: 0.85rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ab-teal);
}

.ab-hero__assure {
  position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3, 1fr);
  width: calc(100% + (2 * var(--container-padding))); margin: 0 calc(-1 * var(--container-padding));
  padding: 0 var(--container-padding); list-style: none;
  border-top: 2px solid var(--ab-teal); background: rgba(16, 18, 18, 0.92);
}
.ab-hero__assure li { min-height: 108px; padding: 1.5rem clamp(1rem, 3vw, 2.5rem); border-right: 1px solid var(--ab-line); }
.ab-hero__assure li:first-child { padding-left: 0; }
.ab-hero__assure li:last-child { border-right: 0; }
.ab-hero__assure strong, .ab-hero__assure span { display: block; }
.ab-hero__assure strong {
  margin-bottom: 0.3rem; color: var(--ab-teal); font-family: var(--font-family-condensed);
  font-size: 0.95rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase;
}
.ab-hero__assure span { color: rgba(244, 248, 247, 0.68); font-size: 0.82rem; font-weight: 500; }

/* ---------------------------------------------------------------- Bandeau défilant */
.ab-ticker {
  position: relative; z-index: 4; overflow: hidden; white-space: nowrap;
  padding: 0.8rem 0; background: var(--ab-teal); color: #10221f;
}
.ab-ticker__track { display: inline-flex; align-items: center; gap: 1.4rem; will-change: transform; }
.ab-ticker__item { font-family: var(--font-family-heading); font-weight: 800; text-transform: uppercase; font-size: clamp(0.95rem, 1.8vw, 1.25rem); letter-spacing: 0.05em; }
.ab-ticker__star { display: inline-block; width: 9px; height: 9px; border-radius: 50%; background: #10221f; }

/* ---------------------------------------------------------------- Vedettes */
.ab-menu {
  padding: clamp(6rem, 10vw, 9.5rem) var(--container-padding);
  background:
    linear-gradient(180deg, rgba(25, 28, 28, 0.92), rgba(25, 28, 28, 0.97)),
    url("../../img/concrete-dark.jpg") center / cover no-repeat;
}
.ab-menu__head {
  display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 2rem;
  max-width: 1360px; margin: 0 auto clamp(3rem, 6vw, 5rem);
}
.ab-menu__title, .ab-section-title {
  margin: 0; color: var(--ab-cream); font-family: var(--font-family-heading); font-weight: 800; text-transform: uppercase;
  font-size: clamp(2.4rem, 5.6vw, 5.2rem); line-height: 0.94; letter-spacing: -0.01em;
}
.ab-menu__title span, .ab-section-title span { color: var(--ab-teal); }
.ab-menu__title .out, .ab-section-title .out { color: transparent; -webkit-text-stroke: 1.5px rgba(244, 248, 247, 0.7); }
.ab-menu__all, .ab-info__map {
  display: inline-flex; align-items: center; gap: 0.7rem; padding-bottom: 0.5rem;
  border-bottom: 3px solid var(--ab-teal); color: var(--ab-cream); text-decoration: none;
  font-family: var(--font-family-condensed); font-size: 0.9rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase;
}
.ab-menu__all:hover, .ab-info__map:hover { color: var(--ab-teal); }

.ab-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2.1vw, 2rem); max-width: 1360px; margin: 0 auto; }
.ab-card {
  position: relative; display: flex; flex-direction: column; overflow: hidden;
  border: 1px solid var(--ab-line); border-radius: var(--radius-lg);
  background: var(--ab-ink-2); color: var(--ab-cream); text-decoration: none;
  transition: transform 0.35s var(--ab-ease), border-color 0.3s ease, box-shadow 0.3s ease;
}
.ab-card:hover { color: var(--ab-cream); border-color: rgba(69, 224, 198, 0.65); transform: translateY(-8px); box-shadow: var(--ab-shadow); }
.ab-card__media { position: relative; aspect-ratio: 5 / 4; overflow: hidden; }
.ab-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ab-ease); }
.ab-card:hover .ab-card__media img { transform: scale(1.05); }
.ab-card__index {
  position: absolute; z-index: 1; top: 0.9rem; left: 0.9rem; min-width: 40px; height: 40px;
  display: grid; place-items: center; border: 1px solid rgba(69, 224, 198, 0.7); border-radius: var(--radius-full);
  background: rgba(16, 18, 18, 0.8); color: var(--ab-teal);
  font-family: var(--font-family-condensed); font-size: 0.85rem; font-weight: 800;
}
.ab-card__badge {
  position: absolute; z-index: 1; top: 0.9rem; right: 0.9rem; padding: 0.4rem 0.8rem; border-radius: var(--radius-full);
  background: var(--ab-teal); color: #10221f;
  font-family: var(--font-family-condensed); font-size: 0.75rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase;
}
.ab-card__body { display: flex; flex-direction: column; gap: 0.6rem; flex: 1; padding: 1.3rem 1.4rem 1.5rem; }
.ab-card__heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; }
.ab-card__body h3 { max-width: 68%; margin: 0; color: var(--ab-cream); font-family: var(--font-family-heading); font-weight: 800; font-size: clamp(1.1rem, 1.8vw, 1.45rem); letter-spacing: 0.01em; line-height: 1.05; text-transform: uppercase; }
.ab-card__price { font-size: 1.05rem; }
.ab-card__body p { flex: 1; max-width: 52ch; margin: 0; color: rgba(244, 248, 247, 0.64); font-size: 0.9rem; line-height: 1.6; }
.ab-card__cta {
  display: inline-flex; align-items: center; gap: 0.6rem; margin-top: 0.4rem; color: var(--ab-teal);
  font-family: var(--font-family-condensed); font-size: 0.88rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase;
}

/* ---------------------------------------------------------------- Manifeste (béton clair) */
.ab-manifesto {
  position: relative; display: grid; grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(3rem, 8vw, 8rem); overflow: hidden;
  padding: clamp(6rem, 11vw, 10rem) var(--container-padding);
  background: var(--ab-paper); color: #10221f;
}
.ab-manifesto__word {
  position: absolute; right: -2vw; bottom: -0.12em; color: transparent; pointer-events: none;
  font-family: var(--font-family-heading); font-weight: 800; font-size: clamp(9rem, 24vw, 24rem); line-height: 0.8;
  -webkit-text-stroke: 1px rgba(16, 34, 31, 0.1); text-transform: uppercase;
}
.ab-manifesto__intro { position: relative; z-index: 1; max-width: 540px; }
.ab-manifesto .ab-eyebrow { color: #0d8f79; }
.ab-manifesto__intro h2 {
  margin: 0 0 1.8rem; color: #10221f; font-family: var(--font-family-heading); font-weight: 800; text-transform: uppercase;
  font-size: clamp(2.4rem, 5.2vw, 4.8rem); line-height: 0.94; letter-spacing: -0.01em;
}
.ab-manifesto__intro h2 em { color: #0d8f79; font-family: var(--font-family-accent); font-size: 0.98em; font-style: normal; font-weight: 400; text-transform: none; }
.ab-manifesto__intro > p:last-child { max-width: 44ch; color: rgba(16, 34, 31, 0.7); font-size: 1.02rem; font-weight: 500; line-height: 1.65; }
.ab-features__inner { position: relative; z-index: 1; display: flex; flex-direction: column; }
.ab-feature {
  display: grid; grid-template-columns: 58px 1fr; gap: 1.2rem; padding: 1.6rem 0;
  border-top: 1px solid var(--ab-line-dark);
}
.ab-feature:last-child { border-bottom: 1px solid var(--ab-line-dark); }
.ab-feature__num {
  display: grid; place-items: center; width: 44px; height: 44px; border-radius: var(--radius-full);
  background: #10221f; color: var(--ab-teal);
  font-family: var(--font-family-condensed); font-size: 0.9rem; font-weight: 800;
}
.ab-feature__title { margin: 0.2rem 0 0.5rem; color: #10221f; font-family: var(--font-family-heading); font-weight: 800; font-size: clamp(1.2rem, 2vw, 1.6rem); letter-spacing: 0.01em; text-transform: uppercase; }
.ab-feature__text { max-width: 56ch; margin: 0; color: rgba(16, 34, 31, 0.66); font-size: 0.92rem; line-height: 1.65; }

/* ---------------------------------------------------------------- Infos pratiques */
.ab-info {
  position: relative; display: grid; grid-template-columns: 1.05fr 0.95fr 0.8fr; gap: 0;
  padding: 0 var(--container-padding); color: var(--ab-cream);
  background:
    linear-gradient(180deg, rgba(20, 23, 23, 0.88), rgba(16, 18, 18, 0.94)),
    url("../../img/concrete-dark.jpg") center / cover no-repeat;
}
.ab-info > div { padding: clamp(4.5rem, 8vw, 7rem) clamp(1.7rem, 4.2vw, 4.2rem); border-right: 1px solid var(--ab-line); }
.ab-info > div:first-child { padding-left: 0; }
.ab-info > div:last-child { padding-right: 0; border-right: 0; }
.ab-info__intro { display: flex; flex-direction: column; align-items: flex-start; }
.ab-info__title { margin: 0 0 1.4rem; color: var(--ab-cream); font-family: var(--font-family-heading); font-weight: 800; text-transform: uppercase; font-size: clamp(2.4rem, 4.6vw, 4.4rem); line-height: 0.94; letter-spacing: -0.01em; }
.ab-info__title span { color: var(--ab-teal); }
.ab-info__intro > p:not(.ab-eyebrow) { max-width: 44ch; color: rgba(244, 248, 247, 0.68); font-size: 0.95rem; line-height: 1.65; }
.ab-info__map { margin-top: auto; padding-top: 2rem; }
.ab-info__label { margin-bottom: 1.8rem; color: var(--ab-teal); font-family: var(--font-family-condensed); font-size: 0.82rem; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; }
.ab-hours { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--ab-line); }
.ab-hours li { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--ab-line); font-size: 0.9rem; }
.ab-hours li span:first-child { color: rgba(244, 248, 247, 0.62); font-weight: 600; }
.ab-hours li span:last-child { color: var(--ab-cream); font-family: var(--font-family-condensed); font-weight: 700; font-size: 0.95rem; letter-spacing: 0.02em; }
.ab-hours li.is-today span { color: var(--ab-teal); }
.ab-info__addr { margin: 0 0 0.8rem; color: var(--ab-cream); font-family: var(--font-family-heading); font-weight: 800; font-size: clamp(1.2rem, 2vw, 1.6rem); line-height: 1.2; text-transform: uppercase; }
.ab-info__phone { display: inline-block; margin: 0 0 1.8rem; color: var(--ab-teal); font-family: var(--font-family-condensed); font-size: 1.3rem; font-weight: 800; text-decoration: none; letter-spacing: 0.04em; }
.ab-info__phone:hover { color: var(--ab-teal-2); }
.ab-info__note { margin: 0 0 1.5rem; color: rgba(244, 248, 247, 0.62); font-size: 0.85rem; line-height: 1.6; }
.ab-info__btn { width: 100%; }
.ab-info__badges { display: flex; align-items: center; gap: 1rem; margin: 0 0 1.5rem; }
.ab-info__badges img { height: 46px; width: auto; opacity: 0.92; }

/* ---------------------------------------------------------------- CTA final */
.ab-cta {
  position: relative; overflow: hidden; padding: clamp(6rem, 11vw, 10rem) var(--container-padding);
  background: linear-gradient(120deg, #17b39b 0%, var(--ab-teal) 65%, #7df3de 100%);
  color: #10221f;
}
.ab-cta__logo {
  position: absolute; top: 50%; right: clamp(-6rem, -3vw, -1rem); width: clamp(20rem, 38vw, 42rem);
  opacity: 0.14; transform: translateY(-50%) rotate(-6deg); filter: grayscale(1) brightness(0.2);
  pointer-events: none;
}
.ab-cta__inner { position: relative; z-index: 1; max-width: 1000px; margin: auto; text-align: center; }
.ab-cta__eyebrow { margin: 0 0 0.6rem; color: #10221f; font-family: var(--font-family-accent); font-size: clamp(1.3rem, 2.4vw, 2rem); }
.ab-cta__title { margin: 0; color: #10221f; font-family: var(--font-family-heading); font-weight: 800; text-transform: uppercase; font-size: clamp(3.2rem, 8.6vw, 8rem); line-height: 0.9; letter-spacing: -0.01em; text-shadow: 0 4px 0 rgba(255, 255, 255, 0.22); }
.ab-cta__text { max-width: 540px; margin: 1.5rem auto 2rem; color: rgba(16, 34, 31, 0.82); font-weight: 500; font-size: 1.05rem; line-height: 1.6; }
.ab-cta .ab-btn { border-color: #10221f; background: #10221f; color: var(--ab-teal); }
.ab-cta .ab-btn:hover { background: var(--ab-cream); border-color: var(--ab-cream); color: #10221f; }

/* Pastille flottante « Commander » (mobile) */
.ab-sticky {
  position: fixed; left: 50%; right: auto; bottom: calc(1.1rem + env(safe-area-inset-bottom, 0px)); z-index: 50;
  transform: translateX(-50%); width: max-content; max-width: calc(100vw - 2rem);
  display: flex; align-items: center; justify-content: center; gap: 0.75rem;
  min-height: 54px; padding: 0 1.9rem; border-radius: var(--radius-full); text-decoration: none;
  background: var(--ab-teal); color: #10221f;
  font-family: var(--font-family-condensed); font-weight: 800; font-size: 0.98rem; letter-spacing: 0.1em; text-transform: uppercase;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5), 0 4px 14px rgba(69, 224, 198, 0.3);
}
@media (min-width: 900px) { .ab-sticky { display: none; } }

/* ---------------------------------------------------------------- Intros de page */
.page-intro { max-width: 880px; margin-bottom: clamp(3rem, 7vw, 5rem); }
.page-intro h1 { margin: 0 0 1rem; color: var(--ab-cream); font-family: var(--font-family-heading); font-weight: 800; text-transform: uppercase; font-size: clamp(2.8rem, 7vw, 6rem); line-height: 0.92; letter-spacing: -0.01em; }
.page-intro h1 span { color: var(--ab-teal); }
.page-intro > p:last-child { max-width: 52ch; color: rgba(244, 248, 247, 0.62); }

/* ---------------------------------------------------------------- Catalogue */
body.page-catalog .main { padding-top: clamp(4.5rem, 8vw, 7rem); }
body.page-catalog .catalog-page { max-width: 1360px; }
body.page-catalog .catalog-header { margin: 0 0 clamp(2.5rem, 6vw, 4.5rem); text-align: left; padding: 0; gap: 0; }
body.page-catalog .catalog-header::after { display: none; }
body.page-catalog .catalog-header .header-top { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: 1.4rem; }
body.page-catalog .catalog-header h1 {
  max-width: 980px; margin: 0; color: var(--ab-cream); font-family: var(--font-family-heading); font-weight: 800;
  font-size: clamp(3rem, 8vw, 7.4rem); font-style: normal; line-height: 0.9; letter-spacing: -0.01em; text-align: left; text-shadow: none;
}
body.page-catalog .catalog-header h1 span { display: block; color: var(--ab-teal); }
body.page-catalog .catalog-lead { max-width: 650px; margin: 0; color: rgba(244, 248, 247, 0.66); font-size: clamp(0.95rem, 1.5vw, 1.08rem); line-height: 1.7; }

body.page-catalog .order-mode-badge {
  min-width: max-content; margin-bottom: 0.6rem; padding: 0.75rem 1.1rem; gap: 0.6rem;
  border: 1px solid rgba(69, 224, 198, 0.6); border-radius: var(--radius-full); background: rgba(69, 224, 198, 0.08); color: var(--ab-cream); box-shadow: none;
}
body.page-catalog .order-mode-badge .badge-icon img { height: 1.7em; width: auto; display: block; }
body.page-catalog .order-mode-badge .badge-text { font-family: var(--font-family-condensed); font-size: 0.92rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
body.page-catalog .order-mode-badge .badge-action { color: var(--ab-teal); font-size: 0.8rem; text-decoration: none; font-family: var(--font-family-condensed); }

body.page-catalog .sticky-nav {
  position: sticky; z-index: 50; top: var(--header-height);
  width: calc(100% + (2 * var(--container-padding))); margin: 0 calc(-1 * var(--container-padding)) clamp(2.5rem, 5vw, 4rem);
  padding: 0.7rem var(--container-padding); border: solid var(--ab-line); border-width: 1px 0;
  background: rgba(22, 25, 24, 0.97); box-shadow: none;
}
body.page-catalog .categories-list { display: flex; gap: 0.5rem; }
body.page-catalog .category-link {
  display: block; padding: 0.7rem 1.2rem; border: 1px solid var(--ab-line); border-radius: var(--radius-full); background: transparent;
  color: rgba(244, 248, 247, 0.75); font-family: var(--font-family-condensed); font-size: 0.88rem; font-weight: 800;
  letter-spacing: 0.08em; text-transform: uppercase; white-space: nowrap; box-shadow: none;
}
body.page-catalog .category-link.active, body.page-catalog .category-link:hover { border-color: var(--ab-teal); background: var(--ab-teal); color: #10221f; box-shadow: none; }

body.page-catalog .category-accordion { margin: 0 0 1.5rem; border: 0; border-radius: 0; background: transparent; }
body.page-catalog .category-summary {
  min-height: 0; padding: 1.4rem 0; border: 0; border-bottom: 2px solid var(--ab-teal); border-radius: 0; background: transparent;
}
body.page-catalog .category-summary:hover { background: transparent; border-color: var(--ab-teal-2); }
body.page-catalog .category-summary-content { gap: 1rem; font-size: clamp(1.6rem, 3vw, 2.4rem); }
body.page-catalog .category-summary-title {
  margin: 0; color: var(--ab-cream); font-family: var(--font-family-heading); font-weight: 800; font-style: normal;
  font-size: clamp(1.8rem, 4.2vw, 3.6rem); letter-spacing: 0.01em; text-shadow: none; text-transform: uppercase;
}
body.page-catalog .category-icon-img { height: 1.35em; width: auto; display: block; filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.45)); }
body.page-catalog .category-summary-meta { color: rgba(244, 248, 247, 0.55); font-family: var(--font-family-condensed); font-size: 0.85rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
body.page-catalog .category-product-count { color: var(--ab-teal); font-size: 0.85rem; }
body.page-catalog .category-chevron { color: var(--ab-teal); }
body.page-catalog .category-panel { padding: 1.4rem 0 clamp(3rem, 7vw, 5.5rem); }
body.page-catalog .category-note { margin: 0 0 1.2rem; color: rgba(244, 248, 247, 0.6); font-size: 0.9rem; }

body.page-catalog .products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(0.8rem, 1.6vw, 1.1rem); }
body.page-catalog .product-card {
  position: relative; display: flex; flex-direction: column; overflow: hidden; padding: 1rem 1.1rem;
  border: 1px solid var(--ab-line); border-radius: var(--radius-lg); background: var(--ab-ink-2); box-shadow: none;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
body.page-catalog .product-card:hover { border-color: rgba(69, 224, 198, 0.65); box-shadow: 0 14px 40px rgba(0, 0, 0, 0.35); transform: translateY(-3px); }
body.page-catalog .product-index { display: none; }
body.page-catalog .product-card-body { display: flex; flex-direction: row; gap: 1rem; padding: 0; }
body.page-catalog .product-media { flex: 0 0 112px; width: 112px; height: 112px; aspect-ratio: 1; border-radius: 14px; background: var(--ab-ink-3); border: 1px solid var(--ab-line); }
body.page-catalog .product-img { transition: transform 0.6s var(--ab-ease); }
body.page-catalog .product-card:hover .product-img { transform: scale(1.05); }
body.page-catalog .product-info { display: flex; flex-direction: column; flex: 1; min-width: 0; padding: 0; }
body.page-catalog .product-title { margin: 0 0 0.35rem; color: var(--ab-cream); font-family: var(--font-family-heading); font-weight: 800; font-size: 1.05rem; font-style: normal; letter-spacing: 0.01em; text-shadow: none; }
body.page-catalog .product-desc { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin: 0 0 0.6rem; color: rgba(244, 248, 247, 0.58); font-size: 0.82rem; line-height: 1.5; }
body.page-catalog .product-price { margin: auto 0 0; }
body.page-catalog .product-price, body.page-catalog .product-price .price-value {
  color: var(--ab-teal); font-family: var(--font-family-heading); font-weight: 800; font-size: 1.15rem; text-shadow: none; font-variant-numeric: tabular-nums;
}
body.page-catalog .product-price small { font-size: 0.62em; font-weight: 600; color: rgba(244, 248, 247, 0.6); margin-right: 0.3rem; letter-spacing: 0.06em; text-transform: uppercase; }
body.page-catalog .product-actions { display: flex; justify-content: flex-end; margin-top: auto; padding: 0.85rem 0 0; }
body.page-catalog .product-actions .btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; width: auto; min-height: 44px; padding: 0.5rem 1.3rem; border-radius: var(--radius-full); font-size: 0.92rem; }
body.page-catalog .product-actions .btn-outline { border: 2px solid var(--ab-teal); background: transparent; color: var(--ab-cream); }
body.page-catalog .product-actions .btn-outline:hover { background: var(--ab-teal); color: #10221f; box-shadow: none; }
body.page-catalog .btn-action .action-icon { display: grid; width: 22px; height: 22px; place-items: center; border: 2px solid currentColor; border-radius: 50%; margin: 0; }

/* ---------------------------------------------------------------- Modale mode de commande */
body.page-catalog .order-mode-modal { z-index: 1000; display: flex; align-items: center; justify-content: center; padding: clamp(1rem, 3vw, 2rem); }
body.page-catalog .order-mode-backdrop { background: rgba(10, 12, 12, 0.9); backdrop-filter: blur(8px); }
body.page-catalog .order-mode-card {
  position: relative; width: min(920px, 100%); max-width: 920px; overflow: hidden;
  border: 1px solid rgba(69, 224, 198, 0.5); border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(22, 25, 24, 0.92), rgba(16, 18, 18, 0.97)),
    url("../../img/concrete-dark.jpg") center / cover no-repeat;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.65);
}
body.page-catalog .order-mode-card::before {
  content: "ASIAN"; position: absolute; right: -0.04em; bottom: -0.12em; color: transparent; pointer-events: none;
  font-family: var(--font-family-heading); font-weight: 800; font-size: clamp(8rem, 24vw, 16rem); line-height: 0.75;
  -webkit-text-stroke: 1px rgba(244, 248, 247, 0.06);
}
body.page-catalog .order-mode-header { padding: clamp(2rem, 5vw, 3.5rem) clamp(1.4rem, 5vw, 3.5rem) 1.5rem; border: 0; background: transparent; text-align: left; }
body.page-catalog .order-mode-title {
  margin: 0 0 0.8rem; color: var(--ab-cream); font-family: var(--font-family-heading); font-weight: 800; text-transform: uppercase;
  font-size: clamp(2.2rem, 4.4vw, 3.8rem); font-style: normal; line-height: 0.92; letter-spacing: -0.01em; text-shadow: none;
}
body.page-catalog .order-mode-title span { color: var(--ab-teal); }
body.page-catalog .order-mode-subtitle { max-width: 520px; color: rgba(244, 248, 247, 0.66); font-size: 0.92rem; }
body.page-catalog .order-mode-options { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; padding: 0 clamp(1.4rem, 5vw, 3.5rem); }
body.page-catalog .order-mode-option {
  min-height: 128px; padding: 1.2rem; gap: 1rem; border: 1px solid var(--ab-line); border-radius: var(--radius-lg);
  background: rgba(244, 248, 247, 0.05); color: var(--ab-cream); text-align: left;
}
body.page-catalog .order-mode-option:hover { border-color: var(--ab-teal); background: rgba(69, 224, 198, 0.1); transform: translateY(-3px); }
body.page-catalog .order-mode-option.is-active { border-color: var(--ab-teal); background: var(--ab-teal); color: #10221f; box-shadow: none; }
body.page-catalog .order-mode-icon { position: relative; width: 90px; height: 70px; flex: 0 0 90px; border: none; border-radius: 0; }
body.page-catalog .order-mode-icon img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.4)); }
body.page-catalog .order-mode-name { font-family: var(--font-family-heading); font-weight: 800; font-size: 1.15rem; letter-spacing: 0.02em; text-transform: uppercase; }
body.page-catalog .order-mode-desc { color: currentColor; font-size: 0.8rem; opacity: 0.7; }
body.page-catalog .order-mode-check { display: grid; width: 28px; height: 28px; place-items: center; border: 2px solid currentColor; border-radius: 50%; background: transparent; color: currentColor; }
body.page-catalog .delivery-address-container { position: relative; z-index: 2; padding: 1.5rem clamp(1.4rem, 5vw, 3.5rem) 0; }
body.page-catalog .delivery-label { color: var(--ab-teal); }
body.page-catalog .delivery-input { min-height: 58px; border-color: var(--ab-line); border-radius: var(--radius-md); background: rgba(244, 248, 247, 0.06); }
body.page-catalog .order-mode-actions { position: relative; z-index: 1; padding: 1.5rem clamp(1.4rem, 5vw, 3.5rem) clamp(2rem, 5vw, 3.5rem); }
body.page-catalog .order-mode-submit { width: 100%; }
body.page-catalog .address-suggestions { border-radius: 0 0 12px 12px; background: var(--ab-cream); color: #10221f; }
body.page-catalog .address-suggestions .suggestion-text { color: #10221f; }
body.page-catalog .address-suggestions .suggestion-context { color: rgba(16, 34, 31, 0.6); }
body.page-catalog .info-box { border-radius: 12px; }

/* ---------------------------------------------------------------- Fiche produit */
body.page-product .main { padding-top: clamp(2.5rem, 5vw, 5rem); }
body.page-product .product-page { max-width: 1360px; }
body.page-product .product-nav { padding: 0 0 2rem; }
body.page-product .back-link {
  display: inline-flex; align-items: center; gap: 0.6rem; margin: 0; color: rgba(244, 248, 247, 0.66);
  font-family: var(--font-family-condensed); font-size: 0.88rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase;
}
body.page-product .back-link:hover { color: var(--ab-teal); }
body.page-product .product-detail { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr); align-items: start; gap: clamp(2.5rem, 7vw, 6rem); }
body.page-product .product-detail > .product-media {
  position: sticky; top: calc(var(--header-height) + 2rem); overflow: hidden;
  border: 1px solid var(--ab-line); border-radius: var(--radius-xl); background: var(--ab-ink-2);
}
body.page-product .product-detail > .product-media figure { margin: 0; }
body.page-product .product-detail-image { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; }
body.page-product .product-content { padding-top: clamp(0.5rem, 3vw, 2rem); }
body.page-product .product-header { display: flex; flex-direction: column; align-items: flex-start; margin-bottom: 1.4rem; padding-bottom: 1.6rem; border-bottom: 1px solid var(--ab-line); }
body.page-product .product-eyebrow { order: -1; }
body.page-product .product-header .product-title {
  margin: 0; color: var(--ab-cream); font-family: var(--font-family-heading); font-weight: 800; font-style: normal; text-transform: uppercase;
  font-size: clamp(2.4rem, 5.2vw, 4.8rem); line-height: 0.92; letter-spacing: -0.01em;
}
body.page-product .product-header .price.large {
  margin-top: 1rem; display: inline-block; padding: 0.3em 0.9em; border-radius: var(--radius-full);
  background: var(--ab-teal); color: #10221f; font-family: var(--font-family-heading); font-weight: 800; font-size: 1.5rem; text-shadow: none; font-variant-numeric: tabular-nums;
}
body.page-product .description { margin-bottom: 2rem; }
body.page-product .description p { max-width: 56ch; color: rgba(244, 248, 247, 0.66); font-size: 0.98rem; line-height: 1.7; }
body.page-product .product-form { gap: 0; }
body.page-product .step-fieldset { margin: 0 0 2.2rem; padding: 0; background: transparent; }
body.page-product .step-legend { display: flex; align-items: center; flex-wrap: wrap; gap: 0.7rem; margin: 0 0 1rem; padding: 0 0 0.9rem; border-bottom: 1px solid var(--ab-line); }
body.page-product .step-number { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--ab-teal); color: #10221f; font-family: var(--font-family-condensed); font-size: 0.85rem; font-weight: 800; }
body.page-product .step-name { color: var(--ab-cream); font-family: var(--font-family-heading); font-weight: 800; font-size: 1.15rem; letter-spacing: 0.02em; text-transform: uppercase; }
body.page-product .badge { padding: 0.3rem 0.65rem; border-radius: var(--radius-full); font-family: var(--font-family-condensed); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
body.page-product .badge-required { background: var(--ab-teal); color: #10221f; }
body.page-product .badge-optional { border: 1px solid var(--ab-line); color: rgba(244, 248, 247, 0.62); }
body.page-product .step-instruction { width: 100%; color: rgba(244, 248, 247, 0.55); font-size: 0.78rem; }
body.page-product .step-note { color: rgba(244, 248, 247, 0.6); font-size: 0.82rem; margin: -0.3rem 0 0.9rem; }
body.page-product .choices-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.7rem; }
body.page-product .choice-card {
  min-height: 76px; overflow: hidden; border: 1px solid var(--ab-line); border-radius: 14px;
  background: rgba(244, 248, 247, 0.04); color: var(--ab-cream);
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
body.page-product .choice-card:hover { border-color: rgba(69, 224, 198, 0.7); transform: translateY(-2px); }
body.page-product .choice-card:has(:checked), body.page-product .choice-card.is-selected { border-color: var(--ab-teal); background: rgba(69, 224, 198, 0.13); box-shadow: inset 0 0 0 1px var(--ab-teal); }
body.page-product .choice-content-wrapper { display: flex; align-items: center; min-height: 76px; gap: 0.8rem; padding: 0.8rem; background: transparent; }
body.page-product .choice-details { flex: 1; min-width: 0; }
body.page-product .choice-card:not(.qty-card) .choice-content-wrapper { padding-right: 2.6rem; }
body.page-product .choice-media { flex: 0 0 54px; width: 54px; height: 54px; overflow: hidden; border-radius: 12px; border: 1px solid var(--ab-line); }
body.page-product .choice-image { width: 100%; height: 100%; object-fit: cover; }
body.page-product .choice-name { color: var(--ab-cream); font-size: 0.86rem; font-weight: 600; }
body.page-product .choice-price { color: var(--ab-teal); font-family: var(--font-family-condensed); font-weight: 800; font-size: 0.88rem; font-variant-numeric: tabular-nums; }
body.page-product .choice-indicator { width: 25px; height: 25px; border: 2px solid rgba(244, 248, 247, 0.3); border-radius: 50%; background: transparent; }
body.page-product .choice-input:checked + .choice-content-wrapper .choice-indicator { border-color: var(--ab-teal); background: var(--ab-teal); color: #10221f; }
body.page-product .product-note textarea { border-radius: 14px; }
body.page-product .wiz-progress-bar { background: rgba(244, 248, 247, 0.1); border-radius: 4px; }
body.page-product .wiz-progress-bar span { background: var(--ab-teal); border-radius: 4px; }
body.page-product .wiz-progress-label { font-family: var(--font-family-condensed); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ab-teal); }
body.page-product .wiz-error { color: var(--ab-chili); font-weight: 600; }
body.page-product .quantity-section { padding: 1.2rem 0; border: solid var(--ab-line); border-width: 1px 0; background: transparent; }
body.page-product .quantity-label { color: var(--ab-cream); font-size: 0.8rem; }
body.page-product .quantity-control { border-color: var(--ab-line); border-radius: var(--radius-full); background: rgba(244, 248, 247, 0.05); }
body.page-product .btn-quantity { color: var(--ab-cream); }
body.page-product .quantity-input { min-height: 44px; background: transparent; color: var(--ab-cream); }
body.page-product .product-actions { padding: 1.4rem 0 0; }
body.page-product .product-actions .btn { min-height: 60px; }
body.page-product .btn-price-display { color: #10221f; opacity: 0.85; margin-left: 0.5rem; }

/* Indicateur de tarif (étape à paliers, ex. « Tarif 2 pièces · +2,60 € ») */
body.page-product .step-tier-hint {
  display: inline-flex; align-items: center; gap: 0.5rem; margin: -0.4rem 0 1rem; padding: 0.4rem 0.85rem;
  border: 1px solid rgba(69, 224, 198, 0.6); border-radius: var(--radius-full); background: rgba(69, 224, 198, 0.12); color: var(--ab-teal);
  font-family: var(--font-family-condensed); font-weight: 800; font-size: 0.9rem; letter-spacing: 0.08em; text-transform: uppercase;
}
body.page-product .step-tier-hint[hidden] { display: none; }

/* ---------------------------------------------------------------- Panier */
body.page-cart .cart-page { max-width: 1360px; }
body.page-cart .cart-content { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.7fr); align-items: start; gap: clamp(2rem, 5vw, 5rem); }
body.page-cart .cart-items { border-top: 1px solid var(--ab-line); }
body.page-cart .cart-item { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 2rem; margin: 0; padding: 1.8rem 0; border: 0; border-bottom: 1px solid var(--ab-line); border-radius: 0; background: transparent; box-shadow: none; }
body.page-cart .cart-item:hover { border-color: var(--ab-line); box-shadow: none; transform: none; }
body.page-cart .item-info h3 { margin: 0 0 0.6rem; color: var(--ab-cream); font-family: var(--font-family-heading); font-weight: 800; font-size: clamp(1.1rem, 2.2vw, 1.45rem); letter-spacing: 0.02em; text-transform: uppercase; }
body.page-cart .item-selections { margin: 0 0 0.8rem; color: rgba(244, 248, 247, 0.58); font-size: 0.82rem; }
body.page-cart .item-selections .sel-price { color: var(--ab-teal); }
body.page-cart .item-note { margin: 0 0 0.8rem; padding: 0.45rem 0.7rem; border-left: 3px solid var(--ab-teal); border-radius: 0 8px 8px 0; background: rgba(255, 255, 255, 0.05); color: rgba(244, 248, 247, 0.82); font-size: 0.84rem; line-height: 1.4; }
body.page-cart .item-price { margin: 0; color: var(--ab-teal); font-family: var(--font-family-heading); font-weight: 800; font-size: 1.15rem; font-variant-numeric: tabular-nums; }
body.page-cart .item-actions { align-items: flex-end; gap: 0.6rem; }
body.page-cart .quantity-form { overflow: hidden; border: 1px solid var(--ab-line); border-radius: var(--radius-full); background: rgba(244, 248, 247, 0.04); }
body.page-cart .qty-btn { width: 42px; height: 42px; color: var(--ab-cream); border: 0; background: transparent; }
body.page-cart .qty-btn:hover { background: var(--ab-teal); color: #10221f; }
body.page-cart .quantity { color: var(--ab-cream); }
body.page-cart .btn-remove { color: rgba(244, 248, 247, 0.5); font-family: var(--font-family-condensed); font-size: 0.82rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
body.page-cart .btn-remove:hover { color: var(--ab-chili); }
body.page-cart .cart-summary { position: sticky; top: calc(var(--header-height) + 2rem); padding: clamp(1.5rem, 3vw, 2.2rem); border: 1px solid rgba(69, 224, 198, 0.5); border-radius: var(--radius-lg); background: var(--ab-ink-2); box-shadow: var(--ab-shadow); }
body.page-cart .summary-row { color: rgba(244, 248, 247, 0.68); border-color: var(--ab-line); }
body.page-cart .summary-row.total { color: var(--ab-cream); }
body.page-cart .summary-row.total span:last-child { color: var(--ab-teal); font-family: var(--font-family-heading); font-weight: 800; font-size: 1.6rem; font-variant-numeric: tabular-nums; }
body.page-cart .cart-summary .btn { width: 100%; }
body.page-cart .empty-cart { max-width: 960px; margin: 0 auto; padding: clamp(3rem, 8vw, 7rem); border: 1px solid var(--ab-line); border-radius: var(--radius-xl); background: var(--ab-ink-2); text-align: center; }
body.page-cart .empty-cart p { color: var(--ab-cream); font-family: var(--font-family-heading); font-weight: 800; font-size: clamp(1.8rem, 4.6vw, 3.6rem); text-transform: uppercase; }

/* ---------------------------------------------------------------- Checkout */
body.page-checkout .checkout-page { max-width: 1120px; }
body.page-checkout .checkout-content { max-width: none; margin: 0; }
body.page-checkout .checkout-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 1.2rem; }
body.page-checkout .form-section { margin: 0; padding: clamp(1.4rem, 3vw, 2.2rem); border: 1px solid var(--ab-line); border-radius: var(--radius-lg); background: var(--ab-ink-2); }
body.page-checkout .form-section h2 { margin: 0 0 1.8rem; padding: 0 0 1rem; border-bottom: 2px solid var(--ab-teal); color: var(--ab-cream); font-size: clamp(1.2rem, 2.2vw, 1.6rem); font-style: normal; letter-spacing: 0.02em; text-transform: uppercase; font-family: var(--font-family-heading); font-weight: 800; }
body.page-checkout .form-group { margin-bottom: 1.2rem; }
body.page-checkout label { color: rgba(244, 248, 247, 0.6); font-family: var(--font-family-condensed); font-size: 0.85rem; letter-spacing: 0.1em; }
body.page-checkout .choice-label { border: 1px solid var(--ab-line); border-radius: 14px; background: rgba(244, 248, 247, 0.04); }
body.page-checkout .choice-label:has(input:checked) { border-color: var(--ab-teal); background: rgba(69, 224, 198, 0.12); }
body.page-checkout .delivery-quote-box { border: 1px solid rgba(47, 191, 158, 0.5); border-radius: 14px; background: rgba(47, 191, 158, 0.1); }
body.page-checkout .order-summary { color: rgba(244, 248, 247, 0.7); }
body.page-checkout .summary-item, body.page-checkout .summary-row { border-color: var(--ab-line); }
body.page-checkout .summary-row.total { color: var(--ab-cream); }
body.page-checkout .summary-row.total span:last-child { color: var(--ab-teal); font-family: var(--font-family-heading); font-weight: 800; font-size: 1.5rem; font-variant-numeric: tabular-nums; }
body.page-checkout #payButton { grid-column: 1 / -1; min-height: 64px; }

/* ---------------------------------------------------------------- Suivi & confirmation */
body.page-track .track-form-container { max-width: 680px; margin: 0 auto; padding: 0 var(--container-padding); font-family: var(--font-family); }
body.page-track .track-card {
  padding: clamp(1.7rem, 5vw, 3.5rem); border: 1px solid rgba(69, 224, 198, 0.5); border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(22, 25, 24, 0.92), rgba(16, 18, 18, 0.97)), url("../../img/concrete-dark.jpg") center / cover no-repeat;
  box-shadow: var(--ab-shadow);
}
body.page-track .track-card-head { text-align: left; }
body.page-track .track-card-title { margin: 0 0 1rem; color: var(--ab-cream); font-family: var(--font-family-heading); font-weight: 800; font-size: clamp(2rem, 5.4vw, 3.8rem); line-height: 0.92; letter-spacing: -0.01em; text-transform: uppercase; }
body.page-track .track-card-desc { color: rgba(244, 248, 247, 0.62); }
body.page-track .form-group label { color: rgba(244, 248, 247, 0.62); }
body.page-track .input-icon { filter: grayscale(1); }
body.page-track .form-control { min-height: 56px; border: 1px solid var(--ab-line); border-radius: var(--radius-md); background: rgba(244, 248, 247, 0.05); color: var(--ab-cream); }
body.page-track .form-control:focus { border-color: var(--ab-teal); background: rgba(244, 248, 247, 0.08); box-shadow: 0 0 0 3px rgba(69, 224, 198, 0.16); }
body.page-track .form-group small { color: rgba(244, 248, 247, 0.42); }
body.page-track .btn-submit { min-height: 58px; border-radius: var(--radius-full); background: var(--ab-teal); color: #10221f; font-family: var(--font-family-condensed); font-size: 0.98rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
body.page-success .success-page { max-width: 760px; margin: 0 auto; padding: clamp(3rem, 8vw, 7rem); border: 1px solid rgba(47, 191, 158, 0.6); border-radius: var(--radius-xl); background: var(--ab-ink-2); box-shadow: var(--ab-shadow); }
body.page-success .success-icon { width: 74px; height: 74px; margin: 0 auto 2rem; display: grid; place-items: center; border: 2px solid var(--color-success); border-radius: 50%; background: transparent; color: var(--color-success); }
body.page-success .success-page h1 { margin-bottom: 1.5rem; color: var(--ab-cream); font-size: clamp(2.4rem, 5.4vw, 4.2rem); letter-spacing: -0.01em; }

/* ---------------------------------------------------------------- Footer */
.footer { padding: clamp(4rem, 8vw, 7rem) 0 calc(2rem + env(safe-area-inset-bottom, 0px)); border-top: 2px solid var(--ab-teal); background: #131615; text-align: left; }
.footer::before, .footer::after { display: none; }
.footer-grid { display: grid; grid-template-columns: minmax(320px, 1.5fr) minmax(160px, 0.65fr) minmax(200px, 0.85fr); gap: clamp(2.5rem, 7vw, 8rem); }
.footer-brand { display: flex; align-items: center; gap: 1.4rem; }
.footer-logo { width: 132px; filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.45)); }
.footer-brand strong { display: none; }
.footer-brand p { max-width: 36ch; margin: 0; color: rgba(244, 248, 247, 0.55); font-size: 0.85rem; line-height: 1.6; }
.footer-col { display: flex; flex-direction: column; align-items: flex-start; gap: 0.7rem; color: rgba(244, 248, 247, 0.6); font-size: 0.82rem; }
.footer-label { margin: 0 0 0.8rem; color: var(--ab-teal); font-family: var(--font-family-condensed); font-size: 0.82rem; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; }
.footer .footer-link { color: rgba(244, 248, 247, 0.66); font-size: 0.82rem; font-weight: 600; letter-spacing: 0; text-transform: none; }
.footer .footer-link:hover, .footer-phone:hover { color: var(--ab-teal); text-shadow: none; transform: none; }
.footer-phone { color: var(--ab-cream); font-family: var(--font-family-condensed); font-weight: 800; font-size: 1.05rem; }
.footer-halal { display: flex; align-items: center; gap: 0.7rem; margin-top: 0.6rem; color: rgba(244, 248, 247, 0.66); font-size: 0.82rem; }
.footer-halal img { height: 40px; width: auto; opacity: 0.9; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; margin-top: clamp(3rem, 7vw, 6rem); padding-top: 1.5rem; border-top: 1px solid var(--ab-line); }
.footer-bottom p { margin: 0; color: rgba(244, 248, 247, 0.4); font-size: 0.72rem; }
.footer-signature { font-family: var(--font-family-accent) !important; font-size: 1.05rem !important; color: var(--ab-teal) !important; }

.flash { max-width: min(420px, calc(100vw - 2rem)); border-radius: 14px; }

/* ---------------------------------------------------------------- Motion */
[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity 0.75s var(--ab-ease), transform 0.75s var(--ab-ease); }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: no-preference) {
  .ab-ticker__track { animation: ab-marquee 30s linear infinite; }
  @keyframes ab-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
  .ab-hero__eyebrow, .ab-hero__title .line, .ab-hero__sub, .ab-hero__actions, .ab-hero__board, .ab-hero__assure {
    opacity: 0; transform: translateY(22px); animation: ab-rise 0.7s var(--ab-ease) forwards;
  }
  .ab-hero__eyebrow { animation-delay: 0.05s; }
  .ab-hero__title .line:nth-child(1) { animation-delay: 0.15s; }
  .ab-hero__title .line:nth-child(2) { animation-delay: 0.27s; }
  .ab-hero__title .line:nth-child(3) { animation-delay: 0.39s; }
  .ab-hero__sub { animation-delay: 0.5s; }
  .ab-hero__actions { animation-delay: 0.6s; }
  .ab-hero__board { animation-delay: 0.55s; animation-name: ab-rise-board; }
  .ab-hero__assure { animation-delay: 0.7s; }
  @keyframes ab-rise { to { opacity: 1; transform: none; } }
  @keyframes ab-rise-board { to { opacity: 1; transform: rotate(-1.5deg); } }
}

/* ---------------------------------------------------------------- Responsive */
@media (max-width: 1180px) {
  .header-track { display: none; }
  .header-nav { gap: 1.4rem; }
  .ab-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ab-card:last-child:nth-child(odd) { grid-column: 1 / -1; max-width: 640px; width: 100%; justify-self: center; }
  .ab-info { grid-template-columns: 1fr 1fr; }
  .ab-info__intro { grid-column: 1 / -1; border-right: 0; border-bottom: 1px solid var(--ab-line); }
  .ab-hero__board { width: 250px; flex-basis: 250px; }
}

@media (max-width: 900px) {
  :root { --header-height: calc(74px + var(--safe-top)); }
  .header-nav, .header-order { display: none; }
  .header-logo { position: absolute; left: 50%; transform: translateX(-50%); }
  .header-logo .header-logo-img { height: 54px; }
  .header-actions { margin-left: auto; }
  .ab-hero { min-height: max(720px, 100svh); padding-top: calc(var(--header-height) + 4rem); }
  .ab-hero__veil {
    background:
      linear-gradient(90deg, rgba(14, 16, 16, 0.86) 0%, rgba(14, 16, 16, 0.5) 100%),
      linear-gradient(180deg, rgba(14, 16, 16, 0.2) 20%, rgba(14, 16, 16, 0.95) 88%);
  }
  .ab-hero__board { display: none; }
  .ab-hero__title { font-size: clamp(3.4rem, 13vw, 6.6rem); }
  .ab-menu__head { grid-template-columns: 1fr; }
  .ab-manifesto { grid-template-columns: 1fr; }
  body.page-product .product-detail { grid-template-columns: 1fr; }
  body.page-product .product-detail > .product-media { position: static; }
  body.page-cart .cart-content { grid-template-columns: 1fr; }
  body.page-cart .cart-summary { position: static; }
  body.page-checkout .checkout-form { grid-template-columns: 1fr; }
  body.page-checkout #payButton { grid-column: 1; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.8rem 2rem; }
  .footer-brand { grid-column: 1 / -1; }
  .page-home .footer { padding-bottom: calc(3rem + 58px + env(safe-area-inset-bottom)); }
}

@media (min-width: 681px) and (max-width: 900px) {
  body.page-product .product-detail-image { aspect-ratio: 16 / 10; }
}

@media (max-width: 680px) {
  :root { --container-padding: 1rem; }
  .header .nav-btn { width: 44px; padding: 0; }
  .nav-btn__label { display: none; }
  .header-logo .header-logo-img { height: 48px; }
  .ab-hero { min-height: max(560px, 100svh); padding-top: calc(var(--header-height) + 3rem); }
  .ab-hero__inner { margin-bottom: 1.6rem; }
  .ab-hero__eyebrow { max-width: 80vw; line-height: 1.3; }
  .ab-hero__title { font-size: clamp(2.7rem, 14.5vw, 4.6rem); }
  .ab-hero__sub { max-width: 340px; font-size: 1.05rem; }
  .ab-hero__actions { gap: 0.6rem; }
  .ab-hero__actions .ab-btn { min-height: 52px; padding: 0 1.3rem; font-size: 0.98rem; }
  .ab-hero__assure { grid-template-columns: 1fr 1fr; padding-bottom: 58px; }
  .ab-hero__assure li { min-height: 86px; padding: 1.1rem 0.8rem; }
  .ab-hero__assure li:nth-child(2) { border-right: 0; }
  .ab-hero__assure li:nth-child(3) { display: none; }
  .ab-grid { grid-template-columns: 1fr; }
  .ab-card:last-child:nth-child(odd) { max-width: none; }
  .ab-info { grid-template-columns: 1fr; }
  .ab-info > div, .ab-info > div:first-child, .ab-info > div:last-child { grid-column: 1; padding: 3.2rem 0; border-right: 0; border-bottom: 1px solid var(--ab-line); }
  .ab-info > div:last-child { border-bottom: 0; }
  .ab-cta__title { font-size: clamp(2.9rem, 16vw, 5.2rem); }
  body.page-catalog .catalog-header .header-top { display: block; }
  body.page-catalog .catalog-header h1 { font-size: clamp(2.6rem, 15vw, 5rem); }
  body.page-catalog .order-mode-badge { margin-top: 1.4rem; }
  body.page-catalog .products-grid { grid-template-columns: 1fr; }
  body.page-catalog .product-media { flex-basis: 96px; width: 96px; height: 96px; }
  body.page-catalog .product-card { padding: 0.85rem 0.95rem; }
  body.page-catalog .category-summary-title { font-size: clamp(1.5rem, 8vw, 2.3rem); }
  body.page-catalog .category-product-count { display: none; }
  body.page-catalog .order-mode-modal { align-items: flex-end; padding: 0; }
  body.page-catalog .order-mode-card { width: 100%; max-height: 94svh; overflow-y: auto; border-width: 1px 0 0; border-radius: var(--radius-xl) var(--radius-xl) 0 0; }
  body.page-catalog .order-mode-header { padding-top: 1.8rem; }
  body.page-catalog .order-mode-title { font-size: clamp(2.1rem, 11vw, 3.4rem); }
  body.page-catalog .order-mode-options { grid-template-columns: 1fr; }
  body.page-catalog .order-mode-option { min-height: 96px; }
  body.page-catalog .order-mode-icon { width: 72px; height: 54px; flex-basis: 72px; }
  body.page-catalog .order-mode-actions { padding-bottom: calc(clamp(2rem, 5vw, 4rem) + env(safe-area-inset-bottom, 0px)); }
  body.page-product .choices-grid { grid-template-columns: 1fr; }
  body.page-product .product-header .product-title { font-size: clamp(2.2rem, 13vw, 4rem); }
  body.page-cart .cart-item { grid-template-columns: 1fr; gap: 1rem; }
  body.page-cart .item-actions { align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-brand { align-items: flex-start; flex-direction: column; }
  .footer-logo { width: 120px; }
  .footer-bottom { flex-direction: column; gap: 0.75rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .ab-hero__eyebrow, .ab-hero__title .line, .ab-hero__sub, .ab-hero__actions, .ab-hero__board, .ab-hero__assure { opacity: 1; }
}
