/* Yombal Marché — couche moderne 2026 (responsive, détails UI) */

:root {
  --font-display: "Fraunces", "Playfair Display", Georgia, serif;
  --font-body: "Outfit", "DM Sans", system-ui, sans-serif;
  --surface: #fffcf8;
  --surface-elevated: #ffffff;
  --surface-muted: #f3ebe0;
  --border-soft: rgba(26, 61, 43, 0.1);
  --border-strong: rgba(26, 61, 43, 0.18);
  --shadow-soft: 0 8px 32px rgba(26, 61, 43, 0.08);
  --shadow-card: 0 20px 60px rgba(26, 61, 43, 0.12);
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --container: min(1180px, calc(100% - 48px));
  --nav-h: 72px;
  --header-offset: var(--nav-h);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

html {
  scroll-padding-top: calc(var(--nav-h) + 16px);
}

body {
  font-family: var(--font-body);
  background: var(--surface);
  -webkit-font-smoothing: antialiased;
}

.logo-text,
.hero-title,
.section-title,
.footer-brand,
.payment-heading,
.bb-title,
.svc-name,
.fc-title,
.aside-title {
  font-family: var(--font-display);
}

/* Skip link */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 12px;
  z-index: 100001;
  padding: 12px 20px;
  background: var(--green);
  color: #fff;
  border-radius: var(--radius-sm);
  font-weight: 600;
  text-decoration: none;
}
.skip-link:focus {
  left: 16px;
}

/* Top trust bar (desactive tant qu'il n'est pas dans le HTML) */
.trust-bar {
  display: none;
}
.trust-bar span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.trust-bar .trust-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--terra);
}

.nav,
.site-header,
.header-shell {
  top: 0;
  height: var(--nav-h);
  padding: 0 clamp(20px, 4vw, 48px);
  background: rgba(255, 252, 248, 0.96);
  border-bottom: 1px solid var(--border-soft);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
}
.nav.is-scrolled,
.site-header.is-scrolled,
.header-shell.is-scrolled {
  background: rgba(255, 252, 248, 0.94);
  box-shadow: var(--shadow-soft);
}

.nav-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 600;
  background: rgba(20, 30, 24, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.nav-backdrop.is-visible {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

.site-main:not(.site-main--home) {
  padding-top: var(--header-offset);
}

.site-main--home .hero {
  padding-top: calc(var(--header-offset) + 56px);
}

.page-hero {
  max-width: var(--container);
  margin: 0 auto;
  padding: clamp(32px, 6vw, 56px) 24px 8px;
}
.page-hero--compact {
  padding-bottom: 0;
}
.page-hero .section-eyebrow {
  opacity: 1;
  animation: none;
  margin-bottom: 12px;
}
.page-hero .section-title {
  font-size: clamp(2rem, 5vw, 3.2rem);
  margin-bottom: 16px;
}
.page-hero .section-sub {
  max-width: 62ch;
  font-size: 1.05rem;
  line-height: 1.75;
}

/* Pages intérieures — rythme & hero éditorial */
.page-wrapper {
  padding-bottom: clamp(48px, 6vw, 80px);
}
.page-wrapper .section {
  padding: clamp(40px, 5vw, 72px) clamp(16px, 3vw, 24px);
}
.page-wrapper .section--compact {
  padding-top: clamp(32px, 4vw, 56px);
  padding-bottom: clamp(32px, 4vw, 56px);
}
.page-wrapper .section--flush-bottom {
  padding-bottom: 0;
}
.page-wrapper .section-sub {
  margin-bottom: clamp(28px, 4vw, 48px);
}
.page-wrapper .section-sub--tight {
  margin-bottom: clamp(20px, 3vw, 36px);
}
.page-wrapper .section--alt {
  background: linear-gradient(180deg, transparent 0%, rgba(232, 240, 235, 0.45) 50%, transparent 100%);
  border-radius: var(--radius-lg);
  max-width: calc(var(--container) + 48px);
}
.section-cta {
  text-align: center;
  margin-top: 32px;
}

.page-hero--editorial {
  position: relative;
  padding: clamp(40px, 7vw, 72px) clamp(16px, 3vw, 24px) clamp(24px, 4vw, 40px);
  margin-bottom: 8px;
  overflow: hidden;
}
.page-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 10% 20%, rgba(200, 151, 58, 0.12), transparent 55%),
    radial-gradient(ellipse 70% 50% at 90% 80%, rgba(200, 80, 58, 0.08), transparent 50%),
    linear-gradient(165deg, var(--green-l) 0%, var(--surface) 55%, #fff 100%);
  border-bottom: 1px solid var(--border-soft);
}
.page-hero-bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--terra), var(--green));
  opacity: 0.65;
}
.page-hero-content {
  position: relative;
  z-index: 1;
  max-width: var(--container);
  margin: 0 auto;
}
.page-hero-lead {
  margin-bottom: 0;
  max-width: 58ch;
}

/* Nav — menu Découvrir */
.nav-links {
  gap: clamp(16px, 2.2vw, 28px);
}
.nav-item--dropdown {
  position: relative;
}
.nav-item--mega {
  position: relative;
}
.nav-mega-trigger {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0;
  border: none;
  background: none;
  color: var(--text2);
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.3px;
  cursor: pointer;
  position: relative;
  transition: color 0.3s;
}
.nav-mega-trigger::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--terra), var(--gold));
  border-radius: 2px;
  transition: width 0.35s var(--ease-out);
}
.nav-mega-trigger:hover,
.nav-mega-trigger.active,
.nav-item--mega.is-open .nav-mega-trigger {
  color: var(--green);
}
.nav-mega-trigger:hover::after,
.nav-mega-trigger.active::after,
.nav-item--mega.is-open .nav-mega-trigger::after {
  width: 100%;
}
.nav-dropdown-trigger {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0;
  border: none;
  background: none;
  color: var(--text2);
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.3px;
  cursor: pointer;
  position: relative;
  transition: color 0.3s;
}
.nav-dropdown-trigger::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--terra), var(--gold));
  border-radius: 2px;
  transition: width 0.35s var(--ease-out);
}
.nav-dropdown-trigger:hover,
.nav-dropdown-trigger.active,
.nav-item--dropdown.is-open .nav-dropdown-trigger {
  color: var(--green);
}
.nav-dropdown-trigger:hover::after,
.nav-dropdown-trigger.active::after,
.nav-item--dropdown.is-open .nav-dropdown-trigger::after {
  width: 100%;
}
.nav-chevron {
  font-size: 10px;
  opacity: 0.7;
  transition: transform 0.25s var(--ease-out);
}
.nav-item--dropdown.is-open .nav-chevron {
  transform: rotate(180deg);
}
.nav-dropdown {
  list-style: none;
  margin: 0;
  padding: 8px;
  min-width: 220px;
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  background: rgba(255, 252, 248, 0.98);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s var(--ease-out), transform 0.22s var(--ease-out), visibility 0.22s;
  z-index: 520;
}
@media (min-width: 901px) {
  .nav-item--dropdown.is-open .nav-dropdown,
  .nav-item--dropdown:hover .nav-dropdown,
  .nav-item--dropdown:focus-within .nav-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }
}
.nav-dropdown a,
.nav-dropdown-link {
  display: block;
  padding: 11px 14px;
  border-radius: var(--radius-sm);
  font-size: 13px;
  font-weight: 500;
  color: var(--text2);
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.nav-dropdown a::after {
  display: none;
}
.nav-dropdown a:hover,
.nav-dropdown a.active,
.nav-dropdown-link:hover,
.nav-dropdown-link.active {
  background: var(--green-l);
  color: var(--green);
}
.nav-dropdown-icon {
  display: none;
}

/* À propos — détails */
.apropos-block-eyebrow {
  margin-bottom: 12px;
}
.apropos-p--lead {
  margin-bottom: 24px;
  font-size: 1.1rem;
  line-height: 1.8;
}
.aside-cta {
  margin-top: 24px;
  display: inline-flex;
}
.aside-note {
  margin-top: 20px;
  margin-bottom: 0;
}
.experiences-strip--apropos {
  margin-top: 48px;
  margin-bottom: 0;
}
.experiences-strip-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--terra);
  margin-right: 4px;
  flex-shrink: 0;
}
.apropos-hero-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
  margin: 20px auto 0;
  padding: 0;
  list-style: none;
  max-width: 52rem;
}
.apropos-hero-points li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--green, #1a3d2b);
  padding: 8px 14px;
  background: #fff;
  border: 1px solid rgba(26, 61, 43, 0.12);
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(26, 61, 43, 0.06);
}
.apropos-page .apropos-grid {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 24px);
}
.apropos-story__inner,
.apropos-section-head {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 24px);
}
.apropos-section-head {
  text-align: center;
  margin-bottom: clamp(28px, 4vw, 44px);
}
.apropos-section-head .section-sub {
  margin-left: auto;
  margin-right: auto;
}
.apropos-story__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
  margin-top: clamp(20px, 3vw, 32px);
}
.apropos-pullquote {
  margin: 0;
  padding: clamp(24px, 3vw, 32px);
  background: #fff;
  border: 1px solid rgba(26, 61, 43, 0.1);
  border-left: 4px solid var(--gold, #b8862e);
  border-radius: var(--radius-md, 18px);
  box-shadow: var(--shadow-soft, 0 8px 32px rgba(26, 61, 43, 0.08));
}
.apropos-pullquote p {
  margin: 0 0 16px;
  font-family: var(--font-display, "Fraunces", serif);
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  line-height: 1.65;
  font-style: italic;
  color: var(--green, #1a3d2b);
}
.apropos-pullquote cite {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--terra, #c8503a);
  font-style: normal;
}
.apropos-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.5vw, 24px);
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 24px);
}
.apropos-pillar {
  padding: clamp(24px, 3vw, 32px);
  background: #fff;
  border: 1px solid rgba(26, 61, 43, 0.08);
  border-radius: var(--radius-md, 18px);
  box-shadow: var(--shadow-soft, 0 8px 32px rgba(26, 61, 43, 0.06));
  transition: transform 0.25s var(--ease-out), box-shadow 0.25s ease;
}
.apropos-pillar:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-card, 0 20px 60px rgba(26, 61, 43, 0.1));
}
.apropos-pillar__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  font-size: 1.25rem;
  background: rgba(26, 61, 43, 0.06);
  border-radius: 12px;
}
.apropos-pillar h3 {
  margin: 0 0 10px;
  font-family: var(--font-display, "Fraunces", serif);
  font-size: 1.1rem;
  color: var(--green, #1a3d2b);
}
.apropos-pillar p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--text2, rgba(26, 36, 24, 0.7));
}
.apropos-yombal-band {
  margin-top: 32px;
  padding: clamp(20px, 3vw, 28px);
  background: linear-gradient(135deg, rgba(26, 61, 43, 0.06) 0%, rgba(200, 151, 58, 0.08) 100%);
  border: 1px solid rgba(26, 61, 43, 0.1);
  border-radius: var(--radius-md, 18px);
}
.apropos-yombal-band__label {
  margin: 0 0 8px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--terra, #c8503a);
}
.apropos-yombal-band__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: var(--text2, rgba(26, 36, 24, 0.75));
}
.apropos-yombal-band__text strong {
  color: var(--green, #1a3d2b);
}
.apropos-page .apropos-stats {
  margin-top: clamp(40px, 5vw, 56px);
}
.apropos-page .apropos-grid {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 24px);
}
.apropos-page .apropos-stats,
.apropos-page .apropos-steps,
.apropos-page .trust-grid {
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
  padding: 0 clamp(16px, 3vw, 24px);
}
.admin-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: var(--container);
  margin: 0 auto 24px;
  padding: 0 clamp(16px, 3vw, 24px);
}
.admin-nav a {
  font-size: 12px;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 999px;
  text-decoration: none;
  color: var(--green);
  background: var(--green-l);
  border: 1px solid rgba(26, 61, 43, 0.1);
}
.admin-nav a:hover {
  background: var(--green);
  color: #fff;
}
.apropos-page .quote-block,
.apropos-page .boutique-band {
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
}

/* Filter pills */
.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 32px;
  max-width: 100%;
}
.filter-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  color: var(--green);
  background: var(--surface-elevated);
  border: 1px solid var(--border-soft);
  transition: all 0.25s var(--ease-out);
}
.filter-pill:hover {
  border-color: var(--green2);
  transform: translateY(-2px);
  box-shadow: var(--shadow-soft);
}
.filter-pill.is-active {
  background: var(--green);
  color: #fff;
  border-color: var(--green);
}
.filter-pill .pill-count {
  font-size: 11px;
  opacity: 0.85;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
}
.filter-pill:not(.is-active) .pill-count {
  background: var(--green-l);
  color: var(--green2);
}

/* Feature strip (home) */
.features-strip {
  max-width: var(--container);
  margin: -24px auto 0;
  padding: 0 24px 48px;
  position: relative;
  z-index: 3;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.feature-card {
  padding: 22px 20px;
  background: var(--surface-elevated);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out);
}
.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card);
}
.feature-card .fc-icon {
  font-size: 1.5rem;
  margin-bottom: 10px;
  display: block;
}
.feature-card h3 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--green);
  margin-bottom: 6px;
}
.feature-card p {
  font-size: 13px;
  line-height: 1.55;
  color: var(--text2);
}

/* Hero mobile stats */
.hero-mobile-stats {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 28px;
}
.hero-stat {
  text-align: center;
  padding: 14px 10px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  backdrop-filter: blur(8px);
}
.hero-stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--green);
}
.hero-stat span {
  font-size: 11px;
  color: var(--text2);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* Cards polish */
.svc-card,
.shop-card {
  border-radius: var(--radius-lg) !important;
  overflow: hidden;
}
.shop-card .shop-card-img {
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  background: linear-gradient(145deg, var(--green-l), var(--surface-muted));
  overflow: hidden;
  position: relative;
}
.shop-card--group {
  position: relative;
  border: 1px solid rgba(26, 92, 70, 0.12);
  box-shadow: 0 10px 28px rgba(26, 92, 70, 0.08);
}
.shop-card-link-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.shop-card--group .shop-card-actions {
  position: relative;
  z-index: 2;
}
.shop-group-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--green2);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.gamme-hero-meta {
  margin-top: 8px;
}
.gamme-filters {
  margin-bottom: 28px;
}
.gamme-filter-block + .gamme-filter-block {
  margin-top: 16px;
}
.gamme-filter-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--green2);
  margin-bottom: 10px;
}
.gamme-filter-row {
  flex-wrap: wrap;
}
.gamme-result-count {
  margin-top: 14px;
}
.gamme-variant-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}
.gamme-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--green-l);
  color: var(--green2);
  font-size: 12px;
  font-weight: 700;
}
.gamme-badge--format {
  background: #f3efe6;
  color: #5a4a32;
}
.gamme-variant-card.is-filtered-out {
  display: none;
}
.gamme-empty.is-hidden {
  display: none;
}
.product-gamme-link {
  margin: 0 0 12px;
}
.shop-card-img--photo,
.product-detail-visual--photo {
  padding: 0;
  background: #f8f4ee;
}
.product-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.product-photo--detail {
  min-height: 320px;
  max-height: 520px;
}
.product-photo--card {
  aspect-ratio: 4/3;
}
.product-photo--thumb {
  width: 72px;
  height: 72px;
  border-radius: var(--radius-sm);
  object-fit: cover;
}
.product-photo-fallback {
  font-size: 2.5rem;
  line-height: 1;
}
.cart-item-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  min-height: 72px;
  border-radius: var(--radius-sm);
  background: var(--green-l);
}
.cart-item-media--photo {
  background: #f8f4ee;
  overflow: hidden;
  padding: 0;
}

/* Forms */
.field-group {
  margin-bottom: 18px;
}
.field-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--green2);
  margin-bottom: 8px;
}
.field-input,
.field-textarea,
.checkout-guest .cart-item-qty-input {
  width: 100%;
  padding: 14px 16px;
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--text);
  background: var(--surface-elevated);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-sm);
  text-align: left !important;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.field-input:focus,
.field-textarea:focus,
.checkout-guest .cart-item-qty-input:focus {
  outline: none;
  border-color: var(--green3);
  box-shadow: 0 0 0 3px rgba(61, 122, 85, 0.15);
}
.field-textarea {
  resize: vertical;
  min-height: 88px;
}
.field-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.form-panel {
  max-width: 520px;
  padding: 28px;
  margin-bottom: 28px;
  background: var(--surface-elevated);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}
.form-panel-title {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--green);
  margin-bottom: 8px;
}
.form-panel-hint {
  font-size: 14px;
  color: var(--text2);
  margin-bottom: 20px;
  line-height: 1.6;
}
.form-panel-hint a {
  color: var(--terra);
  font-weight: 600;
}

/* Contact */
.contact-hero-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 32px 0 40px;
}
.contact-quick {
  padding: 26px 24px;
  background: var(--surface-elevated);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-soft);
}
.contact-quick .cq-icon {
  font-size: 1.75rem;
  margin-bottom: 12px;
}
.contact-quick h2 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--green);
  margin-bottom: 10px;
}
.contact-quick p,
.contact-quick address {
  font-style: normal;
  font-size: 14px;
  line-height: 1.7;
  color: var(--text2);
}
.contact-quick a.c-email {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  font-weight: 600;
  color: var(--terra);
  text-decoration: none;
}
.contact-quick a.c-email:hover {
  text-decoration: underline;
}
.contact-quick--email {
  border-top: 3px solid var(--terra);
  background: linear-gradient(165deg, #fff 0%, rgba(232, 240, 235, 0.55) 100%);
}
.contact-quick--email .cq-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  background: rgba(200, 80, 58, 0.1);
  border-radius: 12px;
}

/* E-mail contact — badge stylisé */
.email-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 100%;
  padding: 12px 16px;
  margin-top: 14px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  color: var(--green);
  background: linear-gradient(135deg, #fff 0%, var(--green-l) 100%);
  border: 1px solid rgba(26, 61, 43, 0.12);
  border-radius: var(--radius-md);
  box-shadow: 0 4px 18px rgba(26, 61, 43, 0.07);
  transition: transform 0.22s var(--ease-out), box-shadow 0.22s var(--ease-out), border-color 0.22s, color 0.22s;
  word-break: break-all;
}
.email-chip:hover {
  transform: translateY(-2px);
  border-color: rgba(200, 80, 58, 0.35);
  box-shadow: 0 10px 28px rgba(26, 61, 43, 0.12);
  color: var(--terra);
}
.email-chip-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  color: var(--terra);
  background: rgba(200, 80, 58, 0.12);
}
.email-chip-text {
  flex: 1;
  min-width: 0;
  font-size: 13px;
  letter-spacing: 0.01em;
}
.email-chip-arrow {
  flex-shrink: 0;
  font-size: 15px;
  font-weight: 700;
  color: var(--terra);
  transition: transform 0.22s var(--ease-out);
}
.email-chip:hover .email-chip-arrow {
  transform: translateX(4px);
}
.email-chip-hint {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(26, 61, 43, 0.45);
}
.email-chip--featured {
  width: 100%;
  margin-top: 16px;
  padding: 14px 16px;
}
.email-chip--featured .email-chip-text {
  font-size: 14px;
}
.email-chip--inline {
  display: inline-flex;
  margin-top: 0;
  padding: 6px 12px;
  vertical-align: middle;
  font-size: 13px;
}
.email-chip--inline .email-chip-icon,
.email-chip--inline .email-chip-arrow {
  display: none;
}
.email-chip--footer {
  margin-top: 8px;
  padding: 10px 14px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: none;
}
.email-chip--footer:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.35);
}
.email-chip--footer .email-chip-icon {
  width: 28px;
  height: 28px;
  color: var(--gold2);
  background: rgba(255, 255, 255, 0.12);
}
.email-chip--footer .email-chip-text {
  font-size: 12px;
  color: inherit;
}
.footer-email-block {
  margin-top: 16px;
}
.footer-email-label {
  display: block;
  margin-bottom: 6px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.payment-footnote .email-chip--inline {
  background: var(--green-l);
}

/* Values grid (à propos) */
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 32px;
}
.value-item {
  display: flex;
  gap: 14px;
  padding: 20px;
  background: var(--green-l);
  border-radius: var(--radius-md);
  border: 1px solid rgba(26, 61, 43, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.value-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(26, 61, 43, 0.12);
  border-color: rgba(26, 61, 43, 0.18);
}
.value-item span {
  font-size: 1.5rem;
  flex-shrink: 0;
}
.value-item h3 {
  font-size: 15px;
  font-weight: 700;
  color: var(--green);
  margin-bottom: 4px;
}
.value-item p {
  font-size: 13px;
  line-height: 1.55;
  color: var(--text2);
}

/* À propos — chiffres & étapes */
.apropos-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 16px;
  max-width: 1060px;
  margin-top: 56px;
}
.apropos-stat {
  text-align: center;
  padding: 24px 16px;
  background: white;
  border: 1px solid rgba(26, 61, 43, 0.08);
  border-radius: var(--radius-md);
  box-shadow: 0 4px 20px rgba(26, 61, 43, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.apropos-stat:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(26, 61, 43, 0.12);
  border-color: rgba(26, 61, 43, 0.18);
}
.apropos-stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: var(--green);
  line-height: 1.1;
}
.apropos-stat > span {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--terra);
}
.apropos-stat p {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.45;
  color: var(--text2);
}
.apropos-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1060px;
}
.apropos-step {
  display: flex;
  gap: 16px;
  padding: 28px 24px;
  background: white;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(26, 61, 43, 0.08);
  box-shadow: 0 8px 32px rgba(26, 61, 43, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.apropos-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(26, 61, 43, 0.12);
  border-color: rgba(26, 61, 43, 0.18);
}
.apropos-step-num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  color: white;
  background: var(--green);
  border-radius: 50%;
}
.apropos-step h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--green);
  margin: 0 0 8px;
}
.apropos-step p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--text2);
  margin: 0 0 12px;
}
.apropos-step a {
  font-size: 13px;
  font-weight: 600;
  color: var(--terra);
  text-decoration: none;
}
.apropos-step a:hover {
  text-decoration: underline;
}

/* Confiance (à propos) */
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1060px;
  margin-top: 28px;
}
.trust-card {
  padding: 24px 18px;
  background: white;
  border-radius: var(--radius-md);
  border: 1px solid rgba(26, 61, 43, 0.08);
  box-shadow: 0 4px 20px rgba(26, 61, 43, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.trust-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(26, 61, 43, 0.12);
  border-color: rgba(26, 61, 43, 0.18);
}
.trust-ico {
  display: block;
  font-size: 1.45rem;
  margin-bottom: 10px;
}
.trust-card h3 {
  font-size: 14px;
  font-weight: 800;
  color: var(--green);
  margin: 0 0 8px;
}
.trust-card p {
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--text2);
  margin: 0;
}

/* Footer modern */
.site-footer {
  margin-top: 48px;
  background: linear-gradient(165deg, #142a1f 0%, var(--green) 45%, #1a3d2b 100%);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  max-width: var(--container);
  margin: 0 auto;
  padding-bottom: 40px;
}
.footer-col h3 {
  font-family: var(--font-display);
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 16px;
}
.footer-col a {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  font-size: 14px;
  padding: 6px 0;
  transition: color 0.2s;
}
.footer-col a:hover {
  color: #fff;
}
.footer-contact-line {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
  margin-bottom: 8px;
}

/* Flash messages */
.flash-stack {
  max-width: var(--container);
  margin: 0 auto;
  padding: 16px 24px 0;
}
.flash {
  border-radius: var(--radius-sm);
  padding: 14px 18px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  border: 1px solid transparent;
}
.flash-success { background: #e8f5ec; border-color: #b8dcc4; color: #1a4d32; }
.flash-danger { background: #fdecea; border-color: #f5c4be; color: #8b2e24; }
.flash-warning { background: #fff8e6; border-color: #f0dfa0; color: #6b4f00; }
.flash-info { background: #e8f0f8; border-color: #b8cfe8; color: #1a3d5c; }

/* Section container */
.section {
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
}

/* Boutique badge on cards */
.cat-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 8px;
}
.cat-badge--alim { background: rgba(200, 151, 58, 0.2); color: #8a6520; }
.cat-badge--cosm { background: rgba(200, 80, 58, 0.15); color: #a03828; }
.cat-badge--boissons { background: rgba(200, 80, 120, 0.15); color: #9a3050; }
.cat-badge--cereales { background: rgba(180, 140, 60, 0.2); color: #7a5a18; }
.cat-badge--condiments { background: rgba(120, 120, 120, 0.15); color: #555; }
.cat-badge--huiles { background: rgba(200, 160, 40, 0.2); color: #8a6a10; }
.cat-badge--snacks { background: rgba(220, 120, 80, 0.15); color: #a04828; }
.cat-badge--conserves { background: rgba(80, 120, 180, 0.15); color: #2a5080; }
.cat-badge--legumineuses { background: rgba(100, 160, 80, 0.18); color: #3a6830; }
.cat-badge--fruits_secs { background: rgba(220, 100, 60, 0.15); color: #a04020; }

/* Auth pages */
.auth-shell {
  max-width: 440px;
  margin: 0 auto;
  padding: 24px;
}
.auth-card {
  padding: 36px 32px;
  background: var(--surface-elevated);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-card);
}
.auth-card h1 {
  font-family: var(--font-display);
  font-size: 1.75rem;
  color: var(--green);
  margin-bottom: 8px;
}
.auth-card .auth-lead {
  font-size: 14px;
  color: var(--text2);
  margin-bottom: 28px;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 900px) {
  .trust-bar {
    font-size: 10px;
    gap: 12px;
    overflow-x: auto;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .trust-bar::-webkit-scrollbar { display: none; }
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero-mobile-stats {
    display: grid;
  }
  .contact-hero-cards {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .field-row-2 {
    grid-template-columns: 1fr;
  }
  .values-grid {
    grid-template-columns: 1fr;
  }
  .apropos-steps {
    grid-template-columns: 1fr;
  }
  .apropos-stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .apropos-story__grid {
    grid-template-columns: 1fr;
  }
  .apropos-pillars {
    grid-template-columns: 1fr;
  }
  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
  .form-panel {
    padding: 22px 18px;
  }
  .trust-grid {
    grid-template-columns: 1fr;
  }
}

/* Carte des saveurs */
.saveurs-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 28px;
  align-items: start;
}
.saveurs-map-shell {
  position: relative;
  background: white;
  border-radius: var(--r-xl);
  border: 1px solid rgba(26, 61, 43, 0.08);
  box-shadow: 0 10px 32px rgba(26, 61, 43, 0.06);
  overflow: hidden;
  min-height: 520px;
}
.saveurs-map-bg {
  position: absolute;
  inset: 0;
}
.saveurs-pins {
  position: absolute;
  inset: 0;
}
.saveur-pin-btn {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(26, 61, 43, 0.16);
  background: rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}
.saveur-pin-btn:hover {
  transform: translate(-50%, -50%) scale(1.06);
  box-shadow: 0 14px 30px rgba(26, 61, 43, 0.12);
}
.saveur-pin-btn.is-active {
  background: var(--green);
  border-color: rgba(26, 61, 43, 0.35);
  box-shadow: 0 18px 46px rgba(26, 61, 43, 0.18);
}
.saveur-pin-emoji {
  font-size: 1.35rem;
  line-height: 1;
}
.saveur-pin-btn.is-active .saveur-pin-emoji {
  filter: brightness(10);
}

.saveurs-sidebar {
  background: transparent;
}
.saveur-panel {
  display: none;
  padding: 26px 22px;
  background: white;
  border-radius: var(--r-xl);
  border: 1px solid rgba(26, 61, 43, 0.08);
  box-shadow: 0 10px 32px rgba(26, 61, 43, 0.06);
  margin-bottom: 14px;
}
.saveur-panel.is-active {
  display: block;
}
.saveur-panel-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 10px;
}
.saveur-panel-emoji {
  font-size: 2.4rem;
  line-height: 1;
}
.saveur-panel-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--terra);
  margin: 0 0 6px;
}
.saveur-panel-name {
  font-family: var(--font-display);
  font-size: 1.35rem;
  margin: 0;
  color: var(--green);
}
.saveur-panel-flagship {
  margin: 14px 0 10px;
  font-weight: 700;
  color: var(--terra);
}
.saveur-panel-story {
  color: var(--text2);
  line-height: 1.75;
  margin: 0 0 18px;
}
.saveur-panel-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.saveur-panel-products {
  margin-top: 18px;
}
.saveur-product {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px 0;
  border-top: 1px solid rgba(26, 61, 43, 0.08);
}
.saveur-product:first-child {
  border-top: 0;
}
.saveur-product-media img,
.saveur-product-media .product-photo-fallback {
  width: 56px;
  height: 56px;
}
.saveur-product-main {
  flex: 1;
  min-width: 0;
}
.saveur-product-name {
  display: block;
  font-weight: 800;
  color: var(--green);
  text-decoration: none;
  margin-bottom: 4px;
  line-height: 1.2;
}
.saveur-product-name:hover {
  color: var(--terra);
  text-decoration: underline;
}
.saveur-product-price {
  font-weight: 800;
  color: var(--terra);
  font-size: 13px;
  margin-bottom: 8px;
}
.btn-saveur-add {
  padding: 10px 14px;
  font-size: 13px;
}

@media (max-width: 980px) {
  .saveurs-grid {
    grid-template-columns: 1fr;
  }
  .saveurs-map-shell {
    min-height: 420px;
  }
}

@media (pointer: coarse) {
  body { cursor: auto !important; }
  #cursor-dot, #cursor-ring { display: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  .feature-card:hover,
  .filter-pill:hover {
    transform: none;
  }
}

/* Utilities */
.section--flush-top {
  padding-top: 0;
}
.text-muted-small {
  margin-top: 10px;
  font-size: 13px;
  color: var(--text2);
}
.footer-email-link {
  color: inherit;
}
/* legacy — remplacé par .email-chip dans le footer */

.shop-card-title {
  font-size: 1.15rem;
}
.shop-result-count {
  margin-bottom: 24px;
}
.checkout-summary-box {
  margin-bottom: 28px;
}
.checkout-list--flush {
  margin: 0;
}
.checkout-actions-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

/* Product detail */
.product-detail {
  padding-bottom: 48px;
}
.product-breadcrumb {
  font-size: 13px;
  font-weight: 600;
  color: var(--text2);
  margin-bottom: 24px;
}
.product-detail-visual {
  border-radius: var(--radius-lg);
  background: linear-gradient(155deg, var(--green-l) 0%, var(--surface-muted) 55%, #fff 100%);
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-soft);
  position: sticky;
  top: calc(var(--nav-h) + 16px);
}
.product-detail-main h1 {
  font-family: var(--font-display);
}
.product-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-end;
  margin-top: 28px;
  padding: 22px;
  background: var(--surface-elevated);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}
.product-detail-actions .field-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-end;
  width: 100%;
}
.product-related {
  margin-top: 56px;
  padding-top: 40px;
  border-top: 1px solid var(--border-soft);
}
.product-related .section-title {
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  margin-bottom: 24px;
}
.shop-card--link {
  text-decoration: none;
  color: inherit;
}

/* Legal & prose */
.legal-panel {
  max-width: 720px;
  margin: 0 auto;
  padding: 32px 36px;
  background: var(--surface-elevated);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}
.legal-panel p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--text);
  margin-bottom: 1.25rem;
}
.legal-panel p:last-child {
  margin-bottom: 0;
}
.legal-panel strong {
  color: var(--green);
  font-weight: 700;
}
.legal-panel a {
  color: var(--terra);
  font-weight: 600;
}

/* Payment page */
.payment-page-hero .payment-order-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 8px;
  font-size: 15px;
  color: var(--text2);
}
.payment-page-hero .payment-order-meta strong {
  color: var(--green);
}
.payment-confirmed-panel,
.payment-mp {
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-soft);
}

/* Admin */
.admin-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  padding: 16px 20px;
  background: var(--surface-elevated);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
}
.admin-filter-select,
.admin-status-form select {
  min-width: 220px;
  padding: 12px 14px;
  font-family: var(--font-body);
  font-size: 14px;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-sm);
  background: #fff;
}
.admin-table-wrap {
  margin-top: 24px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-soft);
}
.admin-table thead {
  background: var(--green-l);
}
.admin-table th {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--green2);
}
.admin-detail-panel {
  max-width: none;
}
.admin-status-form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 12px;
}
.admin-back-link {
  text-decoration: none;
  color: var(--terra);
  font-weight: 600;
}
.admin-back-link:hover {
  text-decoration: underline;
}

.admin-product-image-block {
  margin-bottom: 28px;
  padding: 20px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  background: var(--green-l, #f7faf7);
}
.admin-product-image-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  margin-bottom: 16px;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border-soft);
}
.admin-product-image-preview__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.admin-product-image-preview__fallback {
  font-size: 3rem;
  line-height: 1;
}
.field-hint {
  margin: 6px 0 0;
  font-size: 13px;
  color: var(--muted, #666);
}
.admin-table-thumb {
  width: 52px;
}
.admin-table-thumb__img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  display: block;
}
.admin-table-thumb__emoji {
  font-size: 1.4rem;
  line-height: 44px;
  display: inline-block;
  width: 44px;
  text-align: center;
}
.admin-table-actions {
  white-space: nowrap;
}
.admin-table-actions__form {
  display: inline;
  margin-left: 8px;
}
.admin-product-delete {
  margin-top: 20px;
  border-color: rgba(160, 56, 40, 0.2);
}
.admin-gallery-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}
.admin-gallery-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 12px;
  cursor: pointer;
}
.admin-gallery-item img {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(26, 61, 43, 0.12);
}

/* Galerie produit */
.product-gallery-main__img {
  width: 100%;
  max-height: 420px;
  object-fit: contain;
  border-radius: var(--radius-lg);
}
.product-gallery-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.product-gallery-thumb {
  padding: 0;
  border: 2px solid transparent;
  border-radius: var(--radius-sm);
  background: none;
  cursor: pointer;
  overflow: hidden;
}
.product-gallery-thumb.is-active {
  border-color: var(--terra);
}
.product-gallery-thumb img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  display: block;
}

/* Bannière cookies */
.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 16px;
  background: rgba(26, 61, 43, 0.96);
  color: #f8f6f0;
  box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.2);
}
.cookie-consent-inner {
  max-width: 1060px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}
.cookie-consent-title {
  margin: 0;
  font-weight: 700;
  font-size: 14px;
}
.cookie-consent-text {
  margin: 0;
  flex: 1 1 280px;
  font-size: 13px;
  line-height: 1.5;
}
.cookie-consent-text a {
  color: #f0d9a8;
}
.cookie-consent-btn {
  flex-shrink: 0;
}

/* Simulation paiement / livraison (tests) */
.payment-simulation-banner {
  margin-bottom: 24px;
  padding: 20px 22px;
  border-radius: var(--radius-lg);
  border: 2px dashed rgba(200, 80, 58, 0.45);
  background: linear-gradient(135deg, rgba(255, 248, 230, 0.95), rgba(255, 255, 255, 0.98));
}
.payment-simulation-banner__title {
  margin: 0 0 8px;
  font-weight: 800;
  color: var(--green);
}
.payment-simulation-banner__text {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.55;
}
.payment-simulation-steps {
  margin: 0 0 16px;
  padding-left: 20px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--text2);
}
.payment-simulation-full-form {
  margin: 0;
}
.order-sim-ship-form {
  margin-bottom: 12px;
}

@media (max-width: 520px) {
  .cookie-consent-inner {
    flex-direction: column;
    align-items: stretch;
  }
}
.admin-btn-detail {
  padding: 6px 12px;
  font-size: 12px;
}

@media (max-width: 900px) {
  .product-detail-visual {
    position: static;
  }
  .legal-panel {
    padding: 24px 20px;
  }
  .producers-grid {
    grid-template-columns: 1fr;
  }
  .producer-hero {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .producer-facts {
    grid-template-columns: 1fr;
  }
}

/* Producteurs locaux */
.producers-page .page-hero {
  padding-bottom: 4px;
}
.producers-page-lead {
  max-width: 42ch;
}
.producers-count {
  font-size: 13px;
  font-weight: 600;
  color: var(--text2);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
}
.producers-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 32px;
}
.producer-benefit {
  padding: 18px 16px;
  background: var(--green-l);
  border-radius: var(--radius-md);
  border: 1px solid rgba(26, 61, 43, 0.08);
  text-align: center;
}
.producer-benefit span {
  font-size: 1.5rem;
  display: block;
  margin-bottom: 8px;
}
.producer-benefit h3 {
  font-family: var(--font-display);
  font-size: 0.95rem;
  color: var(--green);
  margin-bottom: 6px;
}
.producer-benefit p {
  font-size: 12px;
  line-height: 1.5;
  color: var(--text2);
  margin: 0;
}

.producers-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.producers-grid--vitrine {
  gap: 16px;
}
.producers-grid--home {
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.producer-card {
  display: flex;
  flex-direction: column;
  background: var(--surface-elevated);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out);
}
.producer-card--listing {
  padding: 18px;
  gap: 12px;
}
.producer-card-header {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.producer-card-head {
  flex: 1;
  min-width: 0;
}
.producer-avatar--card {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  line-height: 1;
  background: linear-gradient(145deg, var(--green-l), var(--surface-muted));
  border-radius: var(--radius-md);
  border: 1px solid var(--border-soft);
}
.producer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.producer-chip {
  font-size: 11px;
  line-height: 1.35;
  font-weight: 500;
  color: var(--green2);
  padding: 5px 10px;
  background: var(--green-l);
  border: 1px solid rgba(26, 61, 43, 0.08);
  border-radius: 999px;
}
.producer-card-footer {
  margin-top: auto;
  padding-top: 4px;
}
.producer-card-cta {
  width: 100%;
  justify-content: center;
  text-align: center;
  padding: 12px 16px;
  font-size: 14px;
}
.producers-page-cta {
  margin-top: 40px;
}
.producer-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card);
}
.producer-card--compact {
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  text-decoration: none;
  color: inherit;
}
.producer-card-visual {
  aspect-ratio: 16/10;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, var(--green-l), var(--surface-muted));
}
.producer-card-body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.producer-avatar {
  font-size: 3rem;
  line-height: 1;
}
.producer-avatar--sm { font-size: 2.25rem; }
.producer-avatar--md { font-size: 2.5rem; flex-shrink: 0; }
.producer-avatar--lg { font-size: 5rem; }
.producer-region {
  font-size: 12px;
  font-weight: 600;
  color: var(--text2);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.producer-name {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--green);
  margin: 0;
}
.producer-flagship {
  font-size: 14px;
  font-weight: 600;
  color: var(--terra);
}
.producer-meta-line {
  font-size: 13px;
  line-height: 1.5;
  color: var(--text2);
  margin: 0;
}
.producer-teaser {
  font-size: 14px;
  line-height: 1.6;
  color: var(--text2);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.producer-card--listing .producer-teaser {
  -webkit-line-clamp: 2;
}
.producer-link {
  font-size: 13px;
  font-weight: 700;
  color: var(--terra);
  text-decoration: none;
}
.producer-link:hover { text-decoration: underline; }
.shop-producer-line {
  font-size: 12px;
  color: var(--text2);
  margin: 4px 0;
}
.shop-producer-line a {
  color: var(--green2);
  font-weight: 600;
  text-decoration: none;
}
.shop-producer-line a:hover { text-decoration: underline; }

.producer-hero {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  align-items: start;
  margin-bottom: 40px;
  padding: 32px;
  background: var(--surface-elevated);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}
.producer-hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  background: linear-gradient(155deg, var(--green-l), var(--surface-muted));
  border-radius: var(--radius-md);
}
.producer-hero-region {
  font-size: 1.05rem;
  color: var(--text2);
  margin-bottom: 20px;
}
.producer-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 0;
}
.producer-fact {
  padding: 14px 16px;
  background: var(--green-l);
  border-radius: var(--radius-sm);
}
.producer-fact dt {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--green2);
  margin-bottom: 4px;
}
.producer-fact dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--text);
}
.producer-story {
  padding: 28px 32px;
  margin-bottom: 40px;
  background: var(--surface-elevated);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
}
.producer-story p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--text);
  margin-bottom: 1rem;
}
.producer-inline {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.producer-teaser-block .producer-link {
  display: inline-block;
  margin-top: 8px;
}
.producer-cta-band {
  margin-top: 48px;
  padding: 32px;
  text-align: center;
  background: linear-gradient(135deg, var(--green-l), #fff);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
}
.producer-cta-band p {
  font-size: 1.05rem;
  line-height: 1.65;
  margin-bottom: 20px;
  color: var(--text);
}

@media (max-width: 900px) {
  .producers-benefits {
    grid-template-columns: repeat(2, 1fr);
  }
  .producers-grid--home {
    grid-template-columns: 1fr;
  }
  .producers-grid--vitrine {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (max-width: 640px) {
  .producers-page .page-hero {
    padding: 24px 20px 0;
  }
  .producers-page .section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .producers-page-lead {
    font-size: 0.95rem;
    line-height: 1.6;
  }
  .producers-benefits {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
    margin: 0 -20px 20px;
    padding: 2px 20px 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .producers-benefits::-webkit-scrollbar {
    display: none;
  }
  .producer-benefit {
    flex: 0 0 min(72vw, 240px);
    scroll-snap-align: start;
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    padding: 14px;
  }
  .producer-benefit span {
    margin-bottom: 0;
    font-size: 1.35rem;
    flex-shrink: 0;
  }
  .producer-benefit h3 {
    font-size: 0.88rem;
    margin-bottom: 4px;
  }
  .producer-benefit p {
    font-size: 11px;
    line-height: 1.45;
  }
  .producer-card--listing {
    padding: 16px;
    border-radius: var(--radius-md);
  }
  .producer-avatar--card {
    width: 48px;
    height: 48px;
    font-size: 1.5rem;
  }
  .producer-name {
    font-size: 1.1rem;
  }
  .producer-region {
    font-size: 10px;
  }
  .producer-flagship {
    font-size: 13px;
  }
  .producer-chip {
    font-size: 10px;
    padding: 4px 8px;
  }
  .producers-page-cta.boutique-band {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding: 24px 20px;
    margin-top: 32px;
    text-align: center;
  }
  .producers-page-cta .btn-gold {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

@media (max-width: 520px) {
  .producer-card--compact {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .producer-hero {
    padding: 22px 18px;
  }
  .producer-story {
    padding: 22px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .producer-card:hover {
    transform: none;
  }
}

/* Suivi commande */
.tracking-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
  margin-bottom: 32px;
}
.tracking-form .btn-primary {
  width: 100%;
  margin-top: 8px;
}
.tracking-recent .form-panel-hint {
  margin-bottom: 16px;
}
.tracking-order-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tracking-order-item {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  gap: 4px 12px;
  padding: 14px 16px;
  background: var(--surface-elevated);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.tracking-order-item:hover {
  border-color: var(--green3);
  box-shadow: var(--shadow-soft);
}
.tracking-order-ref {
  font-weight: 700;
  color: var(--green);
  font-size: 14px;
}
.tracking-order-date {
  font-size: 12px;
  color: var(--text2);
  text-align: right;
}
.tracking-order-status {
  font-size: 12px;
  color: var(--terra);
  font-weight: 600;
}
.tracking-order-total {
  font-size: 13px;
  font-weight: 700;
  text-align: right;
}
.tracking-help {
  padding: 20px 24px;
  background: var(--green-l);
  border-radius: var(--radius-md);
  border: 1px solid rgba(26, 61, 43, 0.08);
}
.tracking-progress {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4px;
  margin-bottom: 20px;
  padding: 20px 16px;
  background: var(--surface-elevated);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  overflow-x: auto;
}
.tracking-step {
  flex: 1;
  min-width: 64px;
  text-align: center;
  opacity: 0.45;
  transition: opacity 0.25s;
}
.tracking-step.is-done,
.tracking-step.is-current {
  opacity: 1;
}
.tracking-step-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0 auto 8px;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
  background: var(--green-l);
  color: var(--green2);
  border: 2px solid var(--border-soft);
}
.tracking-step.is-done .tracking-step-dot {
  background: var(--green);
  color: #fff;
  border-color: var(--green);
}
.tracking-step.is-current .tracking-step-dot {
  background: var(--terra);
  color: #fff;
  border-color: var(--terra);
  box-shadow: 0 0 0 4px rgba(200, 80, 58, 0.2);
}
.tracking-step-title {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--green);
}
.tracking-step-desc {
  display: block;
  font-size: 10px;
  color: var(--text2);
  margin-top: 2px;
}
.tracking-step-line {
  flex: 0 0 12px;
  height: 2px;
  background: var(--border-soft);
  margin-top: 15px;
  align-self: flex-start;
}
.tracking-status-banner {
  padding: 16px 20px;
  margin-bottom: 24px;
  background: linear-gradient(135deg, var(--green-l), #fff);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  border-left: 4px solid var(--green);
}
.tracking-status-banner strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--green);
  margin-bottom: 4px;
}
.tracking-status-banner p {
  margin: 0;
  font-size: 14px;
  color: var(--text2);
  line-height: 1.55;
}
.tracking-status-banner--cancelled {
  border-left-color: #a03828;
  background: #fdecea;
}
.tracking-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
.tracking-info-line {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 6px;
  color: var(--text);
}
.tracking-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 2px solid var(--border-soft);
  margin-left: 8px;
}
.tracking-timeline-item {
  position: relative;
  padding: 0 0 18px 20px;
}
.tracking-timeline-item::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--green);
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px var(--border-soft);
}
.tracking-timeline-item time {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: var(--text2);
  margin-bottom: 4px;
}
.tracking-timeline-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}
.tracking-tl-note {
  color: var(--text2);
  font-size: 13px;
}

@media (max-width: 768px) {
  .tracking-layout {
    grid-template-columns: 1fr;
  }
  .tracking-detail-grid {
    grid-template-columns: 1fr;
  }
  .tracking-progress {
    padding: 16px 12px;
  }
  .tracking-step-title {
    font-size: 10px;
  }
}

/* Découverte accueil */
.discover-band {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px 48px;
}
.discover-band-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.discover-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 28px 26px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(26, 61, 43, 0.1);
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  min-height: 200px;
}
.discover-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(26, 61, 43, 0.12);
}
.discover-card--map {
  background: linear-gradient(145deg, #eef6f0, #fff);
  border-top: 4px solid var(--green);
}
.discover-card--recipes {
  background: linear-gradient(145deg, #fff8f0, #fff);
  border-top: 4px solid var(--terra);
}
.discover-card--gifts {
  background: linear-gradient(145deg, #fdf5ff, #fff);
  border-top: 4px solid var(--gold);
}
.discover-card--all {
  background: linear-gradient(145deg, #f0f6f2, #fff);
  border-top: 4px solid var(--green);
  grid-column: 1 / -1;
}
.discover-card-icon {
  font-size: 2rem;
}
.discover-card h2 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--green);
  margin: 0;
}
.discover-card p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--text2);
  margin: 0;
  flex: 1;
}
.discover-card-cta {
  font-size: 13px;
  font-weight: 700;
  color: var(--terra);
}

/* Recettes */
.recipe-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}
.recipe-filter {
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  color: var(--green);
  background: white;
  border: 1px solid rgba(26, 61, 43, 0.14);
  transition: background 0.2s, border-color 0.2s;
}
.recipe-filter:hover,
.recipe-filter.is-active {
  background: var(--green);
  border-color: var(--green);
  color: white;
}
.recipe-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 22px;
}
.recipe-grid--home {
  grid-template-columns: repeat(3, 1fr);
}
.recipe-grid--compact {
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
.recipe-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px;
  background: white;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(26, 61, 43, 0.08);
  box-shadow: 0 8px 28px rgba(26, 61, 43, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.recipe-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(26, 61, 43, 0.1);
}
.recipe-card--compact {
  padding: 18px;
}
.recipe-card-top {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.recipe-card-emoji {
  font-size: 2rem;
  line-height: 1;
}
.recipe-card-kind {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--terra);
  margin: 0 0 4px;
}
.recipe-card-title {
  font-family: var(--font-display);
  font-size: 1.1rem;
  margin: 0;
  line-height: 1.3;
}
.recipe-card-title a {
  color: var(--green);
  text-decoration: none;
}
.recipe-card-title a:hover {
  color: var(--terra);
}
.recipe-card-summary {
  font-size: 14px;
  line-height: 1.6;
  color: var(--text2);
  margin: 0;
  flex: 1;
}
.recipe-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  color: var(--text2);
}
.recipe-card-meta--hero {
  margin-top: 14px;
}
.recipe-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 8px;
}
.recipe-card-price {
  font-weight: 800;
  color: var(--terra);
  font-size: 1.1rem;
}

.recette-hero {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 32px;
}
.recette-hero-emoji {
  font-size: 3.5rem;
  line-height: 1;
}
.recette-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: start;
}
.recette-steps-panel,
.recette-cart-panel {
  padding: 28px 24px;
  background: white;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(26, 61, 43, 0.08);
  box-shadow: 0 8px 28px rgba(26, 61, 43, 0.05);
}
.recette-steps-panel h2,
.recette-cart-panel h2 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--green);
  margin: 0 0 16px;
}
.recette-steps {
  margin: 0;
  padding-left: 1.25rem;
  color: var(--text2);
  line-height: 1.75;
}
.recette-steps li {
  margin-bottom: 12px;
}
.recette-cart-lead {
  font-size: 14px;
  color: var(--text2);
  margin: 0 0 18px;
  line-height: 1.6;
}
.recette-ingredients {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}
.recette-ingredient {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid rgba(26, 61, 43, 0.08);
}
.recette-ingredient:first-child {
  border-top: 0;
  padding-top: 0;
}
.recette-ingredient-main a {
  display: block;
  font-weight: 700;
  color: var(--green);
  text-decoration: none;
  margin-bottom: 4px;
}
.recette-ingredient-main a:hover {
  color: var(--terra);
}
.recette-ingredient-note {
  display: block;
  font-size: 12px;
  color: var(--text2);
}
.recette-ingredient-qty {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--terra);
  margin-top: 4px;
}
.recette-cart-warn {
  font-size: 13px;
  color: #8b5a00;
  background: #fff8e6;
  border: 1px solid #f0dfa0;
  border-radius: var(--radius-sm);
  padding: 10px 12px;
  margin: 0 0 14px;
}
.recette-cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-top: 2px solid rgba(26, 61, 43, 0.1);
  margin-bottom: 16px;
  font-size: 15px;
}
.recette-cart-total strong {
  font-size: 1.35rem;
  color: var(--green);
}
.recette-cart-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.btn-recette-cart {
  width: 100%;
  justify-content: center;
  text-align: center;
}

/* Coffrets cadeaux */
.coffret-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 22px;
}
.coffret-grid--home {
  grid-template-columns: repeat(2, 1fr);
}
.coffret-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px;
  background: white;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(26, 61, 43, 0.08);
  box-shadow: 0 8px 28px rgba(26, 61, 43, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.coffret-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(26, 61, 43, 0.1);
}
.coffret-card-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: white;
  background: var(--gold);
  padding: 5px 10px;
  border-radius: 999px;
}
.coffret-gift-msg {
  font-size: 13px;
  font-style: italic;
  line-height: 1.55;
  color: var(--terra);
  margin: 0;
}
.coffret-hero {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 24px;
}
.coffret-hero-emoji {
  font-size: 3.5rem;
  line-height: 1;
}
.coffret-gift-card {
  max-width: 720px;
  margin-bottom: 28px;
  padding: 22px 24px;
  background: linear-gradient(135deg, #fff9ee, #fff);
  border-left: 4px solid var(--gold);
  border-radius: var(--radius-md);
  box-shadow: 0 6px 20px rgba(200, 151, 58, 0.12);
}
.coffret-gift-card-label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--terra);
  margin: 0 0 8px;
}
.coffret-gift-card-text {
  font-family: var(--font-display);
  font-size: 1.15rem;
  line-height: 1.55;
  color: var(--green);
  margin: 0;
}
.coffret-order-panel {
  border-top: 3px solid var(--gold);
}

/* Histoire audio producteur */
.producer-story-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}
.producer-story-head .form-panel-title {
  margin: 0;
}
.story-audio {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.saveur-panel-audio {
  margin: 12px 0 16px;
}
.story-audio-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border: none;
  border-radius: 999px;
  background: var(--green);
  color: white;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 8px 24px rgba(26, 61, 43, 0.2);
}
.story-audio-btn:hover {
  background: var(--green2);
  transform: translateY(-1px);
}
.story-audio-btn.is-playing {
  background: var(--terra);
  box-shadow: 0 8px 24px rgba(200, 80, 58, 0.25);
}
.story-audio-icon {
  font-size: 1.1rem;
}
.story-audio-hint {
  font-size: 11px;
  color: var(--text2);
  margin: 0;
}

/* Assistant « que faire ? » */
.goal-picker {
  margin-bottom: 32px;
  padding: 22px 24px;
  background: white;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(26, 61, 43, 0.08);
  box-shadow: 0 6px 24px rgba(26, 61, 43, 0.05);
}
.goal-picker-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--terra);
  margin: 0 0 14px;
}
.goal-picker-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.goal-pill {
  display: inline-flex;
  align-items: center;
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: var(--green);
  background: var(--green-l);
  border: 1px solid rgba(26, 61, 43, 0.1);
  transition: background 0.2s, transform 0.2s, color 0.2s;
}
.goal-pill:hover {
  background: var(--green);
  color: white;
  transform: translateY(-2px);
}

/* Page Découvrir */
.decouvrir-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 8px;
}
.decouvrir-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 28px 26px;
  min-height: 240px;
  background: white;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(26, 61, 43, 0.08);
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.decouvrir-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(26, 61, 43, 0.12);
}
.decouvrir-card-num {
  position: absolute;
  top: 16px;
  right: 18px;
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 900;
  color: rgba(26, 61, 43, 0.06);
  line-height: 1;
}
.decouvrir-card-icon {
  font-size: 2rem;
}
.decouvrir-card h2 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--green);
  margin: 0;
}
.decouvrir-card p {
  font-size: 14px;
  line-height: 1.65;
  color: var(--text2);
  margin: 0;
  flex: 1;
}
.decouvrir-card-link {
  font-size: 13px;
  font-weight: 700;
  color: var(--terra);
}
.decouvrir-card--map { border-top: 4px solid var(--green); }
.decouvrir-card--recipes { border-top: 4px solid var(--terra); }
.decouvrir-card--gifts { border-top: 4px solid var(--gold); }
.decouvrir-card--producers { border-top: 4px solid #6b8f71; }

.decouvrir-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 36px;
}
.decouvrir-trust article {
  padding: 20px;
  background: var(--green-l);
  border-radius: var(--radius-md);
  border: 1px solid rgba(26, 61, 43, 0.06);
}
.decouvrir-trust strong {
  font-size: 1.5rem;
  display: block;
  margin-bottom: 8px;
}
.decouvrir-trust h3 {
  font-size: 14px;
  color: var(--green);
  margin: 0 0 6px;
}
.decouvrir-trust p {
  font-size: 13px;
  line-height: 1.55;
  color: var(--text2);
  margin: 0;
}
.decouvrir-cta-band {
  margin-top: 48px;
}
.decouvrir-page .goal-picker,
.decouvrir-page .decouvrir-grid,
.decouvrir-page .decouvrir-trust,
.decouvrir-page .decouvrir-cta-band {
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
}
.decouvrir-page .decouvrir-trust {
  margin-top: 36px;
}

/* Page Services */
.services-page .services-nav,
.services-page .services-overview,
.services-page .services-block,
.services-page .services-cta-band {
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
}
.services-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(26, 61, 43, 0.08);
  border-radius: var(--radius-lg);
  box-shadow: 0 8px 28px rgba(26, 61, 43, 0.06);
  position: sticky;
  top: calc(var(--nav-h) + 12px);
  z-index: 40;
}
.services-nav-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  color: var(--green);
  background: var(--green-l);
  border: 1px solid rgba(26, 61, 43, 0.1);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.services-nav-pill:hover {
  background: var(--green);
  color: #fff;
  transform: translateY(-1px);
}
.services-overview {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}
.services-overview-card {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 200px;
  padding: 22px 20px;
  background: #fff;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(26, 61, 43, 0.08);
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.services-overview-card:nth-child(4),
.services-overview-card:nth-child(5) {
  grid-column: span 3;
}
.services-overview-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(26, 61, 43, 0.1);
}
.services-overview-card--green { border-top: 4px solid var(--green); }
.services-overview-card--gold { border-top: 4px solid var(--gold); }
.services-overview-card--terra { border-top: 4px solid var(--terra); }
.services-overview-num {
  position: absolute;
  top: 12px;
  right: 14px;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 900;
  color: rgba(26, 61, 43, 0.06);
  line-height: 1;
}
.services-overview-icon { font-size: 1.75rem; }
.services-overview-card h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--green);
}
.services-overview-card p {
  margin: 0;
  flex: 1;
  font-size: 13px;
  line-height: 1.6;
  color: var(--text2);
}
.services-overview-link {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--terra);
}
.services-block {
  scroll-margin-top: calc(var(--nav-h) + 88px);
  margin-bottom: 28px;
  padding: 28px 28px 24px;
  background: #fff;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(26, 61, 43, 0.08);
  box-shadow: 0 8px 32px rgba(26, 61, 43, 0.05);
}
.services-block--green { border-left: 5px solid var(--green); }
.services-block--gold { border-left: 5px solid var(--gold); }
.services-block--terra { border-left: 5px solid var(--terra); }
.services-block-head {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 22px;
}
.services-block-id {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.services-block-num {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 800;
  color: rgba(26, 61, 43, 0.12);
  line-height: 1;
}
.services-block-icon { font-size: 1.85rem; }
.services-block-intro h2 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  color: var(--green);
}
.services-block-intro p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--text2);
  max-width: 62ch;
}
.services-product-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.services-product-mini {
  display: flex;
  flex-direction: column;
  background: var(--surface-muted);
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid rgba(26, 61, 43, 0.06);
}
.services-product-mini-media {
  display: block;
  aspect-ratio: 1;
  background: linear-gradient(145deg, var(--green-l), #fff);
  overflow: hidden;
}
.services-product-mini-media--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-product-mini-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px;
  flex: 1;
}
.services-product-mini-meta {
  margin: 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--terra);
}
.services-product-mini-body h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 0.95rem;
  line-height: 1.35;
}
.services-product-mini-body h3 a {
  color: var(--green);
  text-decoration: none;
}
.services-product-mini-body h3 a:hover { color: var(--terra); }
.services-product-mini-price {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--green2);
}
.services-product-mini-form { margin-top: auto; }
.btn-outline--sm {
  padding: 8px 14px;
  font-size: 12px;
}
.services-promises {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.services-promises li {
  position: relative;
  padding: 14px 16px 14px 44px;
  background: var(--surface-muted);
  border-radius: var(--radius-sm);
  font-size: 14px;
  line-height: 1.6;
  color: var(--text);
}
.services-promises li::before {
  content: "✓";
  position: absolute;
  left: 16px;
  top: 14px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--green-l);
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
}
.services-block-foot {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.services-block-foot--links {
  padding-top: 4px;
}
.services-cta-band {
  margin-top: 12px;
}

.contact-page .contact-hero-cards,
.contact-page .faq-section,
.contact-page .payment-section {
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(16px, 3vw, 24px);
  padding-right: clamp(16px, 3vw, 24px);
}
.apropos-page .aside-box {
  top: calc(var(--nav-h) + 20px);
}

/* Bandeau expériences boutique */
.experiences-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  padding: 14px 18px;
  background: linear-gradient(90deg, var(--green-l), #fff);
  border-radius: var(--radius-md);
  border: 1px solid rgba(26, 61, 43, 0.08);
}
.experiences-strip-link {
  font-size: 13px;
  font-weight: 600;
  color: var(--green);
  text-decoration: none;
  padding: 8px 14px;
  background: white;
  border-radius: 999px;
  border: 1px solid rgba(26, 61, 43, 0.1);
  transition: background 0.2s, color 0.2s;
}
.experiences-strip-link:hover {
  background: var(--green);
  color: white;
}

/* FAQ contact */
.faq-section {
  margin: 48px 0 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(26, 61, 43, 0.1);
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 820px;
}
.faq-item {
  background: white;
  border: 1px solid rgba(26, 61, 43, 0.1);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(26, 61, 43, 0.04);
}
.faq-question {
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 700;
  color: var(--green);
  cursor: pointer;
  list-style: none;
}
.faq-question::-webkit-details-marker {
  display: none;
}
.faq-item[open] .faq-question {
  border-bottom: 1px solid rgba(26, 61, 43, 0.08);
  background: var(--green-l);
}
.faq-answer {
  margin: 0;
  padding: 16px 20px 18px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--text2);
}

@media (max-width: 980px) {
  .discover-band-inner {
    grid-template-columns: 1fr;
  }
  .recipe-grid--home {
    grid-template-columns: 1fr;
  }
  .coffret-grid--home {
    grid-template-columns: 1fr;
  }
  .recette-layout {
    grid-template-columns: 1fr;
  }
  .recette-hero {
    flex-direction: column;
  }
  .producer-story-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .decouvrir-grid {
    grid-template-columns: 1fr;
  }
  .decouvrir-trust {
    grid-template-columns: 1fr;
  }
  .discover-card--all {
    grid-column: auto;
  }
}

/* ─── Parcours commande (marketplace) ─── */
.checkout-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  max-width: 520px;
  margin: 0 auto 28px;
  padding: 0 16px;
}
.checkout-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: var(--text2);
  flex: 0 0 auto;
}
.checkout-step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  background: var(--surface-elevated);
  border: 2px solid var(--border-soft);
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.checkout-step-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.checkout-step.is-active .checkout-step-num {
  background: var(--terra);
  border-color: var(--terra);
  color: #fff;
}
.checkout-step.is-active .checkout-step-label {
  color: var(--terra);
}
.checkout-step.is-done .checkout-step-num {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
}
.checkout-step.is-done .checkout-step-label {
  color: var(--green);
}
.checkout-step-line {
  flex: 1;
  height: 2px;
  min-width: 24px;
  background: var(--border-soft);
  margin: 0 8px;
  margin-bottom: 20px;
}

.order-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
}
.order-pill--lg {
  font-size: 12px;
  padding: 6px 14px;
}
.pill-warning { background: #fff3e0; color: #c45a00; border: 1px solid #ffd699; }
.pill-info { background: #e8f4fd; color: #1565a8; border: 1px solid #b3d9f5; }
.pill-success { background: #e8f5ec; color: var(--green); border: 1px solid #b8dcc4; }
.pill-shipped { background: #f0ebff; color: #5b3ea8; border: 1px solid #d4c8f5; }
.pill-muted { background: #f0f0f0; color: #666; border: 1px solid #ddd; }
.pill-neutral { background: var(--green-l); color: var(--green2); border: 1px solid var(--border-soft); }

.orders-hub-section {
  margin-bottom: 32px;
}
.orders-hub-section-head {
  margin-bottom: 16px;
}
.order-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
}
.order-card {
  background: var(--surface-elevated);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.order-card:hover {
  border-color: var(--green3);
  box-shadow: var(--shadow-soft);
}
.order-card-link {
  display: block;
  padding: 16px;
  text-decoration: none;
  color: inherit;
}
.order-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}
.order-card-ref {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: var(--green);
}
.order-card-date {
  display: block;
  font-size: 12px;
  color: var(--text2);
  margin-top: 2px;
}
.order-card-thumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  min-height: 56px;
}
.order-card-thumb {
  position: relative;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: var(--green-l);
  display: flex;
  align-items: center;
  justify-content: center;
}
.order-card-thumb .product-photo--thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.order-card-qty {
  position: absolute;
  right: 2px;
  bottom: 2px;
  font-size: 9px;
  font-weight: 700;
  background: rgba(0,0,0,0.65);
  color: #fff;
  padding: 1px 4px;
  border-radius: 4px;
}
.order-card-more {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-radius: var(--radius-sm);
  background: var(--green-l);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: var(--green2);
}
.order-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid var(--border-soft);
}
.order-card-total {
  font-size: 16px;
  font-weight: 800;
  color: var(--green);
}
.order-card-cta {
  font-size: 13px;
  font-weight: 600;
  color: var(--terra);
}
.order-card-pay {
  display: block;
  margin: 0 16px 16px;
  text-align: center;
}
.btn-sm {
  padding: 8px 14px;
  font-size: 13px;
}
.btn-block {
  display: block;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

.orders-trust-panel {
  padding: 24px;
  background: linear-gradient(160deg, var(--green-l), #fff);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
}
.orders-trust-list {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.orders-trust-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.45;
  color: var(--text);
}
.tracking-layout--hub {
  margin-top: 8px;
}

.cart-count-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  margin-left: 6px;
  font-size: 14px;
  font-weight: 700;
  vertical-align: middle;
  background: var(--terra);
  color: #fff;
  border-radius: 999px;
}
.cart-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  list-style: none;
  margin: 0 0 20px;
  padding: 12px 16px;
  background: var(--green-l);
  border-radius: var(--radius-md);
  border: 1px solid rgba(26, 61, 43, 0.08);
}
.cart-trust-row li {
  font-size: 13px;
  font-weight: 600;
  color: var(--green2);
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Bloc confiance commande (panier / checkout / paiement) */
.order-trust {
  margin: 0 0 24px;
  padding: 20px 22px;
  background: linear-gradient(165deg, #eef5f0 0%, #f7faf8 55%, #fff 100%);
  border: 1px solid rgba(26, 61, 43, 0.14);
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(26, 61, 43, 0.06);
}
.order-trust__head {
  margin-bottom: 16px;
}
.order-trust__title {
  margin: 0 0 6px;
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(1.15rem, 2.5vw, 1.35rem);
  font-weight: 700;
  color: var(--green);
  letter-spacing: -0.02em;
}
.order-trust__lead {
  margin: 0;
  font-size: 0.95rem;
  color: var(--text2, rgba(26, 61, 43, 0.65));
  line-height: 1.45;
}
.order-trust__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}
.order-trust__item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(26, 61, 43, 0.08);
  border-radius: 12px;
}
.order-trust__icon {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  background: var(--green-l, #e8f0eb);
  border-radius: 10px;
}
.order-trust__item strong {
  display: block;
  margin-bottom: 4px;
  font-size: 0.92rem;
  color: var(--green);
}
.order-trust__item p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--text2, rgba(26, 61, 43, 0.7));
}
.order-trust__item a {
  color: var(--green2);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.order-trust__item--contact {
  grid-column: 1 / -1;
}
.cart-summary-trust-note {
  margin: 8px 0 14px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--green2);
  line-height: 1.4;
}
.checkout-pay-reassure {
  width: 100%;
  margin: 0 0 12px;
  font-size: 0.9rem;
  color: var(--green2);
  font-weight: 600;
}
.order-trust--payment .order-trust__lead {
  font-weight: 500;
}
@media (max-width: 640px) {
  .order-trust {
    padding: 16px;
  }
  .order-trust__grid {
    grid-template-columns: 1fr;
  }
  .order-trust__item--contact {
    grid-column: auto;
  }
}
.has-cart-sticky {
  padding-bottom: 88px;
}
.cart-sticky-bar {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid var(--border-soft);
  box-shadow: 0 -8px 24px rgba(26, 61, 43, 0.08);
  backdrop-filter: blur(8px);
}
.cart-sticky-bar-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.cart-sticky-bar-label {
  display: block;
  font-size: 12px;
  color: var(--text2);
}
.cart-sticky-bar-total {
  font-size: 18px;
  color: var(--green);
}
.cart-sticky-bar .btn-primary {
  flex: 0 0 auto;
  min-width: 140px;
  white-space: nowrap;
}

.order-success-banner {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  max-width: var(--max-w);
  margin: 0 auto 20px;
  padding: 16px 20px;
  background: linear-gradient(135deg, #e8f5ec, #fff);
  border: 1px solid #b8dcc4;
  border-radius: var(--radius-md);
  border-left: 4px solid var(--green);
}
.order-success-icon {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--green);
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
}
.order-success-banner strong {
  display: block;
  font-family: var(--font-display);
  color: var(--green);
  margin-bottom: 4px;
}
.order-success-banner p {
  margin: 0;
  font-size: 14px;
  color: var(--text2);
}

.order-detail-header {
  margin-bottom: 8px;
}
.order-detail-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.order-detail-sub {
  margin: 6px 0 0;
  font-size: 14px;
  color: var(--text2);
}
.order-ref-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.order-ref-code {
  font-size: 14px;
  padding: 6px 12px;
  background: var(--green-l);
  border-radius: var(--radius-sm);
  color: var(--green);
}
.btn-copy-ref {
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  background: #fff;
  color: var(--green2);
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
}
.btn-copy-ref:hover,
.btn-copy-ref.is-copied {
  background: var(--green-l);
  border-color: var(--green3);
}
.btn-copy-ref--inline {
  margin-left: 10px;
  vertical-align: middle;
}

.tracking-progress--pro .tracking-step-icon {
  display: block;
  font-size: 18px;
  margin-bottom: 4px;
}
.tracking-progress--pro .tracking-step-dot {
  display: none;
}
.tracking-progress--pro .tracking-step.is-current .tracking-step-icon {
  transform: scale(1.15);
}

.order-detail-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 20px;
  align-items: start;
}
.order-line-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.order-line-row {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--border-soft);
}
.order-line-row:last-child {
  border-bottom: none;
}
.order-line-row--compact {
  padding: 10px 0;
}
.order-line-media {
  width: 64px;
  height: 64px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: var(--green-l);
  display: flex;
  align-items: center;
  justify-content: center;
}
.order-line-media--photo .product-photo--thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.order-line-name {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.35;
  color: var(--text);
}
.order-line-qty {
  display: block;
  font-size: 12px;
  color: var(--text2);
  margin-top: 2px;
}
.order-line-badge {
  display: inline-block;
  margin-top: 4px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 2px 6px;
  background: var(--green-l);
  color: var(--green2);
  border-radius: 4px;
}
.order-line-price {
  font-size: 14px;
  font-weight: 700;
  color: var(--green);
  white-space: nowrap;
}
.order-price-breakdown {
  list-style: none;
  margin: 0;
  padding: 0;
}
.order-price-breakdown li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  font-size: 14px;
  color: var(--text2);
  border-bottom: 1px solid var(--border-soft);
}
.order-price-breakdown li:last-child {
  border-bottom: none;
}
.order-price-total {
  margin-top: 8px;
  padding-top: 12px !important;
  font-size: 16px !important;
  color: var(--text) !important;
  border-top: 2px solid var(--border-soft) !important;
}
.order-detail-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 16px;
}
.order-gift-note {
  margin-top: 10px;
  padding: 10px 12px;
  background: #fff8f0;
  border-radius: var(--radius-sm);
  font-size: 13px;
}

.order-sticky-pay {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid var(--border-soft);
  box-shadow: 0 -8px 24px rgba(26, 61, 43, 0.08);
}
.order-sticky-pay-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.order-sticky-pay-total {
  font-size: 20px;
  font-weight: 800;
  color: var(--green);
}
.order-detail-page:has(.order-sticky-pay) {
  padding-bottom: 80px;
}

.payment-track-link {
  margin-top: 10px;
  font-size: 14px;
}
.payment-track-link a {
  color: var(--terra);
  font-weight: 600;
  text-decoration: none;
}
.payment-track-link a:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .order-detail-layout {
    grid-template-columns: 1fr;
  }
  .order-detail-sidebar {
    order: -1;
  }
}

@media (max-width: 768px) {
  .cart-summary-actions--desktop .btn-primary {
    display: none;
  }
  .cart-sticky-bar {
    display: block;
  }
  .order-sticky-pay {
    display: block;
  }
  .checkout-step-label {
    font-size: 10px;
  }
  .order-line-row {
    grid-template-columns: 52px 1fr auto;
    gap: 10px;
  }
  .order-line-media {
    width: 52px;
    height: 52px;
  }
}

.order-delivery-banner {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 16px;
  padding: 14px 18px;
  background: linear-gradient(135deg, #fff8f0, #fff);
  border: 1px solid #f0dcc8;
  border-radius: var(--radius-md);
  border-left: 4px solid var(--terra);
}
.order-delivery-icon {
  font-size: 24px;
  line-height: 1;
}
.order-delivery-banner strong {
  display: block;
  font-family: var(--font-display);
  color: var(--green);
  margin-bottom: 4px;
}
.order-delivery-banner p {
  margin: 0;
  font-size: 13px;
  color: var(--text2);
  line-height: 1.5;
}
.order-card-delivery {
  margin: 0 16px 12px;
  padding-top: 10px;
  border-top: 1px dashed var(--border-soft);
  font-size: 12px;
  color: var(--text2);
}
.checkout-delivery-estimate,
.payment-delivery-estimate {
  margin: 12px 0 0;
  padding: 10px 14px;
  font-size: 14px;
  background: var(--green-l);
  border-radius: var(--radius-sm);
  color: var(--green2);
}
.checkout-notify-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.45;
  cursor: pointer;
}
.checkout-notify-label input {
  margin-top: 3px;
}
.btn-danger-outline {
  color: #a03828;
  border-color: #e8b4ad;
}
.btn-danger-outline:hover {
  background: #fdecea;
  border-color: #a03828;
}
.order-notify-panel {
  margin-top: 12px;
}
.order-notify-hint {
  margin-top: 8px;
  font-size: 12px;
}

/* —— Boutique — catalogue éditorial —— */
.boutique-page {
  padding-bottom: clamp(56px, 8vw, 96px);
}

.boutique-hero {
  position: relative;
  overflow: hidden;
  margin-bottom: clamp(28px, 4vw, 44px);
}
.boutique-hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 80% at 0% 0%, rgba(200, 151, 58, 0.16), transparent 55%),
    radial-gradient(ellipse 60% 70% at 100% 100%, rgba(26, 92, 70, 0.1), transparent 50%),
    linear-gradient(165deg, #eef5f0 0%, var(--surface) 48%, #fffaf3 100%);
  border-bottom: 1px solid var(--border-soft);
}
.boutique-hero__bg::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--terra), var(--green));
  opacity: 0.55;
}
.boutique-hero__inner {
  position: relative;
  z-index: 1;
  max-width: var(--container);
  margin: 0 auto;
  padding: clamp(36px, 6vw, 64px) 24px clamp(28px, 4vw, 40px);
}
.boutique-hero__title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5.5vw, 3.6rem);
  line-height: 1.08;
  color: var(--green);
  margin: 0 0 14px;
}
.boutique-hero__lead {
  max-width: 54ch;
  margin: 0 0 20px;
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--text2);
}
.boutique-hero__stats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: rgba(26, 61, 43, 0.72);
}
.boutique-hero__stats strong {
  color: var(--green);
  font-size: 1.1em;
}
.boutique-hero__dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--terra);
}

.boutique-shell {
  display: grid;
  grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
  gap: clamp(20px, 3vw, 36px);
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
  align-items: start;
  box-sizing: border-box;
}

.boutique-main {
  min-width: 0;
}

.boutique-sidebar__panel {
  position: sticky;
  top: calc(var(--nav-h) + 20px);
  padding: 22px 18px;
  background: var(--surface-elevated);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}
.boutique-sidebar__label {
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--green2);
}
.boutique-sidebar__label--spaced {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--border-soft);
}

.boutique-cat-nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.boutique-cat-link {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  color: var(--green);
  font-size: 14px;
  font-weight: 600;
  border: 1px solid transparent;
  transition: background 0.2s var(--ease-out), border-color 0.2s var(--ease-out), transform 0.2s var(--ease-out);
}
.boutique-cat-link:hover {
  background: var(--green-l);
  border-color: rgba(26, 92, 70, 0.08);
}
.boutique-cat-link.is-active {
  background: var(--green);
  color: #fff;
  border-color: var(--green);
  box-shadow: 0 8px 24px rgba(26, 92, 70, 0.22);
}
.boutique-cat-link__emoji {
  font-size: 1.1rem;
  line-height: 1;
  text-align: center;
}
.boutique-cat-link__count {
  min-width: 28px;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  background: rgba(26, 92, 70, 0.08);
  color: var(--green2);
}
.boutique-cat-link.is-active .boutique-cat-link__count {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.boutique-discover-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.boutique-discover-nav a {
  padding: 8px 10px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text2);
  text-decoration: none;
  border-radius: 8px;
  transition: color 0.2s, background 0.2s;
}
.boutique-discover-nav a:hover {
  color: var(--green);
  background: var(--green-l);
}

.boutique-toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--border-soft);
}
.boutique-toolbar__title {
  margin: 0 0 6px;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  color: var(--green);
}
.boutique-toolbar__meta {
  margin: 0;
  font-size: 14px;
  color: var(--text2);
}

.boutique-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: clamp(16px, 2.5vw, 24px);
  width: 100%;
  min-width: 0;
}

.boutique-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  max-width: 100%;
  background: var(--surface-elevated);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(26, 61, 43, 0.05);
  transition: transform 0.35s var(--ease-out), box-shadow 0.35s var(--ease-out), border-color 0.35s;
}
.boutique-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-card);
  border-color: rgba(26, 92, 70, 0.14);
}
.boutique-card--gamme {
  border-color: rgba(200, 151, 58, 0.28);
  background: linear-gradient(180deg, #fffdf8 0%, #fff 42%);
}
.boutique-card--gamme:hover {
  border-color: rgba(200, 151, 58, 0.45);
}

.boutique-card__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  text-decoration: none;
  background: linear-gradient(145deg, #f5efe4 0%, #faf7f2 100%);
}
.boutique-card__media--photo,
.boutique-card__media:has(.product-photo) {
  background: #f8f4ee;
}
.boutique-card__media .product-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease-out);
}
.boutique-card:hover .boutique-card__media .product-photo {
  transform: scale(1.05);
}
.boutique-card__media .product-photo-fallback {
  font-size: 3rem;
}
.boutique-card__cat,
.boutique-card__ribbon {
  position: absolute;
  z-index: 2;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 999px;
  backdrop-filter: blur(8px);
}
.boutique-card__cat {
  top: 12px;
  left: 12px;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--green2);
  border: 1px solid rgba(26, 92, 70, 0.1);
}
.boutique-card__ribbon {
  top: 12px;
  right: 12px;
  padding: 6px 11px;
  background: rgba(26, 92, 70, 0.88);
  color: #fff;
}
.boutique-card--gamme .boutique-card__ribbon {
  background: rgba(200, 151, 58, 0.92);
  color: #2a2010;
}

.boutique-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px;
  padding: 16px 16px 18px;
  min-width: 0;
}
.boutique-card__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.05rem;
  line-height: 1.3;
}
.boutique-card__title a {
  color: var(--green);
  text-decoration: none;
}
.boutique-card__title a:hover {
  color: var(--terra);
}
.boutique-card__meta {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: var(--text2);
}
.boutique-card__summary {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: var(--text2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.boutique-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 10px;
}
.boutique-card__price {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--green);
  letter-spacing: -0.02em;
}
.boutique-card__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.boutique-card__link {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--terra);
  text-decoration: none;
}
.boutique-card__link:hover {
  text-decoration: underline;
}
.boutique-card__form {
  margin: 0;
}
.boutique-card__cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s var(--ease-out), background 0.2s, box-shadow 0.2s;
  box-shadow: 0 6px 16px rgba(26, 92, 70, 0.22);
}
.boutique-card__cart:hover {
  background: var(--green2);
  transform: scale(1.06);
}
.boutique-card__cta {
  padding: 10px 14px;
  font-size: 13px;
  white-space: nowrap;
  max-width: 100%;
}

.boutique-empty {
  text-align: center;
  padding: clamp(40px, 6vw, 64px) 24px;
  background: var(--surface-elevated);
  border: 1px dashed var(--border-strong);
  border-radius: var(--radius-lg);
}
.boutique-empty__title {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--green);
}
.boutique-empty__hint {
  margin: 0 0 20px;
  color: var(--text2);
}

@media (max-width: 960px) {
  .boutique-shell {
    grid-template-columns: 1fr;
  }
  .boutique-sidebar__panel {
    position: static;
    padding: 16px;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
  }
  .boutique-cat-nav {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .boutique-cat-nav::-webkit-scrollbar {
    display: none;
  }
  .boutique-cat-link {
    flex: 0 0 auto;
    grid-template-columns: auto auto;
    white-space: nowrap;
  }
  .boutique-cat-link__emoji {
    display: none;
  }
  .boutique-discover-nav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }
  .boutique-discover-nav a {
    padding: 8px 12px;
    background: var(--green-l);
    border-radius: 999px;
  }
  .boutique-grid {
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 160px), 1fr));
    gap: 14px;
  }
  .boutique-card__footer {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .boutique-card__cta {
    width: 100%;
    text-align: center;
    justify-content: center;
    white-space: normal;
    box-sizing: border-box;
  }
  .boutique-card__actions {
    width: 100%;
    justify-content: space-between;
  }
}

@media (prefers-reduced-motion: reduce) {
  .boutique-card:hover,
  .boutique-card:hover .boutique-card__media .product-photo,
  .boutique-card__cart:hover {
    transform: none;
  }
}

/* —— Accueil — refonte éditoriale —— */
.home-hero {
  position: relative;
  overflow: hidden;
  min-height: clamp(600px, 84vh, 820px);
  display: flex;
  align-items: center;
  padding-top: var(--nav-h);
}
.home-hero__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, #eef5ef 0%, #fffaf2 48%, #fff 100%);
}
.home-hero__bg-veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 58% 72% at 10% 16%, rgba(200, 151, 58, 0.24), transparent 64%),
    radial-gradient(ellipse 42% 48% at 92% 78%, rgba(200, 80, 58, 0.14), transparent 55%),
    linear-gradient(
      102deg,
      rgba(255, 252, 247, 0.94) 0%,
      rgba(255, 252, 247, 0.52) 38%,
      rgba(255, 252, 247, 0.08) 58%,
      rgba(255, 252, 247, 0.28) 100%
    );
}
.home-hero__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  pointer-events: none;
  opacity: 1;
}
.home-hero__bg-grid {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(26, 61, 43, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26, 61, 43, 0.055) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.5) 50%, transparent 92%);
}
.home-hero__bg::before {
  content: none;
}
.home-hero__inner {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: clamp(32px, 6vw, 72px);
  width: var(--container);
  margin: 0 auto;
  padding: clamp(56px, 8vw, 96px) 24px clamp(42px, 6vw, 72px);
  align-items: center;
}
.home-hero__copy {
  max-width: 780px;
}
.home-hero__title {
  margin: 0 0 20px;
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 7vw, 5.8rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
  color: var(--green);
}
.home-hero__title em {
  color: var(--terra);
}
.home-hero__lead {
  max-width: 58ch;
  margin: 0 0 28px;
  color: rgba(26, 61, 43, 0.72);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.75;
}
.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-bottom: 24px;
}
.home-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.home-hero__trust span {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(26, 61, 43, 0.1);
  color: rgba(26, 61, 43, 0.68);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.home-hero__market {
  position: relative;
  min-height: 440px;
  perspective: 1200px;
}
.home-hero__market::before {
  content: "";
  position: absolute;
  inset: 36px 20px 20px 38px;
  border-radius: 36px;
  background: linear-gradient(145deg, rgba(26, 92, 70, 0.13), rgba(200, 151, 58, 0.18));
  transform: rotate(-5deg) translateZ(-20px);
  box-shadow: 0 40px 100px rgba(26, 61, 43, 0.12);
}
.home-market-card {
  position: absolute;
  z-index: 1;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(26, 61, 43, 0.1);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 26px 80px rgba(26, 61, 43, 0.14);
  backdrop-filter: blur(16px);
  transform-style: preserve-3d;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease;
}
.home-hero__market:hover .home-market-card--main {
  transform: translateY(-6px) rotateX(2deg) rotateY(-3deg);
  box-shadow: 0 36px 100px rgba(26, 61, 43, 0.18);
}
.home-hero__market:hover .home-market-card--small:first-of-type {
  transform: translateY(-4px) rotateY(6deg);
}
.home-hero__market:hover .home-market-card--gold {
  transform: translateY(-4px) rotateY(-5deg);
}
.home-market-card--main {
  top: 48px;
  left: 0;
  right: 22px;
  padding: clamp(26px, 4vw, 36px);
}
.home-market-card__tag {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.home-market-card strong {
  display: block;
  font-family: var(--font-display);
  color: var(--green);
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.12;
}
.home-market-card p {
  margin: 12px 0 18px;
  color: var(--text2);
  line-height: 1.65;
}
.home-market-card a {
  color: var(--terra);
  font-weight: 800;
  text-decoration: none;
}
.home-market-card--small {
  right: 0;
  bottom: 26px;
  width: 150px;
  min-height: 150px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-market-card--small span {
  font-size: 1.65rem;
}
.home-market-card--small strong {
  font-size: 2.4rem;
}
.home-market-card--small p {
  margin: 4px 0 0;
  font-size: 13px;
}
.home-market-card--gold {
  left: 34px;
  right: auto;
  bottom: 0;
  background: rgba(255, 247, 230, 0.88);
}

.home-quick {
  position: relative;
  z-index: 2;
  width: var(--container);
  margin: clamp(-46px, -4vw, -28px) auto clamp(24px, 4vw, 42px);
  padding: 0 24px;
}
.home-quick__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.home-quick-card {
  display: flex;
  flex-direction: column;
  min-height: 170px;
  padding: 22px 20px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--border-soft);
  color: inherit;
  text-decoration: none;
  box-shadow: 0 18px 52px rgba(26, 61, 43, 0.09);
  transition: transform 0.28s var(--ease-out), box-shadow 0.28s var(--ease-out), border-color 0.28s;
}
.home-quick-card:hover {
  transform: translateY(-6px);
  border-color: rgba(26, 92, 70, 0.18);
  box-shadow: var(--shadow-card);
}
.home-quick-card__icon {
  font-size: 2rem;
  margin-bottom: auto;
}
.home-quick-card strong {
  margin-top: 18px;
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--green);
}
.home-quick-card p {
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 1.55;
  color: var(--text2);
}

.home-section {
  max-width: var(--container);
  margin: 0 auto;
}
.home-section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 26px;
}
.home-section-head .section-sub {
  margin-bottom: 0;
}
.home-section-head > a {
  flex: 0 0 auto;
}
.home-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 20px;
}
.home-section .recipe-grid--home,
.home-section .coffret-grid--home {
  margin-top: 0;
}
.home-section .recipe-card,
.home-section .coffret-card,
.home-section .producer-card {
  border-color: rgba(26, 61, 43, 0.09);
  box-shadow: 0 10px 36px rgba(26, 61, 43, 0.06);
}

@media (max-width: 980px) {
  .home-hero {
    min-height: auto;
  }
  .home-hero__inner {
    grid-template-columns: 1fr;
  }
  .home-hero__market {
    min-height: 320px;
  }
  .home-quick__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-section-head {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .home-hero__inner,
  .home-quick {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .home-hero__inner {
    padding-top: clamp(28px, 6vw, 48px);
  }
  .home-hero__title {
    font-size: clamp(2.45rem, 16vw, 4rem);
  }
  .home-hero__market {
    display: none;
  }
  .home-quick {
    margin-top: 0;
  }
  .home-quick__grid {
    grid-template-columns: 1fr;
  }
  .home-quick-card {
    min-height: 130px;
  }
  .home-product-grid {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  }
}

/* —— Parcours commande (panier / checkout / paiement) —— */
.order-flow-page {
  padding-bottom: clamp(56px, 8vw, 96px);
}
.order-flow-page .checkout-steps {
  max-width: var(--container);
  margin: 0 auto;
  padding: clamp(20px, 3vw, 28px) 24px 0;
}
.order-flow-page .page-hero {
  max-width: var(--container);
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
.order-flow-page .section {
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.order-flow-page .checkout-summary-box,
.order-flow-page .checkout-actions {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* —— Gamme produit (riz) —— */
.boutique-hero--compact .boutique-hero__inner {
  padding-top: clamp(28px, 4vw, 44px);
  padding-bottom: clamp(20px, 3vw, 32px);
}
.boutique-shell--gamme {
  grid-template-columns: minmax(0, 1fr);
}
.boutique-main--full {
  width: 100%;
}
.gamme-page .gamme-filters {
  margin-bottom: clamp(20px, 3vw, 28px);
  padding: 20px 22px;
  background: var(--surface-elevated);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}
.gamme-page .gamme-empty {
  max-width: 480px;
  text-align: center;
  margin: 24px auto 0;
}
