/** Shopify CDN: Minification failed

Line 544:138 Expected "}" to go with "{"

**/
/* Gemavie v2 - 2026 */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&family=Jost:wght@300;400;500&display=swap');

/* ── VARIABLES ── */
:root {
  --gmv-cream: #F7F2EC;
  --gmv-sand: #E8DECE;
  --gmv-terra: #C4896A;
  --gmv-terra-deep: #A06848;
  --gmv-stone: #8C7B6E;
  --gmv-bark: #4A3728;
  --gmv-bark-light: #6B5040;
  --gmv-white: #FDFAF6;
  --gmv-text: #3A2E26;
  --gmv-text-light: #7A6A5E;
  --gmv-font-display: 'Cormorant Garamond', serif;
  --gmv-font-body: 'Jost', sans-serif;
}

/* ── RESET CIBLÉ (n'affecte que les éléments gmv-) ── */
.gmv-section *, .gmv-section *::before, .gmv-section *::after {
  box-sizing: border-box;
}
.gmv-section a { text-decoration: none; }
.gmv-section h1, .gmv-section h2, .gmv-section h3,
.gmv-section p, .gmv-section ul { margin: 0; padding: 0; }
.gmv-section ul { list-style: none; }

/* ── UTILITAIRES ── */
.gmv-eyebrow {
  font-family: var(--gmv-font-body);
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gmv-terra);
  margin-bottom: 0.8rem;
  font-weight: 400;
  display: block;
}

.gmv-title {
  font-family: var(--gmv-font-display);
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 300;
  color: var(--gmv-bark);
  line-height: 1.15;
}
.gmv-title em { font-style: italic; color: var(--gmv-terra); }

.gmv-section-header { text-align: center; margin-bottom: 3.5rem; }

.gmv-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background: var(--gmv-bark);
  color: var(--gmv-cream) !important;
  font-family: var(--gmv-font-body);
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 1rem 2.2rem;
  border: none;
  cursor: pointer;
  transition: background 0.25s, transform 0.2s;
  text-decoration: none !important;
}
.gmv-btn:hover { background: var(--gmv-bark-light); transform: translateY(-1px); }

.gmv-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--gmv-bark) !important;
  font-family: var(--gmv-font-body);
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none !important;
  padding-bottom: 2px;
  border-bottom: 1px solid var(--gmv-terra);
  transition: color 0.2s;
}
.gmv-btn-ghost:hover { color: var(--gmv-terra) !important; }

/* ── SCROLL REVEAL ── */
.gmv-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.gmv-reveal.gmv-visible { opacity: 1; transform: translateY(0); }
.gmv-reveal.gmv-d1 { transition-delay: 0.1s; }
.gmv-reveal.gmv-d2 { transition-delay: 0.2s; }
.gmv-reveal.gmv-d3 { transition-delay: 0.3s; }
.gmv-reveal.gmv-d4 { transition-delay: 0.4s; }

/* ════════════════════════════════════
   HERO
════════════════════════════════════ */
.gmv-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
  background: var(--gmv-cream);
}

.gmv-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8rem 4rem 5rem;
}

.gmv-hero__title {
  font-family: var(--gmv-font-display);
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 300;
  line-height: 1.12;
  color: var(--gmv-bark);
  margin-bottom: 1.8rem;
}
.gmv-hero__title em { font-style: italic; color: var(--gmv-terra); }

.gmv-hero__desc {
  font-family: var(--gmv-font-body);
  font-size: 0.95rem;
  line-height: 1.9;
  color: var(--gmv-text-light);
  max-width: 420px;
  margin-bottom: 3rem;
  font-weight: 300;
}

.gmv-hero__cta { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }

.gmv-hero__image {
  position: relative;
  overflow: hidden;
  min-height: 600px;
  background: linear-gradient(145deg, #D4B99A, #B89070);
}
.gmv-hero__image img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}

.gmv-hero__badge {
  position: absolute;
  bottom: 3rem; left: -1.5rem;
  background: var(--gmv-white);
  padding: 1.2rem 1.6rem;
  box-shadow: 0 8px 40px rgba(74,55,40,0.12);
  font-family: var(--gmv-font-display);
  font-size: 0.9rem;
  color: var(--gmv-bark);
  z-index: 2;
  animation: gmvFloat 3s ease-in-out infinite;
}
.gmv-hero__badge strong {
  display: block;
  font-size: 1.5rem; font-weight: 400;
  color: var(--gmv-terra);
}

/* ════════════════════════════════════
   RÉASSURANCE
════════════════════════════════════ */
.gmv-reassurance {
  background: var(--gmv-bark);
  padding: 1.4rem 4rem;
  display: flex;
  justify-content: center;
  gap: 4rem;
  flex-wrap: wrap;
}
.gmv-reassurance__item {
  display: flex; align-items: center; gap: 0.8rem;
  color: var(--gmv-sand);
  font-family: var(--gmv-font-body);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.gmv-reassurance__item svg {
  width: 18px; height: 18px;
  stroke: var(--gmv-terra); fill: none; flex-shrink: 0;
}

/* ════════════════════════════════════
   CATÉGORIES
════════════════════════════════════ */
.gmv-categories {
  padding: 7rem 4rem;
  background: var(--gmv-cream);
}
.gmv-categories__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 1.2rem;
  max-width: 1200px; margin: 0 auto;
}
.gmv-cat-card {
  display: block; position: relative;
  overflow: hidden; cursor: pointer;
  text-decoration: none !important;
}
.gmv-cat-card:first-child { grid-row: span 2; }
.gmv-cat-card__inner {
  width: 100%;
  min-height: 200px;
  display: flex;
  align-items: flex-end;
  padding: 2rem;
  position: relative;
  background: var(--gmv-sand);
  overflow: hidden;
}

.gmv-cat-card__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gmv-cat-card:first-child .gmv-cat-card__inner { min-height: 460px; }
.gmv-cat-card__inner img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s ease;
}
.gmv-cat-card:hover .gmv-cat-card__inner img { transform: scale(1.05); }
.gmv-cat-card__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(74,55,40,0.5) 0%, transparent 60%);
}
.gmv-cat-card__label {
  position: relative; z-index: 2;
  background: rgba(247,242,236,0.92);
  padding: 0.8rem 1.2rem;
  backdrop-filter: blur(6px);
}
.gmv-cat-card__label h3 {
  font-family: var(--gmv-font-display);
  font-size: 1.1rem; font-weight: 400;
  color: var(--gmv-bark); margin: 0;
}
.gmv-cat-card__label span {
  font-family: var(--gmv-font-body);
  font-size: 0.7rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--gmv-terra);
}

/* ════════════════════════════════════
   BESTSELLERS
════════════════════════════════════ */
.gmv-bestsellers {
  padding: 7rem 4rem;
  background: var(--gmv-white);
}
.gmv-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  max-width: 1200px; margin: 0 auto;
}
.gmv-product {
  display: block; cursor: pointer;
  text-decoration: none !important; color: inherit !important;
}
.gmv-product__img {
  aspect-ratio: 3/4; overflow: hidden;
  margin-bottom: 1.2rem; position: relative;
  background: var(--gmv-sand);
}
.gmv-product__img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s ease;
}
.gmv-product:hover .gmv-product__img img { transform: scale(1.05); }
.gmv-product__tag {
  position: absolute; top: 0.8rem; left: 0.8rem;
  background: var(--gmv-terra); color: var(--gmv-white);
  font-family: var(--gmv-font-body);
  font-size: 0.65rem; letter-spacing: 0.1em;
  text-transform: uppercase; padding: 0.3rem 0.7rem;
}
.gmv-product__stone {
  font-family: var(--gmv-font-body);
  font-size: 0.72rem; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--gmv-terra); margin-bottom: 0.3rem;
}
.gmv-product__name {
  font-family: var(--gmv-font-display);
  font-size: 1.05rem; font-weight: 400;
  color: var(--gmv-bark); line-height: 1.3; margin-bottom: 0.5rem;
}
.gmv-product__footer {
  display: flex; align-items: center; justify-content: space-between;
}
.gmv-product__price {
  font-family: var(--gmv-font-display);
  font-size: 1.1rem; color: var(--gmv-bark);
}
.gmv-product__stars { color: var(--gmv-terra); font-size: 0.8rem; }
.gmv-bestsellers__cta { text-align: center; margin-top: 3.5rem; }

/* ════════════════════════════════════
   POURQUOI LES PIERRES
════════════════════════════════════ */
.gmv-why { padding: 7rem 4rem; background: var(--gmv-cream); }
.gmv-why__inner {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 6rem; max-width: 1200px; margin: 0 auto; align-items: center;
}
.gmv-why__img-wrap { position: relative; }
.gmv-why__img-main {
  width: 100%; aspect-ratio: 4/5;
  overflow: hidden; position: relative;
  background: var(--gmv-sand);
}
.gmv-why__img-main img { width: 100%; height: 100%; object-fit: cover; }
.gmv-why__img-accent {
  position: absolute; bottom: -1.5rem; right: -1.5rem;
  width: 140px; aspect-ratio: 1;
  background: var(--gmv-sand);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 0.3rem;
  box-shadow: 0 8px 40px rgba(74,55,40,0.1); z-index: 2;
}
.gmv-why__img-accent strong {
  font-family: var(--gmv-font-display);
  font-size: 2.5rem; font-weight: 300; color: var(--gmv-bark); line-height: 1;
}
.gmv-why__img-accent span {
  font-family: var(--gmv-font-body);
  font-size: 0.65rem; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--gmv-terra); text-align: center;
}
.gmv-why__text {
  font-family: var(--gmv-font-body);
  font-size: 1rem; line-height: 1.9;
  color: var(--gmv-text-light); margin-bottom: 2.5rem; font-weight: 300;
}
.gmv-why__pillars { display: flex; flex-direction: column; gap: 1.5rem; margin-bottom: 2.5rem; }
.gmv-why__pillar { display: flex; gap: 1.2rem; align-items: flex-start; }
.gmv-why__pillar-icon {
  width: 40px; height: 40px;
  background: var(--gmv-sand);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.gmv-why__pillar-icon svg { width: 18px; height: 18px; stroke: var(--gmv-terra); fill: none; }
.gmv-why__pillar-title {
  font-family: var(--gmv-font-display);
  font-size: 1rem; font-weight: 500; color: var(--gmv-bark); margin-bottom: 0.2rem;
}
.gmv-why__pillar-text {
  font-family: var(--gmv-font-body);
  font-size: 0.85rem; color: var(--gmv-text-light); line-height: 1.7;
}

/* ════════════════════════════════════
   TÉMOIGNAGES
════════════════════════════════════ */
.gmv-testimonials { padding: 7rem 4rem; background: var(--gmv-sand); }
.gmv-testimonials__grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2rem; max-width: 1200px; margin: 3.5rem auto 0;
}
.gmv-testi {
  background: var(--gmv-white); padding: 2.5rem;
}
.gmv-testi__quote {
  font-family: var(--gmv-font-display);
  font-size: 4rem; color: var(--gmv-terra);
  line-height: 0.5; margin-bottom: 1rem; opacity: 0.4;
}
.gmv-testi__stars { color: var(--gmv-terra); font-size: 0.85rem; margin-bottom: 1rem; }
.gmv-testi__text {
  font-family: var(--gmv-font-display);
  font-size: 1.05rem; font-style: italic;
  color: var(--gmv-bark); line-height: 1.7; margin-bottom: 1.8rem;
}
.gmv-testi__author { display: flex; align-items: center; gap: 1rem; }
.gmv-testi__avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gmv-terra), var(--gmv-stone));
  display: flex; align-items: center; justify-content: center;
  font-family: var(--gmv-font-display); font-size: 1rem; color: var(--gmv-white); flex-shrink: 0;
}
.gmv-testi__name {
  font-family: var(--gmv-font-body);
  font-size: 0.8rem; font-weight: 500; letter-spacing: 0.06em;
  color: var(--gmv-bark); text-transform: uppercase;
}
.gmv-testi__product {
  font-family: var(--gmv-font-body);
  font-size: 0.72rem; color: var(--gmv-terra);
}

/* ════════════════════════════════════
   NEWSLETTER
════════════════════════════════════ */
.gmv-newsletter {
  padding: 7rem 4rem; text-align: center;
  background: var(--gmv-cream); position: relative; overflow: hidden;
}
.gmv-newsletter::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(196,137,106,0.12), transparent 60%);
  pointer-events: none;
}
.gmv-newsletter__title {
  font-family: var(--gmv-font-display);
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 300; color: var(--gmv-bark); margin-bottom: 0.8rem;
}
.gmv-newsletter__title em { font-style: italic; color: var(--gmv-terra); }
.gmv-newsletter__sub {
  font-family: var(--gmv-font-body);
  font-size: 0.92rem; color: var(--gmv-text-light);
  line-height: 1.8; margin: 0 auto 2.5rem; max-width: 480px;
}
.gmv-newsletter__form {
  display: flex; max-width: 460px; margin: 0 auto;
  border: 1px solid rgba(139,123,110,0.3);
  background: var(--gmv-white); overflow: hidden;
}
.gmv-newsletter__form input {
  flex: 1; padding: 1rem 1.4rem;
  border: none; outline: none; background: transparent;
  font-family: var(--gmv-font-body); font-size: 0.88rem; color: var(--gmv-text);
}
.gmv-newsletter__form input::placeholder { color: var(--gmv-text-light); }
.gmv-newsletter__form button {
  padding: 1rem 1.8rem; background: var(--gmv-bark); color: var(--gmv-cream);
  border: none; cursor: pointer; font-family: var(--gmv-font-body);
  font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase;
  font-weight: 400; transition: background 0.2s; white-space: nowrap;
}
.gmv-newsletter__form button:hover { background: var(--gmv-bark-light); }
.gmv-newsletter__promise {
  font-family: var(--gmv-font-body);
  font-size: 0.72rem; color: var(--gmv-text-light); margin-top: 1rem;
}

/* ════════════════════════════════════
   ANIMATIONS
════════════════════════════════════ */
@keyframes gmvFloat {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-8px); }
}

/* ════════════════════════════════════
   RESPONSIVE
════════════════════════════════════ */
@media (max-width: 1024px) {
  .gmv-hero { grid-template-columns: 1fr; }
  .gmv-hero__image { min-height: 50vw; }
  .gmv-why__inner { grid-template-columns: 1fr; gap: 3rem; }
  .gmv-products-grid { grid-template-columns: repeat(2, 1fr); }
  .gmv-testimonials__grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .gmv-categories__grid { grid-template-columns: 1fr 1fr; }
  .gmv-cat-card:first-child { grid-column: span 2; grid-row: auto; }
  .gmv-reassurance { gap: 1.5rem; padding: 1.2rem 2rem; }
  .gmv-hero__content,
  .gmv-categories,
  .gmv-bestsellers,
  .gmv-why,
  .gmv-testimonials,
  .gmv-newsletter { padding-left: 1.5rem; padding-right: 1.5rem; }
}
@media (max-width: 480px) {
  .gmv-products-grid { grid-template-columns: 1fr; }
  .gmv-categories__grid { grid-template-columns: 1fr; }
  .gmv-cat-card:first-child { grid-column: auto; }
}
/* ── Notre Histoire ── */
.gmv-histoire{max-width:720px;margin:0 auto;padding:60px 20px;color:#2c1a0e;line-height:1.85}
.gmv-histoire .eyebrow{display:block;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#c4805a;margin-bottom:14px}
.gmv-histoire h1.intro-title{font-family:var(--gmv-font-display,Georgia,serif);font-size:clamp(2.4rem,5vw,3.8rem);font-weight:300;font-style:italic;line-height:1.15;color:#2c1a0e;margin:0 0 50px}
.gmv-histoire h2{font-family:var(--gmv-font-display,Georgia,serif);font-size:clamp(1.4rem,2.5vw,1.9rem);font-weight:300;color:#2c1a0e;margin:60px 0 18px;line-height:1.25}
.gmv-histoire p{margin-bottom:18px;font-size:1rem;color:#3d2b1f}
.gmv-histoire .pull-quote{border-left:2px solid #c4805a;padding:6px 0 6px 24px;margin:36px 0;font-style:italic;font-size:1.15rem;color:#2c1a0e;line-height:1.65}
.gmv-histoire .baseline-block{text-align:center;padding:44px 30px;margin:50px 0;background:#f0e8df;border-radius:3px}
.gmv-histoire .baseline-block h2{font-size:clamp(1.8rem,4vw,2.8rem);font-style:italic;margin:0 0 14px;color:#2c1a0e}
.gmv-histoire .baseline-block p{font-style:italic;color:#5c3d2e;margin:0;font-size:.95rem}
.gmv-histoire .divider{text-align:center;color:#c4805a;margin:52px 0;letter-spacing:14px;font-size:16px}
.gmv-histoire .cta-block{background:#f7f3ee;border:1px solid #e5d5c5;padding:28px 30px;margin:44px 0;border-radius:3px}
.gmv-histoire .cta-block p{margin:0;font-size:.97rem}
.gmv-histoire .cta-block a{color:#c4805a;text-decoration:none;font-style:italic}
.gmv-histoire .signature{margin-top:56px;padding-top:28px;border-top:1px solid #e5d5c5}
.gmv-histoire .signature p{font-style:italic;margin:0;font-size:.97rem}
/* Submit → Envoyer */
button.submit-button {
  font-size: 0 !important;
  position: relative !important;
}
button.submit-button::after {
  content: 'Envoyer';
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
/* ===== Page Trouver la Pierre ===== */
/* ===== Page Trouver la Pierre ===== */
.gmv-histoire .gmv-question { background:#f7f3ee !important; border:1px solid #e5d5c5 !important; border-radius:3px !important; padding:28px 30px !important; margin:32px 0 !important }
.gmv-histoire .gmv-question h2 { font-family:var(--gmv-font-display,Georgia,serif); font-size:clamp(1.15rem,2vw,1.45rem) !important; font-weight:300; color:#2c1a0e; margin:0 0 18px; line-height:1.3 }
.gmv-histoire .gmv-question ul { list-style:none !important; padding:0 !important; margin:0 !important }
.gmv-histoire .gmv-question li { padding:9px 0 !important; color:#3d2b1f; border-bottom:1px solid #ede3d9 !important; font-size:.97rem }
.gmv-histoire .gmv-question li:last-child { border-bottom:none !important; padding-bottom:0 !important }
.gmv-histoire .gmv-result { border-left:2px solid #c4805a !important; padding:6px 0 6px 24px !important; margin:36px 0 !important }
.gmv-histoire .gmv-result h2 { font-family:var(--gmv-font-display,Georgia,serif); font-size:clamp(1.3rem,2.2vw,1.7rem); font-weight:300; color:#2c1a0e; margin:0 0 10px; line-height:1.25 }
.gmv-histoire .gmv-result p { color:#3d2b1f; margin-bottom:8px; font-size:.97rem }
.gmv-histoire .gmv-result a { color:#c4805a !important; text-decoration:none; font-style:italic }
.gmv-result a:hover { text-decoration:underline }
/* Fond sablé - pages de contenu */
body { background-color: #f4ede4; }
/* Titre plus compact - pages guide */
.gmv-guide h1.intro-title { font-size: clamp(1.6rem, 3vw, 2.2rem) !important; }
/* ===== Quelle pierre choisir ===== */
.gmv-histoire .gmv-question{background:#f7f3ee!important;border:1px solid #e5d5c5!important;border-radius:3px!important;padding:28px 30px!important;margin:32px 0!important}
.gmv-histoire .gmv-question ul{list-style:none!important;padding:0!important;margin:0!important}
.gmv-histoire .gmv-question li{padding:9px 0!important;border-bottom:1px solid #ede3d9!important;font-size:.97rem}
.gmv-histoire .gmv-question li:last-child{border-bottom:none!important;padding-bottom:0!important}
.gmv-histoire .gmv-result{border-left:2px solid #c4805a!important;padding-left:24px!important;margin:36px 0!important}
.gmv-guide h1.intro-title{font-size:clamp(1.5rem,3vw,2rem)!important}
:root{--color-background:244,237,228}
.gmv-histoire h2{font-family:var(--gmv-font-display,Georgia,serif)!important;font-weight:300!important;color:#2c1a0e!important}
.gmv-histoire .eyebrow{color:#c4805a!important;font-size:11px!important;letter-spacing:.22em!important;text-transform:uppercase!important}