/** Shopify CDN: Minification failed

Line 43:0 All "@import" rules must come first

**/
/* =========================================================
   THE GLOW CARE — Feuille de mise en forme globale
   Signature projet : glo
   Inspiration : Vegamour KEE
   ========================================================= */

/* ---------- 1. VARIABLES & BASE ---------- */
:root {
  --glo-creme: #FAF6EF;
  --glo-creme-clair: #F5EDE3;
  --glo-blanc-casse: #FFFFFF;
  --glo-ivoire: #EDE1D6;
  --glo-brun: #645544;
  --glo-brun-profond: #3D2E22;
  --glo-or: #8B6F47;
  --glo-or-clair: #C8A48B;
  --glo-or-profond: #6B4226;
  --glo-rose-vif: #C8A48B;
  --glo-rose-doux: #EDE1D6;
  --glo-rose: #C8A48B;
  --glo-rose-clair: #EDE1D6;

  --glo-serif: 'Cormorant Garamond', 'Times New Roman', serif;
  --glo-sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

  --glo-radius-btn: 999px;
  --glo-radius-card: 12px;
  --glo-radius-img: 16px;

  --glo-section-pad: clamp(60px, 8vw, 120px);
  --glo-container: 1440px;
  --glo-gutter: clamp(16px, 4vw, 60px);

  --glo-ease: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Import des polices Google Fonts — chargé depuis theme.liquid */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600&family=Inter:wght@300;400;500;600;700&display=swap');

/* ---------- 2. RESET LOCAL (scope .glo-*) ---------- */
.glo-section *,
.glo-section *::before,
.glo-section *::after {
  box-sizing: border-box;
}

.glo-section {
  font-family: var(--glo-sans);
  color: var(--glo-brun-profond);
  background-color: var(--glo-creme);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glo-section img {
  max-width: 100%;
  height: auto;
  display: block;
}

.glo-container {
  max-width: var(--glo-container);
  margin: 0 auto;
  padding: 0 var(--glo-gutter);
}

/* ---------- 3. UTILITAIRES TYPO ---------- */
.glo-h1 {
  font-family: var(--glo-serif);
  font-weight: 300;
  font-size: clamp(48px, 9vw, 110px);
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: var(--glo-brun);
  margin: 0;
}

.glo-h2 {
  font-family: var(--glo-serif);
  font-weight: 300;
  font-size: clamp(36px, 6vw, 72px);
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--glo-brun);
  margin: 0;
}

.glo-h3 {
  font-family: var(--glo-serif);
  font-weight: 400;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.2;
  color: var(--glo-brun);
  margin: 0;
}

.glo-eyebrow {
  font-family: var(--glo-sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--glo-or-profond);
  margin: 0 0 16px 0;
}

.glo-body {
  font-family: var(--glo-sans);
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.6;
  font-weight: 400;
  color: var(--glo-brun);
}

/* ---------- 4. BOUTONS ---------- */
.glo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 36px;
  font-family: var(--glo-sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: var(--glo-radius-btn);
  border: 1px solid var(--glo-brun);
  cursor: pointer;
  transition: all 0.25s var(--glo-ease);
  min-height: 48px;
}

.glo-btn--primary {
  background-color: var(--glo-brun-profond);
  color: var(--glo-creme);
  border-color: var(--glo-brun-profond);
}
.glo-btn--primary:hover {
  background-color: var(--glo-or-profond);
  border-color: var(--glo-or-profond);
}

.glo-btn--ghost {
  background-color: transparent;
  color: var(--glo-brun);
}
.glo-btn--ghost:hover {
  background-color: var(--glo-brun);
  color: var(--glo-creme);
}

.glo-btn--light {
  background-color: var(--glo-creme);
  color: var(--glo-brun);
  border-color: var(--glo-creme);
}
.glo-btn--light:hover {
  background-color: var(--glo-blanc-casse);
}

/* =========================================================
   SECTION : BARRE D'ANNONCE
   ========================================================= */
.glo-annonce {
  background: var(--glo-brun-profond);
  color: var(--glo-creme);
  font-family: var(--glo-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding: 12px 0;
  overflow: hidden;
  position: relative;
}

.glo-annonce__track {
  display: flex;
  gap: 80px;
  animation: glo-marquee 28s linear infinite;
  white-space: nowrap;
  width: max-content;
}

.glo-annonce__item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.glo-annonce__item::after {
  content: '✦';
  margin-left: 80px;
  color: var(--glo-or);
}

@keyframes glo-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* =========================================================
   SECTION : HERO
   ========================================================= */
.glo-hero {
  position: relative;
  min-height: clamp(560px, 90vh, 920px);
  display: flex;
  align-items: center;
  background-color: var(--glo-creme);
  overflow: hidden;
}

.glo-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.glo-hero__media img,
.glo-hero__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.glo-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(61, 46, 34, 0) 50%, rgba(61, 46, 34, 0.35) 100%);
  z-index: 1;
}

.glo-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 var(--glo-gutter);
  max-width: var(--glo-container);
  margin: 0 auto;
}

.glo-hero__eyebrow {
  color: var(--glo-creme);
  margin-bottom: 24px;
}

.glo-hero__title {
  color: var(--glo-creme);
  max-width: 14ch;
  margin-bottom: 28px;
}

.glo-hero__title em {
  font-style: italic;
  color: var(--glo-rose-clair);
}

.glo-hero__sub {
  color: var(--glo-creme);
  max-width: 50ch;
  margin: 0 0 40px 0;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.6;
}

.glo-hero__ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.glo-hero[data-align="center"] .glo-hero__inner { text-align: center; }
.glo-hero[data-align="center"] .glo-hero__title,
.glo-hero[data-align="center"] .glo-hero__sub { margin-left: auto; margin-right: auto; }
.glo-hero[data-align="center"] .glo-hero__ctas { justify-content: center; }

@media (max-width: 749px) {
  .glo-hero {
    min-height: 640px;
  }
  .glo-hero__ctas { flex-direction: column; align-items: flex-start; }
  .glo-hero[data-align="center"] .glo-hero__ctas { align-items: center; }
  .glo-hero__ctas .glo-btn { width: 100%; max-width: 320px; }
}

/* =========================================================
   GLOBAL : Header tweaks (cacher search, polir nav)
   ========================================================= */
.header__search,
.header__icon--search,
.header__search-bar,
details-modal[id*="search"],
.header__icon[aria-label*="echerche" i],
.header__icon[aria-label*="earch" i] {
  display: none !important;
}

.header__menu-item,
.header__menu-link,
.header__menu-list a,
header nav a {
  font-family: 'Inter', sans-serif !important;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-size: 12.5px !important;
  font-weight: 500;
}

/* Logo plus présent en typo signature */
.header__heading-link,
.header__heading,
header .header__heading-logo-wrapper a {
  font-family: 'Cormorant', serif !important;
  letter-spacing: 0.5px;
}

/* Annonce bar plus chic */
.announcement-bar__message,
.announcement-bar p,
.announcement-bar__link {
  letter-spacing: 1.4px !important;
  font-size: 11.5px !important;
  font-weight: 500;
  text-transform: uppercase;
}

/* =========================================================
   SECTION : HERO CARROUSEL (auto-play)
   ========================================================= */
.glo-hero-carousel {
  position: relative;
  min-height: clamp(560px, 90vh, 920px);
  background-color: var(--glo-creme);
  overflow: hidden;
  font-family: var(--glo-sans);
  color: var(--glo-brun);
}

.glo-hero-track {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
}

.glo-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s var(--glo-ease), visibility 0s linear 0.8s;
  display: flex;
  align-items: center;
}

.glo-hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.8s var(--glo-ease), visibility 0s linear 0s;
  z-index: 1;
}

.glo-hero-slide .glo-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.glo-hero-slide .glo-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.glo-hero-slide .glo-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(61, 46, 34, 0) 50%, rgba(61, 46, 34, 0.35) 100%);
  z-index: 1;
}

.glo-hero-slide .glo-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 clamp(40px, 8vw, 120px);
  max-width: var(--glo-container);
  margin: 0 auto;
}

.glo-hero-slide[data-align="left"] .glo-hero__inner { text-align: left; }
.glo-hero-slide[data-align="center"] .glo-hero__inner { text-align: center; }
.glo-hero-slide[data-align="right"] .glo-hero__inner { text-align: right; margin-left: auto; }
.glo-hero-slide[data-align="bottom-left"] { align-items: flex-end; }
.glo-hero-slide[data-align="bottom-left"] .glo-hero__inner { text-align: left; padding-bottom: clamp(40px, 6vw, 80px); }
.glo-hero-slide[data-align="bottom-left"] .glo-hero__title { max-width: 18ch; }
.glo-hero-slide[data-align="bottom-left"] .glo-hero__sub { max-width: 42ch; }

.glo-hero-slide[data-align="center"] .glo-hero__title,
.glo-hero-slide[data-align="center"] .glo-hero__sub {
  margin-left: auto;
  margin-right: auto;
}

.glo-hero-slide[data-align="right"] .glo-hero__inner > * {
  margin-left: auto;
}

.glo-hero-slide[data-align="right"] .glo-hero__ctas {
  justify-content: flex-end;
}

.glo-hero-slide[data-align="center"] .glo-hero__ctas {
  justify-content: center;
}

.glo-hero__eyebrow {
  color: var(--glo-brun-profond);
  margin-bottom: 24px;
}

.glo-hero__title {
  color: var(--glo-brun-profond);
  max-width: 14ch;
  margin: 0 0 28px 0;
  font-family: var(--glo-serif);
  font-weight: 400;
  font-size: clamp(40px, 7vw, 88px);
  line-height: 1.05;
  letter-spacing: -0.01em;
  position: relative;
  z-index: 3;
  text-shadow: 0 2px 24px rgba(250, 246, 239, 0.5);
}

.glo-hero__title em {
  font-style: italic;
  color: var(--glo-or-profond);
}

.glo-hero__inner {
  position: relative;
  z-index: 3;
}

.glo-hero__title p { margin: 0; }

.glo-hero__sub {
  color: var(--glo-brun-profond);
  max-width: 50ch;
  margin: 0 0 40px 0;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.6;
  position: relative;
  z-index: 3;
  text-shadow: 0 1px 16px rgba(250, 246, 239, 0.55);
}

.glo-hero__ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* Arrows */
.glo-hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(100, 85, 68, 0.15);
  color: var(--glo-brun-profond);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s var(--glo-ease), transform 0.25s var(--glo-ease);
}

.glo-hero-arrow:hover {
  background: var(--glo-creme);
  transform: translateY(-50%) scale(1.05);
}

.glo-hero-arrow svg {
  width: 22px;
  height: 22px;
}

.glo-hero-arrow--prev { left: clamp(12px, 2vw, 32px); }
.glo-hero-arrow--next { right: clamp(12px, 2vw, 32px); }

/* Dots */
.glo-hero-dots {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  gap: 10px;
}

.glo-hero-dot {
  width: 40px;
  height: 3px;
  background: rgba(61, 46, 34, 0.25);
  border: none;
  border-radius: 3px;
  cursor: pointer;
  padding: 0;
  transition: background 0.3s var(--glo-ease), width 0.3s var(--glo-ease);
}

.glo-hero-dot:hover { background: rgba(61, 46, 34, 0.5); }

.glo-hero-dot.is-active {
  background: var(--glo-brun-profond);
  width: 56px;
}

@media (max-width: 749px) {
  .glo-hero-carousel { min-height: 640px; }
  .glo-hero__title { font-size: clamp(32px, 9vw, 56px); max-width: 18ch; }
  .glo-hero-slide[data-align="right"] .glo-hero__inner { text-align: left; margin-left: 0; }
  .glo-hero-slide[data-align="right"] .glo-hero__inner > * { margin-left: 0; }
  .glo-hero-slide[data-align="right"] .glo-hero__ctas { justify-content: flex-start; }
  .glo-hero__ctas { flex-direction: column; align-items: flex-start; }
  .glo-hero__ctas .glo-btn { width: 100%; max-width: 320px; }
  .glo-hero-arrow { width: 40px; height: 40px; }
  .glo-hero-arrow svg { width: 18px; height: 18px; }
  .glo-hero-dots { bottom: 20px; }

  /* Hero stacked on mobile: image on top, text block below on cream */
  .glo-hero-carousel { min-height: 0; height: auto; background: var(--glo-creme); }
  .glo-hero-slide {
    position: relative;
    inset: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    opacity: 1;
    visibility: visible;
    transition: none;
  }
  .glo-hero-slide:not(.is-active) { display: none; }
  .glo-hero-slide .glo-hero__media {
    position: relative;
    inset: auto;
    width: 100%;
    aspect-ratio: 4 / 5;
    height: auto;
  }
  .glo-hero-slide .glo-hero__media img { width: 100%; height: 100%; object-fit: cover; }
  .glo-hero-slide .glo-hero__overlay { display: none; }
  .glo-hero-slide .glo-hero__inner {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 32px 24px 48px;
    background: var(--glo-creme);
  }
  .glo-hero-slide[data-align="bottom-left"] .glo-hero__inner,
  .glo-hero-slide[data-align="right"] .glo-hero__inner,
  .glo-hero-slide[data-align="left"] .glo-hero__inner,
  .glo-hero-slide[data-align="center"] .glo-hero__inner {
    text-align: left;
    padding-bottom: 48px;
    margin-left: 0;
  }
  .glo-hero-slide[data-align="bottom-left"] .glo-hero__title { max-width: 100%; }
  .glo-hero-slide[data-align="bottom-left"] .glo-hero__sub { max-width: 100%; }
  .glo-hero__title { text-shadow: none; color: var(--glo-brun-profond); }
  .glo-hero__sub { text-shadow: none; color: var(--glo-brun-profond); opacity: 0.78; }
  .glo-hero__eyebrow { color: var(--glo-or-profond); }
  .glo-hero__annotations { display: none; }
  .glo-hero-arrow { display: none; }
  .glo-hero-dots { position: relative; bottom: auto; margin: 16px 0 24px; }
}

/* =========================================================
   SECTION : TRIO PACKS
   ========================================================= */
.glo-packs {
  padding: var(--glo-section-pad) 0;
  background: var(--glo-creme-clair);
}

.glo-packs__head {
  text-align: center;
  margin-bottom: clamp(40px, 5vw, 70px);
  padding: 0 var(--glo-gutter);
}

.glo-packs__title { margin-bottom: 16px; }

.glo-packs__sub {
  max-width: 56ch;
  margin: 0 auto;
}

.glo-packs__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 32px);
  padding: 0 var(--glo-gutter);
}

.glo-pack {
  background-color: #FFFFFF;
  border: 1px solid rgba(199, 165, 116, 0.18);
  box-shadow: 0 6px 24px -12px rgba(61, 46, 34, 0.08);
  border-radius: var(--glo-radius-card);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.4s var(--glo-ease), box-shadow 0.4s var(--glo-ease);
}

.glo-pack:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px -20px rgba(61, 46, 34, 0.2);
}

.glo-pack__media {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--glo-creme);
}

.glo-pack__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.glo-pack__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--glo-ease);
  display: block;
}

.glo-pack:hover .glo-pack__media img { transform: scale(1.04); }

.glo-pack__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background-color: var(--glo-brun-profond);
  color: var(--glo-creme);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: var(--glo-radius-btn);
}

.glo-pack__body {
  padding: 28px 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex-grow: 1;
}

.glo-pack__name {
  font-family: var(--glo-serif);
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 400;
  line-height: 1.2;
  color: var(--glo-brun-profond);
  margin: 0;
}

.glo-pack__desc {
  font-size: 14px;
  line-height: 1.55;
  color: var(--glo-brun);
  margin: 0;
}

.glo-pack__price {
  font-family: var(--glo-serif);
  font-size: 28px;
  font-weight: 500;
  color: var(--glo-or-profond);
  margin: 4px 0 0 0;
}

.glo-pack__cta {
  margin-top: auto;
  align-self: flex-start;
}

@media (max-width: 989px) {
  .glo-packs__grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
}

/* =========================================================
   SECTION : RÉASSURANCE
   ========================================================= */
.glo-reassurance {
  padding: clamp(40px, 5vw, 70px) 0;
  background-color: var(--glo-ivoire);
  color: var(--glo-brun-profond);
  border-top: 1px solid rgba(199, 165, 116, 0.25);
  border-bottom: 1px solid rgba(199, 165, 116, 0.25);
}

.glo-reassurance__icon { color: var(--glo-or-profond); }
.glo-reassurance__label { color: var(--glo-brun-profond); }
.glo-reassurance__text { color: var(--glo-brun); opacity: 1; }

.glo-reassurance__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 3vw, 50px);
  padding: 0 var(--glo-gutter);
  max-width: var(--glo-container);
  margin: 0 auto;
}

.glo-reassurance__item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.glo-reassurance__icon {
  width: 40px;
  height: 40px;
  color: var(--glo-or);
}

.glo-reassurance__icon svg { width: 100%; height: 100%; fill: currentColor; }

.glo-reassurance__label {
  font-family: var(--glo-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--glo-creme);
  margin: 0;
}

.glo-reassurance__text {
  font-size: 13px;
  line-height: 1.5;
  color: var(--glo-rose);
  margin: 0;
  opacity: 0.9;
}

@media (max-width: 749px) {
  .glo-reassurance__grid { grid-template-columns: repeat(2, 1fr); }
}

/* =========================================================
   SECTION : BESTSELLER
   ========================================================= */
.glo-best {
  padding: var(--glo-section-pad) 0;
  background-color: var(--glo-creme-clair);
}

.glo-best__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(32px, 5vw, 80px);
  max-width: var(--glo-container);
  margin: 0 auto;
  padding: 0 var(--glo-gutter);
}

.glo-best__media {
  aspect-ratio: 4 / 5;
  border-radius: var(--glo-radius-img);
  overflow: hidden;
  background-color: var(--glo-rose);
}

.glo-best__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.glo-best__body { max-width: 520px; }

.glo-best__rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 13px;
  color: var(--glo-or);
  letter-spacing: 0.5px;
}

.glo-best__stars { letter-spacing: 2px; }

.glo-best__title {
  margin-bottom: 20px;
}

.glo-best__desc {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.65;
}

.glo-best__features {
  list-style: none;
  padding: 0;
  margin: 0 0 36px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.glo-best__features li {
  font-size: 14px;
  padding-left: 24px;
  position: relative;
  line-height: 1.5;
}

.glo-best__features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 1px;
  background-color: var(--glo-or);
}

.glo-best__price {
  font-family: var(--glo-serif);
  font-size: 28px;
  color: var(--glo-brun-profond);
  margin: 0 0 24px 0;
}

@media (max-width: 749px) {
  .glo-best__wrap { grid-template-columns: 1fr; }
}

/* =========================================================
   SECTION : CARROUSEL CATÉGORIES
   ========================================================= */
.glo-cats {
  padding: var(--glo-section-pad) 0;
  background-color: var(--glo-creme);
}

.glo-cats__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 var(--glo-gutter);
  max-width: var(--glo-container);
  margin: 0 auto clamp(32px, 4vw, 56px);
  gap: 24px;
}

.glo-cats__title { max-width: 12ch; }

.glo-cats__scroll {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0 var(--glo-gutter) 8px;
  scrollbar-width: none;
}

.glo-cats__scroll::-webkit-scrollbar { display: none; }

.glo-cat {
  flex: 0 0 clamp(240px, 22vw, 320px);
  text-decoration: none;
  color: var(--glo-brun);
  scroll-snap-align: start;
  display: block;
}

.glo-cat__media {
  aspect-ratio: 3 / 4;
  border-radius: var(--glo-radius-img);
  overflow: hidden;
  background-color: var(--glo-rose);
  margin-bottom: 16px;
}

.glo-cat__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--glo-ease);
}

.glo-cat:hover .glo-cat__media img { transform: scale(1.05); }

.glo-cat__name {
  font-family: var(--glo-serif);
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 4px 0;
  color: var(--glo-brun-profond);
}

.glo-cat__count {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--glo-or);
  margin: 0;
}

/* =========================================================
   SECTION : AVIS & UGC
   ========================================================= */
.glo-avis {
  padding: var(--glo-section-pad) 0;
  background-color: var(--glo-brun-profond);
  background-image: radial-gradient(ellipse at top, rgba(200,164,139,0.08) 0%, transparent 60%);
  color: var(--glo-creme);
  text-align: center;
  position: relative;
}

.glo-avis__head {
  max-width: 720px;
  margin: 0 auto clamp(40px, 5vw, 56px);
  padding: 0 var(--glo-gutter);
}

.glo-avis__eyebrow {
  display: inline-block;
  margin: 0 0 16px;
  font-family: var(--glo-sans);
  font-size: 11px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: var(--glo-or-clair);
  font-weight: 500;
}

.glo-avis__title {
  color: var(--glo-creme);
  margin: 0 auto 16px;
  max-width: 22ch;
}

.glo-avis__sub {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.7;
  margin: 0;
  color: var(--glo-creme);
}

.glo-avis__stars-overall {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding: 8px 18px;
  background: rgba(237, 225, 214, 0.08);
  border: 1px solid rgba(237, 225, 214, 0.15);
  border-radius: 999px;
  font-size: 13px;
  color: var(--glo-creme);
}

.glo-avis__stars-overall .glo-avis__stars-icons {
  color: var(--glo-or-clair);
  letter-spacing: 1.5px;
  font-size: 14px;
}

.glo-avis__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 0 var(--glo-gutter);
  max-width: var(--glo-container);
  margin: 0 auto;
}

.glo-avis-card {
  background: linear-gradient(180deg, rgba(237, 225, 214, 0.09) 0%, rgba(237, 225, 214, 0.04) 100%);
  border: 1px solid rgba(237, 225, 214, 0.14);
  border-radius: 8px;
  padding: 32px 28px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: transform 0.35s var(--glo-ease), border-color 0.35s var(--glo-ease), box-shadow 0.35s var(--glo-ease);
  position: relative;
}

.glo-avis-card:hover {
  transform: translateY(-4px);
  border-color: rgba(237, 225, 214, 0.28);
  box-shadow: 0 24px 60px rgba(0,0,0,0.25);
}

.glo-avis-card::before {
  content: '“';
  position: absolute;
  top: 14px;
  right: 22px;
  font-family: var(--glo-serif);
  font-size: 72px;
  line-height: 1;
  color: var(--glo-or-clair);
  opacity: 0.18;
  font-weight: 500;
}

.glo-avis-card__stars {
  color: var(--glo-or-clair);
  letter-spacing: 2.5px;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.glo-avis-card__verified {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: var(--glo-sans);
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(237, 225, 214, 0.65);
  font-weight: 500;
  background: rgba(237, 225, 214, 0.08);
  padding: 3px 9px;
  border-radius: 999px;
  letter-spacing: 1px;
}

.glo-avis-card__verified::before {
  content: '✓';
  color: var(--glo-or-clair);
  font-weight: 700;
}

.glo-avis-card__quote {
  font-family: var(--glo-serif);
  font-size: 19px;
  line-height: 1.5;
  color: var(--glo-creme);
  margin: 0;
  font-weight: 400;
  font-style: italic;
  position: relative;
  z-index: 1;
}

.glo-avis-card__author {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid rgba(237, 225, 214, 0.14);
}

.glo-avis-card__avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: rgba(237, 225, 214, 0.1);
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid rgba(237, 225, 214, 0.18);
}

.glo-avis-card__avatar img { width: 100%; height: 100%; object-fit: cover; }

.glo-avis-card__meta {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.glo-avis-card__name {
  font-family: var(--glo-sans);
  font-size: 14px;
  font-weight: 500;
  color: var(--glo-creme);
  letter-spacing: 0.3px;
}

.glo-avis-card__product {
  font-family: var(--glo-sans);
  font-size: 11px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--glo-or-clair);
  opacity: 0.85;
  font-weight: 500;
}

@media (max-width: 989px) {
  .glo-avis__grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; gap: 18px; }
  .glo-avis-card { padding: 28px 22px; }
}

/* =========================================================
   SECTION : STORY BRAND
   ========================================================= */
.glo-story {
  padding: var(--glo-section-pad) 0;
  background-color: var(--glo-creme);
}

.glo-story__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(40px, 6vw, 100px);
  max-width: var(--glo-container);
  margin: 0 auto;
  padding: 0 var(--glo-gutter);
}

.glo-story[data-flip="true"] .glo-story__media { order: 2; }

.glo-story__media {
  aspect-ratio: 4 / 5;
  border-radius: var(--glo-radius-img);
  overflow: hidden;
}

.glo-story__media img { width: 100%; height: 100%; object-fit: cover; }

.glo-story__title { margin-bottom: 28px; }

.glo-story__text {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 16px 0;
}

.glo-story__signature {
  margin-top: 32px;
  font-family: var(--glo-serif);
  font-style: italic;
  font-size: 22px;
  color: var(--glo-or);
}

.glo-story:not(:has(.glo-story__media img)) {
  background:
    radial-gradient(ellipse at 30% 20%, rgba(212,167,98,0.16) 0%, transparent 55%),
    radial-gradient(ellipse at 70% 80%, rgba(212,167,98,0.10) 0%, transparent 60%),
    linear-gradient(135deg, var(--glo-creme) 0%, var(--glo-creme-clair) 100%);
}
.glo-story:not(:has(.glo-story__media img)) .glo-story__wrap {
  grid-template-columns: 1fr;
  text-align: center;
  max-width: 820px;
}
.glo-story:not(:has(.glo-story__media img)) .glo-story__media { display: none; }

@media (max-width: 749px) {
  .glo-story__wrap { grid-template-columns: 1fr; }
  .glo-story[data-flip="true"] .glo-story__media { order: 0; }
}

/* =========================================================
   SECTION : FAQ
   ========================================================= */
.glo-faq {
  padding: var(--glo-section-pad) 0;
  background-color: var(--glo-creme-clair);
}

.glo-faq__wrap {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 var(--glo-gutter);
}

.glo-faq__title {
  text-align: center;
  margin-bottom: clamp(32px, 4vw, 56px);
}

.glo-faq__item {
  border-bottom: 1px solid rgba(100, 85, 68, 0.2);
}

.glo-faq__item:first-child { border-top: 1px solid rgba(100, 85, 68, 0.2); }

.glo-faq__q {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 24px 0;
  font-family: var(--glo-serif);
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 400;
  color: var(--glo-brun-profond);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  transition: color 0.25s var(--glo-ease);
}

.glo-faq__q:hover { color: var(--glo-or); }

.glo-faq__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
}

.glo-faq__icon::before,
.glo-faq__icon::after {
  content: '';
  position: absolute;
  background-color: currentColor;
  transition: transform 0.3s var(--glo-ease);
}

.glo-faq__icon::before {
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  transform: translateY(-50%);
}

.glo-faq__icon::after {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  transform: translateX(-50%);
}

.glo-faq__item[open] .glo-faq__icon::after { transform: translateX(-50%) scaleY(0); }

.glo-faq__a {
  padding: 0 0 24px 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--glo-brun);
  max-width: 70ch;
}

.glo-faq__item summary { list-style: none; }
.glo-faq__item summary::-webkit-details-marker { display: none; }

/* =========================================================
   SECTION : SHOP BY CATEGORY (3-4 cards sombres + tabs)
   ========================================================= */
.glo-shopby {
  padding: clamp(40px, 5vw, 80px) 0 0 0;
  background-color: var(--glo-creme);
}

.glo-shopby__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 var(--glo-gutter);
  max-width: var(--glo-container);
  margin: 0 auto clamp(20px, 3vw, 40px);
  flex-wrap: wrap;
  gap: 16px;
}

.glo-shopby__tabs {
  display: flex;
  gap: 32px;
  align-items: center;
  flex-wrap: wrap;
}

.glo-shopby__tab {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px 0;
  font-family: var(--glo-sans);
  font-size: 14px;
  font-weight: 500;
  color: var(--glo-brun);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: color 0.25s var(--glo-ease);
}

.glo-shopby__tab-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1.5px solid var(--glo-brun);
  display: inline-block;
  transition: background 0.25s var(--glo-ease);
}

.glo-shopby__tab.is-active { color: var(--glo-brun-profond); }
.glo-shopby__tab.is-active .glo-shopby__tab-dot { background: var(--glo-brun-profond); }

.glo-shopby__all {
  font-family: var(--glo-sans);
  font-size: 14px;
  font-weight: 500;
  color: var(--glo-brun-profond);
  text-decoration: none;
  transition: opacity 0.25s var(--glo-ease);
}
.glo-shopby__all:hover { opacity: 0.7; }

.glo-shopby__panels { position: relative; }

.glo-shopby__panel {
  display: none;
  animation: glo-fade 0.4s var(--glo-ease);
}
.glo-shopby__panel.is-active { display: block; }

@keyframes glo-fade {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.glo-shopby__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}

.glo-shopby__card {
  position: relative;
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  aspect-ratio: 3 / 5;
  overflow: hidden;
  background-color: #2A1F1A;
}

.glo-shopby__card-media {
  position: absolute;
  inset: 0;
}

.glo-shopby__card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--glo-ease);
}

.glo-shopby__card:hover .glo-shopby__card-media img { transform: scale(1.04); }

.glo-shopby__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(42, 31, 26, 0.55) 100%);
}

.glo-shopby__card-content {
  position: absolute;
  inset: 0;
  z-index: 1;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.glo-shopby__card-title {
  font-family: var(--glo-serif);
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 400;
  margin: 0;
  color: #FFFFFF;
}

.glo-shopby__card-cta {
  font-family: var(--glo-sans);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
  width: fit-content;
}

@media (max-width: 989px) {
  .glo-shopby__grid {
    grid-template-columns: 1fr 1fr;
  }
  .glo-shopby__card { aspect-ratio: 3 / 4; }
}

@media (max-width: 519px) {
  .glo-shopby__grid {
    display: flex;
    overflow-x: auto;
    gap: 8px;
    padding: 0 var(--glo-gutter);
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .glo-shopby__grid::-webkit-scrollbar { display: none; }
  .glo-shopby__card {
    flex: 0 0 78%;
    aspect-ratio: 3 / 4;
    scroll-snap-align: start;
    border-radius: var(--glo-radius-card);
  }
}

/* =========================================================
   SECTION : MARQUEE USP (bandeau défilant engagements)
   ========================================================= */
.glo-marquee {
  background: linear-gradient(90deg, var(--glo-rose-doux) 0%, var(--glo-rose-clair) 50%, var(--glo-rose-doux) 100%);
  padding: 18px 0;
  overflow: hidden;
  border-top: 1px solid rgba(199, 165, 116, 0.15);
  border-bottom: 1px solid rgba(199, 165, 116, 0.15);
}

.glo-marquee__track {
  display: flex;
  gap: 32px;
  align-items: center;
  white-space: nowrap;
  width: max-content;
  animation: glo-marquee-scroll 38s linear infinite;
}

.glo-marquee__item {
  font-family: var(--glo-serif);
  font-size: clamp(15px, 1.4vw, 20px);
  font-style: italic;
  color: var(--glo-brun-profond);
}

.glo-marquee__sep {
  color: var(--glo-or);
  font-size: 12px;
  opacity: 0.7;
}

@keyframes glo-marquee-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-33.333%); }
}

/* =========================================================
   SECTION : OUR RESULTS (stats + photos en bas)
   ========================================================= */
.glo-results {
  padding: clamp(48px, 5vw, 72px) 0 0 0;
  background-color: var(--glo-ivoire);
}

.glo-results__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 clamp(20px, 3vw, 40px);
  max-width: 100%;
  margin: 0 auto clamp(20px, 2.5vw, 32px);
  gap: 24px;
  flex-wrap: wrap;
}

.glo-results__eyebrow {
  font-size: 11px;
  letter-spacing: 1.4px;
}

.glo-results__title {
  max-width: 22ch;
  font-size: clamp(22px, 2.4vw, 36px) !important;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.005em;
}

.glo-results__cta {
  white-space: nowrap;
  border-radius: 4px !important;
  padding: 12px 24px !important;
  min-height: auto !important;
  font-size: 12px !important;
  letter-spacing: 1px !important;
  background-color: var(--glo-brun-profond) !important;
  border-color: var(--glo-brun-profond) !important;
  color: #FFFFFF !important;
}

.glo-results__cta:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}

.glo-results__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(6px, 0.6vw, 12px);
  padding: 0 clamp(20px, 3vw, 40px);
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: clamp(20px, 2vw, 32px);
}

.glo-results__card {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 4px;
  overflow: hidden;
}

.glo-results__top {
  padding: 20px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex-grow: 1;
}

.glo-results__stat {
  font-family: var(--glo-serif);
  font-size: clamp(28px, 2.8vw, 44px);
  font-weight: 400;
  color: var(--glo-brun-profond);
  line-height: 1;
  letter-spacing: -0.015em;
}

.glo-results__claim {
  font-family: var(--glo-sans);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--glo-brun-profond);
  margin: 6px 0 0 0;
}

.glo-results__note {
  font-size: 9.5px;
  color: var(--glo-brun);
  opacity: 0.6;
  margin: 2px 0 0 0;
  line-height: 1.35;
}

.glo-results__shop {
  margin-top: auto;
  padding-top: 12px;
  font-family: var(--glo-sans);
  font-size: 12px;
  font-weight: 400;
  color: var(--glo-brun-profond);
  text-decoration: none;
  align-self: flex-start;
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
}

.glo-results__shop:hover { color: var(--glo-or-profond); }

.glo-results__bottom {
  aspect-ratio: 1 / 1;
  background-color: var(--glo-ivoire);
  overflow: hidden;
}

.glo-results__bottom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1199px) {
  .glo-results__grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 749px) {
  .glo-results__grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .glo-results__grid::-webkit-scrollbar { display: none; }
  .glo-results__card {
    flex: 0 0 75%;
    scroll-snap-align: start;
  }
}

/* =========================================================
   SECTION : NOTRE APPROCHE (image + 5 piliers icônes)
   ========================================================= */
.glo-approach {
  padding: 0;
  background-color: var(--glo-blanc-casse);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
}

.glo-approach[data-flip="true"] .glo-approach__media { order: 2; }

.glo-approach__media {
  position: relative;
  background-color: var(--glo-ivoire);
  overflow: hidden;
  min-height: 640px;
}

.glo-approach__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.glo-approach__overlay-title {
  position: absolute;
  left: clamp(24px, 3vw, 40px);
  bottom: clamp(24px, 3vw, 40px);
  margin: 0;
  font-family: var(--glo-serif);
  font-weight: 400;
  font-size: clamp(48px, 6.5vw, 96px);
  color: #FFFFFF;
  line-height: 0.95;
  letter-spacing: -0.01em;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.18);
  z-index: 2;
}

.glo-approach__body {
  padding: clamp(48px, 5vw, 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  background-color: var(--glo-blanc-casse);
}

.glo-approach__title {
  margin: 0;
  max-width: 22ch;
  font-size: clamp(24px, 2.6vw, 36px) !important;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.005em;
}

.glo-approach__intro {
  font-size: 14px;
  line-height: 1.6;
  color: var(--glo-brun);
  max-width: 52ch;
  margin: 0;
}

.glo-approach__pillars {
  list-style: none;
  padding: 0;
  margin: 8px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.glo-approach__pillar {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(61, 46, 34, 0.08);
}

.glo-approach__pillar:last-child {
  border-bottom: none;
}

.glo-approach__pillar-thumb {
  flex-shrink: 0;
  width: 140px;
  height: 100px;
  background: var(--glo-ivoire);
  overflow: hidden;
  border-radius: 2px;
}

.glo-approach__pillar-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.glo-approach__pillar-text { flex: 1; min-width: 0; }

.glo-approach__pillar-title {
  font-family: var(--glo-serif);
  font-size: clamp(20px, 1.6vw, 26px);
  font-weight: 400;
  color: var(--glo-brun-profond);
  margin: 0 0 6px 0;
  letter-spacing: -0.005em;
  line-height: 1.1;
}

.glo-approach__pillar-desc {
  font-size: 14px;
  line-height: 1.5;
  color: var(--glo-brun);
  margin: 0;
}

@media (max-width: 519px) {
  .glo-approach__pillar { gap: 16px; padding: 16px 0; }
  .glo-approach__pillar-thumb { width: 96px; height: 72px; }
  .glo-approach__pillar-title { font-size: 18px; }
  .glo-approach__pillar-desc { font-size: 13px; }
}

.glo-approach__cta {
  align-self: flex-start;
  margin-top: 12px;
  border-radius: 4px !important;
  padding: 12px 24px !important;
  min-height: auto !important;
  font-size: 12px !important;
  letter-spacing: 1px !important;
  background-color: var(--glo-brun-profond) !important;
  border-color: var(--glo-brun-profond) !important;
  color: #FFFFFF !important;
}
.glo-approach__cta:hover { background-color: #000000 !important; border-color: #000000 !important; }

@media (max-width: 989px) {
  .glo-approach { grid-template-columns: 1fr; }
  .glo-approach[data-flip="true"] .glo-approach__media { order: 0; }
  .glo-approach__media { aspect-ratio: 4 / 5; min-height: 0; }
  .glo-approach__overlay-title { font-size: clamp(40px, 11vw, 64px); }
}

/* =========================================================
   SECTION : NEWSLETTER
   ========================================================= */
.glo-news {
  padding: var(--glo-section-pad) 0;
  background: linear-gradient(135deg, #FAF6EF 0%, #F5EDE3 100%);
  color: var(--glo-brun-profond);
  text-align: center;
  border-top: 1px solid rgba(199, 165, 116, 0.2);
}

.glo-news__eyebrow { color: var(--glo-or-profond); }
.glo-news__title { color: var(--glo-brun-profond); }
.glo-news__text { color: var(--glo-brun); }
.glo-news__form { background-color: #FFFFFF; box-shadow: 0 10px 30px -10px rgba(199, 165, 116, 0.25); }
.glo-news__input { color: var(--glo-brun-profond); }
.glo-news__btn { background-color: var(--glo-or); color: #FFFFFF; }
.glo-news__btn:hover { background-color: var(--glo-or-profond); }
.glo-news__legal { color: var(--glo-brun); opacity: 0.75; }

.glo-news__wrap {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 var(--glo-gutter);
}

.glo-news__eyebrow {
  color: var(--glo-or);
  margin-bottom: 18px;
}

.glo-news__title {
  color: var(--glo-creme);
  margin-bottom: 18px;
}

.glo-news__text {
  color: var(--glo-rose);
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 36px 0;
}

.glo-news__form {
  display: flex;
  gap: 8px;
  max-width: 480px;
  margin: 0 auto;
  background-color: var(--glo-creme);
  border-radius: var(--glo-radius-btn);
  padding: 6px 6px 6px 24px;
  align-items: center;
}

.glo-news__input {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  padding: 14px 0;
  font-family: var(--glo-sans);
  font-size: 14px;
  color: var(--glo-brun-profond);
  min-width: 0;
}

.glo-news__input::placeholder {
  color: rgba(61, 46, 34, 0.5);
}

.glo-news__btn {
  flex-shrink: 0;
  background-color: var(--glo-brun-profond);
  color: var(--glo-creme);
  border: none;
  border-radius: var(--glo-radius-btn);
  padding: 14px 28px;
  font-family: var(--glo-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.25s var(--glo-ease);
}

.glo-news__btn:hover { background-color: var(--glo-or); }

.glo-news__legal {
  font-size: 12px;
  color: var(--glo-rose);
  opacity: 0.7;
  margin: 20px 0 0 0;
}

@media (max-width: 519px) {
  .glo-news__form { flex-direction: column; padding: 8px; }
  .glo-news__input { padding: 14px 18px; text-align: center; width: 100%; }
  .glo-news__btn { width: 100%; padding: 16px; }
}

/* ============================================
   GLO · AVANT / APRÈS (carousel diptyques)
   ============================================ */
.glo-ba { padding: 96px 0; background: var(--glo-creme-clair); position: relative; }
.glo-ba__head { max-width: 760px; margin: 0 auto 56px; text-align: center; padding: 0 24px; }
.glo-ba__title { margin: 12px 0 16px; }
.glo-ba__intro { font-size: 16px; color: var(--glo-brun-profond); opacity: 0.75; margin: 0; }
.glo-ba__track {
  display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 0 max(24px, calc((100vw - 1100px) / 2)) 16px;
  -webkit-overflow-scrolling: touch; scrollbar-width: none;
}
.glo-ba__track::-webkit-scrollbar { display: none; }
.glo-ba__slide { flex: 0 0 min(880px, 90vw); scroll-snap-align: center; }
.glo-ba__media { position: relative; aspect-ratio: 3/2; border-radius: 8px; overflow: hidden; box-shadow: 0 12px 40px rgba(61,46,34,0.12); }
.glo-ba__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.glo-ba__label {
  position: absolute; top: 20px; padding: 6px 14px;
  background: rgba(255,255,255,0.92); color: var(--glo-brun-profond);
  font-family: var(--glo-sans); font-size: 11px; font-weight: 600; letter-spacing: 1.5px;
  text-transform: uppercase; border-radius: 999px;
  backdrop-filter: blur(4px);
}
.glo-ba__label--before { left: 20px; }
.glo-ba__label--after { right: 20px; background: var(--glo-or); color: #fff; }
.glo-ba__caption { text-align: center; padding: 24px 16px 0; }
.glo-ba__duration {
  display: inline-block; padding: 4px 12px; border: 1px solid var(--glo-or);
  color: var(--glo-or-profond); font-size: 11px; letter-spacing: 1.5px;
  text-transform: uppercase; border-radius: 999px; margin-bottom: 12px;
}
.glo-ba__concern { font-family: var(--glo-serif); font-size: clamp(22px, 2vw, 28px); font-weight: 400; margin: 0 0 6px; color: var(--glo-brun-profond); }
.glo-ba__product { font-size: 14px; color: var(--glo-brun-profond); opacity: 0.7; margin: 0 0 12px; font-style: italic; }
.glo-ba__cta { font-size: 13px; letter-spacing: 1px; text-transform: uppercase; color: var(--glo-brun-profond); border-bottom: 1px solid currentColor; padding-bottom: 2px; text-decoration: none; transition: color 0.2s; }
.glo-ba__cta:hover { color: var(--glo-or-profond); }
.glo-ba__nav { display: flex; justify-content: center; gap: 16px; margin-top: 32px; }
.glo-ba__arrow {
  width: 48px; height: 48px; border-radius: 999px; border: 1px solid var(--glo-brun-profond);
  background: transparent; color: var(--glo-brun-profond); font-size: 24px; line-height: 1;
  cursor: pointer; transition: all 0.2s var(--glo-ease); display: flex; align-items: center; justify-content: center;
}
.glo-ba__arrow:hover { background: var(--glo-brun-profond); color: var(--glo-creme); }
.glo-ba__disclaimer { text-align: center; font-size: 12px; color: var(--glo-brun-profond); opacity: 0.55; margin: 24px auto 0; max-width: 700px; padding: 0 24px; font-style: italic; }
@media (max-width: 750px) {
  .glo-ba { padding: 64px 0; }
  .glo-ba__head { margin-bottom: 36px; }
  .glo-ba__slide { flex: 0 0 88vw; }
}

/* ============================================
   GLO · RAIL PRODUITS
   ============================================ */
.glo-rail { padding: 96px 0; background: var(--glo-creme); }
.glo-rail__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; max-width: 1440px; margin: 0 auto 40px; padding: 0 32px; }
.glo-rail__title { margin: 12px 0 0; }
.glo-rail__viewall { font-size: 13px; letter-spacing: 1.2px; text-transform: uppercase; color: var(--glo-brun-profond); border-bottom: 1px solid currentColor; padding-bottom: 2px; text-decoration: none; white-space: nowrap; transition: color 0.2s; }
.glo-rail__viewall:hover { color: var(--glo-or-profond); }
.glo-rail__track {
  display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 0 max(32px, calc((100vw - 1440px) / 2)) 16px;
  scrollbar-width: none; -webkit-overflow-scrolling: touch;
}
.glo-rail__track::-webkit-scrollbar { display: none; }
.glo-rail__card { flex: 0 0 calc((100% - 64px) / 4); min-width: 240px; max-width: 320px; scroll-snap-align: start; }
.glo-rail__link { display: block; text-decoration: none; color: inherit; }
.glo-rail__media { position: relative; aspect-ratio: 4/5; border-radius: 6px; overflow: hidden; background: var(--glo-creme-clair); margin-bottom: 14px; }
.glo-rail__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s var(--glo-ease); }
.glo-rail__card:hover .glo-rail__media img { transform: scale(1.04); }
.glo-rail__badge {
  position: absolute; top: 12px; left: 12px;
  background: var(--glo-brun-profond); color: var(--glo-creme);
  font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase;
  padding: 5px 10px; border-radius: 999px; font-weight: 500;
}
.glo-rail__info { text-align: left; padding: 0 4px; }
.glo-rail__name { font-family: var(--glo-serif); font-size: 18px; font-weight: 400; margin: 0 0 6px; line-height: 1.25; color: var(--glo-brun-profond); }
.glo-rail__stars { display: flex; align-items: center; gap: 6px; margin: 0 0 8px; font-size: 13px; }
.glo-rail__star-row { color: var(--glo-or); letter-spacing: 1px; }
.glo-rail__reviews { color: var(--glo-brun-profond); opacity: 0.6; font-size: 12px; }
.glo-rail__prices { display: flex; align-items: baseline; gap: 8px; }
.glo-rail__price { font-size: 15px; font-weight: 500; color: var(--glo-brun-profond); }
.glo-rail__price-old { font-size: 13px; color: var(--glo-brun-profond); opacity: 0.5; text-decoration: line-through; }
.glo-rail__nav { display: flex; justify-content: center; gap: 16px; margin-top: 24px; }
@media (max-width: 990px) { .glo-rail__card { flex: 0 0 60vw; min-width: 200px; } }
@media (max-width: 750px) { .glo-rail { padding: 64px 0; } .glo-rail__head { padding: 0 24px; } }

/* ============================================
   GLO · SCIENCE INGRÉDIENTS
   ============================================ */
.glo-science { display: grid; grid-template-columns: 1fr 1fr; gap: 0; min-height: 640px; background: var(--glo-creme); }
.glo-science[data-flip="true"] .glo-science__media { order: 2; }
.glo-science__media { position: relative; overflow: hidden; }
.glo-science__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.glo-science__badge {
  position: absolute; top: 32px; left: 32px;
  background: rgba(255,255,255,0.95); color: var(--glo-brun-profond);
  padding: 8px 16px; border-radius: 999px; font-size: 11px;
  letter-spacing: 1.5px; text-transform: uppercase; font-weight: 600;
  backdrop-filter: blur(4px);
}
.glo-science__body { padding: 80px clamp(40px, 5vw, 80px); display: flex; flex-direction: column; justify-content: center; }
.glo-science__title { margin: 12px 0 20px; }
.glo-science__intro { font-size: 16px; line-height: 1.7; color: var(--glo-brun-profond); opacity: 0.8; margin-bottom: 32px; }
.glo-science__intro p { margin: 0 0 12px; }
.glo-science__ingredients { list-style: none; padding: 0; margin: 0 0 32px; display: grid; gap: 20px; }
.glo-science__ing { padding-bottom: 20px; border-bottom: 1px solid rgba(61,46,34,0.1); }
.glo-science__ing:last-child { border-bottom: none; }
.glo-science__ing-head { display: flex; align-items: baseline; gap: 16px; margin-bottom: 6px; }
.glo-science__ing-pct { font-family: var(--glo-serif); font-size: 28px; font-weight: 500; color: var(--glo-or-profond); line-height: 1; min-width: 70px; }
.glo-science__ing-name { font-family: var(--glo-serif); font-size: 20px; font-weight: 400; margin: 0; color: var(--glo-brun-profond); }
.glo-science__ing-desc { font-size: 14px; line-height: 1.6; color: var(--glo-brun-profond); opacity: 0.75; margin: 0; padding-left: 86px; }
.glo-science__cta { margin-top: 8px; align-self: flex-start; }
@media (max-width: 990px) {
  .glo-science { grid-template-columns: 1fr; min-height: 0; }
  .glo-science[data-flip="true"] .glo-science__media { order: 0; }
  .glo-science__media { aspect-ratio: 4/3; }
  .glo-science__body { padding: 56px 24px; }
  .glo-science__ing-desc { padding-left: 0; }
}

/* ============================================
   GLO · FOCUS PROBLÈME (concern spotlight)
   ============================================ */
.glo-concern { position: relative; min-height: 640px; overflow: hidden; background: var(--glo-brun-profond); }
.glo-concern__media { position: absolute; inset: 0; }
.glo-concern__media img { width: 100%; height: 100%; object-fit: cover; object-position: 25% center; display: block; }
.glo-concern[data-flip="true"] .glo-concern__media img { object-position: 75% center; }
.glo-concern__media::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent 0%, transparent 35%, rgba(250,246,239,0.55) 55%, rgba(250,246,239,0.92) 100%);
}
.glo-concern[data-flip="true"] .glo-concern__media::after {
  background: linear-gradient(90deg, rgba(250,246,239,0.92) 0%, rgba(250,246,239,0.55) 45%, transparent 65%, transparent 100%);
}
.glo-concern__card {
  position: relative; z-index: 2;
  max-width: 460px;
  margin: 80px 80px 80px auto;
  background: rgba(250,246,239,0.97);
  backdrop-filter: blur(10px);
  padding: 48px 44px;
  border-radius: 4px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.18);
}
.glo-concern[data-flip="true"] .glo-concern__card { margin: 80px auto 80px 80px; }
.glo-concern__title { margin: 12px 0 16px; font-size: clamp(28px, 3vw, 40px); }
.glo-concern__desc { font-size: 15px; line-height: 1.65; color: var(--glo-brun-profond); opacity: 0.85; margin-bottom: 20px; }
.glo-concern__desc p { margin: 0 0 8px; }
.glo-concern__bullets { list-style: none; padding: 0; margin: 0 0 28px; }
.glo-concern__bullets li {
  padding: 8px 0 8px 26px; position: relative; font-size: 14px; color: var(--glo-brun-profond);
  border-bottom: 1px solid rgba(61,46,34,0.08);
}
.glo-concern__bullets li:last-child { border-bottom: none; }
.glo-concern__bullets li::before {
  content: '✓'; position: absolute; left: 0; top: 8px;
  color: var(--glo-or-profond); font-weight: 600;
}
.glo-concern__product {
  display: flex; align-items: center; gap: 16px;
  padding: 16px; margin-bottom: 20px;
  background: #fff; border-radius: 4px;
  border: 1px solid rgba(61,46,34,0.08);
}
.glo-concern__product-thumb { width: 64px; height: 80px; flex-shrink: 0; border-radius: 4px; overflow: hidden; background: var(--glo-creme-clair); }
.glo-concern__product-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.glo-concern__product-info { flex: 1; }
.glo-concern__product-name { font-family: var(--glo-serif); font-size: 16px; font-weight: 400; margin: 0 0 4px; color: var(--glo-brun-profond); }
.glo-concern__product-price { font-size: 14px; color: var(--glo-or-profond); margin: 0; font-weight: 500; }
.glo-concern__cta { display: block; text-align: center; width: 100%; }
@media (max-width: 990px) {
  .glo-concern { min-height: 0; }
  .glo-concern__media { position: relative; aspect-ratio: 4/3; }
  .glo-concern__media::after { background: none !important; }
  .glo-concern__card, .glo-concern[data-flip="true"] .glo-concern__card { margin: -60px 16px 32px; padding: 32px 24px; }
}

/* ============================================
   GLO · INSTAGRAM FEED
   ============================================ */
.glo-ig { padding: 96px 0 48px; background: var(--glo-creme); }
.glo-ig__head { max-width: 1440px; margin: 0 auto 40px; padding: 0 32px; text-align: center; }
.glo-ig__title { margin: 12px 0 12px; }
.glo-ig__handle { display: inline-block; font-size: 14px; color: var(--glo-or-profond); letter-spacing: 0.5px; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 2px; transition: color 0.2s; }
.glo-ig__handle:hover { color: var(--glo-brun-profond); }
.glo-ig__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 6px; max-width: 100%; padding: 0 6px; }
.glo-ig__tile { position: relative; display: block; aspect-ratio: 1/1; overflow: hidden; }
.glo-ig__tile img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s var(--glo-ease); }
.glo-ig__tile:hover img { transform: scale(1.06); }
.glo-ig__icon { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,0); opacity: 0; transition: all 0.25s var(--glo-ease); }
.glo-ig__tile:hover .glo-ig__icon { background: rgba(0,0,0,0.35); opacity: 1; }
@media (max-width: 990px) { .glo-ig__grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 519px) { .glo-ig { padding: 64px 0 32px; } }

/* ============================================
   GLO · MEGA-MENU
   ============================================ */
.glo-mega-wrapper { background: var(--glo-creme); border-top: 1px solid rgba(61,46,34,0.08); border-bottom: 1px solid rgba(61,46,34,0.08); }
.glo-mega { max-width: 1440px; margin: 0 auto; padding: 0 32px; }
.glo-mega__list { display: flex; justify-content: center; gap: 4px; list-style: none; margin: 0; padding: 0; flex-wrap: wrap; }
.glo-mega__item { position: relative; }
.glo-mega__trigger {
  display: flex; align-items: center; gap: 6px;
  padding: 16px 20px;
  font-family: var(--glo-sans); font-size: 12px; font-weight: 500;
  letter-spacing: 1.6px; text-transform: uppercase;
  color: var(--glo-brun-profond); text-decoration: none;
  transition: color 0.2s var(--glo-ease);
}
.glo-mega__trigger:hover, .glo-mega__item.is-open .glo-mega__trigger { color: var(--glo-or-profond); }
.glo-mega__caret { font-size: 10px; opacity: 0.55; transition: transform 0.2s; }
.glo-mega__item.is-open .glo-mega__caret { transform: rotate(180deg); }
.glo-mega__panel {
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(8px);
  min-width: 540px; max-width: 720px;
  background: var(--glo-creme); border: 1px solid rgba(61,46,34,0.08);
  box-shadow: 0 18px 50px rgba(61,46,34,0.12);
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: all 0.25s var(--glo-ease); z-index: 100;
}
.glo-mega__item.is-open .glo-mega__panel { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.glo-mega__panel-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; padding: 28px 32px; }
.glo-mega__sublinks { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.glo-mega__sublinks a { font-family: var(--glo-serif); font-size: 16px; color: var(--glo-brun-profond); text-decoration: none; transition: color 0.2s; }
.glo-mega__sublinks a:hover { color: var(--glo-or-profond); }
.glo-mega__feature { display: block; position: relative; aspect-ratio: 4/3; overflow: hidden; border-radius: 4px; text-decoration: none; }
.glo-mega__feature img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s var(--glo-ease); }
.glo-mega__feature:hover img { transform: scale(1.05); }
.glo-mega__feature-label {
  position: absolute; bottom: 14px; left: 14px;
  background: rgba(250,246,239,0.95); color: var(--glo-brun-profond);
  padding: 6px 14px; border-radius: 999px;
  font-size: 11px; letter-spacing: 1.4px; text-transform: uppercase; font-weight: 500;
}
@media (max-width: 990px) {
  .glo-mega { padding: 0 16px; overflow-x: auto; }
  .glo-mega__list { flex-wrap: nowrap; justify-content: flex-start; }
  .glo-mega__trigger { padding: 14px 14px; font-size: 11px; white-space: nowrap; }
  .glo-mega__panel { display: none; }
}

/* ============================================
   GLO · FOOTER RICHE
   ============================================ */
.glo-footer-wrapper { background: var(--glo-brun-profond); color: var(--glo-creme); }
.glo-footer { padding: 80px 0 0; }
.glo-footer__inner {
  max-width: 1440px; margin: 0 auto; padding: 0 40px;
  display: grid; grid-template-columns: 1.4fr 3fr; gap: 64px;
}
.glo-footer__brand { max-width: 320px; }
.glo-footer__logo { font-family: var(--glo-serif); font-size: 26px; letter-spacing: 2px; margin: 0 0 16px; color: var(--glo-creme); }
.glo-footer__tagline { font-size: 14px; line-height: 1.6; opacity: 0.7; margin: 0 0 24px; }
.glo-footer__social { display: flex; gap: 12px; list-style: none; padding: 0; margin: 0; }
.glo-footer__social a {
  display: flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border: 1px solid rgba(250,246,239,0.25);
  border-radius: 999px; color: var(--glo-creme);
  transition: all 0.2s var(--glo-ease);
}
.glo-footer__social a:hover { background: var(--glo-or); border-color: var(--glo-or); color: var(--glo-brun-profond); }
.glo-footer__columns { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.glo-footer__col-title {
  font-family: var(--glo-sans); font-size: 12px; font-weight: 600;
  letter-spacing: 1.8px; text-transform: uppercase;
  color: var(--glo-or-clair); margin: 0 0 18px;
}
.glo-footer__links { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.glo-footer__links a {
  font-size: 14px; color: var(--glo-creme); opacity: 0.78;
  text-decoration: none; transition: all 0.2s var(--glo-ease);
}
.glo-footer__links a:hover { opacity: 1; color: var(--glo-or-clair); }
.glo-footer__bottom {
  max-width: 1440px; margin: 64px auto 0; padding: 24px 40px;
  border-top: 1px solid rgba(250,246,239,0.12);
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-size: 12px; opacity: 0.6;
}
.glo-footer__copy, .glo-footer__payments { margin: 0; }
@media (max-width: 990px) {
  .glo-footer__inner { grid-template-columns: 1fr; gap: 40px; padding: 0 24px; }
  .glo-footer__columns { grid-template-columns: 1fr 1fr; gap: 28px; }
  .glo-footer__bottom { flex-direction: column; padding: 20px 24px; text-align: center; }
}
@media (max-width: 519px) {
  .glo-footer { padding: 56px 0 0; }
  .glo-footer__columns { grid-template-columns: 1fr; gap: 24px; }
}

/* Hide Sense's native footer when glo-footer-rich is enabled (visual replacement) */
.shopify-section-group-footer-group .footer:not(.glo-footer):not([class*="glo-"]) { display: none; }

/* ============================================
   GLO · HERO ANNOTATIONS (style Vegamour)
   ============================================ */
.glo-hero__annotations { position: absolute; inset: 0; pointer-events: none; z-index: 4; }
.glo-hero__annotation {
  position: absolute;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--glo-sans);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #FFFFFF;
  text-shadow: 0 1px 12px rgba(0,0,0,0.45);
  white-space: nowrap;
}
.glo-hero__annotation-dot {
  width: 6px; height: 6px;
  background: #FFFFFF;
  border-radius: 999px;
  box-shadow: 0 0 0 4px rgba(255,255,255,0.18), 0 0 12px rgba(255,255,255,0.6);
  flex-shrink: 0;
}
.glo-hero__annotation-label {
  background: rgba(0,0,0,0.0);
  padding: 0;
}
@media (max-width: 750px) {
  .glo-hero__annotation { font-size: 12px; gap: 6px; }
  .glo-hero__annotation-dot { width: 5px; height: 5px; }
}

/* ============================================
   GLO · PRODUIT PHARE (Masque LED & autres)
   ============================================ */
.glo-spot {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 0;
  min-height: 720px;
  background: var(--glo-brun-profond);
  color: var(--glo-creme);
}
.glo-spot[data-flip="true"] .glo-spot__media { order: 2; }
.glo-spot__media {
  position: relative;
  overflow: hidden;
  background: #0F0907;
}
.glo-spot__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.glo-spot__badge {
  position: absolute;
  top: 32px; left: 32px;
  background: var(--glo-creme);
  color: var(--glo-brun-profond);
  padding: 8px 16px;
  border-radius: 999px;
  font-family: var(--glo-sans);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  z-index: 2;
}
.glo-spot__body {
  padding: clamp(48px, 6vw, 88px) clamp(32px, 5vw, 72px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}
.glo-spot__eyebrow {
  color: var(--glo-or-clair);
  margin: 0 0 4px;
}
.glo-spot__title {
  color: var(--glo-creme);
  margin: 0;
  font-size: clamp(32px, 3.6vw, 52px);
  line-height: 1.1;
}
.glo-spot__sub {
  font-size: 15px;
  line-height: 1.65;
  margin: 0 0 12px;
  opacity: 0.82;
  max-width: 50ch;
}
.glo-spot__features {
  list-style: none;
  padding: 0;
  margin: 8px 0 24px;
  display: grid;
  gap: 18px;
}
.glo-spot__feature {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(237, 225, 214, 0.12);
}
.glo-spot__feature:last-child { border-bottom: none; padding-bottom: 0; }
.glo-spot__feature-icon {
  flex-shrink: 0;
  width: 32px; height: 32px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(237, 225, 214, 0.08);
  border: 1px solid rgba(237, 225, 214, 0.18);
  border-radius: 50%;
  color: var(--glo-or-clair);
  font-size: 14px;
}
.glo-spot__feature-text { flex: 1; min-width: 0; }
.glo-spot__feature-title {
  font-family: var(--glo-serif);
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 4px;
  color: var(--glo-creme);
}
.glo-spot__feature-desc {
  font-size: 13.5px;
  line-height: 1.55;
  margin: 0;
  opacity: 0.72;
}
.glo-spot__footer {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.glo-spot__price-block {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.glo-spot__price {
  font-family: var(--glo-serif);
  font-size: 32px;
  font-weight: 500;
  color: var(--glo-or-clair);
  line-height: 1;
}
.glo-spot__price-old {
  font-size: 16px;
  text-decoration: line-through;
  opacity: 0.5;
  color: var(--glo-creme);
}
.glo-spot__cta {
  background: var(--glo-creme);
  color: var(--glo-brun-profond);
}
.glo-spot__cta:hover { background: var(--glo-or-clair); }
.glo-spot__note {
  margin: 12px 0 0;
  font-size: 12px;
  opacity: 0.55;
  font-style: italic;
}
@media (max-width: 990px) {
  .glo-spot { grid-template-columns: 1fr; min-height: 0; }
  .glo-spot[data-flip="true"] .glo-spot__media { order: 0; }
  .glo-spot__media { aspect-ratio: 4/5; }
  .glo-spot__body { padding: 48px 24px 64px; }
  .glo-spot__footer { gap: 18px; }
  .glo-spot__cta { width: 100%; }
}

/* ============================================
   GLO · PDP HERO (Page produit)
   ============================================ */
.glo-pdp { padding: clamp(40px, 5vw, 80px) 0; background: var(--glo-creme); }
.glo-pdp__wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 48px);
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: flex-start;
}

/* Galerie */
.glo-pdp__gallery {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 16px;
  position: sticky;
  top: 24px;
}
.glo-pdp__gallery:not(:has(.glo-pdp__thumbs)) {
  grid-template-columns: 1fr;
}
.glo-pdp__thumbs { display: flex; flex-direction: column; gap: 8px; max-height: 700px; overflow-y: auto; padding-right: 4px; scrollbar-width: thin; }
.glo-pdp__thumb {
  width: 80px; height: 100px;
  border: 1px solid rgba(61,46,34,0.12);
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  padding: 0;
  cursor: pointer;
  transition: border-color 0.2s var(--glo-ease);
}
.glo-pdp__thumb:hover { border-color: var(--glo-or-profond); }
.glo-pdp__thumb.is-active { border-color: var(--glo-brun-profond); border-width: 2px; }
.glo-pdp__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.glo-pdp__main { position: relative; aspect-ratio: 1/1; border-radius: 6px; overflow: hidden; background: var(--glo-creme-clair); grid-column: 2; }
.glo-pdp__gallery:not(:has(.glo-pdp__thumbs)) .glo-pdp__main { grid-column: 1; }
.glo-pdp__slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity 0.4s var(--glo-ease); }
.glo-pdp__slide.is-active { opacity: 1; visibility: visible; }
.glo-pdp__slide img { width: 100%; height: 100%; object-fit: contain; display: block; }

/* Info colonne droite */
.glo-pdp__info { display: flex; flex-direction: column; gap: 18px; max-width: 540px; }
.glo-pdp__rating { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--glo-brun-profond); }
.glo-pdp__stars { color: var(--glo-or-profond); letter-spacing: 2px; font-size: 15px; }
.glo-pdp__reviews-count { opacity: 0.65; }
.glo-pdp__eyebrow { margin: 0; }
.glo-pdp__title {
  font-family: var(--glo-serif);
  font-weight: 400;
  font-size: clamp(32px, 3.4vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin: 0;
  color: var(--glo-brun-profond);
}
.glo-pdp__sub { font-size: 15px; line-height: 1.6; opacity: 0.8; margin: 0; color: var(--glo-brun-profond); }
.glo-pdp__bullets { list-style: none; padding: 0; margin: 4px 0 0; display: grid; gap: 10px; }
.glo-pdp__bullets li {
  padding-left: 24px;
  position: relative;
  font-size: 14px;
  line-height: 1.55;
  color: var(--glo-brun-profond);
}
.glo-pdp__bullets li::before {
  content: '✓';
  position: absolute;
  left: 0; top: 1px;
  color: var(--glo-or-profond);
  font-weight: 700;
}
.glo-pdp__prices { display: flex; align-items: baseline; gap: 12px; margin-top: 8px; }
.glo-pdp__price { font-family: var(--glo-serif); font-size: 32px; font-weight: 500; color: var(--glo-brun-profond); }
.glo-pdp__price-old { font-size: 18px; text-decoration: line-through; opacity: 0.5; }

.glo-pdp__form { display: flex; gap: 12px; align-items: stretch; margin-top: 8px; }
.glo-pdp__qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(61,46,34,0.18);
  border-radius: var(--glo-radius-btn);
  overflow: hidden;
  flex-shrink: 0;
}
.glo-pdp__qty-btn {
  width: 40px; height: 48px;
  background: transparent;
  border: none;
  font-size: 18px;
  color: var(--glo-brun-profond);
  cursor: pointer;
  transition: background 0.2s;
}
.glo-pdp__qty-btn:hover { background: rgba(61,46,34,0.06); }
.glo-pdp__qty-input {
  width: 44px;
  text-align: center;
  border: none;
  background: transparent;
  font-family: var(--glo-sans);
  font-size: 15px;
  font-weight: 500;
  color: var(--glo-brun-profond);
  -moz-appearance: textfield;
}
.glo-pdp__qty-input::-webkit-outer-spin-button, .glo-pdp__qty-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.glo-pdp__cta { flex: 1; min-height: 52px; font-size: 13px; letter-spacing: 1.5px; }
.glo-pdp__cta:disabled { opacity: 0.5; cursor: not-allowed; }

.glo-pdp__quiz {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px;
  border: 1px solid rgba(61,46,34,0.15);
  border-radius: 4px;
  background: transparent;
  color: var(--glo-brun-profond);
  font-size: 13px;
  text-decoration: none;
  transition: all 0.2s var(--glo-ease);
}
.glo-pdp__quiz:hover { background: var(--glo-creme-clair); border-color: var(--glo-or-profond); }
.glo-pdp__payment { font-size: 12px; opacity: 0.65; margin: 0; font-style: italic; }

.glo-pdp__reassurance {
  list-style: none;
  padding: 14px 0 16px;
  margin: 4px 0 0;
  border-top: 1px solid rgba(61,46,34,0.08);
  border-bottom: 1px solid rgba(61,46,34,0.08);
  display: grid;
  gap: 8px;
}
.glo-pdp__reassurance li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--glo-brun-profond);
}
.glo-pdp__reas-icon { color: var(--glo-or-profond); flex-shrink: 0; }

.glo-pdp__accordions { display: grid; gap: 0; margin-top: 8px; }
.glo-pdp__acc {
  border-bottom: 1px solid rgba(61,46,34,0.12);
  padding: 4px 0;
}
.glo-pdp__acc-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  font-family: var(--glo-sans);
  font-size: 14px;
  font-weight: 500;
  color: var(--glo-brun-profond);
  cursor: pointer;
  list-style: none;
  letter-spacing: 0.3px;
}
.glo-pdp__acc-title::-webkit-details-marker { display: none; }
.glo-pdp__acc-icon {
  font-size: 18px;
  font-weight: 300;
  transition: transform 0.25s var(--glo-ease);
}
.glo-pdp__acc[open] .glo-pdp__acc-icon { transform: rotate(45deg); }
.glo-pdp__acc-content {
  padding: 0 0 18px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--glo-brun-profond);
  opacity: 0.82;
}
.glo-pdp__acc-content p { margin: 0 0 10px; }
.glo-pdp__acc-content p:last-child { margin-bottom: 0; }

@media (max-width: 989px) {
  .glo-pdp__wrap { grid-template-columns: 1fr; gap: 32px; }
  /* Force flex column avec order — robuste même si override en flex */
  .glo-pdp__gallery { display: flex !important; flex-direction: column !important; grid-template-columns: 1fr; position: relative; top: 0; width: 100%; }
  .glo-pdp__thumbs { display: flex; flex-direction: row; max-height: none; overflow-x: auto; padding-bottom: 8px; order: 2 !important; }
  .glo-pdp__thumb { width: 64px; height: 80px; flex-shrink: 0; }
  /* Main image: order:1 forcé + aspect-ratio garanti */
  .glo-pdp__main { order: 1 !important; width: 100%; aspect-ratio: 1 / 1; min-height: 0; }
  /* Slides: assurer visibilité du slide actif quel que soit override */
  .glo-pdp__slide { position: absolute; inset: 0; width: 100%; height: 100%; }
  .glo-pdp__slide.is-active { opacity: 1 !important; visibility: visible !important; }
  .glo-pdp__slide img { width: 100%; height: 100%; object-fit: contain; }
  .glo-pdp__info { max-width: 100%; }
  .glo-pdp__form { flex-wrap: wrap; }
  .glo-pdp__cta { width: 100%; flex-basis: 100%; }
}

/* ============================================
   GLO · PDP UGC (vidéos / témoignages visuels)
   ============================================ */
.glo-pdp-ugc { padding: clamp(48px, 6vw, 88px) 0; background: var(--glo-creme); }
.glo-pdp-ugc__head { max-width: 1440px; margin: 0 auto clamp(28px, 3vw, 48px); padding: 0 clamp(16px, 4vw, 48px); }
.glo-pdp-ugc__title { margin: 8px 0 0; }
.glo-pdp-ugc__track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0 max(16px, calc((100vw - 1440px) / 2)) 8px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.glo-pdp-ugc__track::-webkit-scrollbar { display: none; }
.glo-pdp-ugc__tile {
  flex: 0 0 calc((100% - 64px) / 4);
  min-width: 240px;
  max-width: 380px;
  scroll-snap-align: start;
}
.glo-pdp-ugc__media {
  position: relative;
  aspect-ratio: 3/4;
  border-radius: 6px;
  overflow: hidden;
  background: var(--glo-creme-clair);
  margin-bottom: 12px;
}
.glo-pdp-ugc__media img, .glo-pdp-ugc__media video {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.glo-pdp-ugc__play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 56px; height: 56px;
  border-radius: 999px;
  background: rgba(255,255,255,0.92);
  color: var(--glo-brun-profond);
  border: none;
  font-size: 18px;
  cursor: pointer;
  padding-left: 4px;
  transition: opacity 0.25s var(--glo-ease), transform 0.25s var(--glo-ease);
  box-shadow: 0 8px 20px rgba(0,0,0,0.18);
}
.glo-pdp-ugc__play:hover { transform: translate(-50%, -50%) scale(1.08); }
.glo-pdp-ugc__caption { padding: 0 4px; }
.glo-pdp-ugc__caption p { margin: 0 0 4px; font-size: 14px; color: var(--glo-brun-profond); line-height: 1.4; }
.glo-pdp-ugc__author { font-size: 12px; color: var(--glo-or-profond); letter-spacing: 0.3px; }
.glo-pdp-ugc__nav { display: flex; justify-content: center; gap: 16px; margin-top: 28px; }
@media (max-width: 989px) {
  .glo-pdp-ugc__tile { flex: 0 0 60vw; min-width: 220px; }
}

/* ============================================
   GLO · LED WAVELENGTHS (longueurs d'onde)
   ============================================ */
.glo-wave { padding: clamp(60px, 7vw, 100px) 0; background: var(--glo-creme-clair); }
.glo-wave__head { text-align: center; max-width: 760px; margin: 0 auto clamp(36px, 4vw, 56px); padding: 0 24px; }
.glo-wave__title { margin: 12px 0 14px; }
.glo-wave__sub { font-size: 15px; line-height: 1.6; opacity: 0.78; margin: 0; }
.glo-wave__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 40px);
}
.glo-wave__card { background: var(--glo-creme); border-radius: 6px; overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 8px 28px -16px rgba(61,46,34,0.18); }
.glo-wave__media { aspect-ratio: 4/5; overflow: hidden; background: #0F0907; }
.glo-wave__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s var(--glo-ease); }
.glo-wave__card:hover .glo-wave__media img { transform: scale(1.04); }
.glo-wave__body { padding: 22px 20px 28px; display: flex; flex-direction: column; gap: 6px; }
.glo-wave__wl { display: inline-block; font-family: var(--glo-sans); font-size: 11px; letter-spacing: 1.6px; text-transform: uppercase; color: var(--wave-color); font-weight: 600; }
.glo-wave__name { font-family: var(--glo-serif); font-size: 22px; font-weight: 400; color: var(--glo-brun-profond); margin: 4px 0; line-height: 1.2; }
.glo-wave__desc { font-size: 13.5px; line-height: 1.55; color: var(--glo-brun-profond); opacity: 0.78; margin: 0; }
@media (max-width: 989px) { .glo-wave__grid { grid-template-columns: repeat(2, 1fr); gap: 14px; } }
@media (max-width: 519px) { .glo-wave__grid { grid-template-columns: 1fr; max-width: 420px; } }

/* ============================================
   GLO · HOW TO USE (mode d'emploi 2 col)
   ============================================ */
.glo-howto { display: grid; grid-template-columns: 1fr 1fr; gap: 0; min-height: 600px; background: var(--glo-creme); }
.glo-howto[data-flip="true"] .glo-howto__media { order: 0; }
.glo-howto[data-flip="true"] .glo-howto__body { order: 2; }
.glo-howto__media { order: 2; overflow: hidden; background: var(--glo-creme-clair); }
.glo-howto__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.glo-howto__body { order: 1; padding: clamp(48px, 6vw, 88px) clamp(32px, 5vw, 72px); display: flex; flex-direction: column; gap: 16px; justify-content: center; }
.glo-howto__title { margin: 8px 0 0; }
.glo-howto__intro { font-size: 15px; line-height: 1.6; opacity: 0.82; margin: 0 0 8px; max-width: 50ch; }
.glo-howto__steps { list-style: none; padding: 0; margin: 8px 0 0; display: grid; gap: 22px; counter-reset: glo-step; }
.glo-howto__step { display: flex; gap: 18px; align-items: flex-start; }
.glo-howto__step-num {
  flex-shrink: 0;
  width: 36px; height: 36px;
  border-radius: 999px;
  background: var(--glo-brun-profond);
  color: var(--glo-creme);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--glo-sans);
  font-size: 13px; font-weight: 600;
  letter-spacing: 0.5px;
}
.glo-howto__step-text { flex: 1; min-width: 0; }
.glo-howto__step-title { font-family: var(--glo-serif); font-size: 19px; font-weight: 400; margin: 0 0 4px; color: var(--glo-brun-profond); }
.glo-howto__step-text p { font-size: 14px; line-height: 1.55; margin: 0; color: var(--glo-brun-profond); opacity: 0.78; }
.glo-howto__note { margin: 16px 0 0; font-size: 12.5px; opacity: 0.6; font-style: italic; }
@media (max-width: 989px) {
  .glo-howto { grid-template-columns: 1fr; min-height: 0; }
  .glo-howto__media { aspect-ratio: 16/10; order: 2 !important; }
  .glo-howto__body { padding: 48px 24px 56px; }
}

/* ============================================
   GLO · DOCTORS (avis experts)
   ============================================ */
.glo-docs { padding: clamp(64px, 7vw, 100px) 0; background: var(--glo-brun-profond); color: var(--glo-creme); }
.glo-docs__head { text-align: center; max-width: 760px; margin: 0 auto clamp(40px, 5vw, 64px); padding: 0 24px; }
.glo-docs__title { color: var(--glo-creme); margin: 12px 0 14px; }
.glo-docs__sub { font-size: 15px; line-height: 1.6; opacity: 0.72; margin: 0; }
.glo-docs__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 24px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 40px);
}
.glo-docs__card {
  background: rgba(237,225,214,0.06);
  border: 1px solid rgba(237,225,214,0.14);
  border-radius: 8px;
  padding: 28px 28px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.glo-docs__photo {
  width: 96px; height: 96px;
  border-radius: 999px;
  overflow: hidden;
  flex-shrink: 0;
  background: rgba(237,225,214,0.08);
  border: 2px solid rgba(237,225,214,0.2);
}
.glo-docs__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.glo-docs__info { flex: 1; min-width: 0; }
.glo-docs__name { font-family: var(--glo-serif); font-size: 20px; font-weight: 400; color: var(--glo-creme); margin: 0 0 2px; }
.glo-docs__spec { font-family: var(--glo-sans); font-size: 11.5px; letter-spacing: 1.4px; text-transform: uppercase; color: var(--glo-or-clair); margin: 0 0 14px; font-weight: 500; }
.glo-docs__quote { font-family: var(--glo-serif); font-size: 16px; line-height: 1.55; color: var(--glo-creme); margin: 0 0 12px; font-style: italic; padding: 0; border: none; }
.glo-docs__exp { font-size: 12px; opacity: 0.6; margin: 0; font-style: italic; }
@media (max-width: 519px) {
  .glo-docs__card { flex-direction: column; gap: 14px; padding: 24px 20px; }
  .glo-docs__photo { width: 72px; height: 72px; }
}

/* ============================================
   GLO · COST COMPARISON
   ============================================ */
.glo-cost { display: grid; grid-template-columns: 1.2fr 1fr; gap: 0; min-height: 600px; background: var(--glo-creme-clair); }
.glo-cost[data-flip="true"] .glo-cost__media { order: 2; }
.glo-cost__media { overflow: hidden; background: #0F0907; }
.glo-cost__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.glo-cost__body { padding: clamp(48px, 6vw, 88px) clamp(32px, 5vw, 72px); display: flex; flex-direction: column; justify-content: center; gap: 16px; }
.glo-cost__title { margin: 8px 0 12px; font-size: clamp(28px, 3vw, 40px); line-height: 1.1; max-width: 18ch; }
.glo-cost__product {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  background: var(--glo-creme);
  border-left: 3px solid var(--glo-or-profond);
  border-radius: 4px;
}
.glo-cost__product-label { font-family: var(--glo-sans); font-size: 13px; letter-spacing: 0.5px; font-weight: 500; color: var(--glo-brun-profond); }
.glo-cost__product-price { font-family: var(--glo-serif); font-size: 28px; font-weight: 500; color: var(--glo-or-profond); }
.glo-cost__vs { font-family: var(--glo-sans); font-size: 11px; letter-spacing: 1.8px; text-transform: uppercase; color: var(--glo-brun-profond); opacity: 0.55; margin: 16px 0 4px; text-align: center; }
.glo-cost__alts { list-style: none; padding: 0; margin: 0; display: grid; gap: 1px; background: rgba(61,46,34,0.1); border-radius: 4px; overflow: hidden; }
.glo-cost__alt {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 22px;
  background: var(--glo-creme);
  font-family: var(--glo-sans);
  font-size: 14px;
  color: var(--glo-brun-profond);
}
.glo-cost__alt-label { opacity: 0.72; }
.glo-cost__alt-price { font-family: var(--glo-serif); font-size: 17px; font-weight: 500; opacity: 0.5; text-decoration: line-through; }
.glo-cost__cta { margin-top: 16px; align-self: flex-start; }
@media (max-width: 989px) {
  .glo-cost { grid-template-columns: 1fr; min-height: 0; }
  .glo-cost__media { aspect-ratio: 16/10; }
  .glo-cost[data-flip="true"] .glo-cost__media { order: 0; }
  .glo-cost__body { padding: 48px 24px 56px; }
  .glo-cost__cta { width: 100%; text-align: center; }
}

/* ============================================
   MOBILE — COMPACT NAV (gain d'espace hero)
   ============================================ */
@media (max-width: 749px) {
  /* Annonce Sense compact */
  .announcement-bar,
  .announcement-bar__message,
  .announcement-bar .h5 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    font-size: 11px !important;
    letter-spacing: 1.2px !important;
    line-height: 1.3 !important;
  }
  .announcement-bar { min-height: 0 !important; }

  /* Header Sense compact */
  .shopify-section-group-header-group .header,
  .shopify-section-header-group .header {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .shopify-section-group-header-group .header__heading-logo,
  .header__heading-logo {
    width: auto !important;
    max-width: 140px !important;
    max-height: 40px !important;
    height: auto !important;
    display: inline-block !important;
  }
  .header__heading,
  .header__heading-link { display: inline-flex !important; align-items: center !important; }
  .header-wrapper { margin-bottom: 0 !important; }

  /* Marquee USP custom compact */
  .glo-marquee,
  .glo-marquee__track { padding: 6px 0 !important; font-size: 11px !important; }
  .glo-marquee__item { padding: 0 12px !important; }

  /* Annonce custom (si utilisée) compact */
  .glo-annonce {
    padding: 6px 0 !important;
    font-size: 11px !important;
    letter-spacing: 1.2px !important;
  }
}

/* Hide Sense theme's auto-copyright (we have our own in glo-footer-rich) */
.shopify-section-group-footer-group .copyright__content,
.shopify-section-group-footer-group .footer__copyright,
.shopify-section-group-footer-group small.copyright__content,
.shopify-section-footer-group .copyright__content,
.copyright,
.footer__copyright-content { display: none !important; }

/* ============================================
   GLO · HISTOIRE — Hero plein écran
   ============================================ */
.glo-hist-hero {
  position: relative;
  min-height: clamp(360px, 55vh, 520px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 30% 20%, rgba(212,167,98,0.18) 0%, transparent 55%),
    radial-gradient(ellipse at 70% 80%, rgba(212,167,98,0.12) 0%, transparent 60%),
    linear-gradient(135deg, var(--glo-creme) 0%, var(--glo-creme-clair) 100%);
  color: var(--glo-brun-profond);
  text-align: center;
}
.glo-hist-hero__media { position: absolute; inset: 0; z-index: 0; }
.glo-hist-hero__media:empty { display: none; }
.glo-hist-hero__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.glo-hist-hero:has(.glo-hist-hero__media img) { color: var(--glo-creme); background: var(--glo-brun-profond); text-align: left; align-items: flex-end; }
.glo-hist-hero__overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(61,46,34,0.65) 100%);
  display: none;
}
.glo-hist-hero:has(.glo-hist-hero__media img) .glo-hist-hero__overlay { display: block; }
.glo-hist-hero__content {
  position: relative; z-index: 2;
  max-width: 920px;
  padding: clamp(48px, 8vw, 96px) clamp(24px, 5vw, 64px);
  width: 100%;
}
.glo-hist-hero__eyebrow {
  display: inline-block;
  font-family: var(--glo-sans);
  font-size: 11px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--glo-or-clair);
  margin: 0 0 18px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(237,225,214,0.4);
}
.glo-hist-hero__title {
  font-family: var(--glo-serif);
  font-weight: 400;
  font-size: clamp(40px, 6vw, 76px);
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin: 0 0 20px;
  color: var(--glo-brun-profond);
}
.glo-hist-hero:has(.glo-hist-hero__media img) .glo-hist-hero__title { color: var(--glo-creme); }
.glo-hist-hero__title p { margin: 0; }
.glo-hist-hero__title em { font-style: italic; color: var(--glo-or-profond); }
.glo-hist-hero:has(.glo-hist-hero__media img) .glo-hist-hero__title em { color: var(--glo-or-clair); }
.glo-hist-hero__eyebrow { color: var(--glo-or-profond); border-color: rgba(212,167,98,0.4); }
.glo-hist-hero:has(.glo-hist-hero__media img) .glo-hist-hero__eyebrow { color: var(--glo-or-clair); border-color: rgba(237,225,214,0.4); }
.glo-hist-hero__sub {
  font-size: clamp(15px, 1.4vw, 19px);
  line-height: 1.55;
  max-width: 56ch;
  margin: 0;
  opacity: 0.92;
}

/* ============================================
   GLO · ENGAGEMENTS (cards icons)
   ============================================ */
.glo-pledges { padding: clamp(64px, 7vw, 100px) 0; background: var(--glo-creme); }
.glo-pledges__head { text-align: center; max-width: 720px; margin: 0 auto clamp(36px, 4vw, 56px); padding: 0 24px; }
.glo-pledges__title { margin: 12px 0 12px; }
.glo-pledges__sub { font-size: 15px; line-height: 1.6; opacity: 0.78; margin: 0; }
.glo-pledges__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 40px);
}
.glo-pledges__card {
  padding: 32px 28px;
  background: #fff;
  border: 1px solid rgba(61,46,34,0.08);
  border-radius: 6px;
  transition: transform 0.35s var(--glo-ease), box-shadow 0.35s var(--glo-ease), border-color 0.35s var(--glo-ease);
  text-align: left;
}
.glo-pledges__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -20px rgba(61,46,34,0.15);
  border-color: rgba(107,66,38,0.2);
}
.glo-pledges__icon {
  display: inline-flex;
  align-items: center; justify-content: center;
  width: 44px; height: 44px;
  background: var(--glo-creme-clair);
  border-radius: 50%;
  font-size: 20px;
  margin-bottom: 18px;
  color: var(--glo-or-profond);
}
.glo-pledges__name {
  font-family: var(--glo-serif);
  font-size: 20px; font-weight: 400;
  margin: 0 0 8px;
  color: var(--glo-brun-profond);
}
.glo-pledges__desc {
  font-size: 14px; line-height: 1.6;
  margin: 0;
  color: var(--glo-brun-profond);
  opacity: 0.78;
}
@media (max-width: 989px) { .glo-pledges__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 519px) { .glo-pledges__grid { grid-template-columns: 1fr; max-width: 440px; } }

/* Hero histoire — gradient mobile renforcé pour lisibilité (image only) */
@media (max-width: 749px) {
  .glo-hist-hero:has(.glo-hist-hero__media img) { min-height: 540px; align-items: stretch; }
  .glo-hist-hero:has(.glo-hist-hero__media img) .glo-hist-hero__overlay {
    background: linear-gradient(180deg, rgba(61,46,34,0.35) 0%, rgba(61,46,34,0.55) 50%, rgba(61,46,34,0.92) 100%) !important;
  }
  .glo-hist-hero:has(.glo-hist-hero__media img) .glo-hist-hero__content { padding: 32px 24px 40px; align-self: flex-end; }
  .glo-hist-hero:not(:has(.glo-hist-hero__media img)) { min-height: clamp(280px, 40vh, 360px); padding: 32px 0; align-items: center; }
  .glo-hist-hero:not(:has(.glo-hist-hero__media img)) .glo-hist-hero__content { padding: 24px 22px; text-align: center; align-self: center; }
  .glo-hist-hero__title { font-size: clamp(30px, 9vw, 44px); line-height: 1.1; }
  .glo-hist-hero__sub { font-size: 14px; line-height: 1.5; }
  .glo-hist-hero__eyebrow { font-size: 10px; letter-spacing: 2px; margin-bottom: 12px; }
}

/* SVG icons pledges */
.glo-pledges__icon svg { width: 22px; height: 22px; stroke: var(--glo-or-profond); }
.glo-pledges__icon-mark { color: var(--glo-or-profond); font-size: 18px; }

/* Hero histoire — backdrop solide sous le texte sur mobile pour lisibilité garantie (image only) */
@media (max-width: 749px) {
  .glo-hist-hero:has(.glo-hist-hero__media img) { min-height: 580px; }
  .glo-hist-hero:has(.glo-hist-hero__media img) .glo-hist-hero__overlay {
    background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.45) 45%, rgba(61,46,34,0.95) 100%) !important;
  }
  .glo-hist-hero:has(.glo-hist-hero__media img) .glo-hist-hero__content {
    padding: 24px 22px 36px !important;
    background: linear-gradient(180deg, transparent 0%, rgba(61,46,34,0.88) 35%);
    margin-top: auto;
  }
}
