
.site-top-banner__heart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin-right: 9px;
  transform: translateY(0.5px);
}

.site-top-banner__heart img {
  display: block;
  width: 11px;
  height: 11px;
  object-fit: contain;
}




/* ================= BASE / RESET GLOBAL ================= */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
  background: var(--color-light);
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: var(--fs-base);
  font-weight: var(--fw-regular);
  line-height: var(--lh-base);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img,
svg,
video,
canvas {
  max-width: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
}

a {
  color: inherit;
}

p,
li,
span,
small,
label,
input,
textarea,
select,
button,
table,
td,
th,
blockquote {
  font-family: var(--font-body);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-title);
}



/* ================= BUTTONS / CTA ================= */

.btn,
.btn-primary,
.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.home-hero-button,
.home-categories-button,
.home-story-button,
.home-featured-link,
.contact-submit,
.contact-faq-button,
.delivery-btn,
.delivery-btn-light,
.delivery-btn-dark {
  position: relative;
  isolation: isolate;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;

  min-height: var(--btn-height);
  padding: 0 var(--btn-padding-x);

  border: 0 !important;
  border-radius: var(--btn-radius) !important;

  background: var(--btn-bg) !important;
  background-color: var(--btn-bg) !important;
  background-image: none !important;

  color: var(--btn-text) !important;
  text-decoration: none !important;
  text-align: center;
  white-space: nowrap;

  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;

  box-shadow: var(--btn-shadow) !important;
  filter: none !important;
  cursor: pointer;

  overflow: hidden;

  transition:
    background-color 0.22s ease,
    color 0.22s ease,
    transform 0.22s ease;
}

.btn::before,
.btn::after,
.btn-primary::before,
.btn-primary::after,
.wp-block-button__link::before,
.wp-block-button__link::after,
.woocommerce a.button::before,
.woocommerce a.button::after,
.woocommerce button.button::before,
.woocommerce button.button::after,
.woocommerce input.button::before,
.woocommerce input.button::after,
.home-hero-button::before,
.home-hero-button::after,
.home-categories-button::before,
.home-categories-button::after,
.home-story-button::before,
.home-story-button::after,
.home-featured-link::before,
.home-featured-link::after,
.contact-submit::before,
.contact-submit::after,
.contact-faq-button::before,
.contact-faq-button::after,
.delivery-btn::before,
.delivery-btn::after,
.delivery-btn-light::before,
.delivery-btn-light::after,
.delivery-btn-dark::before,
.delivery-btn-dark::after {
  display: none !important;
  content: none !important;
  background: none !important;
  background-image: none !important;
}

.btn:hover,
.btn-primary:hover,
.wp-block-button__link:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.home-hero-button:hover,
.home-categories-button:hover,
.home-story-button:hover,
.home-featured-link:hover,
.contact-submit:hover,
.contact-faq-button:hover,
.delivery-btn:hover,
.delivery-btn-light:hover,
.delivery-btn-dark:hover {
  background: var(--btn-bg-hover) !important;
  background-color: var(--btn-bg-hover) !important;
  background-image: none !important;

  color: var(--btn-text) !important;
  transform: translateY(-1px);

  box-shadow: var(--btn-shadow-hover) !important;
  filter: none !important;
}

.btn:active,
.btn-primary:active,
.wp-block-button__link:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.home-hero-button:active,
.home-categories-button:active,
.home-story-button:active,
.home-featured-link:active,
.contact-submit:active,
.contact-faq-button:active,
.delivery-btn:active,
.delivery-btn-light:active,
.delivery-btn-dark:active {
  transform: translateY(0);
}

.btn:focus-visible,
.btn-primary:focus-visible,
.wp-block-button__link:focus-visible,
.woocommerce a.button:focus-visible,
.woocommerce button.button:focus-visible,
.woocommerce input.button:focus-visible,
.home-hero-button:focus-visible,
.home-categories-button:focus-visible,
.home-story-button:focus-visible,
.home-featured-link:focus-visible,
.contact-submit:focus-visible,
.contact-faq-button:focus-visible,
.delivery-btn:focus-visible,
.delivery-btn-light:focus-visible,
.delivery-btn-dark:focus-visible {
  outline: 2px solid rgba(90, 52, 43, 0.32);
  outline-offset: 4px;
}

@media (hover: none) and (pointer: coarse) {
  a,
  button,
  [role="button"],
  summary,
  input[type="button"],
  input[type="submit"] {
    -webkit-tap-highlight-color: transparent;
  }
}

/* ================= CTA HOME - TAILLES PAR CONTEXTE ================= */

/* Hero principal */
.home-hero-button {
  width: auto;
  min-width: 265px;
  min-height: 52px;
  padding: 0 30px;

  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-hero-button span,
.home-categories-button span,
.home-story-button span,
.home-featured-link span {
  display: inline-block;
}

/* Section histoire */
.home-story-button {
  width: 455px;
  max-width: 100%;
  min-height: 58px;
  padding: 0 38px;

  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

/* Catégories / produits */
.home-categories-button,
.home-featured-link {
  min-width: 250px;
  min-height: 54px;
  padding: 0 30px;

  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

/* Newsletter footer */
.newsletter-form button,
.newsletter-form input[type="submit"],
.site-footer .footer-newsletter .newsletter-form button,
.site-footer .footer-newsletter .newsletter-form input[type="submit"] {
  background: var(--color-sand) !important;
  background-color: var(--color-sand) !important;
  color: #2b1c16 !important;
}




/* ================= CTA HOME ================= */

/* HERO bouton bannière */
.home-hero-button,
.home-hero-button:visited {
  width: auto;
  min-width: 265px;
  min-height: 52px;
  padding: 0 30px;

  border: 1px solid rgba(255, 255, 255, 0.78) !important;
  border-radius: 4px !important;

  background: rgba(255, 253, 249, 0.94) !important;
  background-color: rgba(255, 253, 249, 0.94) !important;
  background-image: none !important;

  color: var(--color-brown) !important;

  font-family: var(--font-body);
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;

  box-shadow: 0 14px 32px rgba(70, 38, 26, 0.08) !important;
}

.home-hero-button::before {
  display: none !important;
  content: none !important;
}

.home-hero-button::after {
  content: "→" !important;
  display: inline-block !important;
  margin-left: 12px;

  background: none !important;
  background-image: none !important;

  color: currentColor;
  transform: translateY(-1px);
  transition: transform 0.18s ease;
}

.home-hero-button:hover {
  background: rgba(255, 255, 255, 0.99) !important;
  background-color: rgba(255, 255, 255, 0.99) !important;
  color: var(--color-brown) !important;

  border-color: rgba(255, 255, 255, 0.95) !important;
  transform: translateY(-1px);

  box-shadow: 0 16px 36px rgba(70, 38, 26, 0.11) !important;
}

.home-hero-button:hover::after {
  transform: translate(3px, -1px);
}

/* HOME - boutons du reste de la homepage */
.home-categories-button,
.home-categories-button:visited,
.home-story-button,
.home-story-button:visited,
.home-featured-link,
.home-featured-link:visited {
  position: relative;
  isolation: isolate;

  overflow: hidden;

  border: 0 !important;
  border-radius: 8px !important;

  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;

  color: #fffdfb !important;

  font-family: var(--font-title);
  font-weight: var(--fw-semibold);
  letter-spacing: -0.01em;

  box-shadow: none !important;
}

.home-categories-button::before,
.home-story-button::before,
.home-featured-link::before {
  content: "" !important;
  position: absolute;
  inset: 0;
  z-index: -1;

  display: block !important;

  border-radius: inherit;

  background-image: url("../images/button-cta-umatatea-v4.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 100% 100% !important;

  pointer-events: none;

  transition:
    filter 0.22s ease,
    transform 0.22s ease;
}

.home-categories-button::after,
.home-story-button::after,
.home-featured-link::after {
  display: none !important;
  content: none !important;
}

.home-categories-button:hover,
.home-story-button:hover,
.home-featured-link:hover {
  background: transparent !important;
  background-color: transparent !important;
  color: #fffdfb !important;

  transform: translateY(-1px);
  filter: none !important;
  box-shadow: none !important;
}

.home-categories-button:hover::before,
.home-story-button:hover::before,
.home-featured-link:hover::before {
  filter: brightness(0.985);
}


/* Tailles spécifiques home */
.home-categories-button,
.home-featured-link {
  min-width: 250px;
  min-height: 58px;
  padding: 0 30px;

  font-size: 15px;
}

.home-story-button {
  width: 455px;
  max-width: 100%;
  min-height: 68px;
  padding: 0 42px;

  font-size: 18px;
}


/* Mobile */
@media (max-width: 760px) {
  .home-hero-button {
    min-width: 230px;
    min-height: 50px;
    padding: 0 24px;

    font-size: 10.8px;
    letter-spacing: 0.095em;
  }

  .home-categories-button,
  .home-featured-link {
    width: 100%;
    max-width: 290px;
    min-height: 54px;

    font-size: 14px;
  }

  .home-story-button {
    width: 100%;
    max-width: 290px;
    min-height: 54px;

    font-size: 15px;
  }
}









/* ================= HEADER ================= */

/* Bandeau top e-commerce */

.site-top-banner {
  position: relative;
  z-index: 120;
  width: 100%;
  height: var(--top-banner-height);
  min-height: var(--top-banner-height);
  background: var(--top-banner-bg);
  color: var(--top-banner-color);
  border-bottom: 0;
  overflow: hidden;
}

.site-top-banner__inner {
  position: relative;
  width: min(100%, var(--container-lg));
  height: 100%;
  margin-inline: auto;
  padding-inline: 24px;
  overflow: hidden;
  box-sizing: border-box;
}


.site-top-banner__message {
  position: absolute;
  inset: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;

  color: var(--top-banner-color);
  font-family: var(--font-body);
  font-size: var(--top-banner-font-size);
  font-weight: var(--top-banner-font-weight);
  line-height: 1.35;
  letter-spacing: var(--top-banner-letter-spacing);
  text-align: center;
  text-transform: none;
  white-space: nowrap;

  opacity: 0;
  transform: translateY(100%);
  pointer-events: none;

  transition:
    opacity 420ms ease, /*durée du fondu */
    transform 1000ms cubic-bezier(0.22, 1, 0.36, 1);  /*durée du mouvement vertical */
}

.site-top-banner__message.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.site-top-banner__message.is-leaving {
  opacity: 0;
  transform: translateY(-100%);
}

.site-top-banner[data-top-banner-priority="fixed"] .site-top-banner__message {
  white-space: normal;
}

@media (max-width: 767px) {
  :root {
    --top-banner-height: 32px;
    --top-banner-font-size: 11px;
  }

  .site-top-banner__inner {
    padding-inline: 16px;
  }

  .site-top-banner__message {
    inset-inline: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .site-top-banner[data-top-banner-priority="fixed"] .site-top-banner__message {
    overflow: visible;
    text-overflow: clip;
    line-height: 1.2;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-top-banner__message {
    transition: none;
    transform: translateY(0);
  }

  .site-top-banner__message:not(.is-active) {
    display: none;
  }
}





/* ================= HEADER MENU ================= */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;

  background: #fff !important;
  background-color: #fff !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;

  border-bottom: 1px solid rgba(90, 52, 43, 0.08);

  transition:
    border-color 0.25s ease;
}

/* Bandeau du menu */
.header-inner {
  width: 100%;
  max-width: 1440px;
  height: 84px;
  margin: 0 auto;
  padding: 0 64px;
  box-sizing: border-box;

  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  column-gap: 44px;
}

.header-left,
.header-logo,
.header-right {
  min-height: 84px;
  display: flex;
  align-items: center;
}

.header-left {
  justify-content: flex-start;
  justify-self: start;
}

.header-logo {
  justify-content: center;
  justify-self: center;
}

.header-right {
  justify-content: flex-end;
  justify-self: end;
  gap: 18px;
  flex-wrap: nowrap;
}

/* Logo */
.header-logo a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-brown);
  line-height: 0;
  text-decoration: none;
}

.header-logo svg,
.header-logo img {
  display: block;
  width: 140px;
  height: auto;
}

/* Menu principal */

.primary-menu {
  display: flex;
  align-items: center;
  gap: 36px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-menu li {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}



.primary-menu a {
  position: relative;
  display: inline-flex;
  align-items: center;

  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.001em;

   color: rgba(90, 52, 43, 0.74);
  text-decoration: none;

  transition:
    color 0.22s ease,
    opacity 0.22s ease;
}
/* Supprime le soulignement animé du menu */
.primary-menu a::after {
  display: none;
  content: none;
}

/* Hover */
.primary-menu a:hover {
  color: var(--color-brown);
  opacity: 1;
}

/* État actif discret */
.primary-menu .current-menu-item > a,
.primary-menu .current_page_item > a {
  color: rgba(90, 52, 43, 0.72);
}

/* ================= HEADER SHOP DROPDOWN DESKTOP ================= */

.primary-menu-item {
  position: relative;
}

.primary-menu--desktop {
  position: relative;
}

.primary-menu-shop-link {
  gap: 6px;
}

.primary-menu-shop-arrow {
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  opacity: 0.62;
  transform: translateY(-1px);
  transition:
    transform 0.18s ease,
    opacity 0.18s ease;
}

.primary-menu-item--shop:hover .primary-menu-shop-arrow,
.primary-menu-item--shop:focus-within .primary-menu-shop-arrow {
  opacity: 0.9;
  transform: translateY(1px) rotate(180deg);
}

.primary-menu-shop-dropdown {
  position: absolute;
  left: -22px;
  top: calc(100% + 22px);
  z-index: 260;

  width: 252px;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(6px);

  transition:
    opacity 0.18s ease,
    visibility 0.18s ease,
    transform 0.18s ease;
}

.primary-menu-shop-dropdown::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -24px;
  height: 24px;
}

.primary-menu-item--shop:hover .primary-menu-shop-dropdown,
.primary-menu-item--shop:focus-within .primary-menu-shop-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.primary-menu-shop-dropdown__inner {
  padding: 16px 0;

  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(90, 52, 43, 0.10);
  box-shadow: 0 18px 42px rgba(90, 52, 43, 0.10);
}

.primary-menu-shop-dropdown__main,
.primary-menu-shop-dropdown__link {
  display: block !important;
  width: 100%;
  padding: 10px 20px;

  color: rgba(90, 52, 43, 0.74) !important;
  text-decoration: none !important;

  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-transform: uppercase;

  transition:
    color 0.18s ease,
    background-color 0.18s ease;
}

.primary-menu-shop-dropdown__main {
  color: var(--color-brown) !important;
  font-weight: 700;
}

.primary-menu-shop-dropdown__link:hover,
.primary-menu-shop-dropdown__main:hover {
  color: var(--color-brown) !important;
  background: rgba(247, 241, 237, 0.72);
}

/* ================= MOBILE MENU BUTTON ================= */

.mobile-menu-toggle {
  position: relative;
  display: none;
  align-items: center;
  justify-content: center;

  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;

  color: var(--color-brown);
  cursor: pointer;
  line-height: 0;
}

.mobile-menu-toggle svg {
  display: block;
  width: 21px;
  height: 21px;
  max-width: none;
  color: currentColor;
}

/* Icône menu */
.mobile-menu-toggle svg.jc-icon-menu path {
  fill: currentColor;
  stroke: none;
}

/* Fallback pour une icône hamburger classique en traits */
.mobile-menu-toggle svg:not(.jc-icon-menu) path,
.mobile-menu-toggle svg:not(.jc-icon-menu) line {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mobile-menu-toggle:focus {
  outline: none;
  box-shadow: none;
}

.mobile-menu-toggle:focus-visible {
  outline: 2px solid rgba(90, 52, 43, 0.32);
  outline-offset: 3px;
  border-radius: 4px;
}

.mobile-menu-toggle::before,
.mobile-menu-toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 21px;
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.mobile-menu-toggle[aria-expanded="true"] svg {
  opacity: 0;
}

.mobile-menu-toggle[aria-expanded="true"]::before,
.mobile-menu-toggle[aria-expanded="true"]::after {
  opacity: 1;
}

.mobile-menu-toggle[aria-expanded="true"]::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.mobile-menu-toggle[aria-expanded="true"]::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}









/* ================= LANGUAGE SWITCHER ================= */

.header-lang-switcher {
  display: flex;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0 8px 0 0;
  padding: 0;

  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(90, 52, 43, 0.68);
}

.header-lang-switcher::before,
.header-lang-switcher::after {
  content: none !important;
  display: none !important;
}

.header-lang-switcher a,
.header-lang-switcher a:visited,
.header-switcher-item {
  color: rgba(90, 52, 43, 0.68) !important;
  text-decoration: none !important;
  transition:
    color 0.18s ease,
    opacity 0.18s ease;
}

.header-switcher-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.header-switcher-item.is-current {
  font-weight: 500;
  color: rgba(90, 52, 43, 0.78) !important;
}

.header-lang-switcher a:hover,
.header-switcher-item:hover {
  color: var(--color-accent) !important;
}

.header-switcher-separator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 6px;

  color: rgba(90, 52, 43, 0.42) !important;
  opacity: 1;
  font-weight: 400;
  line-height: 1;
}

/* ================= CURRENCY SWITCHER ================= */

.site-header,
.header-inner,
.header-right {
  overflow: visible;
}

.header-currency-switcher {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  margin-left: 0;
  margin-right: 2px;

  color: rgba(90, 52, 43, 0.70);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.currency-toggle {
  position: relative;
  z-index: 302;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 26px;
  padding: 0 4px;

  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: 1;
  letter-spacing: inherit;
  text-transform: inherit;
  box-shadow: none;
}

/* État fermé  */
.currency-toggle:hover,
.currency-toggle:focus,
.currency-toggle:focus-visible {
  color: var(--color-brown);
  background: transparent;
  outline: none;
  box-shadow: none;
}

.currency-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 1px;

  color: rgba(90, 52, 43, 0.52);
  font-size: 8px;
  line-height: 1;
  transform: translateY(-1px);
  transition:
    transform 0.16s ease,
    color 0.16s ease;
}

.header-currency-switcher:hover .currency-arrow,
.header-currency-switcher:focus-within .currency-arrow,
.header-currency-switcher.is-open .currency-arrow {
  color: var(--color-brown);
  transform: translateY(-1px) rotate(180deg);
}

/*
  Dropdown
*/
.currency-dropdown {
  position: absolute;
  z-index: 301;
  top: calc(100% + 7px);
  left: 50%;

  min-width: 92px;
  margin: 0;
  padding: 6px 0;
  list-style: none;

  background: #ffffff;
  border: 1px solid rgba(90, 52, 43, 0.09);
  border-radius: 12px;
  box-shadow:
    0 10px 24px rgba(90, 52, 43, 0.055),
    0 1px 2px rgba(90, 52, 43, 0.025);

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(-3px);

  transition:
    opacity 0.16s ease,
    visibility 0.16s ease,
    transform 0.16s ease;
}

/* Zone invisible entre EUR et le menu pour éviter que le hover décroche */
.currency-dropdown::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -10px;
  width: 46px;
  height: 10px;
  transform: translateX(-50%);
}

/* Pas de pointe */
.currency-dropdown::after {
  display: none;
  content: none;
}

.header-currency-switcher:hover .currency-dropdown,
.header-currency-switcher:focus-within .currency-dropdown,
.header-currency-switcher.is-open .currency-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.currency-dropdown li {
  margin: 0;
  padding: 0;
}

.currency-dropdown a,
.currency-dropdown span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 18px;

  background: #ffffff;
  color: rgba(90, 52, 43, 0.78);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.045em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;

  transition:
    background-color 0.14s ease,
    color 0.14s ease;
}

.currency-dropdown a:hover,
.currency-dropdown a:focus {
  background: rgba(90, 52, 43, 0.035);
  color: var(--color-brown);
  outline: none;
  box-shadow: none;
}

/* Hover propre dans la carte */
.currency-dropdown li:first-child a,
.currency-dropdown li:first-child span {
  border-radius: 10px 10px 4px 4px;
}

.currency-dropdown li:last-child a,
.currency-dropdown li:last-child span {
  border-radius: 4px 4px 10px 10px;
}

.currency-dropdown .is-current {
  color: var(--color-brown);
  font-weight: 600;
}

/* ================= HEADER CART ================= */

.header-cart {
  position: relative;
}

.cart-count {
  position: absolute;
  top: -7px;
  right: -9px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 15px;
  height: 15px;
  padding: 0 4px;
  border: 0;
  border-radius: 999px;

  background: rgba(234, 217, 200, 0.72);
  color: var(--color-brown);

  font-size: 9px;
  font-weight: 600;
  line-height: 1;
}

.header-cart:hover .cart-count {
  background: rgba(185, 123, 86, 0.18);
  color: var(--color-accent);
}




/* ================= HEADER ICONS ================= */

:root {
  --header-icon-color: rgba(90, 52, 43, 0.70);
  --header-icon-color-hover: var(--color-accent);
}

.header-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 26px;
  height: 26px;
  padding: 0;
  border: 0;

  background: transparent;
  color: var(--header-icon-color) !important;
  line-height: 0;
  cursor: pointer;
  text-decoration: none;
  opacity: 1;

  transition:
    color 0.22s ease,
    transform 0.22s ease;
}

.header-icon svg {
  display: block;
  width: 16px;
  height: 16px;
  max-width: none;
  color: currentColor !important;
}

.header-icon svg path,
.header-icon svg circle,
.header-icon svg rect,
.header-icon svg line,
.header-icon svg polyline,
.header-icon svg polygon {
  fill: currentColor !important;
  stroke: none !important;
}

.mobile-menu-toggle svg.jc-icon-menu path {
  fill: currentColor !important;
  stroke: none !important;
}

.header-icon:hover {
  color: var(--header-icon-color-hover) !important;
  transform: translateY(-1px);
}

.header-icon:focus {
  outline: none;
  box-shadow: none;
}

.header-icon:focus-visible {
  outline: 2px solid rgba(90, 52, 43, 0.32);
  outline-offset: 3px;
  border-radius: 4px;
}

/* Desktop uniquement : un peu plus visible, sans casser les SVG */
@media (min-width: 1101px) {
  .header-icon {
    color: rgba(90, 52, 43, 0.84) !important;
  }

  .header-icon svg {
    width: 17px;
    height: 17px;
  }
}

/* Mobile : on garde tes tailles actuelles */
@media (max-width: 1100px) {
  .header-icon {
    width: 34px;
    height: 34px;
  }

  .header-search-mobile svg,
  .header-account svg,
  .header-cart svg {
    width: 18px !important;
    height: 18px !important;
  }
}




/* ================= RESPONSIVE HEADER MOBILE ================= */

.header-search-mobile {
  display: none;
}

.mobile-menu-panel {
  display: none;
}

@media (max-width: 1100px) {
  .site-header {
    --header-touch-target: clamp(36px, calc(31.6px + 1.38vw), 44px);
    position: sticky;
    top: 0;
    z-index: 100;
  }

.header-inner {
  width: 100%;
  max-width: 1440px;
  height: 76px;
  margin: 0 auto;
  padding: 0 64px;
  box-sizing: border-box;

  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  column-gap: 44px;
}

.header-left,
.header-logo,
.header-right {
  min-height: 76px;
  display: flex;
  align-items: center;
}

  .header-left {
    justify-content: flex-start;
    justify-self: start;
    gap: 10px;
  }

  .header-logo {
    justify-content: center;
    justify-self: center;
    line-height: 0;
  }

  .header-right {
    justify-content: flex-end;
    justify-self: end;
    gap: 10px;
    flex-wrap: nowrap;
  }

  .primary-menu,
  .header-lang-switcher,
  .header-currency-switcher,
  .header-search-desktop {
    display: none !important;
  }

  .mobile-menu-toggle,
  .header-search-mobile,
  .header-account,
  .header-cart {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    width: var(--header-touch-target) !important;
    height: var(--header-touch-target) !important;
    padding: 0 !important;

    border: 0 !important;
    background: transparent !important;
    color: var(--color-brown) !important;

    opacity: 0.76;
    line-height: 0;
    cursor: pointer;
  }

  .mobile-menu-toggle:hover,
  .header-search-mobile:hover,
  .header-account:hover,
  .header-cart:hover {
    opacity: 1;
    color: var(--color-accent) !important;
    transform: none;
  }

.header-search-mobile svg,
.header-account svg,
.header-cart svg {
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  color: currentColor !important;
}



  .header-logo a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
  }

.header-logo svg,
.header-logo img {
  display: block;
  width: 132px;
  height: auto;
}

  .header-cart {
    position: relative;
  }

  .cart-count {
    top: -3px !important;
    right: -5px !important;

    min-width: 15px !important;
    height: 15px !important;
    padding: 0 4px !important;

    border-radius: 999px;
    background: #f4ede8 !important;
    color: var(--color-brown) !important;

    font-size: 8.5px !important;
    font-weight: 600;
    line-height: 1;
  }

  .mobile-menu-panel {
    position: fixed;
    left: 0;
    right: auto;
    bottom: 0;
    top: 76px;
    z-index: 128;
    width: clamp(360px, calc(30vw + 110px), 440px);
    max-width: 100vw;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;

    background: #fff;
    border-right: 1px solid rgba(90, 52, 43, 0.12);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-100%);

    transition:
      opacity 0.24s ease,
      visibility 0.24s ease,
      transform 0.24s ease;
  }

  .mobile-menu-panel::-webkit-scrollbar {
  display: none;
}

  .mobile-menu-panel.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
  }

  .mobile-menu-panel__inner {
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0;
    padding: 30px 24px 28px;
    box-sizing: border-box;
  }

  .mobile-menu-group + .mobile-menu-group {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid rgba(90, 52, 43, 0.09);
  }

  .mobile-menu-group-title {
    margin: 0 0 14px;
    color: rgba(185, 123, 86, 0.99);
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .mobile-menu-link {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 44px;

    color: var(--color-brown) !important;
    font-family: var(--font-heading);
    font-size: clamp(20px, 5.2vw, 24px);
    font-weight: 400;
    line-height: 1.22;
    letter-spacing: -0.01em;
    text-decoration: none !important;
  }

  .mobile-menu-categories {
    padding: 0;
  }

  .mobile-menu-link--category {
    min-height: 44px;
    padding-left: 0;
    color: rgba(76, 33, 26, 0.77) !important;
  }


  .mobile-menu-secondary {
    padding-top: 0;
  }

  .mobile-menu-secondary .mobile-menu-link {
    border-bottom: 0;
  }

  .mobile-menu-settings {
    position: sticky;
    bottom: 0;
    z-index: 3;

    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 0 0 60px;
    width: 100%;
    height: 60px;
    min-height: 60px;
    margin: 0;
    padding: 8px 24px 7px;

    background: #fff;
    border-top: 1px solid rgba(90, 52, 43, 0.10);
    box-sizing: border-box;
  }

  .mobile-menu-settings__language,
  .mobile-menu-settings__currency {
    display: flex;
    align-items: center;
    min-height: 44px;
  }

  .mobile-menu-settings .header-lang-switcher {
    display: flex !important;
    align-items: center;
    margin: 0;
    font-size: 11px;
  }

  .mobile-menu-settings .header-currency-switcher {
    display: inline-flex !important;
    height: 44px;
    margin: 0;
    font-size: 11px;
  }

  .mobile-menu-settings .currency-toggle {
    min-height: 44px;
    padding: 0;
  }

  .mobile-menu-settings .currency-toggle > span:first-child {
    color: rgba(90, 52, 43, 0.82);
    font-weight: 600;
  }

  .mobile-menu-settings .currency-dropdown {
    width: 100px;
    min-width: 90px;
    max-width: calc(100vw - 48px);
    padding: 4px 0;

    top: auto;
    right: 0;
    bottom: calc(100% + 4px);
    left: auto;

    background: #fff;
    border: 1px solid rgba(90, 52, 43, 0.16);
    border-radius: 5px;
    box-shadow: none;
    transform: translateY(3px);
  }

  .mobile-menu-settings .currency-dropdown::before {
    top: auto;
    bottom: -10px;
  }

  .mobile-menu-settings .currency-dropdown a,
  .mobile-menu-settings .currency-dropdown span {
    min-height: 44px;
    padding: 0 14px;

    border-radius: 0 !important;
    color: rgba(90, 52, 43, 0.78);
    font-size: 11px;
    font-weight: 500;
  }

  .mobile-menu-settings .currency-dropdown a:hover,
  .mobile-menu-settings .currency-dropdown a:focus {
    background: rgba(90, 52, 43, 0.035);
    color: var(--color-brown);
  }

  .mobile-menu-settings .header-currency-switcher:hover .currency-dropdown,
  .mobile-menu-settings .header-currency-switcher:focus-within .currency-dropdown,
  .mobile-menu-settings .header-currency-switcher.is-open .currency-dropdown {
    transform: translateY(0);
  }

  .mobile-menu-panel a,
  .mobile-menu-panel button {
    -webkit-tap-highlight-color: transparent;
  }

  .mobile-menu-panel a:focus:not(:focus-visible),
  .mobile-menu-panel button:focus:not(:focus-visible) {
    outline: none;
  }

  .mobile-menu-panel a:focus-visible,
  .mobile-menu-panel button:focus-visible {
    outline: 2px solid rgba(185, 123, 86, 0.62);
    outline-offset: 2px;
  }

  .mobile-menu-panel ::selection {
    background: rgba(185, 123, 86, 0.16);
    color: var(--color-brown);
  }

  body.mobile-menu-open {
    overflow: hidden;
  }

  body.mobile-menu-open::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 127;
    background: rgba(45, 28, 24, 0.12);
    pointer-events: auto;
  }
}

/* Menu mobile ouvert : top banner + header + panneau restent solidaires */

@media (min-width: 1101px) {
  .header-inner {
    height: 84px;
  }

  .header-left,
  .header-logo,
  .header-right {
    min-height: 84px;
  }

  .header-logo svg,
  .header-logo img {
    width: 140px;
  }
}

@media (max-width: 1100px) {
  body.mobile-menu-open {
    overflow: hidden;
  }

  body.mobile-menu-open .site-top-banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 130;
  }

  body.mobile-menu-open .site-header {
    position: fixed;
    top: var(--umatatea-announcement-offset);
    left: 0;
    right: 0;
    z-index: 129;
  }

  body.mobile-menu-open .mobile-menu-panel {
    position: fixed;
    top: calc(var(--umatatea-announcement-offset) + 76px);
    left: 0;
    right: auto;
    bottom: 0;
    z-index: 128;

    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1100px) and (prefers-reduced-motion: reduce) {
  .mobile-menu-panel {
    transition: none;
  }
}

@media (max-width: 560px) {
  .mobile-menu-panel {
    width: 100vw;
    max-width: none;
  }

  body.mobile-menu-open .mobile-menu-panel {
    top: calc(var(--umatatea-announcement-offset) + 72px);
  }
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 560px) {
  .header-inner {
    height: 72px !important;
    min-height: 72px !important;
    padding: 0 16px !important;
    column-gap: 8px !important;
  }

  .header-left,
  .header-right {
    gap: 8px !important;
  }

  .mobile-menu-toggle,
  .header-search-mobile,
  .header-account,
  .header-cart {
    width: var(--header-touch-target) !important;
    height: var(--header-touch-target) !important;
  }

  .header-search-mobile svg,
  .header-account svg,
  .header-cart svg {
    width: 20px !important;
    height: 20px !important;
  }

  .header-logo svg,
  .header-logo img {
    width: 128px !important;
    max-width: 34vw !important;
  }

  .cart-count {
    top: -3px !important;
    right: -5px !important;
    min-width: 14px !important;
    height: 14px !important;
    font-size: 8px !important;
  }

  .mobile-menu-panel {
    top: 72px;
  }

  .mobile-menu-panel__inner {
    padding-top: 24px;
  }
}







/* ================= HOME HERO ================= */
/*
  Cette section gère tout le grand hero de la page d’accueil :
  - image ou slider d’images
  - voile sombre pour lisibilité
  - déchirure blanche en bas
  - groupe texte : titre, signature/sous-texte, bouton
  - alignement du groupe texte : gauche / centre / droite
  - points de navigation du slider
  - responsive tablette et mobile
*/

.home-hero {
  --hero-content-left: clamp(70px, 6.4vw, 110px);
  --hero-dots-offset: 4px;

  position: relative;
  z-index: 2;
  height: 620px;
  overflow: hidden;
  background: var(--color-light);
}

/* Image principale / fallback si une seule image */
.home-hero-image {
  position: absolute;
  inset: 0;
  z-index: 1;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center center;
}

/* Overlay désactivé ici : il est géré slide par slide selon l’alignement */
.home-hero::after {
  content: none;
}



/* ================= HOME HERO — OVERLAY SCALABLE ================= */
/*
  Objectif :
  - conserver la beauté des images hero ;
  - éviter un voile marron trop visible sur toute la bannière ;
  - créer une zone de lisibilité locale autour du texte ;
  - garder deux réglages simples dans ACF :
    normal / renforcé.
*/

.home-hero-content {
  --hero-overlay-edge: 0.30;
  --hero-overlay-mid: 0.16;
  --hero-overlay-soft: 0.045;
  --hero-overlay-end: 0;

  --hero-overlay-vertical-top: 0.01;
  --hero-overlay-vertical-bottom: 0.07;

  --hero-text-shadow-main: 0 2px 18px rgba(43, 28, 22, 0.20);
  --hero-text-shadow-soft: 0 1px 12px rgba(43, 28, 22, 0.16);
}

.home-hero-content--overlay-medium {
  --hero-overlay-edge: 0.36;
  --hero-overlay-mid: 0.20;
  --hero-overlay-soft: 0.055;
  --hero-overlay-end: 0;
  --hero-overlay-vertical-top: 0.012;
  --hero-overlay-vertical-bottom: 0.07;
}

.home-hero-content--overlay-strong {
  --hero-overlay-edge: 0.46;
  --hero-overlay-mid: 0.27;
  --hero-overlay-soft: 0.085;
  --hero-overlay-end: 0;
  --hero-overlay-vertical-top: 0.018;
  --hero-overlay-vertical-bottom: 0.10;
}

.home-hero-content--left::before {
  background:
    linear-gradient(
      90deg,
      rgba(60, 40, 32, var(--hero-overlay-edge)) 0%,
      rgba(60, 40, 32, var(--hero-overlay-mid)) 24%,
      rgba(60, 40, 32, var(--hero-overlay-soft)) 44%,
      rgba(60, 40, 32, var(--hero-overlay-end)) 62%,
      rgba(60, 40, 32, 0) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, var(--hero-overlay-vertical-top)) 0%,
      rgba(0, 0, 0, var(--hero-overlay-vertical-bottom)) 100%
    );
}

.home-hero-content--center::before {
  background:
    radial-gradient(
      ellipse at 50% 48%,
      rgba(60, 40, 32, var(--hero-overlay-edge)) 0%,
      rgba(60, 40, 32, var(--hero-overlay-mid)) 30%,
      rgba(60, 40, 32, var(--hero-overlay-soft)) 56%,
      rgba(60, 40, 32, 0) 78%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, var(--hero-overlay-vertical-top)) 0%,
      rgba(0, 0, 0, var(--hero-overlay-vertical-bottom)) 100%
    );
}

.home-hero-content--right::before {
  background:
    linear-gradient(
      90deg,
      rgba(60, 40, 32, 0) 0%,
      rgba(60, 40, 32, var(--hero-overlay-end)) 38%,
      rgba(60, 40, 32, var(--hero-overlay-soft)) 58%,
      rgba(60, 40, 32, var(--hero-overlay-mid)) 76%,
      rgba(60, 40, 32, var(--hero-overlay-edge)) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, var(--hero-overlay-vertical-top)) 0%,
      rgba(0, 0, 0, var(--hero-overlay-vertical-bottom)) 100%
    );
}

.home-hero-content h1 {
  text-shadow: var(--hero-text-shadow-main);
}

.home-hero-text,
.home-hero-signature {
  text-shadow: var(--hero-text-shadow-soft);
}

/* Conteneur des images du slider */
.home-hero-slide {
  position: absolute;
  inset: 0;
  z-index: 1;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center center;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition: opacity 650ms ease;
}

.home-hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}


/* Conteneur des contenus du slider */
.home-hero-contents {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

/* Groupe texte d’une bannière : couvre toute la slide */
.home-hero-content {
  position: absolute;
  inset: 0;
  z-index: 1;

  display: flex;
  flex-direction: column;
  justify-content: center;

  width: 100%;
  padding-left: var(--hero-content-left);
  padding-right: var(--hero-content-left);
  padding-bottom: 58px;

  color: var(--color-light);

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transform: none;

  transition:
    opacity 420ms ease,
    visibility 420ms ease;
}

/* Un panneau lié reste visuellement identique au panneau non lié. */
.home-hero-content-panel[href],
.home-hero-content-panel[href]:visited {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}


/* Overlay propre à chaque slide */
.home-hero-content::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

/* Le contenu reste au-dessus de l’overlay */
.home-hero-content > * {
  position: relative;
  z-index: 1;
}

/* Groupe texte actif */
.home-hero-content.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Position du groupe : gauche */
.home-hero-content--left {
  text-align: left;
  align-items: flex-start;
}

/* Position du groupe : centre */
.home-hero-content--center {
  text-align: center;
  align-items: center;
}

/* Position du groupe : droite */
.home-hero-content--right {
  text-align: right;
  align-items: flex-end;
}

/* Alignement interne à gauche */
.home-hero-content--left h1,
.home-hero-content--left .home-hero-text,
.home-hero-content--left .home-hero-signature,
.home-hero-content--left .home-hero-button {
  margin-left: 0;
  margin-right: auto;
}

/* Alignement interne au centre */
.home-hero-content--center h1,
.home-hero-content--center .home-hero-text,
.home-hero-content--center .home-hero-signature,
.home-hero-content--center .home-hero-button {
  margin-left: auto;
  margin-right: auto;
}

/* Alignement interne à droite */
.home-hero-content--right h1,
.home-hero-content--right .home-hero-text,
.home-hero-content--right .home-hero-signature,
.home-hero-content--right .home-hero-button {
  margin-left: auto;
  margin-right: 0;
}

/* Titre principal */
.home-hero-content h1 {
  max-width: 560px;
  margin-top: 0;
  margin-bottom: 26px;

  font-family: var(--font-title);
  font-size: clamp(50px, 4.35vw, 66px);
  font-weight: 300;
  line-height: 0.98;
  letter-spacing: -0.045em;

  color: #fffdf8;
  text-shadow: 0 3px 22px rgba(43, 28, 22, 0.22);
}


/* Image signature sous le titre */
.home-hero-signature {
  display: block;
  width: 154px;
  max-width: 154px;
  height: auto;

  margin-top: 0;
  margin-bottom: 31px;
  opacity: 0.86;
}

/* Sous-titre hero */
.home-hero-text {
  max-width: 390px;
  margin-top: 0;
  margin-bottom: 34px;

  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.46;
  letter-spacing: 0.005em;

  color: rgba(255, 253, 248, 0.94);
  text-shadow: 0 2px 14px rgba(43, 28, 22, 0.20);
}




/* Points de navigation du slider */
.home-hero-dots {
  position: absolute;
  z-index: 9;

  left: calc(var(--hero-content-left) + var(--hero-dots-offset));
  bottom: 96px;

  display: flex;
  align-items: center;
  gap: 9px;
}

.home-hero-dot {
  width: 6px;
  height: 6px;
  padding: 0;

  border: 0;
  border-radius: 999px;

  background: rgba(255, 255, 255, 0.48);
  cursor: pointer;

  transition:
    background-color 0.18s ease,
    transform 0.18s ease,
    opacity 0.18s ease;
}

.home-hero-dot.is-active {
  background: rgba(255, 255, 255, 0.95);
  transform: scale(1.08);
}

.home-hero-dot:hover {
  background: rgba(255, 255, 255, 0.78);
}


/* Ajustement optique du bouton hero avec le H1 */
.home-hero-content--left .home-hero-button {
  margin-left: 2px;
}

/* Déchirure blanche en bas du hero */
.home-hero::before {
  content: "";
  position: absolute;
  left: -80px;
  right: -80px;
  bottom: -24px;
  z-index: 7;

  height: 118px;

  background-image: url("/wp-content/themes/umatatea-theme/assets/images/hero-tear-white.png");
  background-repeat: no-repeat;
  background-position: calc(50% + 45px) bottom;
  background-size: 100% 118px;

  pointer-events: none;

  /* Le raccord est assuré par le positionnement du PNG, sans filtre ajouté. */
  filter: none;
}

/* ================= HOME HERO — TABLETTE ================= */

@media (max-width: 1100px) {
  .home-hero {
    --hero-content-left: 32px;
    --hero-dots-offset: 2px;

    height: 600px;
  }

  .home-hero::before {
    left: -50px;
    right: -50px;
    /* Évite de couper le PNG sur une ligne semi-transparente au raccord. */
    bottom: 0;
    height: 76px;
    background-position: calc(50% + 28px) bottom;
    background-size: 100% 76px;

    filter: none;
  }

  .home-hero-content {
    width: 100%;
    padding-left: var(--hero-content-left);
    padding-right: var(--hero-content-left);
    padding-bottom: 34px;
    transform: none;
  }

  .home-hero-content--center {
    transform: none;
  }

  .home-hero-content h1 {
    max-width: 410px;
    margin-bottom: 20px;

    font-size: 42px;
    line-height: 0.98;
    letter-spacing: -0.034em;
  }

  .home-hero-text {
    max-width: 330px;
    margin-bottom: 28px;

    font-size: 14px;
    line-height: 1.42;
  }

  .home-hero-signature {
    width: 142px;
    max-width: 142px;
    margin-bottom: 30px;
  }

  .home-hero-button {
    min-width: 250px;
    min-height: 52px;
    padding: 0 28px;

    font-size: 11px;
    letter-spacing: 0.105em;
  }

  .home-hero-dots {
    bottom: 66px;
  }
}

/* ================= HOME HERO — MOBILE FINAL ================= */

@media (max-width: 760px) {
  .home-hero {
    --hero-content-left: 24px;
    --hero-dots-offset: 0px;

    height: 510px;
  }

  .home-hero-content,
  .home-hero-content--left,
  .home-hero-content--center,
  .home-hero-content--right {
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .home-hero-content {
    padding: 0 24px 50px !important;
  }

  .home-hero-content h1,
  .home-hero-content .home-hero-text,
  .home-hero-content .home-hero-signature,
  .home-hero-content .home-hero-button {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .home-hero-content h1 {
    max-width: 320px;
    margin-top: 0 !important;
    margin-bottom: 15px !important;

    font-size: clamp(31px, 8.4vw, 38px);
    line-height: 1;
    letter-spacing: -0.038em;
  }

  .home-hero-text {
    max-width: 310px;
    margin-top: 0 !important;
    margin-bottom: 24px !important;

    font-size: 14px;
    line-height: 1.38;
    text-align: center;
    color: #fff;
    opacity: 0.96;
  }

  .home-hero-signature {
    width: 112px;
    max-width: 112px;
    margin-bottom: 21px !important;
  }

  .home-hero-button {
    width: 100%;
    max-width: 300px;
    min-width: 0;
    min-height: 50px;
    padding: 0 22px;

    font-size: 10.8px;
    letter-spacing: 0.105em;
  }

  .home-hero-dots {
    left: 24px;
    bottom: 54px;
    gap: 9px;
  }

  .home-hero-dot {
    width: 7px;
    height: 7px;
  }

  .home-hero::before {
    left: -42px;
    right: -42px;
    bottom: 0;
    height: 48px;
    background-position: center bottom;
    background-size: 112% 48px;
  }
}

@media (max-width: 420px) {
  .home-hero {
    height: 500px;
  }

  .home-hero-content {
    padding: 0 22px 46px !important;
  }

  .home-hero-content h1 {
    max-width: 292px;
    margin-bottom: 14px !important;

    font-size: clamp(30px, 8.8vw, 36px);
    line-height: 1;
  }

  .home-hero-text {
    max-width: 292px;
    margin-bottom: 22px !important;

    font-size: 13.5px;
    line-height: 1.38;
  }

  .home-hero-button {
    max-width: 292px;
    min-height: 50px;
  }

  .home-hero-dots {
    bottom: 52px;
  }
}





















/* ================= CATEGORIES HOME ================= */

.categories {
  position: relative;
  padding: 28px 40px 104px;
  text-align: center;
  background: var(--color-light);
  overflow: hidden;
}

.categories .container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.categories h2 {
  max-width: 760px;
  margin: 0 auto 38px;
  font-family: var(--font-title);
  font-size: 38px;
  font-weight: var(--fw-semibold);
  line-height: var(--lh-title);
  letter-spacing: -0.015em;
  color: var(--color-brown);
}

.categories-grid {
  display: grid;
  gap: 30px;
  margin: 0 auto;
  align-items: start;
}

.categories-grid--count-1,
.categories-grid--count-2,
.categories-grid--count-3 {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  max-width: 820px;
}

.categories-grid--count-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1220px;
}

.categories-grid--count-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  max-width: 1340px;
}

.cat,
.cat:visited {
  display: block;
  min-width: 0;
  color: var(--color-brown) !important;
  text-decoration: none !important;
}

.cat img {
  display: block;
  width: 100%;
  height: 215px;
  object-fit: cover;
  object-position: center;
  transition:
    transform 0.45s ease,
    filter 0.45s ease;
}

.cat:hover img {
  transform: scale(1.025);
  filter: brightness(1.03);
}

.cat p {
  margin: 17px 0 0;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: var(--fw-bold);
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-brown);
  text-align: center;
  text-decoration: none !important;
  transition: color 0.22s ease;
}

.cat:hover p {
  color: var(--color-accent);
}

.home-categories-cta {
  margin-top: 38px;
  text-align: center;
}

/* Animation au scroll - section catégories */
/* Le titre reste visible immédiatement pour éviter qu'il soit coupé au chargement */

.js-reveal-enabled .categories h2.reveal-item {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  will-change: auto !important;
}

.js-reveal-enabled .categories .categories-grid.reveal-item,
.js-reveal-enabled .categories .home-categories-cta.reveal-item {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 800ms ease,
    transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.js-reveal-enabled .categories.is-visible .categories-grid.reveal-item,
.js-reveal-enabled .categories.is-visible .home-categories-cta.reveal-item {
  opacity: 1;
  transform: translateY(0);
}

.js-reveal-enabled .categories.is-visible .categories-grid.reveal-item {
  transition-delay: 120ms;
}

.js-reveal-enabled .categories.is-visible .home-categories-cta.reveal-item {
  transition-delay: 260ms;
}

/* Responsive tablette */

@media (min-width: 560px) and (max-width: 1299px) {
  .categories {
    padding-left: 28px;
    padding-right: 28px;
    padding-bottom: 68px;
  }

  .categories-grid--count-4,
  .categories-grid--count-5 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    max-width: min(100%, 820px);
  }

  .categories-grid--count-4 .cat,
  .categories-grid--count-5 .cat {
    grid-column: span 2;
  }

  .categories-grid--count-4 .cat:nth-child(4) {
    grid-column: 3 / span 2;
  }

  .categories-grid--count-5 .cat:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .categories-grid--count-5 .cat:nth-child(5) {
    grid-column: 4 / span 2;
  }

  .cat img {
    height: 220px;
  }
}

/* Responsive mobile : grille 2 colonnes propre */

@media (max-width: 559px) {
  .categories {
    padding: 34px 18px 66px;
    overflow: hidden;
  }

  .categories h2 {
    max-width: 340px;
    margin: 0 auto 30px;
    font-size: clamp(34px, 9vw, 42px);
    line-height: 1.04;
    letter-spacing: -0.025em;
    text-align: center;
  }

  .categories-grid,
  .categories-grid--count-1,
  .categories-grid--count-2,
  .categories-grid--count-3,
  .categories-grid--count-4,
  .categories-grid--count-5 {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 26px 16px !important;
    max-width: 390px;
    margin: 0 auto;
    padding: 0;
    overflow: visible;
  }

  .cat,
  .cat:visited {
    display: block !important;
    width: 100%;
    max-width: none;
    margin: 0;
    text-decoration: none !important;
  }

  .cat img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  .cat p {
    display: block;
    margin: 12px 0 0;
    font-size: 11px;
    line-height: 1.25;
    letter-spacing: 0.095em;
    text-align: center;
    text-decoration: none !important;
  }

  .categories-grid--count-5 .cat:nth-child(5) {
    grid-column: 1 / -1;
    width: calc((100% - 16px) / 2);
    justify-self: center;
  }

  .home-categories-cta {
    width: min(100% - 40px, 300px);
    margin: 34px auto 0;
  }

  .home-categories-button {
    width: 100%;
    max-width: 300px;
    min-height: 52px;
  }

  .js-reveal-enabled .categories h2.reveal-item,
  .js-reveal-enabled .categories .categories-grid.reveal-item,
  .js-reveal-enabled .categories .home-categories-cta.reveal-item {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    will-change: auto !important;
  }
}







/* ================= HERO ACF — AJUSTEMENT FIN DU TEXTE ================= */
/*
  Les décalages ACF s’appliquent aux éléments texte,
  mais le bouton garde une logique hover stable.
*/

.home-hero-content--shift-none,
.home-hero-content--shift-up,
.home-hero-content--shift-down,
.home-hero-content--shift-left,
.home-hero-content--shift-right {
  transform: none !important;
}

/* Décalage desktop : texte + bouton */
.home-hero-content--shift-up > * {
  transform: translateY(-18px);
}

.home-hero-content--shift-down > * {
  transform: translateY(18px);
}

.home-hero-content--shift-left > * {
  transform: translateX(-24px);
}

.home-hero-content--shift-right > * {
  transform: translateX(24px);
}

/* Bouton : état normal = même décalage que les autres éléments */
.home-hero-content--shift-up .home-hero-button {
  transform: translateY(-18px) !important;
}

.home-hero-content--shift-down .home-hero-button {
  transform: translateY(18px) !important;
}

.home-hero-content--shift-left .home-hero-button {
  transform: translateX(-24px) !important;
}

.home-hero-content--shift-right .home-hero-button {
  transform: translateX(24px) !important;
}

/* Bouton : hover = même décalage + micro mouvement */
.home-hero-content--shift-up .home-hero-button:hover {
  transform: translateY(-19px) !important;
}

.home-hero-content--shift-down .home-hero-button:hover {
  transform: translateY(17px) !important;
}

.home-hero-content--shift-left .home-hero-button:hover {
  transform: translate(-24px, -1px) !important;
}

.home-hero-content--shift-right .home-hero-button:hover {
  transform: translate(24px, -1px) !important;
}

.home-hero-content--shift-none .home-hero-button:hover {
  transform: translateY(-1px) !important;
}

/* Active : pas de saut non plus */
.home-hero-content--shift-up .home-hero-button:active {
  transform: translateY(-18px) !important;
}

.home-hero-content--shift-down .home-hero-button:active {
  transform: translateY(18px) !important;
}

.home-hero-content--shift-left .home-hero-button:active {
  transform: translateX(-24px) !important;
}

.home-hero-content--shift-right .home-hero-button:active {
  transform: translateX(24px) !important;
}

/* Tablette */
@media (max-width: 1100px) {
  .home-hero-content--shift-up > * {
    transform: translateY(-12px);
  }

  .home-hero-content--shift-down > * {
    transform: translateY(12px);
  }

  .home-hero-content--shift-left > * {
    transform: translateX(-14px);
  }

  .home-hero-content--shift-right > * {
    transform: translateX(14px);
  }

  .home-hero-content--shift-up .home-hero-button {
    transform: translateY(-12px) !important;
  }

  .home-hero-content--shift-down .home-hero-button {
    transform: translateY(12px) !important;
  }

  .home-hero-content--shift-left .home-hero-button {
    transform: translateX(-14px) !important;
  }

  .home-hero-content--shift-right .home-hero-button {
    transform: translateX(14px) !important;
  }

  .home-hero-content--shift-up .home-hero-button:hover {
    transform: translateY(-13px) !important;
  }

  .home-hero-content--shift-down .home-hero-button:hover {
    transform: translateY(11px) !important;
  }

  .home-hero-content--shift-left .home-hero-button:hover {
    transform: translate(-14px, -1px) !important;
  }

  .home-hero-content--shift-right .home-hero-button:hover {
    transform: translate(14px, -1px) !important;
  }

  .home-hero-content--shift-up .home-hero-button:active {
    transform: translateY(-12px) !important;
  }

  .home-hero-content--shift-down .home-hero-button:active {
    transform: translateY(12px) !important;
  }

  .home-hero-content--shift-left .home-hero-button:active {
    transform: translateX(-14px) !important;
  }

  .home-hero-content--shift-right .home-hero-button:active {
    transform: translateX(14px) !important;
  }
}

/* Mobile : aucun décalage ACF */
@media (max-width: 760px) {
  .home-hero-content--shift-none > *,
  .home-hero-content--shift-up > *,
  .home-hero-content--shift-down > *,
  .home-hero-content--shift-left > *,
  .home-hero-content--shift-right > *,
  .home-hero-content--shift-none .home-hero-button,
  .home-hero-content--shift-up .home-hero-button,
  .home-hero-content--shift-down .home-hero-button,
  .home-hero-content--shift-left .home-hero-button,
  .home-hero-content--shift-right .home-hero-button {
    transform: none !important;
  }

  .home-hero-content .home-hero-button:hover {
    transform: translateY(-1px) !important;
  }

  .home-hero-content .home-hero-button:active {
    transform: none !important;
  }
}





/* ================= STORY HOME ================= */

.home-story {
  position: relative;
  width: 100%;
  min-height: 560px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: var(--color-light);
}

.home-story-inner {
  position: relative;
  width: 100%;
  min-height: 560px;
  display: block;
  margin: 0;
}

.home-story-image {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.home-story-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 560px;

  object-fit: cover;
  object-position: center center;
}

.home-story-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;

  background: linear-gradient(
    90deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0.98) 20%,
    rgba(255, 255, 255, 0.84) 39%,
    rgba(255, 255, 255, 0.36) 58%,
    rgba(255, 255, 255, 0) 76%
  );
}

.home-story-content {
  position: relative;
  z-index: 3;

  width: min(560px, calc(100% - 48px));
  margin-left: clamp(58px, 7vw, 110px);
  padding: 112px 0 86px;
}

.home-story-content h2 {
  max-width: 520px;
  margin: 0 0 22px;

  font-family: var(--font-title);
  font-size: 46px;
  font-weight: var(--fw-semibold);
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: var(--color-brown);
}

.home-story-text {
  max-width: 500px;
  margin: 0 0 30px;

  font-size: var(--fs-base);
  line-height: 1.72;
  color: var(--color-brown);
}

/* Animation au scroll - section histoire */
.js-reveal-enabled .home-story .reveal-item {
  opacity: 0;
  transform: translateY(20px);

  transition:
    opacity 760ms ease,
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1);

  will-change: opacity, transform;
}

.js-reveal-enabled .home-story.is-visible .reveal-item {
  opacity: 1;
  transform: translateY(0);
}

.js-reveal-enabled .home-story.is-visible .home-story-image.reveal-item {
  transition-delay: 0ms;
}

.js-reveal-enabled .home-story.is-visible .home-story-content.reveal-item {
  transition-delay: 130ms;
}

/* ================= STORY HOME — RESPONSIVE ================= */

@media (max-width: 1100px) {
  .home-story,
  .home-story-inner,
  .home-story-image img {
    min-height: 500px;
  }

  .home-story-image img {
    object-position: 62% center;
  }

  .home-story-image::before {
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.97) 0%,
      rgba(255, 255, 255, 0.88) 44%,
      rgba(255, 255, 255, 0.30) 74%,
      rgba(255, 255, 255, 0) 100%
    );
  }

  .home-story-content {
    width: min(100% - 48px, 500px);
    margin-left: 32px;
    padding-top: 86px;
    padding-bottom: 70px;
  }

  .home-story-content h2 {
    font-size: 40px;
  }
}

/* ================= STORY HOME — MOBILE CLEAN ================= */

.home-story-image picture {
  display: block;
  width: 100%;
  height: 100%;
}

.home-story-image picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 700px) {
  .home-story,
  .home-story-inner {
    min-height: 0;
    background: var(--color-light);
  }

  .home-story-inner {
    display: flex;
    flex-direction: column;
  }

  .home-story-image {
    position: relative;
    inset: auto;
    order: 1;
    width: 100%;
    height: 285px;
  }

  .home-story-image::before {
    display: none;
    content: none;
  }

  .home-story-image img,
  .home-story-image picture img {
    width: 100%;
    height: 285px;
    min-height: 0;
    object-fit: cover;
    object-position: center center;
    opacity: 1;
  }

  .home-story-content {
    order: 2;
    width: min(100% - 44px, 390px);
    margin: 0 auto;
    padding: 42px 0 58px;
  }

  .home-story-content h2 {
    max-width: 335px;
    margin: 0 0 20px;
    font-size: clamp(31px, 8.4vw, 36px);
    line-height: 0.98;
    letter-spacing: -0.018em;
  }

  .home-story-text {
    max-width: 350px;
    margin: 0 0 30px;
    font-size: 15px;
    line-height: 1.66;
  }

  .home-story-button {
    width: auto;
    min-width: 245px;
    max-width: 280px;
    min-height: 54px;
    padding: 0 28px;
  }
}

@media (max-width: 420px) {
  .home-story-image,
  .home-story-image img,
  .home-story-image picture img {
    height: 270px;
  }

  .home-story-content {
    width: min(100% - 40px, 370px);
    padding-top: 38px;
    padding-bottom: 54px;
  }

  .home-story-content h2 {
    max-width: 315px;
    font-size: clamp(30px, 8.2vw, 34px);
  }

  .home-story-text {
    font-size: 14.5px;
  }

  .home-story-button {
    width: 100%;
    max-width: 280px;
  }
}





/* ================= PATTERNS DÉCORATIFS HOME ================= */

/*
  Motifs décoratifs uniquement sur la page d'accueil.

  IMPORTANT :
  - ne jamais cibler "section.products" seul
  - WooCommerce utilise aussi des sections produits ailleurs
  - les motifs ne doivent jamais apparaître dans le panier,
    le panier vide, les cross-sells ou les recommandations WooCommerce.
*/

:root {
  --pattern-leaf: url("/wp-content/themes/umatatea-theme/assets/images/umatatea-leaf-pattern-01.png");
  --pattern-leaf-color: #f3e6bf;
  --pattern-leaf-opacity: 0.33;
  --pattern-leaf-size: clamp(180px, 18vw, 300px);
}

/* Sections concernées — HOME UNIQUEMENT */
body.home .categories,
body.home section.products {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

/* Le contenu reste au-dessus du motif */
body.home .categories > *,
body.home section.products > * {
  position: relative;
  z-index: 2;
}

/* Motifs gauche + droite — HOME UNIQUEMENT */
body.home .categories::before,
body.home .categories::after,
body.home section.products::before,
body.home section.products::after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;

  width: var(--pattern-leaf-size);
  height: var(--pattern-leaf-size);

  background-color: var(--pattern-leaf-color);
  opacity: var(--pattern-leaf-opacity);

  -webkit-mask-image: var(--pattern-leaf);
  mask-image: var(--pattern-leaf);

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-size: contain;
  mask-size: contain;

  -webkit-mask-position: center;
  mask-position: center;
}

/* Produits phares home */
body.home section.products::before,
body.home section.products::after {
  opacity: 0.28;
}

/* Motif droit en miroir */
body.home .categories::after,
body.home section.products::after {
  transform: scaleX(-1);
}

/* Placement — section catégories */
body.home .categories::before {
  left: -105px;
  bottom: 55px;
}

body.home .categories::after {
  right: -120px;
  top: 95px;
}

/* Placement — section produits phares home */
body.home section.products::before {
  left: -115px;
  bottom: 90px;
}

body.home section.products::after {
  right: -120px;
  top: 105px;
}

/* Tablette / petit desktop */
@media (max-width: 1299px) {
  :root {
    --pattern-leaf-size: 220px;
  }

  body.home .categories::before,
  body.home .categories::after,
  body.home section.products::before,
  body.home section.products::after {
    width: 220px;
    height: 220px;
  }

  body.home .categories::before {
    left: -105px;
    top: 280px;
    bottom: auto;
  }

  body.home .categories::after {
    display: block;
    right: -105px;
    top: 280px;
    bottom: auto;
    transform: scaleX(-1);
  }

  body.home section.products::before {
    left: -105px;
    top: 250px;
    bottom: auto;
  }

  body.home section.products::after {
    display: block;
    right: -105px;
    top: 250px;
    bottom: auto;
    transform: scaleX(-1);
  }
}

/* Mobile / tablette étroite */
@media (max-width: 768px) {
  :root {
    --pattern-leaf-opacity: 0.20;
    --pattern-leaf-size: 150px;
  }

  body.home .categories::after,
  body.home section.products::after {
    display: none;
  }

  body.home .categories::before {
    left: -82px;
    top: 360px;
    bottom: auto;
  }

  body.home section.products::before {
    left: -82px;
    top: 300px;
    bottom: auto;
  }
}

/* Très mobile : on masque pour éviter l'effet bizarre */
@media (max-width: 520px) {
  body.home .categories::before,
  body.home .categories::after,
  body.home section.products::before,
  body.home section.products::after {
    display: none;
  }
}

/* Sécurité absolue : aucun motif décoratif hors home */
body:not(.home) .categories::before,
body:not(.home) .categories::after,
body:not(.home) section.products::before,
body:not(.home) section.products::after,
body:not(.home) .related.products::before,
body:not(.home) .related.products::after,
body:not(.home) .cross-sells::before,
body:not(.home) .cross-sells::after,
body:not(.home) .umatatea-cart-recommendations::before,
body:not(.home) .umatatea-cart-recommendations::after,
body:not(.home) .umatatea-cart-empty-recommendations::before,
body:not(.home) .umatatea-cart-empty-recommendations::after {
  display: none !important;
  content: none !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
  background: none !important;
  background-image: none !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
  transform: none !important;
}
















/* ================= PRODUITS PHARES HOME ================= */

body.home section.products {
  padding: 82px 40px 82px;
  text-align: center;
  background: var(--color-light);
}

body.home section.products .container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}

body.home section.products h2 {
  margin: 0 0 44px;
  font-family: var(--font-title);
  font-size: 38px;
  font-weight: var(--fw-semibold);
  line-height: var(--lh-title);
  letter-spacing: -0.015em;
  color: var(--color-brown);
}

body.home .products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  justify-content: center;
  align-items: start;
}

body.home section.products .product {
  background: transparent;
  padding: 0;
  border-radius: 0;
  text-align: center;
}

body.home section.products .product > a {
  display: block;
  width: 100%;
  overflow: hidden;
  background: var(--color-cream);
  text-decoration: none !important;
}

body.home section.products .product img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  transition:
    transform 0.45s ease,
    filter 0.45s ease;
}

body.home section.products .product:hover img {
  transform: scale(1.035);
  filter: brightness(1.03);
}

body.home section.products .product h3 {
  margin: 18px 0 8px;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: var(--fw-semibold);
  line-height: 1.35;
  letter-spacing: 0;
  color: var(--color-brown);
}

body.home section.products .product h3 a,
body.home section.products .product h3 a:visited {
  color: var(--color-brown) !important;
  text-decoration: none !important;
}

body.home section.products .product h3 a:hover {
  color: var(--color-accent) !important;
}

body.home section.products .product .price {
  display: block;
  margin: 0 0 14px;
  color: var(--color-accent);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: var(--fw-semibold);
}

body.home section.products .product .button,
body.home section.products .product .added_to_cart {
  display: none !important;
}

body.home .home-featured-cta {
  margin-top: 42px;
  text-align: center;
}

body.home .home-featured-link {
  gap: 8px;
}

body.home .home-featured-link span {
  display: inline-block;
  transform: translateY(1px);
}

/* Animation au scroll - produits phares */
.js-reveal-enabled body.home section.products h2.reveal-item,
.js-reveal-enabled body.home section.products .products-grid.reveal-item,
.js-reveal-enabled body.home section.products .home-featured-cta.reveal-item {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 800ms ease,
    transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.js-reveal-enabled body.home section.products.is-visible h2.reveal-item,
.js-reveal-enabled body.home section.products.is-visible .products-grid.reveal-item,
.js-reveal-enabled body.home section.products.is-visible .home-featured-cta.reveal-item {
  opacity: 1;
  transform: translateY(0);
}

.js-reveal-enabled body.home section.products.is-visible h2.reveal-item {
  transition-delay: 0ms;
}

.js-reveal-enabled body.home section.products.is-visible .products-grid.reveal-item {
  transition-delay: 140ms;
}

.js-reveal-enabled body.home section.products.is-visible .home-featured-cta.reveal-item {
  transition-delay: 280ms;
}

/* ================= PRODUITS PHARES HOME — MOBILE CLEAN ================= */

@media (max-width: 760px) {
  body.home section.products {
    padding: 58px 18px 70px;
  }

  body.home section.products h2 {
    max-width: 340px;
    margin: 0 auto 30px;
    font-size: clamp(34px, 9vw, 42px);
    line-height: 1.02;
    letter-spacing: -0.025em;
  }

  body.home .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 16px;
  }

  body.home section.products .product img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  body.home section.products .product h3 {
    margin-top: 13px;
    margin-bottom: 7px;
    font-size: 13px;
    line-height: 1.32;
  }

  body.home section.products .product .price {
    font-size: 13px;
    font-weight: 600;
  }

  body.home .home-featured-cta {
    margin-top: 36px;
  }

  body.home .home-featured-link {
    width: 100%;
    max-width: 300px;
    min-height: 52px;
  }
}

/* Produits phares : deux cartes plafonnées avant le passage direct à quatre. */
@media (min-width: 560px) and (max-width: 999px) {
  body.home .products-grid {
    grid-template-columns: repeat(2, minmax(0, 270px));
    gap: 30px 16px;
    max-width: 556px;
  }
}

/* Produits phares : quatre cartes dès que leur largeur reste confortable. */
@media (min-width: 1000px) and (max-width: 1100px) {
  body.home .products-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px clamp(20px, 2.5vw, 28px);
    max-width: 1180px;
  }
}









/* ================= USP ================= */

.usp {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 0;

  padding: 42px 48px 40px;

  background-color: #f3ebe6;
  border-bottom: 1px solid rgba(90, 52, 43, 0.055);

  text-align: center;
}

.usp-item {
  position: relative;

  display: grid;
  grid-template-rows: 66px auto auto;
  row-gap: 9px;
  justify-items: center;
  align-content: start;

  min-width: 0;
  padding: 0 24px;
}

.usp-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;

  width: 1px;
  height: 62px;

  background: rgba(90, 52, 43, 0.095);
}

/* Zone commune : toutes les icônes sont alignées dans la même boîte */
.usp-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 66px;
  height: 66px;

  color: #b8896a;

  transform:
    translateX(var(--usp-icon-x, 0))
    translateY(var(--usp-icon-y, 0));
}

.usp-icon svg {
  display: block;
  width: var(--usp-icon-size, 44px);
  height: var(--usp-icon-size, 44px);
  color: #b8896a;
}

.usp-icon svg,
.usp-icon svg * {
  stroke: #b8896a !important;
  fill: #b8896a !important;
  stroke-width: 2;
}

/* Réglages individuels des icônes */
.usp-icon-artisanat {
  --usp-icon-size: 63px;
  --usp-icon-y: -0.5px;
}

.usp-icon-livraison {
  --usp-icon-size: 56px;
  --usp-icon-y: 0.6px;
}

.usp-icon-paiement {
  --usp-icon-size: 40px;
  --usp-icon-y: 0;
}

.usp-item strong {
  margin: 0;

  color: var(--color-brown);

  font-family: var(--font-body);
  font-size: 12.8px;
  font-weight: var(--fw-bold);
  line-height: 1.25;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

.usp-item span {
  margin: 0;

  color: rgba(90, 52, 43, 0.74);

  font-family: var(--font-body);
  font-size: 13.4px;
  font-weight: var(--fw-regular);
  line-height: 1.42;
}





/* ================= FOOTER ================= */

.site-footer {
  font-family: var(--font-body);
  background:
    radial-gradient(circle at 50% 16%, rgba(255, 255, 255, 0.026), transparent 42%),
    var(--color-footer);
  color: var(--color-light);
  padding-top: 68px;
}

.site-footer .container {
  max-width: 1480px;
  margin-inline: auto;
  padding-inline: 38px;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.05fr 0.86fr 0.86fr 0.86fr 1.34fr;
  gap: 52px;
  align-items: start;
}

.footer-brand {
  justify-self: start;
}

/* Le DOM suit l’ordre mobile ; le placement explicite évite que la newsletter
 * rencontrée avant les autres colonnes ne pousse celles-ci sur une seconde ligne. */
@media (min-width: 1201px) {
  .footer-inner > .footer-brand {
    grid-column: 1;
    grid-row: 1;
  }

  .footer-inner > .footer-shop {
    grid-column: 2;
    grid-row: 1;
  }

  .footer-inner > .footer-brand-links {
    grid-column: 3;
    grid-row: 1;
  }

  .footer-inner > .footer-support {
    grid-column: 4;
    grid-row: 1;
  }

  .footer-inner > .footer-newsletter {
    grid-column: 5;
    grid-row: 1;
  }
}

/* ---------- Titres + liens ---------- */

.footer-col h4 {
  margin: 0 0 20px;

  color: var(--color-accent);

  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
  letter-spacing: 0.12em;
  text-transform: uppercase;

  opacity: 0.94;
}

.footer-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-col li {
  margin: 0 0 12px;
}

.site-footer a,
.site-footer a:visited {
  color: var(--color-light) !important;
  text-decoration: none !important;
}

.footer-col a {
  position: relative;

  display: inline-block;

  color: rgba(255, 255, 255, 0.82) !important;

  font-family: var(--font-body);
  font-size: 14px;
  font-weight: var(--fw-regular);
  line-height: 1.5;

  transition:
    color 0.2s ease,
    opacity 0.2s ease;
}

.footer-col a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;

  width: 0;
  height: 1px;

  background: rgba(234, 217, 200, 0.58);

  transition: width 0.24s ease;
}

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

.footer-col a:hover::after {
  width: 100%;
}

/* ---------- Brand ---------- */

.footer-logo {
  display: block;

  width: 198px;
  max-width: 198px;
  height: auto;

  margin: 0 0 24px;
}

.footer-baseline {
  max-width: 240px;
  margin: 0 0 28px;

  color: rgba(255, 255, 255, 0.92);

  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.55;
}

.footer-social-partners {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 0 0 auto;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 23px;
  height: 23px;

  line-height: 1;
  opacity: 1;
}

.footer-social img {
  display: block !important;

  width: 21px !important;
  height: 21px !important;
  max-width: 21px !important;
  max-height: 21px !important;

  object-fit: contain;
  filter: brightness(0) invert(1);
}

.footer-partners {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
}

.footer-partners::before {
  content: "";

  display: block;

  width: 1px;
  height: 30px;

  background: rgba(255, 255, 255, 0.24);
}

.footer-partners img {
  display: block !important;

  width: auto !important;
  height: auto !important;

  object-fit: contain;
}

.footer-partners img:first-child {
  max-width: 70px !important;
  max-height: 34px !important;
  filter: brightness(0) invert(1);
}

.footer-partners img:last-child {
  max-width: 58px !important;
  max-height: 36px !important;
}

/* ---------- Newsletter ---------- */

.footer-newsletter {
  justify-self: end;

  width: 100%;
  max-width: 410px;
}

.footer-newsletter h4,
.footer-newsletter p,
.footer-newsletter .newsletter-form {
  max-width: 410px;
}

.footer-newsletter p {
  margin: 0 0 24px;

  color: rgba(255, 255, 255, 0.9);

  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.62;
}

.newsletter-form,
.site-footer .footer-newsletter .newsletter-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;

  width: 100%;
  max-width: 410px;
  height: auto;
}

.newsletter-form input[type="email"],
.site-footer .footer-newsletter .newsletter-form input[type="email"] {
  grid-column: 1;
  grid-row: 1;
}

.newsletter-form button[type="submit"],
.site-footer .footer-newsletter .newsletter-form button[type="submit"] {
  grid-column: 2;
  grid-row: 1;
}

.newsletter-form-message {
  grid-column: 1 / -1;
  grid-row: 2;
}

.newsletter-form input,
.site-footer .footer-newsletter .newsletter-form input,
.site-footer .footer-newsletter .newsletter-form input[type="email"],
.site-footer .footer-newsletter .newsletter-form input[type="text"] {
  flex: 1 1 auto;
  min-width: 0;
  width: auto !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 0 17px !important;

  border: 1px solid rgba(234, 217, 200, 0.46) !important;
  border-right: 0 !important;
  border-radius: 0 !important;

  background: transparent !important;
  color: var(--color-light) !important;

  font-family: var(--font-body);
  font-size: 14px;
  line-height: 48px;

  box-shadow: none !important;
}

.newsletter-form input::placeholder,
.site-footer .footer-newsletter .newsletter-form input::placeholder {
  color: var(--color-sand) !important;
  opacity: 0.82;
}

.newsletter-form button,
.newsletter-form input[type="submit"],
.site-footer .footer-newsletter .newsletter-form button,
.site-footer .footer-newsletter .newsletter-form input[type="submit"] {
  flex: 0 0 auto;

  height: 48px !important;
  min-height: 48px !important;
  padding: 0 22px !important;

  border: 1px solid var(--color-sand) !important;
  border-radius: 0 !important;

  background: var(--color-sand) !important;
  background-image: none !important;
  color: #2b1c16 !important;

  font-family: var(--font-body);
  font-size: 14px;
  font-weight: var(--fw-semibold);
  line-height: 1;
  white-space: nowrap;

  cursor: pointer;
  box-shadow: none !important;
  filter: none !important;
}

.newsletter-form button::before,
.newsletter-form button::after,
.newsletter-form input[type="submit"]::before,
.newsletter-form input[type="submit"]::after,
.site-footer .footer-newsletter .newsletter-form button::before,
.site-footer .footer-newsletter .newsletter-form button::after,
.site-footer .footer-newsletter .newsletter-form input[type="submit"]::before,
.site-footer .footer-newsletter .newsletter-form input[type="submit"]::after {
  display: none !important;
  content: none !important;
}

.newsletter-form input:focus,
.newsletter-form input:focus-visible,
.site-footer .footer-newsletter .newsletter-form input:focus,
.site-footer .footer-newsletter .newsletter-form input:focus-visible {
  outline: none !important;
  border-color: rgba(234, 217, 200, 0.7) !important;
  box-shadow: none !important;
}

.newsletter-form button:hover,
.newsletter-form input[type="submit"]:hover,
.site-footer .footer-newsletter .newsletter-form button:hover,
.site-footer .footer-newsletter .newsletter-form input[type="submit"]:hover {
  background: #f1dfcb !important;
  border-color: #f1dfcb !important;
  color: #2b1c16 !important;
}

/* ---------- Footer bottom ---------- */

.footer-bottom {
  margin-top: 54px;
  padding: 24px 0 27px;

  border-top: 1px solid rgba(234, 217, 200, 0.24);
}

.footer-bottom-inner {
  display: grid;
  grid-template-columns: minmax(230px, 1fr) auto minmax(260px, 1fr);
  align-items: end;
  gap: 18px;
}

.footer-copy,
.footer-powered {
  margin: 0;

  color: var(--color-sand);

  font-family: var(--font-body);
  font-size: 12.5px;
  line-height: 1.4;

  opacity: 0.88;
}

.footer-copy {
  justify-self: start;
  white-space: nowrap;
}

.footer-powered {
  justify-self: center;
  text-align: center;
  white-space: nowrap;
}

.footer-bottom-right {
  justify-self: end;

  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.footer-legal {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;

  color: var(--color-sand);

  font-family: var(--font-body);
  font-size: 12.5px;
  line-height: 1.4;

  opacity: 0.88;
  white-space: nowrap;
}

.footer-legal a,
.footer-legal a:visited {
  color: var(--color-sand) !important;
  text-decoration: none !important;
}

.footer-legal a:hover {
  color: var(--color-light) !important;
}

.footer-payments {
  justify-self: end;

  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  flex: 0 0 auto;

  overflow: visible;
}

.footer-payments img {
  display: block !important;

  width: auto !important;
  height: 22px !important;
  max-height: 22px !important;
  max-width: none !important;

  object-fit: contain;
}

/* ================= RESPONSIVE USP + FOOTER ================= */

@media (max-width: 1200px) {
  .site-footer .container {
    padding-inline: 40px;
  }

  .footer-inner {
    grid-template-columns: 1.1fr 1fr 1fr;
    gap: 42px 40px;
  }

  .footer-brand {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(170px, 198px) minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 24px;
  }

  .footer-logo {
    width: 180px;
    max-width: 180px;
    margin: 0;
  }

  .footer-baseline {
    max-width: 270px;
    margin: 0;
  }

  .footer-social-partners {
    justify-self: end;
  }

  .footer-newsletter {
    grid-column: 1 / -1;
    justify-self: start;
    max-width: 620px;
  }

  .footer-inner > .footer-newsletter {
    grid-column: 1 / -1;
  }

  .footer-inner > .footer-shop,
  .footer-inner > .footer-brand-links,
  .footer-inner > .footer-support {
    grid-column: auto;
  }

  .footer-newsletter h4,
  .footer-newsletter p,
  .footer-newsletter .newsletter-form,
  .newsletter-form {
    max-width: 620px;
  }
}

@media (max-width: 900px) {
.usp {
  grid-template-columns: 1fr;
  padding: 20px 20px;
}

.usp-item {
  grid-template-rows: auto auto auto;
  row-gap: 4px;
  padding: 0;
}

.usp-item:not(:last-child) {
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.usp-item:not(:last-child)::after {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;

  width: 88px;
  height: 1px;

  transform: translateX(-50%);
}

.usp-icon {
  width: 50px;
  height: 50px;
}

.usp-icon-artisanat {
  --usp-icon-size: 46px;
}

.usp-icon-livraison {
  --usp-icon-size: 42px;
}

.usp-icon-paiement {
  --usp-icon-size: 34px;
}

  .site-footer {
    padding-top: 58px;
  }

  .site-footer .container {
    padding-inline: 28px;
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 38px 32px;
  }

  .footer-brand,
  .footer-newsletter {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    margin-top: 48px;
    padding: 24px 0 28px;
  }

  .footer-bottom-inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .footer-copy,
  .footer-powered,
  .footer-bottom-right,
  .footer-legal,
  .footer-payments {
    justify-self: start;
    align-items: flex-start;
    text-align: left;
  }

  .footer-powered {
    display: none;
  }
}

/* USP tablette : trois colonnes dès que la largeur le permet */
@media (min-width: 680px) and (max-width: 900px) {
  .usp {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 28px 24px 26px;
  }

  .usp-item {
    grid-template-rows: 56px auto auto;
    row-gap: 6px;
    padding: 0 18px;
  }

  .usp-item:not(:last-child) {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .usp-item:not(:last-child)::after {
    top: 8px;
    right: 0;
    bottom: auto;
    left: auto;

    width: 1px;
    height: 54px;

    transform: none;
  }

  .usp-icon {
    width: 56px;
    height: 56px;
  }

  .usp-icon-artisanat {
    --usp-icon-size: 52px;
  }

  .usp-icon-livraison {
    --usp-icon-size: 48px;
  }

  .usp-icon-paiement {
    --usp-icon-size: 38px;
  }
}

/* Petit desktop : comportement actuel conservé */
@media (min-width: 901px) and (max-width: 1100px) {
  .usp {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 42px 48px 40px;
  }

  .usp-item {
    grid-template-rows: 66px auto auto;
    row-gap: 9px;
    padding: 0 24px;
  }

  .usp-item:not(:last-child) {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .usp-item:not(:last-child)::after {
    top: 10px;
    right: 0;
    bottom: auto;
    left: auto;

    width: 1px;
    height: 62px;

    transform: none;
  }

  .usp-icon {
    width: 66px;
    height: 66px;
  }

  .usp-icon-artisanat {
    --usp-icon-size: 63px;
  }

  .usp-icon-livraison {
    --usp-icon-size: 56px;
  }

  .usp-icon-paiement {
    --usp-icon-size: 40px;
  }
}

/* Footer tablette : marque, trois colonnes de liens et newsletter restent compacts. */
@media (min-width: 720px) and (max-width: 900px) {
  .site-footer {
    padding-top: 48px;
  }

  .footer-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 24px;
  }

  .footer-newsletter {
    justify-self: stretch;
    max-width: 620px;
  }

  .footer-newsletter h4,
  .footer-newsletter p,
  .footer-newsletter .newsletter-form,
  .newsletter-form {
    max-width: 100%;
  }

  .footer-bottom {
    margin-top: 32px;
  }

  .footer-bottom-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 12px 24px;
  }

  .footer-copy {
    grid-column: 1;
    grid-row: 1;
    white-space: normal;
  }

  .footer-payments {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .footer-legal {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: start;
    flex-wrap: wrap;
    gap: 12px 18px;
    white-space: normal;
  }
}

@media (max-width: 560px) {
 .usp {
  padding: 14px 18px 22px;
}

.usp-item:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.usp-icon {
  width: 48px;
  height: 48px;
}

.usp-icon-artisanat {
  --usp-icon-size: 44px;
}

.usp-icon-livraison {
  --usp-icon-size: 40px;
}

.usp-icon-paiement {
  --usp-icon-size: 32px;
}

.usp-item strong {
  font-size: 11.5px;
  letter-spacing: 0.08em;
}

.usp-item span {
  font-size: 12.5px;
}

  .site-footer {
    padding-top: 50px;
  }

  .site-footer .container {
    padding-inline: 22px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .footer-brand {
    display: block;
  }

  .footer-logo {
    width: 178px;
    max-width: 178px;
    margin-bottom: 22px;
  }

  .footer-baseline {
    max-width: 260px;
    margin-bottom: 24px;
    font-size: 14.5px;
  }

  .footer-col h4 {
    margin-bottom: 16px;
    font-size: 11.5px;
  }

  .footer-col li {
    margin-bottom: 10px;
  }

  .footer-col a {
    font-size: 14px;
  }

  .footer-newsletter p {
    margin-bottom: 20px;
    font-size: 14.5px;
  }

.newsletter-form,
.site-footer .footer-newsletter .newsletter-form {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 0;
  row-gap: 10px;

  width: 100%;
  max-width: 100%;
  height: auto;
}

.newsletter-form input[type="email"],
.site-footer .footer-newsletter .newsletter-form input[type="email"],
.newsletter-form button[type="submit"],
.site-footer .footer-newsletter .newsletter-form button[type="submit"],
.newsletter-form-message {
  grid-column: 1;
  grid-row: auto;
}

.newsletter-form-message {
  margin-top: 1px;
}

  .newsletter-form input,
  .newsletter-form input[type="email"],
  .newsletter-form input[type="text"],
  .newsletter-form button,
  .newsletter-form input[type="submit"],
  .site-footer .footer-newsletter .newsletter-form input,
  .site-footer .footer-newsletter .newsletter-form input[type="email"],
  .site-footer .footer-newsletter .newsletter-form input[type="text"],
  .site-footer .footer-newsletter .newsletter-form button,
  .site-footer .footer-newsletter .newsletter-form input[type="submit"] {
    width: 100% !important;
    height: 50px !important;
    min-height: 50px !important;
    box-sizing: border-box;
  }

  .newsletter-form input,
  .newsletter-form input[type="email"],
  .newsletter-form input[type="text"],
  .site-footer .footer-newsletter .newsletter-form input,
  .site-footer .footer-newsletter .newsletter-form input[type="email"],
  .site-footer .footer-newsletter .newsletter-form input[type="text"] {
    border-right: 1px solid rgba(234, 217, 200, 0.5) !important;
    border-bottom: 1px solid rgba(234, 217, 200, 0.5) !important;
  }

  .footer-bottom {
    margin-top: 42px;
    padding: 22px 0 26px;
  }

  .footer-legal {
    flex-wrap: wrap;
    gap: 12px 18px;
    white-space: normal;
  }

  .footer-payments {
    flex-wrap: nowrap;
    gap: 14px;
  }

  .footer-payments img {
    height: 21px !important;
    max-height: 21px !important;
  }
}



/* ================= HOME RESPONSIVE MOBILE ================= */

@media (max-width: 760px) {
  .home-hero-content .home-hero-button {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 559px) {
  .categories {
    padding: 34px 18px 66px;
    overflow: hidden;
  }

  .categories h2 {
    max-width: 340px;
    margin: 0 auto 30px;
    font-size: clamp(34px, 9vw, 42px);
    line-height: 1.04;
    text-align: center;
  }

  .categories-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 26px 16px !important;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: visible;
  }

  .cat,
  .cat:visited {
    display: block !important;
    width: 100%;
    max-width: none;
    margin: 0;
    text-decoration: none !important;
  }

  .cat img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  .cat p {
    display: block;
    margin: 12px 0 0;
    font-size: 11px;
    line-height: 1.25;
    letter-spacing: 0.095em;
    text-align: center;
    text-decoration: none !important;
  }

  .home-categories-cta {
    width: min(100% - 40px, 300px);
    margin: 34px auto 0;
  }

  .home-categories-button {
    width: 100%;
  }
}









/* =========================================================
   PAGE CONSEILS — LISTE DES ARTICLES
   ========================================================= */

.advice-page {
  background: var(--color-light);
  color: var(--color-brown);
}

.advice-container {
  width: min(100% - 48px, 1160px);
  margin: 0 auto;
}

/* ---------- Hero page Conseils ---------- */

.advice-hero {
  padding: 40px 0 clamp(14px, 1.25vw, 18px);
  text-align: center;
}

.advice-hero h1 {
  max-width: 760px;
  margin: 0 auto;

  color: var(--color-brown);
  font-family: var(--font-title);
  font-size: clamp(32px, calc(29px + 0.9vw), 42px);
  font-weight: var(--fw-semibold);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.advice-hero h1::after {
  content: "";
  display: block;
  width: 42px;
  height: 1px;
  margin: 24px auto 0;
  background: rgba(185, 123, 86, 0.58);
}

.advice-intro {
  max-width: 640px;
  margin: 24px auto 0;

  color: rgba(90, 52, 43, 0.72);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.62;
}

.advice-intro p {
  margin: 0;
}

.advice-intro p + p {
  margin-top: 10px;
}

/* ---------- Grille articles ---------- */

.advice-list-section {
  padding: clamp(18px, 1.7vw, 22px) 0 92px;
}

.advice-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: clamp(36px, 3.2vw, 44px) clamp(28px, 2.5vw, 34px);
  align-items: start;
}

.advice-card {
  width: min(100%, clamp(284px, 80vw, 400px));
  margin-inline: auto;
  min-width: 0;
}

.advice-card__image {
  display: block;
  overflow: hidden;
  background: var(--color-cream);
  text-decoration: none !important;
}

.advice-card__image img,
.advice-card__placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  object-position: center center;
  transition:
    transform 0.45s ease,
    filter 0.45s ease;
}

.advice-card:hover .advice-card__image img {
  transform: scale(1.025);
  filter: brightness(1.03);
}

.advice-card__placeholder {
  background: var(--color-cream);
}

.advice-card__content {
  padding-top: 20px;
}

.advice-card__eyebrow {
  margin: 0 0 10px;

  color: rgba(90, 52, 43, 0.54);
  font-family: var(--font-body);
  font-size: 10.5px;
  font-weight: var(--fw-bold);
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.advice-card__excerpt {
  margin: 0 0 20px;

  color: var(--color-text-muted);
  font-family: var(--font-body);
  font-size: clamp(15.5px, calc(14.9px + 0.15vw), 16px);
  line-height: 1.58;
}

.advice-card h2 a,
.advice-card h2 a:visited {
  color: var(--color-brown) !important;
  text-decoration: none !important;
}

.advice-card h2 a:hover {
  color: var(--color-accent) !important;
}

.advice-card__excerpt {
  margin: 0 0 20px;

  color: var(--color-text-muted);
  font-family: var(--font-body);
  font-size: clamp(15.5px, calc(15px + 0.15vw), 16px);
  line-height: 1.58;
}

.advice-card__link,
.advice-card__link:visited {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  color: var(--color-brown) !important;
  font-family: var(--font-body);
  font-size: 13.5px;
  font-weight: var(--fw-bold);
  text-decoration: none !important;

  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.advice-card__link:hover {
  color: var(--color-accent) !important;
  transform: translateX(3px);
}

.advice-card__link span {
  transform: translateY(1px);
}

.advice-empty {
  max-width: 620px;
  margin: 0 auto;
  padding: 42px 28px;

  background: var(--color-cream);
  border-radius: var(--radius-md);
  text-align: center;
}

.advice-empty p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: var(--fs-md);
}

@media (max-width: 640px) {
  .advice-container {
    width: min(100% - 36px, 1160px);
  }

  .advice-hero {
    padding: 32px 0 10px;
  }

  .advice-hero h1 {
    line-height: 1;
  }

  .advice-hero h1::after {
    margin-top: 20px;
  }

  .advice-intro {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.62;
  }

  .advice-list-section {
    padding: 10px 0 72px;
  }

  .advice-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .advice-card__content {
    padding-top: 18px;
  }

  .advice-card__link,
  .advice-card__link:visited {
    font-size: 14px;
  }
}




/* =========================================================
   ARTICLE CONSEIL — SINGLE FRONT
   ========================================================= */

.advice-single {
  padding: 48px 20px 82px;
  background: var(--color-light);
  color: var(--color-brown);
}

.advice-single__article {
  max-width: 1120px;
  margin: 0 auto;
  min-width: 0;
}

.advice-single__header {
  max-width: 820px;
  margin: 0 auto 24px;
  text-align: center;
}

.advice-single__back-link,
.advice-single__back-link:visited {
  display: block;
  width: 100%;
  margin: 0 0 11px;

  color: rgba(90, 52, 43, 0.8);
  font-family: var(--font-body);
  font-size: 11.5px;
  font-weight: var(--fw-medium);
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 180ms ease;
}

.advice-single__back-link:hover {
  color: var(--color-brown);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.advice-single__title {
  margin: 0;

  color: var(--color-brown);
  font-family: var(--font-title);
  font-size: clamp(28px, calc(24px + 1.2vw), 38px);
  font-weight: var(--fw-semibold);
  line-height: 1.06;
  letter-spacing: -0.038em;
  text-align: center;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.advice-single__content {
  width: min(100%, 690px);
  max-width: 690px;
  margin: 0 auto;
  padding: 0;
  min-width: 0;
}

/* ---------- Nettoyage Gutenberg ---------- */

.advice-single__content .wp-block-group,
.advice-single__content .wp-block-group__inner-container,
.advice-single__content .wp-block-columns,
.advice-single__content .wp-block-column {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.advice-single__content .wp-block-group,
.advice-single__content .wp-block-columns {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}

.advice-single__content .wp-block-columns {
  display: block !important;
}

/* ---------- Texte ---------- */

.advice-single__content p,
.advice-single__content p.wp-block-paragraph,
.advice-single__content .wp-block-group p,
.advice-single__content .wp-block-group__inner-container > p {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 0 20px !important;

  color: var(--color-brown) !important;
  font-family: var(--font-body) !important;
  font-size: 16.5px !important;
  font-weight: var(--fw-regular) !important;
  line-height: 1.68 !important;
  text-align: left !important;
}

.advice-single__content .has-text-align-center,
.advice-single__content p.has-text-align-center {
  text-align: left !important;
}

/* ---------- Titres internes ---------- */

.advice-single__content h2,
.advice-single__content h3,
.advice-single__content h4 {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;

  color: var(--color-brown) !important;
  font-family: var(--font-title) !important;
  font-weight: var(--fw-semibold) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.032em !important;
  text-align: left !important;
  overflow-wrap: anywhere;
}

.advice-single__content h2 {
  margin-top: 48px !important;
  margin-bottom: 18px !important;
  font-size: clamp(27px, 2.05vw, 33px) !important;
}

.advice-single__content h3 {
  margin-top: 32px !important;
  margin-bottom: 14px !important;
  font-size: clamp(23px, 1.75vw, 28px) !important;
}

.advice-single__content h4 {
  margin-top: 26px !important;
  margin-bottom: 12px !important;
  font-size: clamp(20px, 1.45vw, 23px) !important;
}

.advice-single__content h2::after {
  content: "";
  display: block;
  width: 38px;
  height: 1px;
  margin-top: 14px;
  background: var(--color-accent);
  opacity: 0.52;
}

/* ---------- Image seule ---------- */

.advice-single__content .wp-block-image {
  max-width: 100%;
}

.advice-single__content .wp-block-image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.advice-single__content > figure.wp-block-image,
.advice-single__content > .wp-block-image {
  width: min(100%, clamp(360px, calc(300px + 15vw), 440px)) !important;
  max-width: 440px !important;
  margin: 0 auto 32px !important;
  padding: 0 !important;
  text-align: center !important;
}

.advice-single__content > figure.wp-block-image img,
.advice-single__content > .wp-block-image img {
  display: block !important;
  width: 100% !important;
  max-width: 440px !important;
  height: auto !important;
  margin: 0 auto !important;

  object-fit: contain !important;
  object-position: center center !important;
  border-radius: 4px !important;
  box-shadow: none !important;
}

@media (min-width: 769px) {
  .advice-single__content > figure.wp-block-image,
  .advice-single__content > .wp-block-image {
    width: min(100%, 88%) !important;
    max-width: 610px !important;
  }

  .advice-single__content > figure.wp-block-image img,
  .advice-single__content > .wp-block-image img {
    max-width: 610px !important;
  }
}

/* ---------- Galerie Gutenberg ---------- */

.advice-single__content .wp-block-gallery,
.advice-single__content figure.wp-block-gallery,
.advice-single__content .wp-block-gallery.has-nested-images {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;

  width: min(100%, 560px) !important;
  max-width: 560px !important;
  margin: 16px auto 29px !important;
  padding: 0 !important;
}

.advice-single__content .wp-block-gallery > *,
.advice-single__content figure.wp-block-gallery > *,
.advice-single__content .wp-block-gallery.has-nested-images > *,
.advice-single__content .wp-block-gallery figure.wp-block-image,
.advice-single__content .wp-block-gallery.has-nested-images figure.wp-block-image {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.advice-single__content .wp-block-gallery img,
.advice-single__content figure.wp-block-gallery img,
.advice-single__content .wp-block-gallery.has-nested-images img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;

  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 4px !important;
  box-shadow: none !important;
}

/* Pas de trou après image / galerie */
.advice-single__content .wp-block-image + p,
.advice-single__content .wp-block-gallery + p,
.advice-single__content figure.wp-block-gallery + p,
.advice-single__content .wp-block-columns + p {
  margin-top: 0 !important;
}

/* ---------- Citations, médias et tableaux ---------- */

.advice-single__content blockquote,
.advice-single__content .wp-block-quote {
  max-width: 100%;
  margin: 28px 0 !important;
  padding: 18px 20px;
  border-left: 2px solid var(--color-accent);
  background: rgba(185, 123, 86, 0.07);
  color: var(--color-brown);
}

.advice-single__content blockquote p,
.advice-single__content .wp-block-quote p {
  margin-bottom: 0 !important;
}

.advice-single__content blockquote cite,
.advice-single__content .wp-block-quote cite {
  display: block;
  margin-top: 12px;
  color: var(--color-text-muted);
  font-size: 13px;
  font-style: normal;
  line-height: 1.45;
}

.advice-single__content .wp-block-embed,
.advice-single__content .wp-block-embed__wrapper,
.advice-single__content .wp-block-video,
.advice-single__content iframe,
.advice-single__content video {
  width: 100%;
  max-width: 100%;
}

.advice-single__content .wp-block-embed,
.advice-single__content .wp-block-video {
  margin: 24px 0 !important;
}

.advice-single__content iframe {
  display: block;
  border: 0;
}

.advice-single__content video {
  display: block;
  height: auto;
}

.advice-single__content .wp-block-table {
  max-width: 100%;
  margin: 24px 0 !important;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.advice-single__content .wp-block-table table {
  width: 100%;
  max-width: none;
  border-collapse: collapse;
}

.advice-single__content .wp-block-table td,
.advice-single__content .wp-block-table th {
  overflow-wrap: anywhere;
}

.advice-single__content a {
  overflow-wrap: anywhere;
}

/* ---------- Listes ---------- */

.advice-single__content ul,
.advice-single__content ol {
  width: 100% !important;
  max-width: none !important;
  margin: 16px 0 28px !important;
  padding-left: 26px !important;

  color: var(--color-brown) !important;
  font-family: var(--font-body) !important;
  font-size: 16.5px !important;
  line-height: 1.65 !important;
}

.advice-single__content ul {
  list-style: disc outside !important;
}

.advice-single__content ol {
  list-style: decimal outside !important;
}

.advice-single__content li {
  display: list-item !important;
  margin: 0 0 8px !important;
  padding-left: 4px !important;

  color: var(--color-brown) !important;
  font-family: var(--font-body) !important;
  font-size: 16.5px !important;
  line-height: 1.65 !important;
  text-align: left !important;
}

.advice-single__content li::marker {
  color: var(--color-accent);
}

/* ---------- Boutons ---------- */

.advice-single__content .wp-block-button {
  margin: 34px 0 0 !important;
  text-align: left !important;
}

.advice-single__content .wp-block-button__link {
  width: auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  white-space: normal;
  line-height: 1.25;
  text-align: center;
}

.advice-page a:focus-visible,
.advice-single a:focus-visible {
  outline: 2px solid rgba(90, 52, 43, 0.32);
  outline-offset: 4px;
}

/* ---------- Mobile ---------- */

@media (max-width: 768px) {
  .advice-single {
    padding: 38px 18px 70px;
  }

  .advice-single__header {
    margin-bottom: 24px;
  }

  .advice-single__back-link {
    margin-bottom: 10px;
    font-size: 11px;
    text-align: center;
  }

  .advice-single__content h2 {
    margin-top: 42px !important;
    margin-bottom: 16px !important;
  }

  .advice-single__content p,
  .advice-single__content li,
  .advice-single__content ul,
  .advice-single__content ol {
    font-size: 15.5px !important;
    line-height: 1.72 !important;
  }

  .advice-single__content p {
    margin-bottom: 18px !important;
  }

  .advice-single__content ul,
  .advice-single__content ol {
    margin: 12px 0 26px !important;
    padding-left: 24px !important;
  }

  .advice-single__content li {
    margin-bottom: 7px !important;
    font-size: 15.5px !important;
    line-height: 1.72 !important;
  }

  .advice-single__content .wp-block-gallery,
  .advice-single__content figure.wp-block-gallery,
  .advice-single__content .wp-block-gallery.has-nested-images {
    width: 100% !important;
    max-width: 520px !important;
  }

  .advice-single__content .wp-block-gallery,
  .advice-single__content figure.wp-block-gallery,
  .advice-single__content .wp-block-gallery.has-nested-images {
    grid-template-columns: 1fr !important;
  }

  .advice-single__content .wp-block-quote,
  .advice-single__content blockquote {
    padding: 16px 16px;
  }

  .advice-single__content .wp-block-table table {
    min-width: 520px;
  }
}

@media (max-width: 480px) {
  .advice-single__content > figure.wp-block-image,
  .advice-single__content > .wp-block-image {
    width: min(100%, 330px) !important;
    max-width: 330px !important;
  }
}



/* ================= RELATED ARTICLE CARD ================= */

.single-post .related-article-card {
  width: min(100% - 48px, 720px) !important;
  margin: 40px auto 52px !important;
  background: var(--color-light);
  border: 1px solid rgba(90, 52, 43, 0.12);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(90, 52, 43, 0.05);
}

.single-post .related-article-card__link {
  display: grid !important;
  grid-template-columns: 190px minmax(0, 1fr) !important;
  align-items: center !important;
  color: inherit;
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.single-post .related-article-card__image {
  padding: 12px 0 12px 12px !important;
  background: transparent;
  overflow: hidden;
}

.single-post .related-article-card__image img {
  display: block;
  width: 172px !important;
  height: 172px !important;
  min-height: 0 !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover;
  border-radius: calc(var(--radius-md) - 5px);
  transition: transform 0.3s ease;
}

.single-post .related-article-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 24px 34px 24px 30px !important;
}

.advice-single .related-article-card__content {
  min-width: 0;
}

.single-post .related-article-card__eyebrow {
  margin: 0 0 11px !important;
  font-family: var(--font-body);
  font-size: var(--fs-xs);
  line-height: 1;
  color: var(--color-brown);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: var(--fw-semibold);
  opacity: 0.84;
}

.single-post .related-article-card__title {
  width: 100%;
  max-width: 390px;
  margin: 0 0 11px !important;
  font-family: var(--font-title);
  font-size: clamp(23px, 1.75vw, 28px) !important;
  font-weight: var(--fw-semibold);
  line-height: 1.16;
  letter-spacing: -0.01em;
  color: var(--color-brown);
}

.advice-single .related-article-card__title,
.advice-single .related-article-card__excerpt {
  overflow-wrap: anywhere;
}

.single-post .related-article-card__excerpt {
  width: 100%;
  max-width: 410px;
  margin: 0 0 13px !important;
  font-family: var(--font-body);
  font-size: var(--fs-base) !important;
  line-height: 1.62;
  color: var(--color-text-muted);
}

.single-post .related-article-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 !important;
  padding: 0;
  align-self: flex-start;
  font-family: var(--font-body);
  font-size: var(--fs-base) !important;
  font-weight: var(--fw-semibold);
  line-height: 1.2;
  color: var(--color-accent);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  transition:
    color 0.2s ease,
    gap 0.2s ease;
}

.single-post .related-article-card__cta::after {
  content: "→";
  display: inline-block;
  line-height: 1;
  transform: translateY(-1px);
}

.single-post .related-article-card__link:hover .related-article-card__image img {
  transform: scale(1.03);
}

.single-post .related-article-card__link:hover .related-article-card__title,
.single-post .related-article-card__link:hover .related-article-card__cta {
  color: var(--color-brown);
}

.single-post .related-article-card__link:hover .related-article-card__cta {
  gap: 10px;
}

/* Mobile */
@media (max-width: 768px) {
  .single-post .related-article-card {
    width: min(100% - 36px, 720px) !important;
    margin: 38px auto 46px !important;
  }

  .single-post .related-article-card__link {
    grid-template-columns: 1fr !important;
  }

  .single-post .related-article-card__image {
    padding: 10px 10px 0 !important;
  }

  .single-post .related-article-card__image img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    object-fit: cover;
  }

  .single-post .related-article-card__content {
    padding: 24px 22px 26px !important;
  }

  .single-post .related-article-card__eyebrow {
    margin-bottom: 10px !important;
  }

  .single-post .related-article-card__title {
    max-width: 100%;
    font-size: clamp(22px, 6vw, 28px) !important;
  }

  .single-post .related-article-card__excerpt {
    max-width: 100%;
    font-size: var(--fs-base) !important;
    line-height: 1.62;
  }

  .single-post .related-article-card__cta {
    font-size: var(--fs-sm) !important;
  }
}

.advice-single .related-article-card {
  width: min(100%, 720px) !important;
  max-width: 720px;
}

@media (min-width: 769px) {
  .advice-single .related-article-card {
    margin: 46px auto 48px !important;
    background: transparent;
    border: 0;
    border-top: 1px solid rgba(90, 52, 43, 0.16);
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
  }

  .advice-single .related-article-card__link {
    grid-template-columns: 220px minmax(0, 1fr) !important;
    gap: 30px;
    padding: 18px 0 0 !important;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    transform: none;
  }

  .advice-single .related-article-card__link:hover {
    border: 0;
    box-shadow: none;
    transform: none;
  }

  .advice-single .related-article-card__image {
    padding: 0 !important;
    border-radius: 2px;
  }

  .advice-single .related-article-card__image img {
    width: 220px !important;
    height: 190px !important;
    border-radius: 2px;
  }

  .advice-single .related-article-card__content {
    padding: 8px 0 8px 0 !important;
  }
}

@media (max-width: 768px) {
  .advice-single .related-article-card {
    width: 100% !important;
  }
}

/* ================= CTA  ================= */

.single-post .article-final-cta {
  width: min(100% - 48px, 720px);
  margin: 42px auto 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  text-align: left;
}

.single-post .article-final-cta p {
  width: 100%;
  margin: 0 0 22px;
}

.single-post .article-final-cta .wp-block-button {
  width: 100%;
  margin: 0;
  text-align: left;
}

.single-post .article-final-cta .wp-block-button__link {
  min-width: 250px;
  min-height: 54px;
}



/* =========================================================
   ARTICLE CONSEIL — ENCADRÉ À LIRE AUSSI
   ========================================================= */

.related-article-card {
  width: min(100% - 48px, 760px);
  max-width: 760px;
  margin: 54px auto 0;
}

.related-article-card__link {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 30px;
  align-items: center;

  padding: 22px;
  background: #fff;
  border: 1px solid rgba(90, 52, 42, 0.14);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(90, 52, 42, 0.06);

  color: var(--color-brown);
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.related-article-card__link:hover {
  transform: translateY(-2px);
  border-color: rgba(90, 52, 42, 0.24);
  box-shadow: 0 22px 52px rgba(90, 52, 42, 0.1);
}

.related-article-card__image {
  width: 100%;
  aspect-ratio: 1.12 / 1;
  overflow: hidden;
  border-radius: 5px;
  background: rgba(90, 52, 42, 0.06);
}

.related-article-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.related-article-card__content {
  min-width: 0;
}

.related-article-card__eyebrow {
  margin: 0 0 10px !important;

  color: var(--color-brown);
  font-family: var(--font-body);
  font-size: 11px !important;
  font-weight: var(--fw-semibold);
  line-height: 1.2 !important;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0.72;
}

.related-article-card__title {
  margin: 0 0 10px !important;

  color: var(--color-brown);
  font-family: var(--font-title);
  font-size: clamp(24px, 2vw, 31px);
  font-weight: var(--fw-semibold);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.related-article-card__excerpt {
  margin: 0 0 14px !important;

  color: rgba(90, 52, 42, 0.82);
  font-family: var(--font-body);
  font-size: 15.5px !important;
  font-weight: var(--fw-regular);
  line-height: 1.58 !important;
}

.related-article-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;

  color: var(--color-accent);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: var(--fw-semibold);
  line-height: 1.2;
  border-bottom: 1px solid currentColor;
}

/* Mobile */
@media (max-width: 720px) {
  .related-article-card {
    width: min(100% - 36px, 560px);
    margin-top: 42px;
  }

  .related-article-card__link {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 18px;
  }

  .related-article-card__image {
    aspect-ratio: 1.45 / 1;
  }

  .related-article-card__title {
    font-size: clamp(23px, 7vw, 30px);
  }
}




/* =========================================================
   ARTICLE CONSEIL — CTA BOUTIQUE AUTOMATIQUE
   ========================================================= */

.advice-shop-cta {
	display: flex;
	justify-content: center;
	margin: clamp(34px, 5vw, 56px) 0 clamp(34px, 5vw, 58px);
}

.advice-shop-cta__button,
.advice-shop-cta__button:visited {
	position: relative;
	isolation: isolate;

	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;

	min-height: var(--btn-height, 54px);
	padding: 0 var(--btn-padding-x, 34px);

	border: 0 !important;
	border-radius: var(--btn-radius, 6px) !important;

	background: var(--btn-bg, #5a342b) !important;
	background-color: var(--btn-bg, #5a342b) !important;
	background-image: none !important;

	color: var(--btn-text, #fffdfb) !important;
	text-decoration: none !important;
	text-align: center;
	white-space: normal;

	font-family: var(--font-body, inherit);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.02em;

	box-shadow: none !important;
	filter: none !important;
	cursor: pointer;
	max-width: 100%;
	padding-top: 14px;
	padding-bottom: 14px;

	overflow: hidden;

	transition:
		background-color 0.22s ease,
		color 0.22s ease,
		transform 0.22s ease;
}

.advice-shop-cta__button::before,
.advice-shop-cta__button::after {
	display: none !important;
	content: none !important;
	background: none !important;
	background-image: none !important;
}

.advice-shop-cta__button:hover,
.advice-shop-cta__button:focus {
	background: var(--btn-bg-hover, #43251f) !important;
	background-color: var(--btn-bg-hover, #43251f) !important;
	color: var(--btn-text, #fffdfb) !important;
	transform: translateY(-1px);
	box-shadow: none !important;
	filter: none !important;
}














/* ================= PAGE NOTRE HISTOIRE ================= */

.story-page {
  background: var(--color-light);
  color: var(--color-brown);
}

.story-page .container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- Texte éditorial commun ---------- */

.story-text {
  color: var(--color-brown);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.68;
}

.story-text p {
  margin: 0 0 14px;
  line-height: 1.68;
}

.story-text p:last-child {
  margin-bottom: 0;
}

.story-text strong {
  font-weight: var(--fw-bold);
}

.story-text em {
  font-style: italic;
}

.story-page h1 br,
.story-page h2 br {
  display: block;
  content: "";
}

/* ================= INTRO NOTRE HISTOIRE ================= */

.story-intro {
  padding: clamp(28px, 3.4vw, 46px) 0 clamp(46px, 4.4vw, 64px);
}

.story-intro-header {
  max-width: 760px;
  margin: 0 auto clamp(30px, 3.2vw, 44px);
  text-align: center;
}

.story-eyebrow {
  margin: 0 0 14px;
  color: #9b756c;
  font-family: var(--font-body);
  font-size: 10.5px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.story-eyebrow::after {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  margin: 10px auto 0;
  background: #c7aaa0;
}

.story-intro-title {
  max-width: 660px;
  margin: 0 auto;
  color: var(--color-brown);
  font-family: var(--font-title);
  font-size: clamp(31px, 2.55vw, 38px);
  font-weight: var(--fw-semibold);
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.story-intro-subtitle {
  max-width: 600px;
  margin: 14px auto 0;
  color: rgba(90, 52, 43, 0.72);
  font-family: var(--font-body);
  font-size: clamp(14.5px, 1vw, 15.5px);
  font-weight: var(--fw-regular);
  line-height: 1.55;
}

.story-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.88fr);
  gap: clamp(38px, 4.4vw, 66px);
  align-items: start;
}

.story-intro-image {
  width: 100%;
  max-width: 740px;
  margin: 0;
  overflow: visible;
  background: transparent;
  border-radius: 0;
}

.story-intro-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center center;
}

.story-intro-content {
  max-width: 480px;
}

.story-intro-content h2 {
  margin: 0 0 20px;
  color: var(--color-brown);
  font-family: var(--font-title);
  font-size: clamp(27px, 2.05vw, 33px);
  font-weight: var(--fw-semibold);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.story-intro-content .story-text {
  color: #6d463f;
}

.story-intro-content .story-text p {
  margin: 0;
}

.story-intro-content .story-text p + p {
  margin-top: 15px;
}

.story-intro-content .story-text strong {
  color: var(--color-brown);
}

/* ================= SECTION ATELIERS ================= */

.story-workshop {
  padding: 64px 0 104px;
}

.story-workshop-media {
  display: block;
  max-width: 980px;
  margin: 0 auto clamp(38px, 4.6vw, 68px);
}

.story-workshop .story-content {
  max-width: 700px;
  margin: 0 auto;
}

.story-workshop .story-content h2 {
  margin: 0 0 22px;
  color: var(--color-brown);
  font-family: var(--font-title);
  font-size: clamp(28px, 2.35vw, 36px);
  font-weight: var(--fw-semibold);
  line-height: 1.12;
  letter-spacing: -0.018em;
}

.story-workshop .story-text {
  max-width: 470px;
}

.story-workshop-quote {
  width: 100%;
  max-width: 760px;
  margin: clamp(30px, 4vw, 44px) auto 0;
  text-align: center;
}

.story-workshop-quote-image {
  width: 100%;
  max-width: 720px;
  margin: 0;
  margin-right: auto;
  margin-left: auto;
}

.story-workshop-quote-image img {
  display: block;
  width: 100%;
  max-width: 720px;
  height: auto;
  margin: 0 auto;
}

.story-workshop-note {
  max-width: 560px;
  margin: 26px auto 0;
  color: var(--color-brown);
  text-align: center;
}

.story-workshop-note p {
  margin: 0 0 6px;
  font-size: 15.5px;
  line-height: 1.58;
}

.story-workshop-note p:last-child {
  margin-bottom: 0;
}

.story-workshop-note strong {
  display: block;
  margin-bottom: 6px;
  font-weight: var(--fw-bold);
}

.story-workshop-image {
  width: 100%;
  align-self: start;
  max-width: none;
}

.story-workshop-media .story-workshop-image:only-child {
  max-width: 780px;
  margin: 0 auto;
}

.story-workshop-image img {
  display: block;
  width: 100%;
  max-width: 780px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  object-position: center center;
}

/* ================= SECTION ARTISANS ================= */

.story-artisans {
  padding: 42px 0 42px;
}

.story-artisans .story-grid.reverse {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(40px, 4.6vw, 64px);
  align-items: start;
}

.story-artisans-image {
  width: 100%;
}

.story-artisans-image img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center center;
}

.story-artisans .story-content {
  max-width: 660px;
}

.story-artisans .story-content h2 {
  margin: 0 0 22px;
  color: var(--color-brown);
  font-family: var(--font-title);
  font-size: clamp(30px, 2.4vw, 40px);
  font-weight: var(--fw-semibold);
  line-height: 1.08;
  letter-spacing: -0.025em;
}

/* ================= CITATION / CONCLUSION ================= */

.story-quote {
  position: relative;
  isolation: isolate;
  overflow: visible;
  width: min(100%, 980px);
  max-width: 980px;
  margin: 0 auto;
  padding: 30px 0 40px;
  text-align: center;
}

.story-quote > * {
  position: relative;
  z-index: 2;
}

/* Image manuscrite FR : plus grande */
.story-quote-image img {
  display: block;
  width: min(100%, 760px);
  max-width: 760px;
  height: auto;
  margin: 0 auto 34px;
}

.story-conclusion.story-text {
  max-width: 620px;
  margin: 8px auto 30px;
  text-align: center;
}

.story-signature {
  margin: 0;
  color: var(--color-brown);
  font-family: var(--font-title);
  font-size: 28px;
  line-height: 1.15;
}

/* Feuilles décoratives */

.story-quote::before,
.story-quote::after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  width: 190px;
  height: 190px;
  background-color: #efe9dc;
  opacity: 0.42;
  -webkit-mask-image: var(--pattern-leaf);
  mask-image: var(--pattern-leaf);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
}

.story-quote::before {
  left: -24px;
  top: 138px;
  transform: scaleX(-1) rotate(18deg);
}

.story-quote::after {
  right: 0;
  top: 138px;
  transform: rotate(18deg);
}

/* ================= CITATIONS TEXTE — VERSION ANGLAISE ================= */

/* Sécurité : par défaut, une citation texte reste sobre */
.story-page .story-quote-text,
.story-page .story-quote-text p {
  color: #6d463f;
  margin: 0;
}

/* Police manuscrite uniquement sur la version anglaise */
html[lang^="en"] body .story-page blockquote.story-quote-text,
html[lang^="en"] body .story-page blockquote.story-quote-text p,
html[lang^="en"] body .story-page .story-quote-text,
html[lang^="en"] body .story-page .story-quote-text p {
  font-family: "Beth Ellen", cursive !important;
  font-style: normal !important;
  font-weight: 400 !important;
}

/* Citation anglaise du bloc ateliers — desktop */
html[lang^="en"] body .story-quote-text--workshop {
  max-width: 500px;
  margin: 32px 0 38px;
  padding: 4px 0 4px 24px;
  border-left: 1px solid rgba(90, 52, 43, 0.16);
  font-size: clamp(15px, 1.1vw, 19px);
  line-height: 1.55;
  letter-spacing: 0.002em;
  text-align: left;
}

/* Citation finale anglaise — desktop */
html[lang^="en"] body .story-quote-text--final {
  max-width: 720px;
  margin: 0 auto 54px;
  padding: 0;
  border-left: 0;
  text-align: center;
  font-size: clamp(22px, 3.2vw, 38px);
  line-height: 1.45;
  letter-spacing: 0.002em;
}

/* Version anglaise : plus d'air avant la citation texte */
html[lang^="en"] body .story-artisans {
  padding-bottom: 58px;
}

html[lang^="en"] body .story-quote {
  padding-top: 32px;
}


/* ================= GALERIE ================= */

.story-gallery {
  max-width: 920px;
  margin: 0 auto;
  padding: 44px 0 18px;
}

.story-gallery h2 {
  margin: 0 0 24px;
  color: var(--color-brown);
  font-family: var(--font-title);
  font-size: clamp(31px, 2.55vw, 40px);
  font-weight: var(--fw-semibold);
  line-height: 1.08;
  letter-spacing: -0.03em;
  text-align: center;
}

.story-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 5px;
  width: 100%;
  margin: 0 auto;
}

.story-gallery-grid img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center center;
  background: var(--color-cream);
}

/* ================= RÉSEAUX SOCIAUX ================= */

.story-social {
  max-width: 780px;
  margin: 0 auto;
  padding: 30px 0 0;
  color: var(--color-brown);
  text-align: center;
}

.story-social-heading {
  display: grid;
  grid-template-columns: minmax(90px, 1fr) auto minmax(90px, 1fr);
  gap: 22px;
  margin: 0 0 8px;
  align-items: center;
}

.story-social-line {
  display: block;
  height: 1px;
  background: rgba(90, 52, 43, 0.20);
}

.story-social h2 {
  margin: 0;
  color: var(--color-brown);
  font-family: var(--font-title);
  font-size: clamp(27px, 2.35vw, 35px);
  font-weight: var(--fw-semibold);
  line-height: 1.08;
  letter-spacing: -0.025em;
  white-space: nowrap;
}

.story-social-text {
  max-width: 620px;
  margin: 0 auto 14px;
  color: rgba(90, 52, 43, 0.72);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: var(--fw-regular);
  line-height: 1.5;
}

.story-social-links {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.story-social-link,
.story-social-link:visited {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--color-brown) !important;
  font-family: var(--font-body);
  font-size: 14.5px;
  font-weight: var(--fw-semibold);
  line-height: 1;
  text-decoration: none !important;
  transition:
    color 0.2s ease,
    opacity 0.2s ease,
    transform 0.2s ease;
}

.story-social-link:hover {
  color: var(--color-accent) !important;
  opacity: 0.92;
  transform: translateY(-1px);
}

.story-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  color: currentColor;
}

.story-social-icon svg {
  display: block;
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.story-social-icon--facebook svg {
  fill: currentColor;
  stroke: none;
}

.story-social-icon--facebook path {
  fill: #ffffff;
  stroke: none;
}

.story-social-separator {
  display: block;
  width: 1px;
  height: 26px;
  background: rgba(90, 52, 43, 0.24);
}

/* ================= CTA FINAL ================= */

.story-cta {
  position: relative;
  z-index: 2;
  padding: 18px 0 58px;
  text-align: center;
}

.story-cta .btn-primary {
  min-width: 260px;
}

/* ================= RESPONSIVE — TABLETTE ================= */

@media (max-width: 989px) {
  .story-page .container {
    padding: 0 24px;
  }

  .story-intro {
    padding: 44px 0 36px;
  }

  .story-intro-header {
    max-width: 680px;
    margin-bottom: 38px;
  }

  .story-intro-title {
    max-width: 660px;
    font-size: clamp(30px, 4.8vw, 36px);
    line-height: 1.05;
  }

  .story-intro-subtitle {
    max-width: 540px;
    margin-top: 15px;
    font-size: 15.5px;
    line-height: 1.56;
  }

  .story-intro-grid,
  .story-artisans .story-grid.reverse {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .story-intro-grid {
    gap: clamp(28px, 3.5vw, 36px);
  }

  .story-artisans .story-grid.reverse {
    gap: clamp(32px, 4vw, 40px);
  }

  .story-intro-content {
    order: 2;
  }

  .story-artisans .story-content {
    order: 1;
  }

  .story-intro-image {
    order: 1;
  }

  .story-artisans-image {
    order: 2;
  }

  .story-intro-image {
    width: min(78vw, 560px);
    max-width: min(100%, 560px);
    margin: 0 auto;
  }

  .story-intro-content,
  .story-artisans .story-content {
    max-width: 620px;
    margin: 0 auto;
  }

  .story-intro-content h2 {
    font-size: clamp(29px, 5vw, 36px);
  }

.story-workshop {
  display: flex;
  flex-direction: column;
  padding: 36px 0 36px;
}

  .story-workshop-media {
    order: 2;
    width: min(78vw, 560px);
    max-width: min(100%, 560px);
    margin: clamp(32px, 4vw, 40px) auto 0;
  }

  .story-workshop .story-text {
    max-width: 100%;
  }

  .story-workshop .story-content {
    order: 1;
    max-width: 620px;
  }

  .story-workshop-quote {
    width: min(92%, 680px);
    max-width: 680px;
    margin-top: 32px;
  }

  .story-artisans-image {
    width: min(78vw, 560px);
    max-width: min(100%, 560px);
    margin-right: auto;
    margin-left: auto;
  }

  .story-quote-image {
    width: 88%;
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
  }

.story-artisans {
  padding: 28px 0 16px;
}

.story-quote {
  padding: 20px 0 40px;
}

/* EN tablette : on garde plus d'air avant la citation texte */
html[lang^="en"] body .story-artisans {
  padding-bottom: 54px;
}

html[lang^="en"] body .story-quote {
  padding-top: 40px;
}

  .story-artisans-image img {
    height: auto;
    aspect-ratio: 1.9 / 1;
    object-fit: cover;
  }


  .story-quote::before,
  .story-quote::after {
    opacity: 0.22;
  }

  .story-gallery {
    width: min(88%, 540px);
    max-width: 540px;
    padding: 24px 0 24px;
  }

  .story-gallery h2 {
    font-size: clamp(28px, 5vw, 34px);
  }

  .story-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(8px, 1.4vw, 12px);
  }
}

/* ================= RESPONSIVE — MOBILE ================= */

@media (max-width: 760px) {
  .story-page .container {
    padding: 0 18px;
  }

  /* ---------- Intro ---------- */

  .story-intro {
    padding: 34px 0 48px;
  }

  .story-intro-header {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .story-eyebrow {
    margin-bottom: 11px;
    font-size: 9.5px;
    letter-spacing: 0.22em;
  }

  .story-eyebrow::after {
    width: 24px;
    margin-top: 9px;
  }

  .story-intro-title {
    max-width: 340px;
    font-size: clamp(27px, 7.4vw, 32px);
    line-height: 1.05;
    letter-spacing: -0.035em;
  }

  .story-intro-subtitle {
    max-width: 330px;
    margin-top: 12px;
    font-size: 13.5px;
    line-height: 1.55;
  }

  .story-intro-subtitle br {
    display: none;
  }

  .story-intro-grid {
    gap: 32px;
  }

  .story-intro-image,
  .story-intro-content {
    max-width: 100%;
  }

  .story-intro-content h2,
  .story-workshop .story-content h2,
  .story-artisans .story-content h2,
  .story-gallery h2 {
    margin-bottom: 16px;
    font-size: clamp(25px, 7.8vw, 32px);
    line-height: 1.07;
  }

  .story-text,
  .story-text p,
  .story-intro-content .story-text,
  .story-intro-content .story-text p,
  .story-workshop .story-text,
  .story-workshop .story-text p {
    font-size: 14.5px;
    line-height: 1.62;
  }

  /* ---------- Bloc ateliers ---------- */

  .story-workshop {
    padding: 32px 0 30px;
  }

  .story-workshop-media {
    max-width: 100%;
  }

  .story-workshop .story-content {
    max-width: 100%;
  }

  .story-workshop .story-text {
    max-width: 100%;
  }

  .story-workshop-quote {
    width: 92%;
    max-width: 100%;
    margin-top: 32px;
  }

  .story-workshop-note {
    max-width: 100%;
    margin-top: 22px;
  }

  .story-workshop-note p {
    font-size: 14px;
    line-height: 1.55;
  }

  .story-workshop-image {
    max-width: none;
  }

  .story-artisans-image {
    width: min(78vw, 560px);
    max-width: 560px;
  }

  .story-workshop-note {
    margin-right: 0;
    margin-left: 0;
    text-align: left;
  }

  /* Citation anglaise du bloc ateliers */
 html[lang^="en"] body .story-quote-text--workshop {
  max-width: 100%;
  margin: 26px 0 30px;
  padding: 4px 0 4px 18px;
  border-left: 1px solid rgba(90, 52, 43, 0.16);
  font-size: 18px;
  line-height: 1.55;
  text-align: left;
}

  /* ---------- Bloc artisans ---------- */

  .story-artisans {
    padding: 26px 0 16px;
  }

  .story-artisans .story-grid.reverse {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .story-artisans .story-content {
    order: 1;
    max-width: 100%;
  }

  .story-artisans-image {
    order: 2;
    width: min(78vw, 560px);
    max-width: 560px;
  }

  .story-artisans-image img {
    height: auto;
    aspect-ratio: 1.38 / 1;
    object-fit: cover;
    object-position: center center;
  }

  

  /* ---------- Citation finale ---------- */

.story-quote {
  width: 100%;
  padding: 20px 0 40px;
}

.story-quote-image img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 26px;
}

/* EN mobile : citation texte plus respirante */
html[lang^="en"] body .story-artisans {
  padding-bottom: 48px;
}

html[lang^="en"] body .story-quote {
  padding-top: 40px;
}

  .story-quote::before,
  .story-quote::after {
    display: none;
  }


  .story-quote-text {
    margin: 0;
    padding-left: 0;
  }

  html[lang^="en"] body .story-quote-text--final {
  max-width: 335px;
  margin: 0 auto 36px;
  padding: 0;
  border-left: 0;
  text-align: center;
  line-height: 1.48;
}

  .story-conclusion.story-text {
    max-width: 320px;
    margin: 0 auto 24px;
    font-size: 14px;
    line-height: 1.6;
  }

  .story-signature {
    font-size: 24px;
  }


  /* ---------- Galerie ---------- */

  .story-gallery {
    width: min(88%, 540px);
    max-width: 540px;
    padding: 24px 0 20px;
  }

  .story-gallery h2 {
    font-size: clamp(25px, 7.2vw, 30px);
  }

  .story-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  /* ---------- Réseaux sociaux ---------- */

  .story-social {
    padding: 32px 0 0;
  }

  .story-social-heading {
    display: block;
    margin-bottom: 8px;
  }

  .story-social-line {
    display: none;
  }

  .story-social h2 {
    white-space: normal;
    font-size: clamp(25px, 7.6vw, 31px);
    line-height: 1.08;
  }

  .story-social-text {
    max-width: 310px;
    margin: 0 auto 15px;
    font-size: 13.5px;
    line-height: 1.5;
  }

  .story-social-links {
    gap: 16px;
  }

  .story-social-link {
    font-size: 13.5px;
  }

  .story-social-separator {
    height: 22px;
  }

  /* ---------- CTA ---------- */

  .story-cta {
    padding: 22px 0 48px;
  }

  .story-cta .btn-primary {
    width: 100%;
    max-width: 280px;
  }
}

@media (max-width: 540px) {
  .story-workshop {
    display: flex;
    flex-direction: column;
  }

  .story-workshop .story-content {
    order: 1;
    width: 100%;
    min-width: 0;
  }

  .story-workshop-quote {
    width: 92%;
    max-width: 92%;
    margin: 32px auto 0;
  }

  .story-workshop-quote-image,
  .story-workshop-quote-image img {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .story-workshop-media {
    order: 2;
    width: 100%;
    max-width: 100%;
    margin: 32px auto 0;
  }

  .story-quote-image {
    width: 92%;
    max-width: 92%;
  }
}

@media (max-width: 420px) {
  .story-page .container {
    padding: 0 16px;
  }

  .story-intro-title {
    max-width: 310px;
    font-size: clamp(26px, 8.7vw, 30px);
  }

  .story-intro-image,
  .story-artisans-image,
  .story-workshop-media {
    width: 100%;
    max-width: 100%;
  }

  .story-intro-subtitle {
    font-size: 13.2px;
  }

  .story-text {
    font-size: 14.3px;
  }

 html[lang^="en"] body .story-quote-text--workshop {
  font-size: 17px;
  line-height: 1.55;
}

html[lang^="en"] body .story-quote-text--final {
  max-width: 310px;
  line-height: 1.48;
}

  .story-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
  }

  .story-gallery {
    width: min(100%, 280px);
    max-width: 280px;
  }

  .story-social-links {
    gap: 14px;
  }

  .story-social-icon,
  .story-social-icon svg {
    width: 24px;
    height: 24px;
  }

  .story-social-separator {
    height: 24px;
  }
}

@media (min-width: 990px) {
  .story-workshop {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(38px, 4.6vw, 68px);
    align-items: start;
  }

  .story-workshop .story-content {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
  }

  .story-workshop-media {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    max-width: none;
    margin: 0;
  }
}

@media (min-width: 990px) and (max-width: 1200px) {
  .story-intro {
    padding-bottom: 32px;
  }

   .story-workshop {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: start;
    gap: clamp(48px, 6vw, 76px);

    width: min(92%, 1040px);
    margin-inline: auto;
    padding: 40px 0 40px;
  }

  /* Toute la narration reste dans la colonne gauche */
  .story-workshop .story-content {
    display: block;
    grid-column: 1;
    min-width: 0;
  }

  .story-workshop .story-content > h2 {
    width: 100%;
    margin-top: 0;
  }

  .story-workshop .story-content > .story-text:not(.story-workshop-note) {
    width: 100%;
    max-width: none;
  }

  /* Toujours dans la colonne gauche, mais décalé vers sa droite */
  .story-workshop .story-workshop-note {
    width: min(82%, 360px);
    margin: 36px 0 0 auto;
    text-align: right;
  }

  /* Citation manuscrite toujours sous les textes de gauche */
 .story-workshop .story-workshop-quote {
  width: 100%;
  max-width: none;
  margin: 42px 0 0;
}

  /* Seul le diptyque occupe la colonne droite */
  .story-workshop-media {
    grid-column: 2;
    align-self: start;

    width: 100%;
    max-width: 500px;
    margin: 0;
    justify-self: end;
  }
}


@media (min-width: 481px) and (max-width: 989px) {
  .story-workshop-note {
    width: min(100%, 480px);
    max-width: 480px;
    margin-right: 0;
    margin-left: auto;
    text-align: right;
  }
}

@media (min-width: 760px) and (max-width: 989px) {
  .story-intro-image,
  .story-artisans-image {
    width: 100%;
    max-width: 560px;
    margin-right: auto;
    margin-left: auto;
  }

  .story-artisans-image img {
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
  }

  .story-workshop-media {
    width: 100%;
    max-width: 520px;
  }
}

@media (max-width: 480px) {
  .story-workshop {
    padding-bottom: 24px;
  }

  .story-artisans {
    padding-top: 22px;
    padding-bottom: 20px;
  }

  .story-quote {
    padding-top: 32px;
    padding-bottom: 40px;
  }

  .story-gallery {
    padding-top: 16px;
  }
}


























/* =========================================================
   PAGE POINTS DE VENTE
   ========================================================= */

.stores-page {
  background: var(--color-light);
  color: var(--color-brown);
}

.stores-container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 24px;
}

/* =========================================================
   HERO
   ========================================================= */

.stores-hero {
  padding: clamp(34px, 4.2vw, 56px) 0 24px;
  text-align: center;
}

.stores-title {
  margin: 0;
  color: var(--color-brown);
  font-family: var(--font-title);
  font-size: clamp(40px, 4.4vw, 60px);
  font-weight: var(--fw-semibold);
  line-height: 0.98;
  letter-spacing: -0.025em;
}

.stores-title::after {
  content: "";
  display: block;
  width: 38px;
  height: 1px;
  margin: 18px auto 0;
  background: rgba(185, 123, 86, 0.55);
}

.stores-intro {
  max-width: 640px;
  margin: 18px auto 0;
  color: rgba(90, 52, 43, 0.68);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.55;
}

.stores-intro p {
  margin: 0;
}

.stores-intro p + p {
  margin-top: 6px;
}

/* =========================================================
   BOUTIQUE PRINCIPALE
   ========================================================= */

.stores-main-section {
  padding: 8px 0 34px;
}

.stores-main-card {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1fr);
  gap: clamp(20px, 2.6vw, 30px);
  align-items: center;

  max-width: 980px;
  margin: 0 auto;
  padding: clamp(22px, 3vw, 34px);

  background: #f7f1ed;
  border-radius: 12px;
}

.stores-main-image {
  width: 100%;
}

.stores-main-image img {
  display: block;
  width: 100%;
  height: 270px;
  object-fit: cover;
  object-position: center center;
  border-radius: 10px;
}

.stores-main-content {
  min-width: 0;
}

.stores-eyebrow {
  margin: 0 0 8px;
  color: rgba(90, 52, 43, 0.58);
  font-family: var(--font-body);
  font-size: 10.5px;
  font-weight: var(--fw-bold);
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.stores-main-title {
  max-width: 500px;
  margin: 0 0 18px;
  color: var(--color-brown);
  font-family: var(--font-title);
  font-size: clamp(29px, 2.8vw, 40px);
  font-weight: var(--fw-semibold);
  line-height: 1.02;
  letter-spacing: -0.025em;
}

.stores-main-infos {
  display: grid;
  gap: 7px;
}

.stores-info-row {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 9px;
  align-items: start;

  color: rgba(90, 52, 43, 0.76);
  font-family: var(--font-body);
  font-size: 13.5px;
  line-height: 1.38;
}

.stores-info-row a {
  color: inherit;
  text-decoration: none;
}

.stores-info-row a:hover {
  color: var(--color-accent);
}

.stores-info-row br {
  display: block;
  content: "";
  margin-bottom: 2px;
}

.stores-info-icon {
  width: 13px;
  height: 13px;
  margin-top: 3px;
  color: var(--color-accent);
}

.stores-info-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.stores-main-note {
  margin-top: 16px;
  padding-top: 15px;
  border-top: 1px solid rgba(90, 52, 43, 0.12);

  color: rgba(90, 52, 43, 0.72);
  font-family: var(--font-body);
  font-size: 13.8px;
  line-height: 1.72;
}

.stores-main-note p {
  margin: 0;
}

.stores-main-note p + p {
  margin-top: 7px;
}

/* =========================================================
   BOUTONS BOUTIQUE PRINCIPALE
   ========================================================= */

.stores-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

.stores-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;

  min-height: 38px;
  padding: 0 15px;

  border: 1px solid rgba(90, 52, 43, 0.20);
  border-radius: 5px;
  background: #fff;
  color: var(--color-brown);

  font-family: var(--font-body);
  font-size: 10.8px;
  font-weight: var(--fw-bold);
  line-height: 1;
  letter-spacing: 0.075em;
  text-decoration: none;
  text-transform: uppercase;

  transition:
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.stores-link:hover {
  border-color: rgba(90, 52, 43, 0.38);
  background: #fff;
  color: var(--color-brown);
  transform: translateY(-1px);
}

/* =========================================================
   POINTS DE VENTE PARTENAIRES
   ========================================================= */

.stores-partners-section {
  padding: 30px 0 0;
}

.stores-section-title {
  max-width: 760px;
  margin: 0 auto 8px;
  text-align: center;

  color: var(--color-brown);
  font-family: var(--font-title);
  font-size: clamp(30px, 2.9vw, 42px);
  font-weight: var(--fw-semibold);
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.stores-section-intro {
  max-width: 620px;
  margin: 0 auto 28px;
  text-align: center;

  color: rgba(90, 52, 43, 0.66);
  font-family: var(--font-body);
  font-size: 14.5px;
  line-height: 1.5;
}

.stores-section-intro p {
  margin: 0;
}

.stores-partners-grid {
  display: grid;
  gap: 20px;
  align-items: stretch;
  max-width: 1040px;
  margin: 0 auto;
}

/* 1 partenaire */
.stores-partners-grid--count-1 {
  grid-template-columns: minmax(0, 380px);
  justify-content: center;
}

/* 2 partenaires */
.stores-partners-grid--count-2 {
  grid-template-columns: repeat(2, minmax(0, 380px));
  justify-content: center;
}

/* 3 partenaires */
.stores-partners-grid--count-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* 4 partenaires : 3 cartes + 1 centrée dessous */
.stores-partners-grid--count-4 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stores-partners-grid--count-4 .stores-partner-card:nth-child(4) {
  grid-column: 2;
}

.stores-partner-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;

  background: #fff;
  border: 1px solid rgba(90, 52, 43, 0.10);
  border-radius: 9px;
  box-shadow: 0 8px 22px rgba(90, 52, 43, 0.028);
}

.stores-partner-image {
  height: auto;
  aspect-ratio: 2 / 1;
  overflow: hidden;
  background: #f7f1ed;
}

.stores-partner-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.stores-partner-content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 17px 18px 18px;
}

.stores-partner-type {
  margin: 0 0 8px;
  color: rgba(90, 52, 43, 0.50);
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: var(--fw-bold);
  line-height: 1.2;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.stores-partner-card h3 {
  margin: 0 0 8px;
  color: var(--color-brown);
  font-family: var(--font-title);
  font-size: clamp(23px, 1.75vw, 29px);
  font-weight: var(--fw-semibold);
  line-height: 1.04;
  letter-spacing: -0.025em;
}

.stores-partner-location {
  margin: 0 0 10px;
  color: rgba(90, 52, 43, 0.66);
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.42;
}

.stores-partner-note {
  margin: 0 0 13px;
  color: rgba(90, 52, 43, 0.74);
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.52;
}

.stores-partner-note p {
  margin: 0;
}

.stores-partner-note p + p {
  margin-top: 5px;
}

.stores-partner-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: auto;
  padding-top: 4px;
}

.stores-partner-links a {
  display: inline-flex;
  align-items: center;
  gap: 7px;

  color: var(--color-brown);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: var(--fw-semibold);
  line-height: 1.2;
  text-decoration: none;

  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.stores-partner-links a:hover {
  color: var(--color-accent);
  transform: translateX(2px);
}

/* On garde seulement le lien principal pour éviter l'effet mini-boutons */
.stores-partner-links a:not(:first-child) {
  display: none;
}

/* =========================================================
   CTA
   ========================================================= */

.stores-online-cta-section {
  padding: 34px 0 48px;
}

.stores-online-cta-section .stores-container {
  text-align: center;
}

.stores-page .stores-faq-shop-link {
  margin: 0 auto;
  font-size: clamp(17px, 1.15vw, 19px);
}

.stores-faq-shop-link .faq-svg-icon {
  --faq-icon-url: url("../images/icon-shop.svg?v=2");
}

/* Sécurité si l'ancien CTA est encore dans le HTML */
.stores-online-cta {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}

.stores-online-cta h2 {
  display: none;
}

.stores-online-cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;

  color: var(--color-accent);
  font-family: var(--font-body);
  font-size: clamp(17px, 1.15vw, 19px);
  font-weight: var(--fw-semibold);
  line-height: 1.2;
  text-decoration: none;
}

.stores-online-cta-icon {
  display: inline-flex;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
}

.stores-online-cta-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.stores-online-cta-link > span:nth-child(2) {
  border-bottom: 1px solid currentColor;
}

.stores-online-cta-arrow {
  font-size: 1.05em;
  line-height: 1;
}

/* =========================================================
   RESPONSIVE TABLETTE
   ========================================================= */

@media (max-width: 1100px) {
  .stores-container {
    max-width: 920px;
  }

  .stores-partners-grid--count-3,
  .stores-partners-grid--count-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 760px;
  }

  .stores-partners-grid--count-4 .stores-partner-card:nth-child(4) {
    grid-column: auto;
  }
}

@media (max-width: 839px) {
  .stores-main-card {
    grid-template-columns: 1fr;
    gap: 14px;
    max-width: 560px;
    margin-inline: auto;
    padding: 14px;
  }

  .stores-main-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 2.15 / 1;
    object-fit: cover;
  }

  .stores-main-title {
    margin-bottom: 12px;
  }

  .stores-main-infos {
    gap: 5px;
  }

  .stores-main-note {
    margin-top: 12px;
    padding-top: 11px;
    font-size: 13.5px;
    line-height: 1.5;
  }

  .stores-links {
    margin-top: 14px;
  }
}

/* =========================================================
   RESPONSIVE MOBILE
   ========================================================= */

@media (max-width: 767px) {
  .stores-container {
    padding: 0 18px;
  }

 .stores-hero {
  padding: 28px 0 18px;
}

.stores-title {
  font-size: clamp(32px, 8.8vw, 38px);
  line-height: 1;
}

.stores-title::after {
  width: 30px;
  margin-top: 12px;
}

.stores-intro {
  max-width: 520px;
  margin-top: 14px;
  font-size: 13.5px;
  line-height: 1.5;
}

.stores-main-section {
  padding: 6px 0 30px;
}

.stores-main-card {
  gap: 14px;
  padding: 14px;
  border-radius: 10px;
}

.stores-main-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 2.15 / 1;
  object-fit: cover;
  border-radius: 8px;
}

  .stores-eyebrow {
    font-size: 9.8px;
  }

.stores-main-title {
  margin-bottom: 12px;
  font-size: clamp(24px, 6.4vw, 30px);
  line-height: 1.04;
}

  .stores-info-row {
    font-size: 13px;
    line-height: 1.36;
  }

  .stores-main-note {
    font-size: 13px;
    line-height: 1.5;
  }

  .stores-links {
    flex-direction: column;
    gap: 8px;
  }

  .stores-link {
    width: 100%;
    min-height: 36px;
    font-size: 10.2px;
  }

  .stores-partners-section {
    padding: 26px 0 0;
  }

  .stores-section-title {
    max-width: 300px;
    font-size: clamp(28px, 8vw, 38px);
    line-height: 1.02;
  }

  .stores-section-intro {
    max-width: 300px;
    margin-bottom: 24px;
    font-size: 13.5px;
    line-height: 1.48;
  }

  .stores-partners-grid,
  .stores-partners-grid--count-1,
  .stores-partners-grid--count-2,
  .stores-partners-grid--count-3,
  .stores-partners-grid--count-4 {
    grid-template-columns: 1fr;
    max-width: 430px;
    gap: 18px;
  }

  .stores-partner-card {
    border-radius: 9px;
  }

  .stores-partner-image {
    height: 205px;
  }

  .stores-partner-content {
    padding: 16px 16px 17px;
  }

  .stores-partner-type {
    font-size: 9.8px;
  }

  .stores-partner-card h3 {
    font-size: clamp(22px, 7vw, 30px);
  }

  .stores-partner-location,
  .stores-partner-note,
  .stores-partner-links a {
    font-size: 13px;
  }

  .stores-online-cta-section {
    padding: 30px 0 38px;
  }

  .stores-faq-shop-link,
  .stores-online-cta-link {
    gap: 12px;
    font-size: 16px;
  }

  .stores-online-cta-icon {
    width: 28px;
    height: 28px;
  }
}





/* =========================================================
   POINTS DE VENTE — CAROUSEL PARTENAIRES
   À PARTIR DE 4 PARTENAIRES
   ========================================================= */

.stores-partners-slider {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}

/* Carousel actif */
.stores-partners-slider--active {
  padding: 0 46px 28px;
}

/* Track */
.stores-partners-slider--active .stores-partners-grid {
  display: flex !important;
  grid-template-columns: none !important;

  gap: 22px;
  max-width: none !important;
  margin: 0;

  overflow-x: auto;
  overflow-y: hidden;

  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;

  -webkit-overflow-scrolling: touch;
}

.stores-partners-slider--active .stores-partners-grid::-webkit-scrollbar {
  display: none;
}

/* Sécurité : annule l’ancien placement de la 4e carte */
.stores-partners-slider--active .stores-partners-grid--count-4 .stores-partner-card:nth-child(4) {
  grid-column: auto !important;
}

/* Desktop : 3 cartes visibles */
.stores-partners-slider--active .stores-partner-card {
  flex: 0 0 calc((100% - 44px) / 3);
  min-width: 0;
  scroll-snap-align: start;
}

/* Cartes */
.stores-partners-slider--active .stores-partner-card {
  border-color: rgba(90, 52, 43, 0.105);
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(90, 52, 43, 0.035);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.stores-partners-slider--active .stores-partner-card:hover {
  transform: translateY(-2px);
  border-color: rgba(90, 52, 43, 0.16);
  box-shadow: 0 14px 34px rgba(90, 52, 43, 0.065);
}

/* Images plus harmonisées */
.stores-partners-slider--active .stores-partner-image {
  height: auto;
  aspect-ratio: 2 / 1;
}

.stores-partners-slider--active .stores-partner-image img {
  transition: transform 0.45s ease, filter 0.45s ease;
}

.stores-partners-slider--active .stores-partner-card:hover .stores-partner-image img {
  transform: scale(1.025);
  filter: brightness(1.02);
}

/* Flèches */
.stores-partners-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 38px;
  height: 38px;
  padding: 0;

  border: 1px solid rgba(90, 52, 43, 0.14);
  border-radius: 999px;

  background: rgba(255, 255, 255, 0.96);
  color: var(--color-brown);

  box-shadow: 0 10px 24px rgba(90, 52, 43, 0.08);

  cursor: pointer;

  transform: translateY(-50%);

  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.stores-partners-arrow:hover:not(:disabled) {
  color: var(--color-accent);
  border-color: rgba(185, 123, 86, 0.35);
  box-shadow: 0 12px 28px rgba(90, 52, 43, 0.13);
  transform: translateY(-50%) scale(1.045);
}

.stores-partners-arrow:disabled {
  opacity: 0.18;
  cursor: default;
  box-shadow: none;
}

.stores-partners-arrow span {
  display: block;
  color: currentColor;
  font-family: var(--font-title);
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  transform: translateY(-2px);
}

.stores-partners-arrow--prev {
  left: 0;
}

.stores-partners-arrow--next {
  right: 0;
}

/* Dots générés en JS */
.stores-partners-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;

  margin-top: 12px;
}

.stores-partners-dot {
  width: 6px;
  height: 6px;
  padding: 0;

  border: 0;
  border-radius: 999px;

  background: rgba(90, 52, 43, 0.18);
  cursor: pointer;

  transition:
    width 0.2s ease,
    background-color 0.2s ease,
    opacity 0.2s ease;
}

.stores-partners-dot.is-active {
  width: 18px;
  background: rgba(185, 123, 86, 0.72);
}

.stores-partners-dot:hover {
  background: rgba(185, 123, 86, 0.56);
}

/* Respiration entre le carousel, le CTA et le bandeau USP */
.stores-page .stores-online-cta-section {
  padding-top: 30px;
  padding-bottom: 46px;
}

/* Tablette : 2 cartes visibles */
@media (max-width: 1100px) {
  .stores-partners-slider {
    max-width: 800px;
  }

  .stores-partners-slider--active {
    padding: 0 44px 14px;
  }

  .stores-partners-slider--active .stores-partner-card {
    flex-basis: calc((100% - 22px) / 2);
  }
}

/* Mobile : 1 carte visible, flèches discrètes */
@media (max-width: 767px) {
  .stores-partners-slider {
    max-width: 418px;
  }

  .stores-partners-slider--active {
    padding: 0 clamp(18px, 4vw, 34px) 10px;
  }

  .stores-partners-slider--active .stores-partners-grid {
    gap: 16px;
  }

  .stores-partners-slider--active .stores-partner-card {
    flex: 0 0 min(350px, calc(100vw - 72px));
  }

  .stores-partners-slider--active .stores-partner-image {
    height: auto;
    aspect-ratio: 2 / 1;
  }

  .stores-partners-arrow {
    width: 32px;
    height: 32px;
  }

  .stores-partners-arrow span {
    font-size: 25px;
  }

  .stores-partners-dots {
    margin-top: 8px;
  }

  .stores-page .stores-online-cta-section {
    padding-top: 26px;
    padding-bottom: 44px;
  }
}















/* ================= PAGE LIVRAISON & RETOURS ================= */

.delivery-page {
	background: var(--color-light);
	color: var(--color-brown);
}

.delivery-container {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 24px;
}

/* HERO */

.delivery-hero {
	padding: 52px 0 26px;
	text-align: center;
}

.delivery-hero h1 {
	margin: 0 0 28px;
	font-family: var(--font-title);
	font-size: clamp(40px, 4.1vw, 54px);
	font-weight: var(--fw-semibold);
	line-height: 1.02;
	letter-spacing: -0.025em;
	color: var(--color-brown);
}

/* SVG recoloriés */

.delivery-svg-icon {
	display: inline-block;
	background-color: var(--color-brown);
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
}

.delivery-icon--delivery {
	mask-image: url("../images/icon-delivery.svg?v=5");
	-webkit-mask-image: url("../images/icon-delivery.svg?v=5");
}

.delivery-icon--livraison {
	mask-image: url("../images/icon-livraison.svg");
	-webkit-mask-image: url("../images/icon-livraison.svg");
}

.delivery-icon--localisation {
	mask-image: url("../images/icon-localisation.svg");
	-webkit-mask-image: url("../images/icon-localisation.svg");
}

.delivery-icon--shop {
	mask-image: url("../images/icon-shop.svg?v=2");
	-webkit-mask-image: url("../images/icon-shop.svg?v=2");
}

.delivery-icon--return {
	mask-image: url("../images/icon-return.svg?v=5");
	-webkit-mask-image: url("../images/icon-return.svg?v=5");
}

.delivery-icon--customerservice {
	mask-image: url("../images/icon-customerservice.svg");
	-webkit-mask-image: url("../images/icon-customerservice.svg");
}
/* =========================================================
   BANDEAU RÉASSURANCE SOUS TITRE

--highlight-height
	Hauteur globale du bandeau.

	--highlight-icon-zone-height
	Hauteur réservée à la zone des icônes.
	À augmenter si une icône est grande et pousse le texte.

	--highlight-title-height
	Hauteur fixe réservée à la première ligne de texte en gras.
	Elle permet d’aligner les deuxièmes lignes des 3 colonnes.

	--highlight-title-subtitle-gap
	Espace entre la première ligne en gras et la deuxième ligne.

	--highlight-icon-delivery-size
	Taille de l’icône colis.

	--highlight-icon-location-size
	Taille de l’icône localisation.

	--highlight-icon-shop-size
	Taille de l’icône boutique / sac.

	--highlight-delivery-y
	Position verticale de l’icône colis.
	Valeur positive = descend.
	Valeur négative = remonte.

	--highlight-location-y
	Position verticale de l’icône localisation.
	Valeur positive = descend.
	Valeur négative = remonte.

	--highlight-shop-y
	Position verticale de l’icône boutique / sac.
	Valeur positive = descend.
	Valeur négative = remonte.
   ========================================================= */

.delivery-highlights {
	--highlight-height: 122px;
	--highlight-icon-zone-height: 58px;
	--highlight-title-height: 18px;
	--highlight-title-subtitle-gap: 6px;

	/* Tailles des icônes */
	--highlight-icon-delivery-size: 64px;
	--highlight-icon-location-size: 38px;
	--highlight-icon-shop-size: 38px;

	/* Position verticale des icônes */
	--highlight-delivery-y: -1px;
	--highlight-location-y: 6px;
	--highlight-shop-y: 5px;

	display: grid;
	grid-template-columns: repeat(3, 1fr);
	max-width: 1030px;
	margin: 0 auto;
	background: var(--color-cream);
	border-radius: var(--radius-md);
	overflow: hidden;
}

.delivery-highlight {
	position: relative;
	display: grid;
	grid-template-rows: var(--highlight-icon-zone-height) auto;
	align-items: start;
	justify-items: center;
	min-height: var(--highlight-height);
	padding: 20px 22px 18px;
	text-align: center;
}

.delivery-highlight:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 20px;
	right: 0;
	width: 1px;
	height: calc(100% - 40px);
	background: rgba(90, 52, 43, 0.12);
}

/* Zone icône commune */
.delivery-highlight-icon {
	align-self: start;
	justify-self: center;
	display: block;
	margin: 0;
	background-color: var(--color-brown);
}

/* Icône colis */
.delivery-highlight-icon.delivery-icon--livraison {
	width: var(--highlight-icon-delivery-size);
	height: var(--highlight-icon-delivery-size);
	transform: translateY(var(--highlight-delivery-y));
}

/* Icône localisation */
.delivery-highlight-icon.delivery-icon--localisation {
	width: var(--highlight-icon-location-size);
	height: var(--highlight-icon-location-size);
	transform: translateY(var(--highlight-location-y));
}

/* Icône boutique / sac */
.delivery-highlight-icon.delivery-icon--shop {
	width: var(--highlight-icon-shop-size);
	height: var(--highlight-icon-shop-size);
	transform: translateY(var(--highlight-shop-y));
}

/* Bloc texte */
.delivery-highlight-text {
	align-self: start;
	display: block;
	width: 100%;
	font-size: 15px;
	line-height: 1.18;
	color: var(--color-brown);
}

.delivery-highlight-text p {
	display: grid !important;
	grid-template-rows: var(--highlight-title-height) auto;
	row-gap: var(--highlight-title-subtitle-gap);
	align-items: start;
	justify-items: center;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.15 !important;
}

.delivery-highlight-text strong {
	display: flex !important;
	align-items: end;
	justify-content: center;
	min-height: var(--highlight-title-height);
	margin: 0 !important;
	padding: 0 !important;
	font-weight: var(--fw-bold);
	line-height: 1.1 !important;
	text-align: center;
}

.delivery-highlight-text br {
	display: none !important;
}

.delivery-highlight-text p:empty {
	display: none !important;
}

.delivery-highlight-text p + p {
	margin-top: 0 !important;
}


/* CONTENU GLOBAL */

.delivery-content {
	padding: 14px 0 78px;
}

.delivery-content .delivery-container {
	max-width: 920px;
}

/* SECTIONS */

.delivery-section {
	padding: 38px 0;
	border-bottom: 1px solid rgba(90, 52, 43, 0.08);
}

.delivery-section:first-child {
	padding-top: 28px;
}

.delivery-section:last-of-type {
	border-bottom: 0;
}

.delivery-section-title {
	display: flex;
	align-items: center;
	gap: 14px;
	max-width: 840px;
	margin: 0 0 14px;
}

.delivery-section-icon {
	width: 32px;
	height: 32px;
	flex: 0 0 32px;
	margin-top: 0;
	transform: translateY(0);
	color: var(--color-brown);
}

/* Ajustements visuels par icône de section */
.delivery-section-title .delivery-icon--shop {
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
	transform: translateY(-2px);
}

.delivery-section-title .delivery-icon--livraison,
.delivery-section-title .delivery-icon--delivery {
	width: 56px;
	height: 56px;
	flex: 0 0 56px;
	transform: translateY(-1px);
}

.delivery-section-title .delivery-icon--return {
	width: 33.5px;
	height: 33.5px;
	flex: 0 0 33.5px;
	transform: translateY(1px);
}

.delivery-section h2,
.delivery-help h2 {
	margin: 0;
	font-family: var(--font-title);
	font-size: 27px;
	font-weight: var(--fw-bold);
	line-height: 1.05;
	letter-spacing: -0.015em;
	color: var(--color-brown);
}


/* TEXTES WYSIWYG */
.delivery-text {
	max-width: 840px;
	font-size: 15px;
	line-height: 1.68;
	color: var(--color-brown);
}

.delivery-text p,
.delivery-help-text p,
.delivery-return-text p {
	margin-top: 0;
}

.delivery-text p {
	margin-bottom: 6px;
	line-height: 1.69;
}

.delivery-text p:last-child,
.delivery-help-text p:last-child,
.delivery-return-text p:last-child {
	margin-bottom: 0;
}

.delivery-text p + p {
	margin-top: 6px;
}

.delivery-help-text p + p {
	margin-top: 4px;
}

.delivery-text a,
.delivery-text a:visited,
.delivery-pickup-card a,
.delivery-pickup-card a:visited,
.delivery-return-text a,
.delivery-return-text a:visited {
	color: var(--color-brown);
	font-weight: var(--fw-bold);
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* CARTE BOUTIQUE */

.delivery-pickup-card {
	width: 100%;
	max-width: 840px;
	margin: 18px 0 0;
	padding: 24px 32px 22px;
	border: 1px solid rgba(90, 52, 43, 0.16);
	border-radius: var(--radius-md);
	background: var(--color-light);
	box-shadow: 0 10px 24px rgba(90, 52, 43, 0.035);
}

.delivery-pickup-card h3 {
	margin: 0 0 18px;
	font-size: var(--fs-md);
	font-weight: var(--fw-bold);
	line-height: 1.35;
	color: var(--color-brown);
}

.delivery-pickup-line {
	position: relative;
	margin: 0 0 13px;
	padding-left: 34px;
	font-size: var(--fs-base);
	line-height: 1.5;
	color: var(--color-brown);
}

.delivery-pickup-line::before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 18px;
	height: 18px;
	background-color: var(--color-brown);
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	opacity: 0.9;
}

.delivery-pickup-location::before {
	mask-image: url("../images/icon-localisation.svg");
	-webkit-mask-image: url("../images/icon-localisation.svg");
}

.delivery-pickup-hours::before {
	mask-image: url("../images/icon-clock.svg");
	-webkit-mask-image: url("../images/icon-clock.svg");
}

.delivery-pickup-phone::before {
	mask-image: url("../images/icon-phone.svg");
	-webkit-mask-image: url("../images/icon-phone.svg");
}

.delivery-pickup-social {
	margin-top: 20px;
	padding-top: 17px;
	border-top: 1px solid rgba(90, 52, 43, 0.12);
	font-size: var(--fs-base);
	line-height: 1.58;
	color: var(--color-brown);
}

.delivery-pickup-social a {
	color: var(--color-brown);
	font-weight: var(--fw-bold);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.delivery-pickup-notice {
	margin-top: 10px;
	margin-bottom: -8px;
}

/* INTRO LIVRAISON */

.delivery-shipping-intro {
	max-width: 840px;
	margin: 0 auto;
}

.delivery-shipping-intro p {
	margin: 0 0 6px;
	line-height: 1.62;
}

.delivery-shipping-intro p:last-child {
	margin-bottom: 0;
}


/* TABLEAU LIVRAISON */

.delivery-table-wrap {
	width: 100%;
	max-width: 840px;
	margin: 22px 0 20px;
	overflow: hidden;
	border: 1px solid rgba(90, 52, 43, 0.14);
	border-radius: var(--radius-md);
	background: var(--color-light);
	box-shadow: none;
}

.delivery-table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	font-size: var(--fs-base);
	line-height: 1.45;
	color: var(--color-brown);
}

.delivery-table th {
	padding: 12px 18px;
	background: var(--color-cream);
	border-bottom: 1px solid rgba(90, 52, 43, 0.15);
	border-right: 1px solid rgba(90, 52, 43, 0.11);
	font-size: 12px;
	font-weight: var(--fw-bold);
	line-height: 1.25;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.delivery-table th:last-child {
	border-right: 0;
}

.delivery-table td {
	padding: 15px 18px;
	border-bottom: 1px solid rgba(90, 52, 43, 0.12);
	border-right: 1px solid rgba(90, 52, 43, 0.1);
	vertical-align: middle;
	background: var(--color-light);
	font-size: 15px;
	line-height: 1.45;
	text-align: left;
}

.delivery-table td:first-child,
.delivery-table th:first-child {
	width: 24%;
	font-weight: var(--fw-bold);
	text-align: center;
}

.delivery-table td:nth-child(2),
.delivery-table th:nth-child(2) {
	width: 28%;
	text-align: center;
}

.delivery-table td:nth-child(2) {
	font-weight: var(--fw-regular);
	color: var(--color-brown);
}

.delivery-table td:last-child,
.delivery-table th:last-child {
	width: 48%;
	border-right: 0;
	text-align: center;
}

.delivery-table tr:last-child td {
	border-bottom: 0;
}

/* NOTES SOUS TABLEAU */

.delivery-shipping-notes {
	width: 100%;
	max-width: 840px;
	margin: 26px 0 0 !important;
	padding: 0 !important;
	color: var(--color-brown);
	box-sizing: border-box;
}

/* Si le WYSIWYG génère une vraie liste */
.delivery-shipping-notes ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.delivery-shipping-notes li {
	position: relative;
	margin: 0 0 18px !important;
	padding: 0 0 0 26px !important;
	font-size: var(--fs-base);
	line-height: 1.6;
	color: var(--color-brown);
}

.delivery-shipping-notes li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.75em;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--color-accent);
	opacity: 0.75;
}

/* Si le WYSIWYG génère des paragraphes */
.delivery-shipping-notes p {
	position: relative;
	margin: 0 0 18px !important;
	padding: 0 0 0 26px !important;
	font-size: var(--fs-base);
	line-height: 1.6;
	color: var(--color-brown);
}

.delivery-shipping-notes p::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.75em;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--color-accent);
	opacity: 0.75;
}

.delivery-shipping-notes li:last-child,
.delivery-shipping-notes p:last-child {
	margin-bottom: 0 !important;
}

.delivery-shipping-notes strong,
.delivery-shipping-notes b {
	font-weight: var(--fw-bold);
	color: var(--color-brown);
}

.delivery-shipping-notes a {
	color: var(--color-brown);
	font-weight: var(--fw-bold);
	text-decoration: underline;
	text-underline-offset: 3px;
}



/* RETOURS */

.delivery-section--returns {
	padding-top: 44px;
	padding-bottom: 46px;
}

.delivery-section--returns .delivery-section-title {
	margin-bottom: 24px;
}

.delivery-section--returns .delivery-section-icon {
	width: 39px;
	height: 39px;
	flex: 0 0 39px;
}

.delivery-return-text {
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
}

.delivery-return-text p {
	position: relative;
	margin: 0 0 18px;
	padding-left: 34px;
	font-size: 15px;
	line-height: 1.62;
	color: var(--color-brown);
}

.delivery-return-text p::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border: 1.2px solid var(--color-accent);
	border-radius: 50%;
	color: var(--color-accent);
	font-size: 11px;
	font-weight: var(--fw-bold);
	line-height: 1;
}

.delivery-return-text strong {
	font-weight: var(--fw-bold);
	color: var(--color-brown);
}

/* BLOC AIDE */

.delivery-help {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr) 270px;
	gap: 18px;
	align-items: center;
	width: 100%;
	max-width: 920px;
	margin: 24px auto 0;
	padding: 26px 28px;
	background: var(--color-cream);
	border-radius: var(--radius-md);
	box-shadow: none;
	box-sizing: border-box;
	overflow: hidden;
}

.delivery-help-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	flex: 0 0 58px;
	border-radius: 50%;
	background: var(--color-sand);
}

.delivery-help-icon .delivery-svg-icon {
	width: 36px;
	height: 36px;
}

.delivery-help-content {
	min-width: 0;
}

.delivery-help-content h2,
.delivery-help h2 {
	margin: 0 0 6px;
	font-size: 22px;
	line-height: 1.12;
}

.delivery-help-text {
	max-width: none;
	font-size: 15px;
	line-height: 1.5;
	color: var(--color-brown);
	white-space: normal;
}

.delivery-help-text p {
	margin: 0;
}

.delivery-help-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	width: 100%;
	max-width: 270px;
	min-width: 0;
	justify-self: end;
}

.delivery-btn,
.delivery-btn:visited,
.delivery-btn-light,
.delivery-btn-light:visited,
.delivery-btn-dark,
.delivery-btn-dark:visited {
	width: 100%;
	min-width: 0;
	min-height: 50px;
	padding: 0 18px;
	border: 0 !important;
	border-radius: 6px;
	background: var(--color-brown) !important;
	background-color: var(--color-brown) !important;
	background-image: none !important;
	color: #fffdfb !important;
	font-family: var(--font-body);
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.02em;
	text-decoration: none !important;
	box-shadow: none !important;
	filter: none !important;
}

.delivery-btn::before,
.delivery-btn::after,
.delivery-btn-light::before,
.delivery-btn-light::after,
.delivery-btn-dark::before,
.delivery-btn-dark::after {
	display: none !important;
	content: none !important;
	background: none !important;
	background-image: none !important;
}

.delivery-btn:hover,
.delivery-btn-light:hover,
.delivery-btn-dark:hover {
	background: #43251f !important;
	background-color: #43251f !important;
	color: #fffdfb !important;
	transform: translateY(-1px);
}


/* RESPONSIVE TABLETTE */

@media (max-width: 900px) {
	.delivery-hero {
		padding: 48px 0 0;
	}

	.delivery-hero h1 {
		font-size: 34px;
	}

	.delivery-highlights {
		display: none;
	}

	.delivery-content {
		padding-top: 0;
		padding-bottom: 58px;
	}

	.delivery-section {
		padding-top: 36px;
		padding-bottom: 38px;
	}

	.delivery-section:first-child {
		padding-top: 20px;
	}

	.delivery-section-title {
		display: grid;
		grid-template-columns: auto minmax(0, 1fr);
		align-items: center;
		gap: 12px;
	}

	.delivery-section h2 {
		font-size: 25px;
	}

	.delivery-section-title .delivery-icon--livraison,
	.delivery-section-title .delivery-icon--delivery {
		width: 42px;
		height: 42px;
		flex: 0 0 42px;
		transform: none;
	}

	.delivery-help {
		grid-template-columns: 1fr;
		gap: 18px;
		max-width: 100%;
		text-align: center;
		justify-items: center;
	}

	.delivery-help-icon {
		margin: 0 auto;
	}

	.delivery-help-content {
		text-align: center;
	}

	.delivery-help-actions {
		grid-column: 1;
		width: 100%;
		max-width: 270px;
		min-width: 0;
		justify-self: center;
	}
}

/* =========================================================
   PAGE 404
   ========================================================= */

.umatatea-404-page {
	min-height: 42vh;
	padding: 128px 20px 160px;
	background: #fffdfb;
	color: var(--color-brown, #4a2418);
	text-align: center;
}

.umatatea-404-page__code {
	margin: 0 0 14px;
	font-family: var(--font-body, sans-serif);
	font-size: 11px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.umatatea-404-page__title {
	margin: 0;
	font-family: var(--font-title, serif);
	font-size: clamp(34px, 5vw, 58px);
	font-weight: 400;
	line-height: 1.1;
}

.umatatea-404-page__text {
	max-width: 440px;
	margin: 18px auto 30px;
	font-size: 14px;
	line-height: 1.6;
}

.umatatea-404-page__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 22px;
	background: var(--color-brown, #4a2418);
	color: #fffdfb;
	font-size: 11px;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.umatatea-404-page__link:hover,
.umatatea-404-page__link:focus-visible {
	background: #6a3b2a;
	color: #fffdfb;
}

@media (max-width: 640px) {
	.umatatea-404-page {
		min-height: auto;
		padding: 64px 20px 76px;
	}
}

/* Store Availability Manager  */
.umatatea-store-availability-message {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin: 14px 0;
	color: #4c211a;
	font-size: 14px;
	line-height: 1.5;
}

.umatatea-store-availability-message__icon {
	flex: 0 0 15px;
	width: 15px;
	height: 15px;
	margin-top: 3px;
	object-fit: contain;
}

.umatatea-store-availability-message__text {
	min-width: 0;
}

.umatatea-store-availability-message--paused {
	color: #6a4536;
}

.umatatea-store-availability-message--delayed {
	color: #4c211a;
}

.umatatea-store-availability-message--product {
	margin: 12px 0 20px;
}

.umatatea-store-availability-message--cart {
	margin: 0 0 20px;
}

.umatatea-store-availability-message--checkout {
	margin: 14px 0 10px;
}

@media (max-width: 680px) {
	.umatatea-store-availability-message {
		margin: 12px 0;
		font-size: 13px;
	}

	.umatatea-store-availability-message--product {
		margin: 12px 0 20px;
	}

	.umatatea-store-availability-message--cart {
		margin: 0 0 20px;
	}

	.umatatea-store-availability-message--checkout {
		margin: 14px 0 10px;
	}
}

/* RESPONSIVE MOBILE */

@media (max-width: 700px) {
.delivery-help {
	grid-template-columns: 1fr;
	max-width: 100%;
	padding: 28px 22px;
	text-align: center;
	justify-items: center;
}

	.delivery-help-icon {
		margin: 0 auto 10px;
	}

	.delivery-help-content,
	.delivery-help-text {
		text-align: center;
	}

	.delivery-help-actions {
		grid-column: 1 / -1;
		grid-template-columns: 1fr;
		width: 100%;
		gap: 12px;
	}

	.delivery-help-actions .delivery-btn {
		width: 100%;
	}
}

@media (max-width: 600px) {

  .delivery-hero {
    padding-top: 42px;
    padding-bottom: 8px;
  }

  .delivery-hero h1 {
    font-size: clamp(32px, calc(2.86vw + 22.85px), 34px);
  }

  .delivery-content {
    padding-top: 0;
  }

  .delivery-section:first-child {
    padding-top: 12px;
  }

  .delivery-section {
    padding: 34px 0;
  }

  .delivery-section-title {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    margin-bottom: 20px;
  }

.delivery-section h2 {
	font-size: clamp(24px, calc(1.43vw + 19.4px), 25px);
	line-height: 1.04;
}

.delivery-section-title .delivery-icon--livraison,
.delivery-section-title .delivery-icon--delivery {
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	transform: none;
}

.delivery-text,
.delivery-text p,
.delivery-shipping-intro,
.delivery-shipping-intro p,
.delivery-pickup-line,
.delivery-pickup-social,
.delivery-return-text,
.delivery-return-text p,
.delivery-shipping-notes li,
.delivery-shipping-notes p {
	font-size: 14.5px;
	line-height: 1.5;
}

  /* TABLEAU MOBILE */

  .delivery-table-wrap {
    max-width: 100%;
    margin: 30px auto 34px;
    border: 0;
    background: transparent;
    overflow: visible;
    box-shadow: none;
  }

  .delivery-table,
  .delivery-table tbody,
  .delivery-table tr,
  .delivery-table td {
    display: block;
    width: 100% !important;
  }

  .delivery-table thead {
    display: none;
  }

  .delivery-table tr {
    padding: 24px 0;
    border-top: 1px solid rgba(90, 52, 43, 0.12);
    text-align: center !important;
  }

  .delivery-table tr:last-child {
    border-bottom: 1px solid rgba(90, 52, 43, 0.12);
  }

  .delivery-table td {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    text-align: center !important;
  }

  .delivery-table td:first-child {
    margin: 0 auto 6px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--color-brown);
  }

  .delivery-table td:nth-child(2) {
    margin: 0 auto 6px;
    font-size: 15.5px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--color-brown);
  }

  .delivery-table td:nth-child(3) {
    max-width: 300px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.4;
    color: var(--color-text-muted);
  }

  /* NOTES */

  .delivery-shipping-notes {
    margin-top: 30px;
    padding-left: 0;
  }

.delivery-shipping-notes p {
	margin-bottom: 22px;
	line-height: 1.5;
}
}






































/* ================= PAGE FAQ ================= */

.faq-page {
	background: var(--color-light);
	color: var(--color-brown);
}

.faq-container {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 24px;
}

.faq-container--wide {
	max-width: 1080px;
}

/* =========================================================
   HERO FAQ
   ========================================================= */

.faq-hero {
	padding: 54px 0 30px;
	text-align: center;
}

.faq-eyebrow {
	margin: 0 0 22px;
	color: var(--color-brown);
	font-family: var(--font-body);
	font-size: 15px;
	line-height: 1.35;
}

.faq-hero h1 {
	margin: 0;
	color: var(--color-brown);
	font-family: var(--font-title);
	font-size: clamp(44px, 4.2vw, 56px);
	font-weight: var(--fw-semibold);
	line-height: 1.02;
	letter-spacing: -0.035em;
}

.faq-hero p:not(.faq-eyebrow) {
	max-width: 560px;
	margin: 20px auto 0;
	color: var(--color-text-muted);
	font-size: 15.5px;
	line-height: 1.62;
}

.faq-separator {
	display: block;
	width: 36px;
	height: 1px;
	margin: 22px auto 0;
	background: var(--color-brown);
	opacity: 0.65;
}

/* =========================================================
   LAYOUT FAQ
   ========================================================= */

.faq-main {
	padding: 4px 0 54px;
}

.faq-layout {
	display: grid;
	grid-template-columns: 270px minmax(0, 1fr);
	gap: 34px;
}

.faq-tabs {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 0 22px 0 0;
	border-right: 1px solid rgba(90, 52, 43, 0.14);
}

/* =========================================================
   ONGLETS FAQ
   ========================================================= */

.faq-tab {
	position: relative;
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	align-items: center;
	gap: 20px;
	width: 100%;
	min-width: 0;
	min-height: 88px;
	padding: 0 18px 0 24px;
	border: 0;
	border-bottom: 1px solid rgba(90, 52, 43, 0.12);
	background: transparent;
	color: var(--color-brown);
	font-family: var(--font-body);
	font-size: 13px;
	font-weight: var(--fw-semibold);
	line-height: 1.38;
	letter-spacing: 0.025em;
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;
	opacity: 0.78;
	transition:
		opacity 0.25s ease,
		color 0.25s ease;
}

.faq-tab::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 3px;
	height: 58px;
	background: transparent;
	transform: translateY(-50%);
	transition: background 0.25s ease;
}

.faq-tab.is-active {
	opacity: 1;
	color: var(--color-accent);
}

.faq-tab.is-active::before {
	background: var(--color-brown);
}

/* =========================================================
   ICÔNES FAQ
   ========================================================= */

.faq-svg-icon {
	display: block;
	width: 100%;
	height: 100%;
	background-color: currentColor;
	-webkit-mask: var(--faq-icon-url) center / contain no-repeat;
	mask: var(--faq-icon-url) center / contain no-repeat;
}

.faq-tab-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	color: var(--color-brown);
}

.faq-tab.is-active .faq-tab-icon {
	color: var(--color-accent);
}

.faq-tab-icon .faq-svg-icon {
	width: 37px;
	height: 37px;
}

/* =========================================================
   ACCORDÉON FAQ
   ========================================================= */

.faq-panels {
	min-width: 0;
}

.faq-panel {
	display: none;
}

.faq-panel.is-active {
	display: block;
}

.faq-item {
	border-bottom: 1px solid rgba(90, 52, 43, 0.13);
}

.faq-question {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 28px;
	width: 100%;
	padding: 18px 6px;
	border: 0;
	background: transparent;
	color: var(--color-brown);
	font-family: var(--font-body);
	font-size: 15.5px;
	font-weight: var(--fw-semibold);
	line-height: 1.42;
	letter-spacing: 0.005em;
	text-align: left;
	cursor: pointer;
	list-style: none;
	overflow-wrap: anywhere;
}

.faq-question > span:first-child {
	min-width: 0;
}

.faq-question::-webkit-details-marker {
	display: none;
}

.faq-question::marker {
	display: none;
	content: "";
}

.faq-toggle {
	position: relative;
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
	margin-top: 0.28em;
	color: var(--color-brown);
}

.faq-toggle::before,
.faq-toggle::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 1.5px;
	background: currentColor;
	transform: translate(-50%, -50%);
	transition: transform 0.25s ease;
}

.faq-toggle::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item[open] .faq-toggle::after {
	transform: translate(-50%, -50%) rotate(0deg);
}

.faq-question:focus-visible {
	outline: 1px solid rgba(90, 52, 43, 0.62);
	outline-offset: 4px;
}

.faq-answer {
	display: block !important;
	max-width: 760px;
	padding: 0 56px 22px 6px;
}

.faq-answer p {
	margin: 0;
	color: var(--color-text-muted);
	font-size: 15px;
	line-height: 1.72;
}

.faq-answer p + p {
	margin-top: 16px;
}

.faq-answer a {
	color: var(--color-accent);
	font-weight: var(--fw-semibold);
	text-decoration: none;
	border-bottom: 1px solid currentColor;
	overflow-wrap: anywhere;
	transition: opacity 0.25s ease;
}

.faq-answer a:hover {
	opacity: 0.78;
}

.faq-answer-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 14px 0 0;
	padding: 0;
	list-style: none;
	color: var(--color-text-muted);
}

.faq-answer-list + p {
	margin-top: 16px;
}

.faq-answer-list li {
	position: relative;
	padding-left: 18px;
	color: var(--color-text-muted);
	font-size: 15px;
	line-height: 1.72;
}

.faq-answer-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.85em;
	width: 5px;
	height: 5px;
	border-radius: 999px;
	background: var(--color-accent);
	transform: translateY(-50%);
}

/* =========================================================
   BLOC BESOIN D’AIDE
   ========================================================= */

.faq-help {
	padding: 0 0 60px;
	background: var(--color-light);
}

.faq-help-heading {
	max-width: 680px;
	margin: 0 auto 16px;
	text-align: center;
}

.faq-help-heading h2 {
	margin: 0 0 14px;
	color: var(--color-brown);
	font-family: var(--font-title);
	font-size: clamp(34px, 3vw, 44px);
	font-weight: var(--fw-semibold);
	line-height: 1.04;
	letter-spacing: -0.01em;
}

.faq-help-heading p {
	margin: 0;
	color: var(--color-text-muted);
	font-size: 15.5px;
	line-height: 1.55;
}

.faq-help-card {
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	max-width: 980px;
	margin: 0 auto;
	padding: 0;
}

.faq-help-column {
	position: relative;
	min-width: 0;
	padding: 8px 0 22px;
	text-align: center;
}

.faq-help-column--visit {
	padding-top: 28px;
}

.faq-help-column--visit::before {
	content: "";
	position: absolute;
	top: 0;
	left: 15%;
	right: 15%;
	height: 1px;
	background: rgba(90, 52, 43, 0.16);
}

.faq-help-column__header {
	display: flex;
	width: fit-content;
	max-width: 100%;
	gap: 12px;
	align-items: center;
	justify-content: center;
	margin: 0 auto 14px;
}

.faq-help-column__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	color: var(--color-accent);
}

.faq-help-column__icon .faq-svg-icon {
	width: 36px;
	height: 36px;
}

.faq-help-column__header h3 {
	min-width: 0;
	margin: 0;
	color: var(--color-brown);
	font-family: var(--font-title);
	font-size: clamp(27px, 2.1vw, 33px);
	font-weight: var(--fw-semibold);
	line-height: 1.06;
	letter-spacing: -0.01em;
	text-align: center;
}

.faq-help-list {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.faq-help-list li {
	position: relative;
	padding-left: 0;
	color: var(--color-brown);
	font-size: 15.5px;
	line-height: 1.58;
}

.faq-help-list li::before {
	display: none;
	content: none;
}

.faq-help-list a {
	color: var(--color-brown);
	font-weight: var(--fw-semibold);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
	text-decoration-color: rgba(90, 52, 43, 0.28);
	transition:
		color 0.22s ease,
		text-decoration-color 0.22s ease;
}

.faq-help-list a:hover {
	color: var(--color-accent);
	text-decoration-color: currentColor;
}

.faq-help-note {
	margin: 14px 0 0;
	color: var(--color-text-muted);
	font-size: 15.5px;
	line-height: 1.58;
	text-align: center;
}

.faq-help-address,
.faq-help-hours {
	max-width: none;
	margin: 0;
	color: var(--color-text-muted);
	font-size: 15.5px;
	line-height: 1.58;
	text-align: center;
}

.faq-help-address br,
.faq-help-hours br {
	display: block;
}

.faq-help-hours {
	margin-top: 14px;
}

/* =========================================================
   CTA RETOUR BOUTIQUE
   ========================================================= */

.faq-shop-link {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	width: fit-content;
	margin: 26px auto 0;
	color: var(--color-accent);
	font-size: 18px;
	font-weight: var(--fw-semibold);
	line-height: 1.2;
	text-decoration: none;
	transition:
		opacity 0.25s ease,
		transform 0.25s ease;
}

.faq-shop-link,
.faq-shop-link:hover {
	text-decoration: none;
}

.faq-shop-link span:not(.faq-shop-link__icon):not(.faq-shop-link__arrow) {
	border-bottom: 1px solid currentColor;
}

.faq-shop-link:hover {
	opacity: 0.86;
	transform: translateX(4px);
}

.faq-shop-link__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	color: currentColor;
}

.faq-shop-link__icon .faq-svg-icon {
	width: 27px;
	height: 27px;
}

.faq-shop-link__arrow {
	display: inline-block;
	margin-left: 8px;
}

/* =========================================================
   RESPONSIVE TABLETTE
   ========================================================= */

@media (min-width: 860px) {
	.faq-help-card {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}

	.faq-help-card::before {
		content: "";
		position: absolute;
		top: 16px;
		bottom: 16px;
		left: 50%;
		width: 1px;
		background: rgba(90, 52, 43, 0.16);
		transform: translateX(-50%);
	}

	.faq-help-column {
		padding: 8px 48px 18px;
	}

	.faq-help-column--visit {
		padding-top: 8px;
	}

	.faq-help-column--visit::before {
		display: none;
	}
}

@media (max-width: 900px) {
	.faq-hero {
		padding: 50px 0 28px;
	}

	.faq-layout {
		grid-template-columns: 1fr;
	}

	.faq-tabs {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
		padding: 0;
		border-right: 0;
	}

	.faq-tab {
		grid-template-columns: 52px 1fr;
		min-height: 78px;
		padding: 0 16px 0 20px;
		border: 1px solid rgba(90, 52, 43, 0.12);
		border-radius: var(--radius-sm);
	}

	.faq-tab::before {
		display: none;
	}

	.faq-tab-icon {
		width: 40px;
		height: 40px;
	}

	.faq-tab-icon .faq-svg-icon {
		width: 32px;
		height: 32px;
	}

	.faq-answer {
		max-width: none;
		padding-right: 40px;
	}

	.faq-help {
		padding: 0 0 60px;
	}

}

/* =========================================================
   RESPONSIVE MOBILE
   ========================================================= */

@media (max-width: 600px) {
	.faq-hero {
		padding: 54px 0 28px;
	}

	.faq-hero h1 {
		font-size: clamp(30px, 9vw, 40px);
	}

	.faq-hero p:not(.faq-eyebrow),
	.faq-eyebrow,
	.faq-separator,
	.faq-tabs {
		display: none !important;
	}

	.faq-main {
		padding: 24px 0 64px;
	}

	.faq-container,
	.faq-container--wide {
		max-width: none;
		padding: 0 22px;
	}

	.faq-layout {
		display: block;
	}

	.faq-panels {
		display: block;
	}

	.faq-panel {
		display: block !important;
		margin: 0 0 44px;
	}

	.faq-panel::before {
		display: block;
		margin: 0 0 16px;
		color: var(--color-brown);
		font-family: var(--font-body);
		font-size: 21.5px;
		font-weight: var(--fw-bold);
		line-height: 1.12;
		letter-spacing: -0.02em;
		text-transform: uppercase;
	}

	.faq-panel::before {
		content: attr(data-faq-label);
	}

	.faq-item {
		border-bottom: 1px solid rgba(90, 52, 43, 0.13);
	}

	.faq-question {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 18px;
		gap: 16px;
		align-items: start;
		padding: 18px 0;
		font-size: 15px;
		line-height: 1.45;
	}

	.faq-toggle {
		display: block !important;
		grid-column: 2;
		justify-self: end;
	}

	.faq-answer {
		padding: 0 0 24px 34px;
	}

	.faq-answer p,
	.faq-answer-list li {
		font-size: 14px;
		line-height: 1.9;
	}

	.faq-help {
		padding: 0 0 64px;
	}

	.faq-help-heading {
		margin-bottom: 20px;
		padding: 0 22px;
	}

	.faq-help-heading h2 {
		font-size: clamp(32px, 8vw, 40px);
	}

	.faq-help-column__header {
		gap: 12px;
	}

	.faq-help-column__icon {
		width: 44px;
		height: 44px;
	}

	.faq-help-column__icon .faq-svg-icon {
		width: 34px;
		height: 34px;
	}

	.faq-help-column__header h3 {
		font-size: clamp(26px, 7vw, 32px);
	}

	.faq-help-address br,
	.faq-help-hours br {
		display: block;
	}

	.faq-shop-link {
		margin-top: 28px;
		font-size: 16px;
	}
}



































/* =========================================================
   PAGE CONTACT 
   ========================================================= */

.contact-page {
	background: #ffffff;
	color: var(--color-brown);
}

.contact-container {
	width: min(100% - 48px, 1180px);
	margin: 0 auto;
	padding: 0;
}

/* =========================================================
   STRUCTURE
   ========================================================= */

.contact-section {
	padding: clamp(40px, 4.2vw, 58px) 0 clamp(70px, 6vw, 96px);
	background: #ffffff;
}

.contact-layout {
	display: grid;
	grid-template-columns: minmax(0, 575px) minmax(0, 390px);
	column-gap: clamp(54px, 4.8vw, 74px);
	align-items: start;
}

.contact-main,
.contact-form,
.contact-sidebar {
	min-width: 0;
}

.contact-main {
	width: 100%;
}

.contact-form {
	width: 100%;
	max-width: 575px;
}

.contact-sidebar {
	position: relative;
	width: 100%;
	padding-left: clamp(38px, 3.6vw, 52px);
}

.contact-sidebar::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;

	width: 1px;
	background: rgba(90, 52, 43, 0.14);
}

/* =========================================================
   EN-TÊTE
   ========================================================= */

.contact-heading {
	margin: 0 0 24px;
}

.contact-heading h1 {
	margin: 0 0 12px;

	color: var(--color-brown);

	font-family: var(--font-title);
	font-size: clamp(52px, 4.8vw, 70px);
	font-weight: var(--fw-regular);
	line-height: 0.94;
	letter-spacing: -0.055em;
}

.contact-heading p {
	max-width: 575px;
	margin: 0;

	color: var(--color-brown);

	font-family: var(--font-body);
	font-size: 16px;
	font-weight: var(--fw-regular);
	line-height: 1.48;
}

/* =========================================================
   FORMULAIRE
   ========================================================= */

.contact-field {
	margin-bottom: 14px;
}

.contact-field label,
.contact-upload label {
	display: block;
	margin-bottom: 6px;

	color: var(--color-brown);

	font-family: var(--font-body);
	font-size: 13px;
	font-weight: var(--fw-bold);
	line-height: 1.32;
}

.contact-field label span,
.contact-upload label span {
	font-weight: var(--fw-regular);
	color: rgba(90, 52, 43, 0.68);
}

.contact-field input,
.contact-field select,
.contact-field textarea {
	width: 100%;

	border: 1px solid rgba(90, 52, 43, 0.17);
	border-radius: 5px;
	background: #ffffff;

	color: var(--color-brown);

	font-family: var(--font-body);
	font-size: 14.5px;
	font-weight: var(--fw-regular);

	outline: none;
	box-shadow: none;

	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease;
}

.contact-field input {
	height: 43px;
	padding: 0 16px;
}

.contact-field select {
	height: 43px;
	padding: 0 16px;
	cursor: pointer;
}

.contact-field textarea {
	min-height: 112px;
	padding: 14px 16px;
	resize: vertical;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
	color: rgba(90, 52, 43, 0.36);
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
	border-color: rgba(90, 52, 43, 0.34);
	box-shadow: 0 0 0 3px rgba(185, 123, 86, 0.09);
}

.contact-field select[aria-invalid="true"] {
	border-color: rgba(122, 47, 38, 0.58);
}

.contact-field-error {
	margin: 7px 0 0;
	color: var(--brand-error, #7a2f26);
	font-family: var(--font-body);
	font-size: 12px;
	line-height: 1.4;
}

/* =========================================================
   UPLOAD
   ========================================================= */

.contact-upload {
	position: relative;
	display: block;

	width: 100%;
	max-width: 575px;
	margin: 0 0 16px;
}

.contact-upload input {
	position: absolute;
	top: 0;
	left: 0;

	width: 1px;
	height: 1px;

	opacity: 0;
	overflow: hidden;
}

.contact-upload-label {
	display: grid;
	grid-template-columns: 16px minmax(0, 1fr);
	column-gap: 11px;
	align-items: start;

	width: 100%;
	margin: 0;
	padding: 11px 16px;

	border: 1px solid rgba(90, 52, 43, 0.15);
	border-radius: 5px;
	background: #ffffff;

	color: var(--color-brown);
	cursor: pointer;

	transition:
		border-color 0.2s ease,
		background-color 0.2s ease;
}

.contact-upload-label:hover {
	border-color: rgba(90, 52, 43, 0.28);
	background: rgba(247, 241, 237, 0.22);
}

.contact-upload-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	width: 16px;
	height: 16px;
	margin-top: 1px;

	color: var(--color-brown);

	font-size: 13px;
	line-height: 1;

	transform: rotate(-35deg);
}

.contact-upload-label strong {
	display: inline;

	color: var(--color-brown);

	font-size: 14px;
	font-weight: var(--fw-bold);
	line-height: 1.3;
}

.contact-upload-label span {
	font-weight: var(--fw-regular);
	color: rgba(90, 52, 43, 0.68);
}

.contact-upload-label small {
	display: block;
	grid-column: 2;

	margin-top: 1px;

	color: rgba(90, 52, 43, 0.48);

	font-size: 11px;
	font-weight: var(--fw-regular);
	line-height: 1.35;
}

/* Fichiers ajoutés */

.contact-upload-files {
	display: flex;
	flex-direction: column;
	gap: 8px;

	max-width: 575px;
	margin: 10px 0 14px;
}

.contact-upload-file {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr) auto;
	align-items: center;
	gap: 11px;

	padding: 8px 10px;

	border: 1px solid rgba(90, 52, 43, 0.12);
	border-radius: 5px;
	background: #ffffff;

	color: var(--color-brown);

	font-size: 12px;
}

.contact-upload-preview {
	width: 44px;
	height: 44px;

	border-radius: 4px;
	background: #f7f1ed;

	object-fit: cover;
	overflow: hidden;
}

.contact-upload-preview--file {
	display: flex;
	align-items: center;
	justify-content: center;

	color: rgba(90, 52, 43, 0.58);

	font-size: 10.5px;
	font-weight: var(--fw-semibold);
}

.contact-upload-file-name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.contact-upload-remove {
	flex: 0 0 auto;

	padding: 0;
	border: 0;
	background: transparent;

	color: var(--color-brown);

	font-family: var(--font-body);
	font-size: 12px;
	font-weight: var(--fw-semibold);

	cursor: pointer;
	opacity: 0.68;
}

.contact-upload-remove:hover {
	color: var(--color-accent);
	opacity: 1;
}

/* =========================================================
   BOUTON ENVOI
   ========================================================= */

.contact-submit,
.contact-submit:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	width: 332px;
	max-width: 100%;
	min-height: 44px;
	margin-top: 0;
	padding: 0 26px;

	border: 0 !important;
	border-radius: 5px !important;

	background: var(--color-brown) !important;
	background-color: var(--color-brown) !important;
	background-image: none !important;

	color: #fffdfb !important;

	font-family: var(--font-body);
	font-size: 12.8px;
	font-weight: var(--fw-bold);
	line-height: 1;
	letter-spacing: 0.02em;
	text-align: center;
	text-decoration: none !important;
	white-space: nowrap;

	box-shadow: none !important;
	filter: none !important;
	cursor: pointer;

	transition:
		background-color 0.22s ease,
		color 0.22s ease,
		transform 0.22s ease;
}

.contact-submit::before,
.contact-submit::after {
	display: none !important;
	content: none !important;
}

.contact-submit:hover {
	background: #43251f !important;
	background-color: #43251f !important;
	color: #fffdfb !important;

	transform: translateY(-1px);
}

.contact-submit:active {
	transform: translateY(0);
}

.contact-submit:focus-visible {
	outline: 2px solid rgba(90, 52, 43, 0.28);
	outline-offset: 4px;
}

/* =========================================================
   CONFIDENTIALITÉ / ALERTES
   ========================================================= */

.contact-privacy {
	max-width: 575px;
	margin: 11px 0 0;

	color: rgba(90, 52, 43, 0.48);

	font-family: var(--font-body);
	font-size: 11px;
	font-weight: var(--fw-regular);
	line-height: 1.45;
}

.contact-privacy a {
	color: var(--color-brown);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.contact-hp {
	position: absolute;
	left: -9999px;
	opacity: 0;
}

.contact-alert {
	position: relative;
	max-width: 575px;
	margin: 0 0 24px;
	padding: 14px 18px 14px 48px;

	border: 1px solid rgba(185, 123, 86, 0.34);
	border-radius: 6px;
	background: #faf6f3;
	color: var(--color-brown);

	font-family: var(--font-body);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
}

/*
 * Le message contient un retour à la ligne :
 * la première ligne devient légèrement plus forte.
 */
.contact-alert--success::first-line {
	font-weight: var(--fw-semibold);
}

.contact-alert--success::before,
.contact-alert--error::before {
	position: absolute;
	top: 50%;
	left: 18px;

	display: flex;
	align-items: center;
	justify-content: center;

	width: 20px;
	height: 20px;

	border-radius: 50%;
	color: #ffffff;

	font-size: 12px;
	font-weight: 700;
	line-height: 1;

	transform: translateY(-50%);
}

.contact-alert--success {
	background: #faf6f3;
	color: var(--brand-success, var(--color-brown));
}

.contact-alert--success::before {
	content: "✓";
	background: var(--brand-success, var(--color-brown));
}

.contact-alert--error {
	border-color: rgba(122, 47, 38, 0.3);
	background: #fff7f5;
	color: var(--brand-error, #7a2f26);
}

.contact-alert--error::first-line {
	font-weight: var(--fw-semibold);
}

.contact-alert--error::before {
	content: "!";
	background: var(--brand-error, #7a2f26);
}

/* Champs des formulaires principaux — neutralise l’autoremplissage navigateur. */
.contact-form input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]):not([type="reset"]):not([type="file"]):-webkit-autofill,
.contact-form input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]):not([type="reset"]):not([type="file"]):-webkit-autofill:hover,
.contact-form input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]):not([type="reset"]):not([type="file"]):-webkit-autofill:focus,
.contact-form input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]):not([type="reset"]):not([type="file"]):-webkit-autofill:active,
.contact-form textarea:-webkit-autofill,
.contact-form textarea:-webkit-autofill:hover,
.contact-form textarea:-webkit-autofill:focus,
.contact-form textarea:-webkit-autofill:active,
.woocommerce-account .woocommerce form input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]):not([type="reset"]):not([type="file"]):-webkit-autofill,
.woocommerce-account .woocommerce form input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]):not([type="reset"]):not([type="file"]):-webkit-autofill:hover,
.woocommerce-account .woocommerce form input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]):not([type="reset"]):not([type="file"]):-webkit-autofill:focus,
.woocommerce-account .woocommerce form input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]):not([type="reset"]):not([type="file"]):-webkit-autofill:active,
.woocommerce-account .woocommerce form textarea:-webkit-autofill,
.woocommerce-account .woocommerce form textarea:-webkit-autofill:hover,
.woocommerce-account .woocommerce form textarea:-webkit-autofill:focus,
.woocommerce-account .woocommerce form textarea:-webkit-autofill:active {
	background-color: #ffffff !important;
	-webkit-text-fill-color: var(--color-brown, #5a342b) !important;
	-webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
	box-shadow: 0 0 0 1000px #ffffff inset !important;
	caret-color: var(--color-brown, #5a342b);
	transition: background-color 9999s ease-out 0s;
}

/* Conserve le halo de focus propre au contact et à l’espace client. */
.contact-form input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]):not([type="reset"]):not([type="file"]):-webkit-autofill:focus,
.contact-form textarea:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 1000px #ffffff inset, 0 0 0 3px rgba(185, 123, 86, 0.09) !important;
	box-shadow: 0 0 0 1000px #ffffff inset, 0 0 0 3px rgba(185, 123, 86, 0.09) !important;
}

.woocommerce-account .woocommerce form input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]):not([type="reset"]):not([type="file"]):-webkit-autofill:focus,
.woocommerce-account .woocommerce form textarea:-webkit-autofill:focus {
	-webkit-box-shadow:
		0 0 0 1000px #ffffff inset,
		0 0 0 2px rgba(90, 52, 43, 0.055) !important;

	box-shadow:
		0 0 0 1000px #ffffff inset,
		0 0 0 2px rgba(90, 52, 43, 0.055) !important;
}

/* Fallback Firefox, limité aux mêmes champs texte. */
.contact-form input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]):not([type="reset"]):not([type="file"]):autofill,
.contact-form textarea:autofill,
.woocommerce-account .woocommerce form input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]):not([type="reset"]):not([type="file"]):autofill,
.woocommerce-account .woocommerce form textarea:autofill {
	background-color: #ffffff;
	color: var(--color-brown, #5a342b);
	caret-color: var(--color-brown, #5a342b);
}

@media (max-width: 767px) {
	.contact-alert {
		padding: 13px 15px 13px 43px;
		font-size: 12.8px;
	}

	.contact-alert--success::before,
	.contact-alert--error::before {
		left: 15px;
	}
}

/* =========================================================
   SIDEBAR — FAQ
   ========================================================= */

.contact-faq {
	width: 100%;
	margin: 0;
	padding: 14px 0 30px;

	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.contact-faq::before,
.contact-faq::after {
	display: none !important;
	content: none !important;
}

.contact-faq h2 {
	max-width: 370px;
	margin: 0 0 12px;

	color: var(--color-brown);

	font-family: var(--font-title);
	font-size: clamp(26px, 1.9vw, 31px);
	font-weight: var(--fw-regular);
	line-height: 1.05;
	letter-spacing: -0.036em;
}

.contact-faq p {
	max-width: 500px;
	margin: 0 0 20px;

	color: rgba(90, 52, 43, 0.78);

	font-family: var(--font-body);
	font-size: 14px;
	font-weight: var(--fw-regular);
	line-height: 1.54;
}

/* Bouton FAQ — lien texte */

.contact-faq .contact-faq-button,
.contact-faq .contact-faq-button:visited,
.contact-sidebar .contact-faq a.contact-faq-button,
.contact-sidebar .contact-faq a.contact-faq-button:visited {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: flex-start !important;

	width: auto !important;
	min-width: 0 !important;
	min-height: 0 !important;
	padding: 0 0 4px !important;

	border: 0 !important;
	border-bottom: 1px solid currentColor !important;
	border-radius: 0 !important;

	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;

	color: var(--color-brown) !important;

	font-family: var(--font-body) !important;
	font-size: 13.5px !important;
	font-weight: var(--fw-bold) !important;
	line-height: 1.2 !important;
	letter-spacing: 0 !important;
	text-decoration: none !important;
	white-space: nowrap !important;

	box-shadow: none !important;
	filter: none !important;
	transform: none !important;

	transition:
		color 0.2s ease,
		opacity 0.2s ease,
		transform 0.2s ease;
}

.contact-faq .contact-faq-button::after,
.contact-sidebar .contact-faq a.contact-faq-button::after {
	content: "→" !important;
	display: inline-block !important;
	margin-left: 8px;

	color: currentColor;

	transform: translateY(-1px);
	transition: transform 0.2s ease;
}

.contact-faq .contact-faq-button::before,
.contact-sidebar .contact-faq a.contact-faq-button::before {
	display: none !important;
	content: none !important;
}

.contact-faq .contact-faq-button:hover,
.contact-sidebar .contact-faq a.contact-faq-button:hover {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;

	color: var(--color-accent) !important;

	box-shadow: none !important;
	filter: none !important;
	transform: none !important;
}

.contact-faq .contact-faq-button:hover::after,
.contact-sidebar .contact-faq a.contact-faq-button:hover::after {
	transform: translate(3px, -1px);
}

/* =========================================================
   SIDEBAR — DÉTAILS CONTACT
   ========================================================= */

.contact-details {
	width: 100%;
	margin: 0;
	padding: 0;

	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.contact-details::before {
	content: "";

	display: block;

	width: 100%;
	height: 1px;
	margin: 0 0 30px;

	background: rgba(90, 52, 43, 0.14);
}

.contact-detail {
	display: grid;
	grid-template-columns: 36px minmax(0, 1fr);
	column-gap: 18px;
	align-items: start;

	padding: 0;
}

.contact-detail + .contact-detail {
	margin-top: 28px;
	padding-top: 28px;

	border-top: 1px solid rgba(90, 52, 43, 0.12);
}

.contact-detail-icon {
	display: flex;
	align-items: flex-start;
	justify-content: center;

	width: 26px;
	height: 26px;
	margin-top: 1px;

	border: 0;
	border-radius: 0;
	background: transparent;

	color: var(--color-brown);
	flex: 0 0 26px;
}

.contact-detail-icon svg,
.contact-detail-icon img {
	display: none !important;
}

.contact-detail-icon::before {
	content: "";

	display: block;

	width: 23px;
	height: 23px;

	background-color: var(--color-brown);

	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;

	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
}

.contact-detail--email .contact-detail-icon::before {
	mask-image: url("../images/icon-email.svg");
	-webkit-mask-image: url("../images/icon-email.svg");
}

.contact-detail--store .contact-detail-icon::before {
	mask-image: url("../images/icon-localisation.svg");
	-webkit-mask-image: url("../images/icon-localisation.svg");
}

.contact-detail-content {
	min-width: 0;
}

.contact-detail h2 {
	margin: 0 0 10px;

	color: var(--color-brown);

	font-family: var(--font-title);
	font-size: clamp(23px, 1.45vw, 26px);
	font-weight: var(--fw-regular);
	line-height: 1.08;
	letter-spacing: -0.032em;
}

.contact-detail a,
.contact-detail strong {
	display: block;
	margin: 0 0 8px;

	color: var(--color-brown);

	font-family: var(--font-body);
	font-size: 14px;
	font-weight: var(--fw-bold);
	line-height: 1.45;
	text-decoration: none;
}

.contact-detail a:hover {
	color: var(--color-accent);
}

.contact-detail p {
	max-width: 300px;
	margin: 0 0 10px;

	color: rgba(90, 52, 43, 0.78);

	font-family: var(--font-body);
	font-size: 13.5px;
	font-weight: var(--fw-regular);
	line-height: 1.5;
}

.contact-detail p:last-child {
	margin-bottom: 0;
}

/* Si l’ancien contenu boutique contient encore trop de lignes,
   on limite l’affichage pour garder le rendu validé. */
.contact-detail--store p:nth-of-type(n+2) {
	display: none;
}

/* Lien du bloc boutique */
.contact-detail--store a {
	display: inline-flex;
	width: fit-content;
	margin-top: 4px;
	padding-bottom: 4px;

	border-bottom: 1px solid currentColor;

	font-size: 13.5px;
	font-weight: var(--fw-bold);
	line-height: 1.2;
	text-decoration: none !important;
}

.contact-detail--store a::after {
	content: "→";
	display: inline-block;
	margin-left: 8px;

	transform: translateY(-1px);
	transition: transform 0.2s ease;
}

.contact-detail--store a:hover::after {
	transform: translate(3px, -1px);
}

/* =========================================================
   RESPONSIVE TABLETTE
   ========================================================= */

@media (max-width: 980px) {
	.contact-container {
		width: min(100% - 64px, 640px);
	}

	.contact-section {
		padding: 52px 0 78px;
	}

	.contact-layout {
		grid-template-columns: 1fr;
		row-gap: 54px;
	}

	.contact-form {
		max-width: 100%;
	}

	.contact-sidebar {
		padding-left: 0;
	}

	.contact-sidebar::before {
		display: none;
		content: none;
	}

	.contact-faq {
		padding: 0 0 30px;
	}

	.contact-details::before {
		margin-bottom: 28px;
	}

	.contact-detail + .contact-detail {
		margin-top: 24px;
		padding-top: 24px;
	}
}

/* =========================================================
   RESPONSIVE MOBILE
   ========================================================= */

@media (max-width: 700px) {
	.contact-container {
		width: min(100% - 64px, 640px);
	}

	.contact-section {
		padding: 38px 0 62px;
	}

	.contact-layout {
		row-gap: 42px;
	}

	.contact-heading {
		margin-bottom: 28px;
	}

	.contact-heading h1 {
		margin-bottom: 15px;

		font-size: clamp(48px, 8vw, 52px);
		line-height: 0.94;
		letter-spacing: -0.06em;
	}

	.contact-heading p {
		font-size: 15.5px;
		line-height: 1.6;
	}

	.contact-field {
		margin-bottom: 17px;
	}

	.contact-field input,
	.contact-field select {
		height: 46px;
		padding: 0 16px;
	}

	.contact-field textarea {
		min-height: 136px;
		padding: 15px 16px;
	}

	.contact-upload {
		margin-bottom: 18px;
	}

	.contact-upload-label {
		grid-template-columns: 17px minmax(0, 1fr);
		column-gap: 10px;
		padding: 13px 14px;
	}

	.contact-upload-label strong {
		font-size: 14.5px;
	}

	.contact-upload-label small {
		font-size: 11.5px;
	}

	.contact-submit {
		width: 100%;
		min-height: 48px;
	}

	.contact-privacy {
		font-size: 11px;
		line-height: 1.55;
	}

	.contact-faq {
		padding: 0 0 26px;
	}

	.contact-faq h2 {
		margin-bottom: 13px;

		font-size: clamp(24px, 5vw, 26px);
		line-height: 1.06;
	}

	.contact-faq p {
		max-width: 500px;
		margin-bottom: 22px;

		font-size: 14.5px;
		line-height: 1.6;
	}

	.contact-details::before {
		margin-bottom: 25px;
	}

	.contact-detail {
		grid-template-columns: 38px minmax(0, 1fr);
		column-gap: 16px;
	}

	.contact-detail + .contact-detail {
		margin-top: 26px;
		padding-top: 26px;
	}

	.contact-detail-icon {
		width: 28px;
		height: 28px;
		flex: 0 0 28px;
	}

	.contact-detail-icon::before {
		width: 24px;
		height: 24px;
	}

	.contact-detail h2 {
		margin-bottom: 11px;
		font-size: clamp(22px, 5.2vw, 24px);
	}

	.contact-detail a,
	.contact-detail strong {
		font-size: 14px;
		white-space: normal;
	}

	.contact-detail p {
		max-width: 100%;
		font-size: 13.8px;
		line-height: 1.6;
	}
}

/* =========================================================
   TRÈS PETIT MOBILE
   ========================================================= */

@media (max-width: 420px) {
	.contact-container {
		width: min(100% - 32px, 390px);
	}

	.contact-heading h1 {
		font-size: clamp(44px, 15vw, 58px);
	}

	.contact-field input,
	.contact-field textarea {
		font-size: 14.5px;
	}
}

/* =========================================================
   CONTACT — AJUSTEMENT 320–360 PX
   ========================================================= */

@media (max-width: 360px) {
	.contact-detail {
		grid-template-columns: 32px minmax(0, 1fr);
		column-gap: 12px;
	}

	.contact-detail-icon {
		width: 26px;
		height: 26px;
		flex: 0 0 26px;
	}

	.contact-detail-icon::before {
		width: 22px;
		height: 22px;
	}

	.contact-detail h2 {
		margin-bottom: 9px;
		font-size: 21px;
		line-height: 1.08;
	}
}


/* =========================================================
   PAGE CONTACT — FINITION DESKTOP 
   À GARDER TOUT EN BAS DU BLOC CONTACT
   ========================================================= */

@media (min-width: 981px) {
	/* Remonte légèrement toute la page */
	.contact-section {
		padding-top: clamp(28px, 3.2vw, 44px) !important;
		padding-bottom: clamp(68px, 5.6vw, 92px) !important;
	}

	/* Rééquilibre la largeur globale */
	.contact-container {
		width: min(100% - 56px, 1160px) !important;
	}

	.contact-layout {
		grid-template-columns: minmax(0, 565px) minmax(0, 385px) !important;
		column-gap: clamp(52px, 4.4vw, 70px) !important;
	}

	/* Titre encore éditorial, mais un peu moins envahissant */
	.contact-heading {
		margin-bottom: 22px !important;
	}

	.contact-heading h1 {
		margin-bottom: 10px !important;
		font-size: clamp(50px, 4.55vw, 66px) !important;
		line-height: 0.96 !important;
		letter-spacing: -0.052em !important;
	}

	.contact-heading p {
		font-size: 15.8px !important;
		line-height: 1.46 !important;
	}

	/* Formulaire : compact mais pas tassé */
	.contact-field {
		margin-bottom: 13px !important;
	}

	.contact-field label,
	.contact-upload label {
		margin-bottom: 5px !important;
		font-size: 12.8px !important;
	}

	.contact-field input {
		height: 42px !important;
	}

	.contact-field textarea {
		min-height: 106px !important;
	}

	.contact-upload {
		margin-bottom: 14px !important;
	}

	.contact-upload-label {
		padding: 10px 15px !important;
	}

	/* Bouton : un peu plus élégant et moins bloc massif */
	.contact-submit,
	.contact-submit:visited {
		width: 300px !important;
		min-height: 43px !important;
		padding: 0 24px !important;

		border-radius: 4px !important;

		font-size: 12.7px !important;
		letter-spacing: 0.015em !important;
	}

	.contact-privacy {
		max-width: 500px !important;
		margin-top: 10px !important;
		font-size: 10.8px !important;
		line-height: 1.42 !important;
	}

	/* Sidebar : hiérarchie un peu plus fine */
	.contact-sidebar {
		padding-left: clamp(34px, 3.2vw, 48px) !important;
	}

	.contact-faq {
		padding-top: 10px !important;
		padding-bottom: 28px !important;
	}

	.contact-faq h2 {
		max-width: 360px !important;
		font-size: clamp(25px, 1.75vw, 29px) !important;
		line-height: 1.06 !important;
		letter-spacing: -0.034em !important;
	}

	.contact-faq p {
		max-width: 345px !important;
		margin-bottom: 18px !important;
		font-size: 13.8px !important;
		line-height: 1.52 !important;
	}

	.contact-details::before {
		margin-bottom: 28px !important;
	}

	.contact-detail {
		grid-template-columns: 34px minmax(0, 1fr) !important;
		column-gap: 17px !important;
	}

	.contact-detail + .contact-detail {
		margin-top: 26px !important;
		padding-top: 26px !important;
	}

	.contact-detail-icon::before {
		width: 21px !important;
		height: 21px !important;
	}

	.contact-detail h2 {
		margin-bottom: 9px !important;
		font-size: clamp(22px, 1.36vw, 25px) !important;
		line-height: 1.08 !important;
	}

	.contact-detail a,
	.contact-detail strong {
		margin-bottom: 7px !important;
		font-size: 13.8px !important;
		line-height: 1.42 !important;
	}

	.contact-detail p {
		max-width: 292px !important;
		font-size: 13.2px !important;
		line-height: 1.48 !important;
	}

	.contact-detail--store a {
		margin-top: 3px !important;
		padding-bottom: 4px !important;
		font-size: 13.3px !important;
	}
}



/* =========================================================
   PAGE CONTACT — RÉÉQUILIBRAGE SIDEBAR DESKTOP
   À GARDER TOUT EN BAS DU BLOC CONTACT
   ========================================================= */

@media (min-width: 981px) {
	.contact-layout {
		grid-template-columns: minmax(0, 575px) minmax(300px, 1fr) !important;
		column-gap: clamp(32px, 4.2vw, 70px) !important;
	}

	.contact-sidebar {
		padding-left: clamp(28px, 3vw, 48px) !important;
		padding-top: 18px !important;
	}

	.contact-sidebar::before {
		top: -4px !important;
		bottom: 12px !important;
		background: rgba(90, 52, 43, 0.10) !important;
	}

	.contact-faq {
		padding-top: 0 !important;
		padding-bottom: 34px !important;
	}

	.contact-faq h2 {
		max-width: 390px !important;
		font-size: clamp(26px, 1.85vw, 31px) !important;
	}

	.contact-faq p {
		max-width: 370px !important;
		margin-bottom: 22px !important;
	}

	.contact-details::before {
		margin-bottom: 32px !important;
		background: rgba(90, 52, 43, 0.11) !important;
	}

	.contact-detail {
		grid-template-columns: 38px minmax(0, 1fr) !important;
		column-gap: 20px !important;
	}

	.contact-detail + .contact-detail {
		margin-top: 32px !important;
		padding-top: 32px !important;
		border-top-color: rgba(90, 52, 43, 0.11) !important;
	}

	.contact-detail h2 {
		font-size: clamp(23px, 1.5vw, 27px) !important;
	}

	.contact-detail p {
		max-width: 330px !important;
	}

	.contact-detail--store a {
		margin-top: 5px !important;
	}
}


















/* =========================================================
   PAGES LÉGALES — CGV / MENTIONS / CONFIDENTIALITÉ
   ========================================================= */

.legal-page {
  background: var(--color-light);
  color: var(--color-brown);
}

.legal-container {
  width: min(calc(100% - clamp(40px, 10.5vw, 64px)), 920px);
  margin: 0 auto;
}

.legal-container--narrow {
  width: min(calc(100% - clamp(40px, 10.5vw, 64px)), 860px);
  margin: 0 auto;
}

/* =========================================================
   HERO LÉGAL
   ========================================================= */

.legal-page .legal-hero {
  padding: clamp(50px, 5.4vw, 72px) 0 clamp(26px, 3vw, 38px);
  text-align: center;
}

.legal-page .legal-hero h1,
.legal-page .legal-title {
  margin: 0;

  color: var(--color-brown);

  font-family: var(--font-title);
  font-size: clamp(42px, 4vw, 58px);
  font-weight: var(--fw-regular);
  line-height: 1.03;
  letter-spacing: -0.03em;
  text-align: center;
}

.legal-page .legal-title-separator {
  display: none;
}

/* =========================================================
   CONTENU LÉGAL
   ========================================================= */

.legal-page .legal-content-section {
  padding: 0 0 clamp(72px, 6vw, 96px);
}

.legal-page .legal-content {
  max-width: 860px;
  margin: 0 auto;
  padding: 0;

  color: rgba(90, 52, 43, 0.84);

  font-family: var(--font-body);
  font-size: clamp(14px, calc(13.5px + 0.25vw), 14.5px);
  font-weight: var(--fw-regular);
  line-height: 1.6;
}

.legal-page .legal-content > p:first-child,
.legal-page .legal-content > p:first-child + p,
.legal-page .legal-content > .legal-section-text:first-child,
.legal-page .legal-content > .legal-section-text:first-child p {
  font-size: clamp(15px, calc(13.5px + 0.5vw), 15.5px);
  line-height: 1.6;
}

/* =========================================================
   INTRO SOUS LE TITRE
   ========================================================= */

/* Cas 1 : intro en paragraphes directs, ex. CGV */
.legal-page .legal-content > p:first-child {
  max-width: 780px;
  margin: 0 auto 8px;

  color: rgba(90, 52, 43, 0.78);
  text-align: center;
}

.legal-page .legal-content > p:first-child + p {
  max-width: 780px;
  margin: 0 auto 30px;

  color: rgba(90, 52, 43, 0.78);
  text-align: center;
}

/* Cas 2 : intro rendue dans un bloc texte, ex. confidentialité */
.legal-page .legal-content > .legal-section-text:first-child {
  max-width: 780px;
  margin: 0 auto 30px;

  color: rgba(90, 52, 43, 0.78);
  text-align: center;
}

.legal-page .legal-content > .legal-section-text:first-child p {
  margin-bottom: 0;
  text-align: center;
}

/* =========================================================
   PARAGRAPHES
   ========================================================= */

.legal-page .legal-content p,
.legal-page .legal-section-text p {
  margin: 0 0 13px;
  line-height: 1.6;
}

.legal-page .legal-content p:last-child,
.legal-page .legal-section-text p:last-child {
  margin-bottom: 0;
}

/* =========================================================
   TITRES DE SECTIONS
   ========================================================= */

.legal-page .legal-content h2,
.legal-page .legal-section h2 {
  margin: clamp(26px, 2.8vw, 34px) 0 10px;
  padding-top: 0;
  border-top: 0;

  color: var(--color-brown);

  font-family: var(--font-title);
  font-size: clamp(24px, 1.95vw, 29px);
  font-weight: var(--fw-regular);
  line-height: 1.12;
  letter-spacing: -0.022em;
}

.legal-page .legal-content h2:first-child,
.legal-page .legal-section:first-child h2 {
  margin-top: 0;
}

.legal-page .legal-content h3,
.legal-page .legal-content h4 {
  margin: 26px 0 9px;

  color: rgba(90, 52, 43, 0.72);

  font-family: var(--font-body);
  font-size: 12.5px;
  font-weight: var(--fw-bold);
  line-height: 1.35;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

/* =========================================================
   SECTIONS GÉNÉRÉES PAR LES TEMPLATES PHP
   ========================================================= */

.legal-page .legal-section {
  padding: clamp(14px, 2vw, 24px) 0;
  border-bottom: 0;
}

.legal-page .legal-section:first-child {
  padding-top: 0;
}

.legal-page .legal-section:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.legal-page .legal-section-text {
  color: rgba(90, 52, 43, 0.84);

  font-family: var(--font-body);
  font-size: clamp(14px, calc(13.5px + 0.25vw), 14.5px);
  font-weight: var(--fw-regular);
  font-style: normal;
  line-height: 1.6;
}

/* =========================================================
   TABLEAUX
   ========================================================= */

.legal-page .legal-section table {
  width: 100%;
  border-collapse: collapse;
}

.legal-page .legal-section td,
.legal-page .legal-section th {
  padding: 4px 0;

  color: rgba(90, 52, 43, 0.84);

  font-family: var(--font-body);
  font-size: clamp(14px, calc(13.5px + 0.25vw), 14.5px);
  font-style: normal;
  line-height: 1.58;
  text-align: left;
  vertical-align: top;
}

.legal-page .legal-section td:first-child,
.legal-page .legal-section th:first-child {
  width: 128px;
  padding-right: 28px;

  color: rgba(90, 52, 43, 0.82);
  font-weight: var(--fw-semibold);
}

/* =========================================================
   LIENS / GRAS / LISTES
   ========================================================= */

.legal-page .legal-content strong,
.legal-page .legal-content b,
.legal-page .legal-section-text strong,
.legal-page .legal-section-text b {
  color: var(--color-brown);
  font-weight: var(--fw-bold);
}

.legal-page .legal-content a,
.legal-page .legal-section-text a {
  color: var(--color-brown);
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.legal-page .legal-content a:hover,
.legal-page .legal-section-text a:hover {
  color: var(--color-accent);
}

.legal-page .legal-content ul,
.legal-page .legal-content ol,
.legal-page .legal-section-text ul,
.legal-page .legal-section-text ol {
  margin: 10px 0 18px 20px;
  padding: 0;
}

.legal-page .legal-content p,
.legal-page .legal-content li,
.legal-page .legal-section-text p,
.legal-page .legal-section-text li,
.legal-page .legal-section td,
.legal-page .legal-section th {
  overflow-wrap: anywhere;
}

.legal-page .legal-content li,
.legal-page .legal-section-text li {
  margin-bottom: 5px;
  line-height: 1.58;
}

/* =========================================================
   POLITIQUE DE CONFIDENTIALITÉ
   ========================================================= */

.legal-page--privacy .legal-content ul {
  margin-top: 10px;
  margin-bottom: 18px;
}

.legal-page--privacy .legal-content li {
  margin-bottom: 5px;
}

/* =========================================================
   RESPONSIVE — TABLETTE
   ========================================================= */

@media (max-width: 900px) {
  .legal-page .legal-hero {
    padding: 46px 0 30px;
  }

  .legal-page .legal-content-section {
    padding-bottom: 72px;
  }
}

/* =========================================================
   RESPONSIVE — PETITE TABLETTE ET MOBILE
   ========================================================= */

@media (max-width: 767px) {
  .legal-page .legal-hero {
    padding: 36px 0 24px;
    text-align: left;
  }

  .legal-page .legal-hero h1,
  .legal-page .legal-title {
    font-size: clamp(30px, 7.5vw, 42px);
    line-height: 1.02;
    letter-spacing: -0.022em;
    text-align: left;
  }

  .legal-page .legal-content-section {
    padding-bottom: 64px;
  }

 .legal-page .legal-content,
.legal-page .legal-section-text {
  font-size: 13.5px;
  line-height: 1.55;
}

.legal-page .legal-section td,
.legal-page .legal-section th {
  font-size: 13.5px;
  line-height: 1.55;
}

.legal-page .legal-content > p:first-child,
.legal-page .legal-content > p:first-child + p,
.legal-page .legal-content > .legal-section-text:first-child,
.legal-page .legal-content > .legal-section-text:first-child p {
  max-width: none;
  margin-left: 0;
  margin-right: 0;

  font-size: 13.5px;
  line-height: 1.6;
  text-align: left;
}

  .legal-page .legal-content > p:first-child {
    margin-bottom: 7px;
  }

  .legal-page .legal-content > p:first-child + p,
  .legal-page .legal-content > .legal-section-text:first-child {
    margin-bottom: 24px;
  }

 .legal-page .legal-content p,
.legal-page .legal-section-text p {
  margin-bottom: 10px;
  line-height: 1.55;
}

  .legal-page .legal-content h2,
  .legal-page .legal-section h2 {
    margin: 26px 0 8px;

    font-size: clamp(24px, 4.2vw, 27px);
    line-height: 1.1;
    letter-spacing: -0.02em;
  }

  .legal-page .legal-section {
    padding: 14px 0;
  }
}

/* =========================================================
   RESPONSIVE — TABLEAUX MOBILES
   ========================================================= */

@media (max-width: 600px) {
  .legal-page .legal-section td,
  .legal-page .legal-section th {
    display: block;
    width: 100%;
    padding-right: 0;

    line-height: 1.58;
  }

  .legal-page .legal-section td:first-child,
  .legal-page .legal-section th:first-child {
    width: 100%;
    padding-right: 0;
    padding-bottom: 2px;
  }

  .legal-page .legal-content ul,
  .legal-page .legal-content ol,
  .legal-page .legal-section-text ul,
  .legal-page .legal-section-text ol {
    margin: 8px 0 16px 18px;
  }

  .legal-page .legal-content li,
  .legal-page .legal-section-text li {
    margin-bottom: 4px;
    line-height: 1.56;
  }
}



/* ==========================================================================
   Sticky desktop — correction overflow global
   ========================================================================== */

body {
  --umatatea-announcement-offset: var(--top-banner-height);
}

body:not(:has(.site-top-banner)) {
  --umatatea-announcement-offset: 0px;
}

@media (min-width: 1101px) {
  html,
  body {
    overflow-x: clip !important;
    overflow-y: visible !important;
  }

  .site,
  .site-main,
  .main,
  main,
  .page,
  .page-content,
  .woocommerce,
  .woocommerce-page {
    overflow: visible !important;
  }

  .site-top-banner {
    position: sticky !important;
    top: 0 !important;
    z-index: 1200 !important;
  }

  .site-header {
    position: sticky !important;
    top: var(--umatatea-announcement-offset) !important;
    z-index: 1199 !important;
  }
}


/* ==========================================================================
   Sticky desktop — correction finale sans fixed
   ========================================================================== */

@media (min-width: 1101px) {
  html,
  body {
    overflow-x: clip !important;
    overflow-y: visible !important;
  }

  .site,
  .site-main,
  .main,
  main,
  .page,
  .page-content,
  .woocommerce,
  .woocommerce-page,
  .shop-page,
  .shop-layout,
  .shop-content {
    overflow: visible !important;
  }

  .site-top-banner {
    position: sticky !important;
    top: 0 !important;
    z-index: 1200 !important;
  }

  .site-header {
    position: sticky !important;
    top: var(--umatatea-announcement-offset) !important;
    z-index: 1199 !important;
  }
}

/* ==========================================================================
   Header au scroll — bandeau chaud masqué, menu stable
   ========================================================================== */

@media (min-width: 1101px) {
  .site-top-banner {
    background: #fbf7f3 !important;
    background-color: #fbf7f3 !important;
    color: rgba(90, 52, 43, 0.72) !important;

    border: 0 !important;
    border-bottom: 0 !important;
    box-shadow: none !important;

    transition:
      opacity 120ms ease,
      transform 120ms ease,
      visibility 120ms ease;
  }

  .site-top-banner__message {
    color: rgba(90, 52, 43, 0.72) !important;
  }

  .site-header {
    background: #ffffff !important;
    background-color: #ffffff !important;

    border-top: 0 !important;
    border-bottom: 1px solid rgba(90, 52, 43, 0.055) !important;
    box-shadow: none !important;

    transition:
      border-color 140ms ease,
      box-shadow 140ms ease;
  }

  body.umatatea-header-compact .site-top-banner {
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;

    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(-100%) !important;
    overflow: hidden !important;

    border: 0 !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
  }

  body.umatatea-header-compact .site-header {
    top: 0 !important;
    border-bottom: 1px solid rgba(90, 52, 43, 0.065) !important;
    box-shadow: none !important;
  }

  body.umatatea-header-compact .header-inner {
    height: 84px !important;
    min-height: 84px !important;
  }

  body.umatatea-header-compact .header-left,
  body.umatatea-header-compact .header-logo,
  body.umatatea-header-compact .header-right {
    min-height: 84px !important;
  }

  body.umatatea-header-compact .header-logo svg,
  body.umatatea-header-compact .header-logo img {
    width: 140px !important;
  }
}

/* ==========================================================================
   Footer — formulaire newsletter AJAX
   ========================================================================== */

.newsletter-form-message {
  width: 100%;
  max-width: 100%;

  margin: 9px 0 0;

  color: rgba(255, 255, 255, 0.82);

  font-family: var(--font-body);
  font-size: 12px;
  font-weight: var(--fw-regular);
  line-height: 1.45;
  text-align: left;
}

.newsletter-form-message.is-success {
  color: rgba(255, 255, 255, 0.82);
}

.newsletter-form-message.is-error {
  color: #e6b8ad;
}

.newsletter-form.is-loading {
  opacity: 0.8;
}

.newsletter-form.is-loading button,
.newsletter-form button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.newsletter-form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* ==========================================================================
   Loaders globaux Ū Matatea
   ========================================================================== */

.umatatea-loader {
	display: inline-block;
	flex: 0 0 auto;
	width: var(--umatatea-loader-size);
	height: var(--umatatea-loader-size);
	border: var(--umatatea-loader-border-width) solid var(--umatatea-loader-track);
	border-top-color: var(--umatatea-loader-color);
	border-radius: 50%;
	background: transparent;
	box-shadow: none;
	vertical-align: middle;
	animation: umatatea-loader-spin var(--umatatea-loader-speed) linear infinite;
}

.umatatea-loader--small {
	width: var(--umatatea-loader-size-small);
	height: var(--umatatea-loader-size-small);
}

.umatatea-loader--button {
	width: var(--umatatea-loader-size-small);
	height: var(--umatatea-loader-size-small);
}

.umatatea-loader--overlay {
	width: var(--umatatea-loader-size);
	height: var(--umatatea-loader-size);
}

@keyframes umatatea-loader-spin {
	to {
		transform: rotate(360deg);
	}
}

/* Adaptateur commun des boutons déjà pilotés par les scripts du thème. */
.single_add_to_cart_button.loading,
.add_to_cart_button.loading,
.contact-form[aria-busy="true"] .contact-submit,
.newsletter-form.is-loading button,
.newsletter-form button:disabled {
	position: relative;
	cursor: wait;
}

.single_add_to_cart_button.loading::after,
.add_to_cart_button.loading::after,
.contact-form[aria-busy="true"] .contact-submit::after,
.newsletter-form.is-loading button::after,
.newsletter-form button:disabled::after {
	content: "" !important;
	display: inline-block !important;
	flex: 0 0 auto;
	width: var(--umatatea-loader-size-small);
	height: var(--umatatea-loader-size-small);
	margin-left: 10px;
	border: var(--umatatea-loader-border-width) solid currentColor;
	border-top-color: transparent;
	border-radius: 50%;
	background: transparent !important;
	box-shadow: none !important;
	vertical-align: middle;
	animation: umatatea-loader-spin var(--umatatea-loader-speed) linear infinite;
}

.single_add_to_cart_button.loading::after,
.add_to_cart_button.loading::after {
	border-color: currentColor;
	border-top-color: transparent;
}

@media (prefers-reduced-motion: reduce) {
	.umatatea-loader,
	.single_add_to_cart_button.loading::after,
	.add_to_cart_button.loading::after,
	.contact-form[aria-busy="true"] .contact-submit::after,
	.newsletter-form.is-loading button::after,
	.newsletter-form button:disabled::after {
		animation-duration: 1.8s;
	}
}
