
.spa-home{background:#030303;color:#f3eee7;overflow:hidden}
.spa-home-shell{width:min(1480px,calc(100% - 70px));margin:0 auto}

/* HERO : vraie photo + typographie HTML, comme la maquette */
.spa-home-hero{
  position:relative;
  width:100%;
  height:clamp(520px,42vw,690px);
  overflow:hidden;
  background:#020202;
  border-bottom:1px solid rgba(212,175,55,.14);
}
.spa-home-hero-photo{
  position:absolute;inset:0;width:100%;height:100%;
  object-fit:cover;object-position:center center;
}
.spa-home-hero-shade{
  position:absolute;inset:0;
  background:
    linear-gradient(90deg,rgba(0,0,0,.96) 0%,rgba(0,0,0,.86) 24%,rgba(0,0,0,.28) 52%,rgba(0,0,0,.05) 100%),
    linear-gradient(0deg,rgba(0,0,0,.22),transparent 42%);
}
.spa-home-hero-copy{
  position:absolute;z-index:2;left:max(5vw,58px);top:50%;
  transform:translateY(-50%);width:min(520px,42vw);
}
.spa-home-hero-kicker{display:block;color:#d4af37;font-size:10px;letter-spacing:.16em;margin-bottom:18px}
.spa-home-hero-copy h1{
  margin:0!important;color:#f3ede6!important;font-family:Georgia,serif!important;
  font-size:clamp(42px,4.1vw,72px)!important;font-weight:400!important;
  line-height:.98!important;letter-spacing:.015em;
}
.spa-home-hero-line{display:flex;align-items:center;gap:9px;width:210px;margin:22px 0 18px;color:#c59a45}
.spa-home-hero-line i{display:block;height:1px;background:#a77b31;flex:1}.spa-home-hero-line b{font-size:13px;font-weight:400}
.spa-home-hero-copy p{font-size:15px;line-height:1.55;color:#c9c0b7;margin:0 0 24px}
.spa-home-hero-copy>a{
  display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 24px;
  border:1px solid rgba(212,175,55,.72);color:#dfbf78!important;text-decoration:none!important;
  font-size:10px;letter-spacing:.09em;background:rgba(0,0,0,.18);
}
/* BANDEAU SERVICES */
.spa-home-benefits{border-top:1px solid rgba(212,175,55,.18);border-bottom:1px solid rgba(212,175,55,.18)}
.spa-home-benefit-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.spa-home-benefit-grid>div{display:flex;align-items:center;justify-content:center;gap:13px;padding:18px 12px;border-right:1px solid rgba(212,175,55,.13)}
.spa-home-benefit-grid>div:last-child{border-right:0}
.spa-home-benefit-grid>div>.spa-home-icon{color:#d4af37;width:28px;height:28px;display:grid;place-items:center;flex:0 0 28px}
.spa-home-benefit-grid p{margin:0}
.spa-home-benefit-grid b{display:block;color:#d8c49c;font-size:9px;letter-spacing:.06em}
.spa-home-benefit-grid small{display:block;color:#817970;font-size:8px;margin-top:3px}

/* TITRES */
.spa-home-collections,.spa-home-new{padding:36px 0 26px}
.spa-home-heading{display:flex;align-items:center;justify-content:center;gap:18px;margin-bottom:25px}
.spa-home-heading span{height:1px;width:110px;background:#b88c37}
.spa-home-heading h2{font-family:Georgia,serif!important;font-size:25px!important;font-weight:400!important;letter-spacing:.08em;color:#e0b65e!important;margin:0!important}

/* COLLECTIONS : images EXACTES, donc aucun overlay texte ajouté */
.spa-home-collection-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.spa-home-collection-card{display:block;overflow:hidden;background:#050505;border:1px solid rgba(212,175,55,.26)}
.spa-home-collection-card img{display:block;width:100%;height:auto;aspect-ratio:3/4;object-fit:cover;transition:transform .4s ease}
.spa-home-collection-card:hover img{transform:scale(1.018)}
.spa-home-center{text-align:center;margin-top:14px}
.spa-home-center a{display:inline-flex;min-height:34px;align-items:center;padding:0 18px;border:1px solid rgba(212,175,55,.58);color:#d5ad59!important;text-decoration:none!important;font-size:9px;letter-spacing:.08em}

/* HISTOIRE : photo exacte + texte HTML */
.spa-home-story{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,44%) minmax(0,56%);
  min-height:390px;
  background:#030303;
  border-top:1px solid rgba(212,175,55,.14);
  border-bottom:1px solid rgba(212,175,55,.14);
  overflow:hidden;
}
.spa-home-story-photo{min-width:0;overflow:hidden}
.spa-home-story-photo img{
  display:block;width:100%;height:100%;object-fit:cover;
  object-position:center 46%;
}
.spa-home-story-copy{
  position:relative;z-index:2;
  display:flex;flex-direction:column;justify-content:center;
  padding:48px clamp(90px,8vw,150px) 48px clamp(42px,5vw,90px);
  background:linear-gradient(90deg,#090706 0%,#030303 72%);
}
.spa-home-story-kicker{
  color:#d4af37;font-size:9px;letter-spacing:.16em;
  margin-bottom:12px;
}
.spa-home-story-copy h2{
  margin:0!important;
  font-family:Georgia,serif!important;
  font-size:clamp(31px,3.1vw,52px)!important;
  line-height:1.02!important;font-weight:400!important;
  color:#f1e9df!important;letter-spacing:.02em;
}
.spa-home-story-copy h2 em{
  color:#d8ab55;font-style:normal;font-weight:400;
}
.spa-home-story-rule{
  display:flex;align-items:center;gap:8px;width:185px;
  color:#c7983c;margin:18px 0 18px;
}
.spa-home-story-rule i{display:block;height:1px;background:#9d7330;flex:1}
.spa-home-story-rule b{font-weight:400;font-size:12px}
.spa-home-story-copy p{
  max-width:620px;margin:0 0 23px;
  color:#b7ada3;font-size:12px;line-height:1.75;
}
.spa-home-story-copy>a{
  display:inline-flex;align-self:flex-start;align-items:center;justify-content:center;
  min-height:42px;padding:0 20px;
  border:1px solid rgba(212,175,55,.66);
  color:#dab363!important;text-decoration:none!important;
  font-size:9px;letter-spacing:.08em;
}
.spa-home-story-spiral{
  position:absolute;right:3vw;top:50%;transform:translateY(-50%);
  width:150px;height:150px;color:rgba(212,175,55,.54);
  filter:drop-shadow(0 0 12px rgba(212,175,55,.16));
  pointer-events:none;z-index:1;
}
.spa-home-story-spiral svg{width:100%;height:100%;display:block}

/* PRODUITS / AVIS / VALEURS */
.spa-home-products .products{margin-bottom:0!important}
.spa-home-testimonials{padding:28px 0;border-top:1px solid rgba(212,175,55,.13);border-bottom:1px solid rgba(212,175,55,.13)}
.spa-home-testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0}
.spa-home-testimonial-grid article{padding:20px 28px;border-right:1px solid rgba(212,175,55,.16)}
.spa-home-testimonial-grid article:last-child{border-right:0}
.spa-home-testimonial-grid b{color:#d5ad59;letter-spacing:.1em}
.spa-home-testimonial-grid p{color:#c5bbb1;font-size:11px;line-height:1.7}
.spa-home-testimonial-grid strong{color:#d0a656;font-size:9px}
.spa-home-values{display:grid;grid-template-columns:repeat(4,1fr);padding:0}
.spa-home-values>div{text-align:center;padding:23px 18px;border-right:1px solid rgba(212,175,55,.16)}
.spa-home-values>div:last-child{border-right:0}
.spa-home-values span{display:block;color:#d4af37;font-size:22px;margin-bottom:8px}
.spa-home-values h3{font-size:9px;color:#d4af37;letter-spacing:.07em;margin:0 0 5px}
.spa-home-values p{font-size:8px;color:#938a82;line-height:1.5;margin:0}

@media(max-width:980px){
  .spa-home-shell{width:min(100% - 32px,1480px)}
  .spa-home-collection-grid{grid-template-columns:repeat(2,1fr)}
  .spa-home-benefit-grid,.spa-home-values{grid-template-columns:repeat(2,1fr)}
  .spa-home-testimonial-grid{grid-template-columns:1fr}
  .spa-home-testimonial-grid article{border-right:0;border-bottom:1px solid rgba(212,175,55,.16)}
  .spa-home-hero-exact img{max-height:none}
}
@media(max-width:640px){
  .spa-home-shell{width:calc(100% - 24px)}
  .spa-home-hero{height:520px}
  .spa-home-hero-photo{object-position:63% center}
  .spa-home-hero-shade{background:linear-gradient(90deg,rgba(0,0,0,.92) 0%,rgba(0,0,0,.62) 55%,rgba(0,0,0,.12) 100%)}
  .spa-home-hero-copy{left:24px;top:48%;width:64vw}
  .spa-home-hero-kicker{font-size:8px;margin-bottom:12px}
  .spa-home-hero-copy h1{font-size:34px!important;line-height:1.02!important}
  .spa-home-hero-copy p{font-size:11px}
  .spa-home-hero-copy>a{min-height:40px;padding:0 15px;font-size:8px}
  .spa-home-benefit-grid{grid-template-columns:repeat(2,1fr)}
  .spa-home-benefit-grid>div{padding:13px 8px}
  .spa-home-benefit-grid small{display:none}
  .spa-home-heading span{width:34px}
  .spa-home-heading h2{font-size:18px!important;text-align:center}

  .spa-home-collection-grid{gap:10px}
  .spa-home-collection-card{aspect-ratio:2/3}
  .spa-home-collection-card img{object-position:center 12%}
  .spa-home-collection-overlay{left:8px;right:8px;bottom:12px}
  .spa-home-collection-overlay small{font-size:7px}
  .spa-home-collection-overlay strong{font-size:18px}
  .spa-home-collection-overlay em{margin-top:9px;min-height:30px;padding:0 10px;font-size:7px}
  .spa-home-benefit-grid>div{justify-content:flex-start;gap:10px;padding:15px 13px}
  .spa-home-benefit-grid b{font-size:8px}
  .spa-home-icon svg{width:21px!important;height:21px!important;max-width:21px!important;max-height:21px!important}

  .spa-home-collection-grid{gap:8px}

  .spa-home-story{grid-template-columns:1fr;min-height:0}
  .spa-home-story-photo{height:315px}
  .spa-home-story-photo img{object-position:center 44%}
  .spa-home-story-copy{padding:28px 22px 34px}
  .spa-home-story-copy h2{font-size:29px!important}
  .spa-home-story-copy p{font-size:11px;line-height:1.65}
  .spa-home-story-spiral{width:92px;height:92px;right:-18px;top:67%;opacity:.42}
  .spa-home-values{grid-template-columns:1fr 1fr}
  .spa-home-values>div{border-bottom:1px solid rgba(212,175,55,.12)}
  .spa-home-testimonial-grid article{padding:18px 8px}
}


/* SVG premium : jamais de glyphes Unicode ni icônes géantes */
.spa-home-icon svg,
.spa-home-value-icon svg{
  width:24px!important;
  height:24px!important;
  max-width:24px!important;
  max-height:24px!important;
  display:block;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.45;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.spa-home-value-icon{
  width:32px;height:32px;margin:0 auto 9px!important;
  display:grid!important;place-items:center;color:#d4af37;
}

/* Collections HD */
.spa-home-collection-card{
  position:relative;
  aspect-ratio:2/3;
  min-height:0;
  border:1px solid rgba(212,175,55,.28);
  background:#050505;
}
.spa-home-collection-card img{
  position:absolute;inset:0;
  width:100%;height:100%;
  aspect-ratio:auto!important;
  object-fit:cover;
  object-position:center top;
  transform:none!important;
  filter:none;
}
.spa-home-collection-card::after{
  content:"";
  position:absolute;inset:38% 0 0;
  background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.16) 34%,rgba(0,0,0,.88) 100%);
  pointer-events:none;
}
.spa-home-collection-overlay{
  position:absolute;z-index:2;left:14px;right:14px;bottom:17px;
  display:flex;flex-direction:column;align-items:center;text-align:center;
  color:#f1e9df;
}
.spa-home-collection-overlay small{
  font-size:8px;letter-spacing:.13em;color:#d8bc84;margin-bottom:5px;
}
.spa-home-collection-overlay strong{
  font-family:Georgia,serif;font-size:23px;font-weight:400;
  letter-spacing:.035em;line-height:1;color:#fff;
}
.spa-home-collection-overlay em{
  margin-top:13px;display:inline-flex;align-items:center;justify-content:center;
  min-height:34px;padding:0 15px;border:1px solid rgba(212,175,55,.68);
  color:#e2bd6b;font-style:normal;font-size:8px;letter-spacing:.08em;
  background:rgba(0,0,0,.34);
}
.spa-home-collection-card:hover img{transform:scale(1.015)!important}


/* === SPIRALÉE 4.2.3 — ÉDITORIAL, SANS PICTOGRAMMES === */
.spa-home-hero-line,.spa-home-story-rule{gap:0;width:110px}
.spa-home-hero-line i,.spa-home-story-rule i{flex:1;height:1px;background:#a77b31}
.spa-home-story-spiral,.spa-home-icon,.spa-home-value-icon{display:none!important}
.spa-editorial-services .spa-home-benefit-grid>div{align-items:flex-start;justify-content:flex-start;gap:18px;padding:26px 22px}
.spa-service-no{display:block;min-width:44px;font-family:Georgia,serif;font-size:27px;line-height:1;color:#d4af37;font-weight:400;letter-spacing:.05em}
.spa-editorial-services .spa-home-benefit-grid b{font-family:Georgia,serif;font-size:11px;font-weight:400;letter-spacing:.09em;color:#e4d5bc}
.spa-editorial-services .spa-home-benefit-grid small{display:block!important;margin-top:9px;color:#91877d;font-size:9px;line-height:1.55}
.spa-editorial-values .spa-value-no{display:block;color:#8b6a32;font-family:Georgia,serif;font-size:11px;letter-spacing:.13em;margin-bottom:13px}
.spa-editorial-values h3{font-family:Georgia,serif!important;font-size:16px!important;font-weight:400!important;letter-spacing:.09em!important;line-height:1.35!important;color:#d7ab51!important}
.spa-editorial-values p{font-family:Georgia,serif;font-size:10px;line-height:1.65;color:#9d9389}
.spa-editorial-values>div{padding:30px 24px}
@media(max-width:640px){.spa-editorial-services .spa-home-benefit-grid>div{padding:18px 13px;gap:10px}.spa-service-no{min-width:31px;font-size:20px}.spa-editorial-services .spa-home-benefit-grid b{font-size:8px}.spa-editorial-services .spa-home-benefit-grid small{font-size:7px;margin-top:5px}.spa-editorial-values h3{font-size:13px!important}}


/* =========================================================
   SPIRALÉE 4.2.8 — HOME ÉDITORIALE + STRUCTURE SEO
   ========================================================= */

.spa-home-hero-copy .spa-home-hero-title{
  margin:0!important;color:#f3ede6!important;font-family:Georgia,serif!important;
  font-size:clamp(42px,4.1vw,72px)!important;font-weight:400!important;
  line-height:.98!important;letter-spacing:.015em;
}

/* SEO intro */
.spa-home-seo-intro{
  display:grid;
  grid-template-columns:150px minmax(0,1.25fr) minmax(280px,.75fr);
  gap:46px;
  padding-top:76px;
  padding-bottom:76px;
  border-bottom:1px solid rgba(212,175,55,.15);
}
.spa-home-seo-index,.spa-home-section-no{
  color:#84662f;font-size:9px;letter-spacing:.17em;text-transform:uppercase;
}
.spa-home-seo-intro h1{
  margin:0!important;font-family:Georgia,serif!important;font-weight:400!important;
  font-size:clamp(38px,3.7vw,61px)!important;line-height:1.02!important;
  letter-spacing:.015em;color:#eee7df!important;
}
.spa-home-seo-intro h1 em,
.spa-home-editorial-heading h2 em,
.spa-home-manifesto h2 em,
.spa-home-product-heading h2 em,
.spa-home-after h2 em,
.spa-home-closing h2 em{
  font-style:italic;font-weight:400;color:#d2a652;
}
.spa-home-seo-lead{
  max-width:700px;margin:22px 0 0!important;
  font-family:Georgia,serif;font-size:18px;line-height:1.55;color:#c9bfb5;
}
.spa-home-seo-intro-copy{padding-top:4px}
.spa-home-seo-intro-copy p{
  margin:0 0 24px;font-size:11px;line-height:1.9;color:#9f958c;
}
.spa-home-seo-intro-copy a,
.spa-home-editorial-heading>a,
.spa-home-product-heading>a{
  display:inline-flex;align-items:center;min-height:40px;padding:0 18px;
  border:1px solid rgba(212,175,55,.5);color:#d8b25e!important;
  text-decoration:none!important;font-size:8px;letter-spacing:.09em;
}

/* Story paragraphs */
.spa-home-story-copy p+p{margin-top:10px}

/* Editorial headings */
.spa-home-types,.spa-home-styles{padding-top:76px;padding-bottom:76px}
.spa-home-editorial-heading{
  display:grid;grid-template-columns:150px minmax(0,1fr) auto;
  gap:42px;align-items:end;margin-bottom:38px;
}
.spa-home-editorial-heading>span,.spa-home-product-heading>span{
  color:#84662f;font-size:9px;letter-spacing:.17em;text-transform:uppercase;
  align-self:start;padding-top:7px;
}
.spa-home-editorial-heading h2,.spa-home-product-heading h2,.spa-home-after h2{
  margin:0!important;font-family:Georgia,serif!important;font-weight:400!important;
  font-size:clamp(34px,3.2vw,52px)!important;line-height:1.02!important;color:#eee7df!important;
}
.spa-home-types-grid{
  display:grid;grid-template-columns:repeat(4,1fr);
  border-top:1px solid rgba(212,175,55,.16);
  border-bottom:1px solid rgba(212,175,55,.16);
}
.spa-home-types-grid article{
  min-height:270px;padding:27px 26px;border-right:1px solid rgba(212,175,55,.14);
}
.spa-home-types-grid article:last-child{border-right:0}
.spa-home-types-grid article>span,.spa-home-styles-grid article>span{
  display:block;font-family:Georgia,serif;color:#80612c;font-size:10px;letter-spacing:.12em;margin-bottom:52px;
}
.spa-home-types-grid h3,.spa-home-styles-grid h3{
  margin:0 0 14px;font-family:Georgia,serif;font-weight:400;font-size:17px;
  letter-spacing:.08em;color:#d5ac59;
}
.spa-home-types-grid p,.spa-home-styles-grid p{
  margin:0;font-size:10px;line-height:1.78;color:#948a81;
}

/* Angles */
.spa-home-angles{
  padding:74px 0 0;background:linear-gradient(180deg,#050403,#020202);
  border-top:1px solid rgba(212,175,55,.14);border-bottom:1px solid rgba(212,175,55,.14);
}
.spa-home-angles-inner{
  display:grid;grid-template-columns:1.05fr .95fr;gap:90px;align-items:start;padding-bottom:54px;
}
.spa-home-angles h2,.spa-home-manifesto h2,.spa-home-closing h2{
  margin:15px 0 0!important;font-family:Georgia,serif;font-weight:400!important;
  font-size:clamp(37px,3.8vw,61px)!important;line-height:1.02!important;color:#efe8df!important;
}
.spa-home-angles h2 em{font-style:italic;color:#d2a652;font-weight:400}
.spa-home-angles-copy p{font-size:11px;line-height:1.85;color:#a59b91;margin:0 0 15px}
.spa-home-angles-copy strong{font-family:Georgia,serif;font-size:17px;color:#d0aa60;font-weight:400}
.spa-home-occasion-strip{
  display:flex;align-items:center;justify-content:center;gap:19px;
  border-top:1px solid rgba(212,175,55,.12);border-bottom:1px solid rgba(212,175,55,.12);
  padding:20px 20px;color:#c7bcae;font-family:Georgia,serif;font-size:10px;letter-spacing:.07em;
}
.spa-home-occasion-strip i{width:3px;height:3px;border-radius:50%;background:#9d7937}
.spa-home-occasion-note{text-align:center;color:#80776f;font-size:9px;margin:18px 20px 22px}

/* Palette */
.spa-home-styles-grid{
  display:grid;grid-template-columns:repeat(3,1fr);
  border-top:1px solid rgba(212,175,55,.16);
  border-bottom:1px solid rgba(212,175,55,.16);
}
.spa-home-styles-grid article{
  min-height:245px;padding:27px 32px;border-right:1px solid rgba(212,175,55,.14);
}
.spa-home-styles-grid article:last-child{border-right:0}

/* Manifesto */
.spa-home-manifesto{
  padding:86px 0 92px;text-align:center;
  background:#020202;border-top:1px solid rgba(212,175,55,.14);border-bottom:1px solid rgba(212,175,55,.14);
}
.spa-home-manifesto .spa-home-section-no{display:block;margin-bottom:14px}
.spa-home-manifesto-lines{
  display:flex;justify-content:center;flex-wrap:wrap;gap:10px 30px;margin:34px 0 30px;
}
.spa-home-manifesto-lines p{
  margin:0;font-family:Georgia,serif;font-style:italic;font-size:15px;color:#b6aa9e;
}
.spa-home-manifesto-copy{max-width:760px;margin:0 auto}
.spa-home-manifesto-copy p{font-size:11px;line-height:1.9;color:#8f857c}
.spa-home-manifesto blockquote{
  margin:42px auto 0;max-width:1050px;padding-top:38px;
  border-top:1px solid rgba(212,175,55,.17);
  font-family:Georgia,serif;font-size:clamp(29px,3vw,46px);line-height:1.15;color:#e9e1d8;
}
.spa-home-manifesto blockquote em{font-style:italic;color:#d2a652;font-weight:400}

/* Products heading */
.spa-home-product-heading{
  display:grid;grid-template-columns:150px minmax(0,1fr) auto;
  gap:42px;align-items:end;margin-bottom:34px;
}
.spa-home-product-heading>div>p{
  max-width:720px;margin:15px 0 0;font-size:10px;line-height:1.8;color:#91877e;
}

/* After */
.spa-home-after{
  display:grid;grid-template-columns:150px minmax(0,.9fr) minmax(320px,1.1fr);
  gap:50px;padding-top:80px;padding-bottom:80px;
  border-top:1px solid rgba(212,175,55,.14);
}
.spa-home-after-copy p{margin:0 0 15px;font-size:11px;line-height:1.85;color:#9d938a}

/* Closing */
.spa-home-closing{
  padding:96px 24px 104px;text-align:center;
  border-top:1px solid rgba(212,175,55,.16);
  background:linear-gradient(180deg,#050403,#020202);
}
.spa-home-closing>span{
  display:block;color:#84662f;font-size:9px;letter-spacing:.22em;margin-bottom:18px;
}
.spa-home-closing h2{margin:0 auto!important;max-width:980px}
.spa-home-closing p{
  max-width:650px;margin:25px auto;color:#938980;font-size:10px;line-height:1.8;
}
.spa-home-closing a{
  display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 21px;
  border:1px solid rgba(212,175,55,.55);color:#d9b361!important;text-decoration:none!important;
  font-size:8px;letter-spacing:.1em;
}

/* Semantic heading consistency */
.spa-home h1,.spa-home h2,.spa-home h3{text-wrap:balance}

@media(max-width:1050px){
  .spa-home-seo-intro{grid-template-columns:110px 1fr;gap:28px}
  .spa-home-seo-intro-copy{grid-column:2}
  .spa-home-editorial-heading,.spa-home-product-heading{grid-template-columns:110px 1fr}
  .spa-home-editorial-heading>a,.spa-home-product-heading>a{grid-column:2;justify-self:start}
  .spa-home-types-grid{grid-template-columns:1fr 1fr}
  .spa-home-types-grid article:nth-child(2){border-right:0}
  .spa-home-types-grid article:nth-child(-n+2){border-bottom:1px solid rgba(212,175,55,.14)}
  .spa-home-angles-inner{gap:50px}
  .spa-home-after{grid-template-columns:110px 1fr}
  .spa-home-after-copy{grid-column:2}
}

@media(max-width:640px){
  .spa-home-hero-copy .spa-home-hero-title{font-size:34px!important;line-height:1.02!important}

  .spa-home-seo-intro{
    grid-template-columns:1fr;gap:16px;padding-top:46px;padding-bottom:46px;
  }
  .spa-home-seo-intro-copy{grid-column:auto}
  .spa-home-seo-intro h1{font-size:31px!important}
  .spa-home-seo-lead{font-size:15px;margin-top:17px!important}
  .spa-home-seo-intro-copy p{font-size:10px;line-height:1.75}

  .spa-home-types,.spa-home-styles{padding-top:50px;padding-bottom:50px}
  .spa-home-editorial-heading,.spa-home-product-heading{
    grid-template-columns:1fr;gap:12px;margin-bottom:24px;
  }
  .spa-home-editorial-heading>a,.spa-home-product-heading>a{grid-column:auto}
  .spa-home-editorial-heading h2,.spa-home-product-heading h2,.spa-home-after h2{font-size:29px!important}

  .spa-home-types-grid{grid-template-columns:1fr 1fr}
  .spa-home-types-grid article{min-height:230px;padding:20px 14px}
  .spa-home-types-grid article:nth-child(odd){border-right:1px solid rgba(212,175,55,.14)}
  .spa-home-types-grid article:nth-child(even){border-right:0}
  .spa-home-types-grid article>span,.spa-home-styles-grid article>span{margin-bottom:25px}
  .spa-home-types-grid h3,.spa-home-styles-grid h3{font-size:14px}
  .spa-home-types-grid p,.spa-home-styles-grid p{font-size:9px;line-height:1.65}

  .spa-home-angles{padding-top:50px}
  .spa-home-angles-inner{grid-template-columns:1fr;gap:26px;padding-bottom:38px}
  .spa-home-angles h2,.spa-home-manifesto h2,.spa-home-closing h2{font-size:31px!important}
  .spa-home-occasion-strip{justify-content:flex-start;overflow-x:auto;white-space:nowrap;padding-left:14px;padding-right:14px}
  .spa-home-occasion-note{text-align:left;margin-left:14px}

  .spa-home-styles-grid{grid-template-columns:1fr}
  .spa-home-styles-grid article{min-height:0;padding:23px 4px;border-right:0;border-bottom:1px solid rgba(212,175,55,.14)}
  .spa-home-styles-grid article:last-child{border-bottom:0}

  .spa-home-manifesto{padding:56px 0 62px;text-align:left}
  .spa-home-manifesto-lines{justify-content:flex-start;display:grid;grid-template-columns:1fr 1fr;gap:12px}
  .spa-home-manifesto-lines p{font-size:13px}
  .spa-home-manifesto blockquote{font-size:27px;margin-top:30px;padding-top:27px}

  .spa-home-after{grid-template-columns:1fr;gap:16px;padding-top:54px;padding-bottom:54px}
  .spa-home-after-copy{grid-column:auto}

  .spa-home-closing{padding:68px 18px 76px}
}


/* =========================================================
   SPIRALÉE 4.3.12 — COLLECTIONS : 4 VUES DOS
   Éclipse + Auréa conservées.
   Nocturne + Lumière recadrées depuis les assets Spiralée existants.
   ========================================================= */
.spa-home-collection-card--eclipse img{
  object-position:center 16%!important;
}
.spa-home-collection-card--aurea img{
  object-position:center 12%!important;
}
.spa-home-collection-card--nocturne img{
  object-position:62% center!important;
  transform:scale(1.08)!important;
}
.spa-home-collection-card--lumiere img{
  object-position:73% center!important;
  transform:scale(1.24)!important;
}

/* Preserve the intentional crops on hover instead of resetting them. */
.spa-home-collection-card--eclipse:hover img{transform:scale(1.015)!important}
.spa-home-collection-card--aurea:hover img{transform:scale(1.015)!important}
.spa-home-collection-card--nocturne:hover img{transform:scale(1.095)!important}
.spa-home-collection-card--lumiere:hover img{transform:scale(1.255)!important}

@media(max-width:640px){
  .spa-home-collection-card--eclipse img{object-position:center 13%!important}
  .spa-home-collection-card--aurea img{object-position:center 10%!important}
  .spa-home-collection-card--nocturne img{
    object-position:63% center!important;
    transform:scale(1.10)!important;
  }
  .spa-home-collection-card--lumiere img{
    object-position:74% center!important;
    transform:scale(1.28)!important;
  }
}



/* 4.3.22 — collection framing consolidated after audit */
.spa-home-collection-card--eclipse img{object-position:center 16%!important}
.spa-home-collection-card--aurea img{object-position:center 12%!important}
.spa-home-collection-card--nocturne img{object-position:62% center!important;transform:scale(1.08)!important}
.spa-home-collection-card--lumiere img{object-position:center 8%!important;transform:scale(1)!important}
.spa-home-collection-card--eclipse:hover img{transform:scale(1.015)!important}
.spa-home-collection-card--aurea:hover img{transform:scale(1.015)!important}
.spa-home-collection-card--nocturne:hover img{transform:scale(1.095)!important}
.spa-home-collection-card--lumiere:hover img{transform:scale(1.018)!important}
@media(max-width:640px){.spa-home-collection-card--eclipse img{object-position:center 13%!important}.spa-home-collection-card--aurea img{object-position:center 10%!important}.spa-home-collection-card--nocturne img{object-position:63% center!important;transform:scale(1.10)!important}.spa-home-collection-card--lumiere img{object-position:center 7%!important;transform:scale(1)!important}}




/* =========================================================
   4.4.6 — PARURES DE DOS / HOME — PRODUITS WOO
   ========================================================= */
.spa-home-back-jewels{padding-top:92px;padding-bottom:102px}
.spa-home-back-jewels-head{
  display:grid;grid-template-columns:125px minmax(0,1.25fr) minmax(300px,.75fr);
  gap:42px;align-items:end;margin-bottom:34px;padding-top:30px;
  border-top:1px solid rgba(201,158,61,.28)
}
.spa-home-back-jewels-head>span{
  align-self:start;padding-top:9px;color:#c99e3d;font-size:10px;letter-spacing:.19em;line-height:1.5
}
.spa-home-back-jewels-head h2{
  margin:0;color:#f4efe7;font-family:Georgia,serif;font-size:clamp(38px,4vw,64px);
  font-weight:400;line-height:.96;letter-spacing:-.025em
}
.spa-home-back-jewels-head h2 em{color:#d9ae54;font-weight:400}
.spa-home-back-jewels-intro{padding-bottom:4px}
.spa-home-back-jewels-intro p{margin:0 0 20px;color:#b9b0a6;font-size:13px;line-height:1.8}
.spa-home-back-jewels-intro a{
  display:inline-block;padding-bottom:5px;border-bottom:1px solid #b88932;color:#d9ae54;
  font-size:9px;letter-spacing:.17em;text-decoration:none
}
.spa-home-back-jewels-products ul.products{
  display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:18px!important;margin:0!important;padding:0!important
}
.spa-home-back-jewels-products ul.products::before,
.spa-home-back-jewels-products ul.products::after{display:none!important;content:none!important}
.spa-home-back-jewels-products ul.products li.product{
  float:none!important;clear:none!important;width:auto!important;min-width:0!important;
  max-width:none!important;margin:0!important;padding:0!important
}
.spa-home-back-jewels-products .spa-product-card-v3{
  width:100%!important;max-width:none!important;min-width:0!important
}
@media(max-width:1050px){
  .spa-home-back-jewels-products ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:900px){
  .spa-home-back-jewels-head{grid-template-columns:110px 1fr}
  .spa-home-back-jewels-intro{grid-column:2}
}
@media(max-width:767px){
  .spa-home-back-jewels{padding-top:58px;padding-bottom:68px}
  .spa-home-back-jewels-head{
    grid-template-columns:1fr;gap:14px;margin-bottom:24px;padding-top:23px
  }
  .spa-home-back-jewels-head>span,.spa-home-back-jewels-intro{grid-column:auto}
  .spa-home-back-jewels-head h2{font-size:38px;line-height:.98}
  .spa-home-back-jewels-intro p{font-size:12px;line-height:1.65}
  .spa-home-back-jewels-products ul.products{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important
  }
}


/* =========================================================
   4.4.9 — LA PALETTE = SHOPPING, PAS PAVÉS DE TEXTE
   ========================================================= */
.spa-home-palette-groups{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:26px;
  margin-top:34px;
}

.spa-home-palette-group{
  min-width:0;
  padding-top:20px;
  border-top:1px solid rgba(201,158,61,.24);
}

.spa-home-palette-group>header{
  display:flex;
  gap:15px;
  align-items:flex-start;
  min-height:72px;
  margin-bottom:18px;
}

.spa-home-palette-group>header>span{
  color:#a77f30;
  font-size:8px;
  letter-spacing:.18em;
  padding-top:4px;
}

.spa-home-palette-group h3{
  margin:0 0 7px;
  color:#e1b35a;
  font-family:Georgia,"Times New Roman",serif;
  font-size:18px;
  font-weight:400;
  line-height:1.08;
}

.spa-home-palette-group p{
  margin:0;
  color:#8d857d;
  font-size:10px;
  line-height:1.5;
}

.spa-home-palette-products ul.products{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  margin:0!important;
  padding:0!important;
}

.spa-home-palette-products ul.products::before,
.spa-home-palette-products ul.products::after{
  display:none!important;
  content:none!important;
}

.spa-home-palette-products ul.products li.product{
  float:none!important;
  clear:none!important;
  width:auto!important;
  min-width:0!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}

.spa-home-palette-products .spa-product-card-v3{
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
}

.spa-home-palette-products .spa-product-card-v3 h2{
  font-size:15px!important;
}

.spa-home-palette-products .spa-card-price-current,
.spa-home-palette-products .spa-card-price-standard,
.spa-home-palette-products .spa-card-price-standard .woocommerce-Price-amount{
  font-size:15px!important;
}

@media(max-width:1050px){
  .spa-home-palette-groups{
    grid-template-columns:1fr;
    gap:42px;
  }

  .spa-home-palette-group>header{
    min-height:0;
  }

  .spa-home-palette-products ul.products{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media(max-width:767px){
  .spa-home-palette-groups{
    gap:34px;
    margin-top:26px;
  }

  .spa-home-palette-group{
    padding-top:16px;
  }

  .spa-home-palette-group>header{
    margin-bottom:14px;
  }

  .spa-home-palette-group h3{
    font-size:17px;
  }

  .spa-home-palette-products ul.products{
    gap:9px!important;
  }
}


/* =========================================================
   4.5.0 — HOME ELEMENTOR FRIENDLY
   Seeded Elementor containers stay visually neutral.
   ========================================================= */
.spa-home-elementor > .elementor,
.spa-home-elementor > .elementor > .e-con,
.spa-home-elementor .elementor-widget-spiralee_home_section,
.spa-home-elementor .elementor-widget-spiralee_home_section > .elementor-widget-container{
  margin:0!important;
  padding:0!important;
  max-width:none!important;
}
.spa-home-elementor .elementor-widget-spiralee_home_section{
  width:100%!important;
}


/* =========================================================
   4.6.2 — MOBILE HERO POLISH
   Keep the fashion image and copy in one compact composition.
   ========================================================= */
@media(max-width:640px){
  .spa-home .spa-home-hero{height:438px!important;min-height:438px!important;background:#020202!important}
  .spa-home .spa-home-hero-photo{object-position:69% 42%!important;transform:scale(1.015)}
  .spa-home .spa-home-hero-shade{
    background:linear-gradient(0deg,rgba(0,0,0,.94) 0%,rgba(0,0,0,.72) 41%,rgba(0,0,0,.10) 78%),linear-gradient(90deg,rgba(0,0,0,.80) 0%,rgba(0,0,0,.28) 63%,rgba(0,0,0,.04) 100%)!important
  }
  .spa-home .spa-home-hero-copy{left:22px!important;right:18px!important;top:auto!important;bottom:27px!important;transform:none!important;width:auto!important;max-width:350px!important}
  .spa-home .spa-home-hero-kicker{margin-bottom:9px!important;font-size:7px!important}
  .spa-home .spa-home-hero-copy .spa-home-hero-title{font-size:31px!important;line-height:.98!important;letter-spacing:.005em!important;margin:0!important}
  .spa-home .spa-home-hero-line{width:105px!important;margin:14px 0 12px!important}
  .spa-home .spa-home-hero-copy p:not(.spa-home-hero-title){font-size:10px!important;line-height:1.45!important;margin-bottom:14px!important}
  .spa-home .spa-home-hero-copy>a{min-height:36px!important;padding:0 14px!important;font-size:7px!important;background:rgba(0,0,0,.35)!important}
  .spa-editorial-services .spa-home-benefit-grid>div{min-height:92px!important;padding:14px 11px!important}
  .spa-editorial-services .spa-home-benefit-grid small{font-size:7px!important;line-height:1.35!important}
}


/* =========================================================
   4.11.3 — HOME GRID REFLOW
   Built on 4.11.2 ATELIER-DOS-SEO.
   ========================================================= */

/* "Nos robes dos nu du moment": stable grid for 1–4 live products. */
.spa-home-products ul.products{
  display:grid!important;
  width:100%!important;
  margin:0 auto!important;
  padding:0!important;
  gap:22px!important;
  justify-content:center!important;
  align-items:start!important;
}
.spa-home-products ul.products::before,
.spa-home-products ul.products::after{
  display:none!important;
  content:none!important;
}
.spa-home-products ul.products>li.product{
  float:none!important;
  clear:none!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}
.spa-home-products--count-1 ul.products{
  grid-template-columns:minmax(260px,320px)!important;
  max-width:320px!important;
}
.spa-home-products--count-2 ul.products{
  grid-template-columns:repeat(2,minmax(260px,320px))!important;
  max-width:662px!important;
}
.spa-home-products--count-3 ul.products{
  grid-template-columns:repeat(3,minmax(240px,300px))!important;
  max-width:944px!important;
}
.spa-home-products--count-4 ul.products{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  max-width:1180px!important;
}

/* Palette: no ghost third column when "Imprimés" is empty. */
.spa-home-palette-groups--count-1{
  grid-template-columns:minmax(0,700px)!important;
  justify-content:center!important;
}
.spa-home-palette-groups--count-2{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
}
.spa-home-palette-groups--count-3{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}

@media(max-width:1050px){
  .spa-home-products--count-3 ul.products,
  .spa-home-products--count-4 ul.products{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    max-width:680px!important;
  }
  .spa-home-palette-groups--count-2,
  .spa-home-palette-groups--count-3{
    grid-template-columns:1fr!important;
  }
}
@media(max-width:767px){
  .spa-home-products ul.products,
  .spa-home-products--count-2 ul.products,
  .spa-home-products--count-3 ul.products,
  .spa-home-products--count-4 ul.products{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    max-width:none!important;
    gap:10px!important;
  }
  .spa-home-products--count-1 ul.products{
    grid-template-columns:minmax(0,1fr)!important;
    max-width:none!important;
  }
}


/* =========================================================
   4.11.6 — GLOBAL / HOME WISHLIST HEART HARD RESET
   Homepage only loads core.css + home.css, so the old global
   button skin must be neutralised here too.
   ========================================================= */
.spa-product-card-v3 .spa-card-v3-heart,
.spa-home-shell .spa-product-card-v3 .spa-card-v3-heart,
.spa-home-products .spa-product-card-v3 .spa-card-v3-heart,
.spa-home-palette-products .spa-product-card-v3 .spa-card-v3-heart{
  -webkit-appearance:none!important;
  appearance:none!important;
  position:absolute!important;
  top:12px!important;
  right:12px!important;
  z-index:6!important;
  width:22px!important;
  height:22px!important;
  min-width:22px!important;
  min-height:22px!important;
  max-width:22px!important;
  max-height:22px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  outline:0!important;
  background:transparent!important;
  background-color:transparent!important;
  background-image:none!important;
  box-shadow:none!important;
  filter:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  color:#d8b15a!important;
  line-height:1!important;
  display:grid!important;
  place-items:center!important;
  overflow:visible!important;
}
.spa-product-card-v3 .spa-card-v3-heart::before,
.spa-product-card-v3 .spa-card-v3-heart::after,
.spa-home-shell .spa-product-card-v3 .spa-card-v3-heart::before,
.spa-home-shell .spa-product-card-v3 .spa-card-v3-heart::after{
  content:none!important;
  display:none!important;
}
.spa-product-card-v3 .spa-card-v3-heart:hover,
.spa-product-card-v3 .spa-card-v3-heart:focus,
.spa-product-card-v3 .spa-card-v3-heart:active,
.spa-home-shell .spa-product-card-v3 .spa-card-v3-heart:hover,
.spa-home-shell .spa-product-card-v3 .spa-card-v3-heart:focus,
.spa-home-shell .spa-product-card-v3 .spa-card-v3-heart:active{
  background:transparent!important;
  background-color:transparent!important;
  background-image:none!important;
  border:0!important;
  box-shadow:none!important;
  transform:none!important;
}
.spa-product-card-v3 .spa-card-v3-heart .sp-heart-svg,
.spa-home-shell .spa-product-card-v3 .spa-card-v3-heart .sp-heart-svg{
  display:block!important;
  width:19px!important;
  height:19px!important;
  max-width:19px!important;
  max-height:19px!important;
  margin:0!important;
  padding:0!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.25!important;
}
.spa-product-card-v3 .spa-card-v3-heart.is-active .sp-heart-svg,
.spa-home-shell .spa-product-card-v3 .spa-card-v3-heart.is-active .sp-heart-svg{
  fill:currentColor!important;
  stroke:currentColor!important;
}
.spa-product-card-v3 .spa-card-v3-heart .screen-reader-text,
.spa-home-shell .spa-product-card-v3 .spa-card-v3-heart .screen-reader-text{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}
@media(max-width:767px){
  .spa-product-card-v3 .spa-card-v3-heart,
  .spa-home-shell .spa-product-card-v3 .spa-card-v3-heart{
    top:10px!important;
    right:10px!important;
    width:20px!important;
    height:20px!important;
    min-width:20px!important;
    min-height:20px!important;
  }
  .spa-product-card-v3 .spa-card-v3-heart .sp-heart-svg,
  .spa-home-shell .spa-product-card-v3 .spa-card-v3-heart .sp-heart-svg{
    width:18px!important;
    height:18px!important;
    max-width:18px!important;
    max-height:18px!important;
  }
}
