/* =========================================================================
   Serena Carniel — Astra / WooCommerce / Elementor base overrides
   ========================================================================= */

/* ---- Globals ---- */
html { background-color: var(--sc-cream); }

body,
.ast-container {
  background-color: var(--sc-cream);
  color: var(--sc-brown);
  font-family: var(--sc-font-body);
  font-weight: 400;
  font-size: var(--sc-body);
  line-height: 1.55;
  letter-spacing: 0.005em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ---- Typo titres ---- */
h1, h2, h3, h4, h5, h6,
.entry-title,
.site-title {
  font-family: var(--sc-font-primary);
  font-weight: 400;
  letter-spacing: 0.02em;
  color: var(--sc-brown);
  line-height: 1.15;
}

h1, .entry-title { font-size: var(--sc-h1); }
h2              { font-size: var(--sc-h2); }
h3              { font-size: var(--sc-h3); }

/* ---- Liens ---- */
a {
  color: var(--sc-brown);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition: color var(--sc-fast) var(--sc-ease),
              text-decoration-color var(--sc-fast) var(--sc-ease);
}
a:hover, a:focus-visible {
  color: var(--sc-brown-line);
  text-decoration-color: var(--sc-brown-line);
}
:focus-visible {
  outline: 2px solid var(--sc-brown);
  outline-offset: 2px;
}

/* ---- Boutons natifs (Astra / WP / WooCommerce) ----
   Note: Elementor garde son propre styling per-widget (pas de !important global). */
.ast-button,
.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  background-color: var(--sc-cream);
  color: var(--sc-brown);
  border: 1px solid var(--sc-brown);
  border-radius: var(--sc-radius);
  box-shadow: none;
  font-family: var(--sc-font-body);
  font-weight: 500;
  font-size: var(--sc-ui);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px 32px;
  transition: background-color var(--sc-fast) var(--sc-ease),
              color var(--sc-fast) var(--sc-ease);
}
.ast-button:hover,
.wp-block-button__link:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  background-color: var(--sc-brown);
  color: var(--sc-cream);
}

/* ---- Hero CTA outline cream-sur-brown (override scopé à la classe custom) ---- */
.hero-cta-outline .elementor-button,
.hero-cta-outline .elementor-button:link,
.hero-cta-outline .elementor-button:visited {
  background-color: transparent !important;
  color: var(--sc-cream) !important;
  border: 1px solid var(--sc-cream) !important;
  border-radius: var(--sc-radius) !important;
  font-family: var(--sc-font-body) !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase;
  padding: 18px 36px !important;
  transition: background-color var(--sc-fast) var(--sc-ease),
              color var(--sc-fast) var(--sc-ease) !important;
}
.hero-cta-outline .elementor-button:hover,
.hero-cta-outline .elementor-button:focus {
  background-color: var(--sc-cream) !important;
  color: var(--sc-brown) !important;
}

/* ---- WooCommerce — purge des shadows / radius cards ---- */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.elementor-widget-woocommerce-products .product {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--sc-font-primary);
  font-size: var(--sc-h3);
  font-weight: 400;
  color: var(--sc-brown);
  margin-top: var(--sc-space-3);
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-family: var(--sc-font-body);
  font-weight: 500;
  font-size: var(--sc-body);
  color: var(--sc-brown);
}
.woocommerce ul.products li.product img {
  border-radius: var(--sc-radius-img);
  transition: transform var(--sc-fast) var(--sc-ease);
}
.woocommerce ul.products li.product:hover img { transform: scale(1.02); }
.woocommerce .star-rating,
.woocommerce .woocommerce-product-rating { display: none !important; }
.woocommerce span.onsale { display: none !important; }

/* ---- Header / footer Astra ---- */
.site-header,
.ast-primary-header-bar {
  background-color: var(--sc-cream) !important;
  border-bottom: 1px solid var(--sc-brown-line);
}
.site-footer,
.footer-adv,
.ast-small-footer {
  background-color: var(--sc-brown) !important;
  color: var(--sc-cream) !important;
}
.site-footer a,
.footer-adv a,
.ast-small-footer a { color: var(--sc-cream); }
.site-footer a:hover { color: var(--sc-cream-light); }


/* =========================================================================
   Hero — topbar custom (logo + nav + cart + user)
   Section dédiée injectée via Elementor HTML widget
   ========================================================================= */
.sc-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  color: var(--sc-cream);
}
.sc-topbar__logo img {
  width: 110px;
  height: auto;
  display: block;
}
.sc-topbar__nav {
  display: flex;
  gap: 36px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.sc-topbar__nav a {
  color: var(--sc-cream);
  text-decoration: none;
  font-family: var(--sc-font-primary);
  font-size: 22px;
  letter-spacing: 0.02em;
  transition: opacity var(--sc-fast) var(--sc-ease);
}
.sc-topbar__nav a:hover { opacity: 0.65; }
.sc-topbar__actions {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--sc-cream);
  font-family: var(--sc-font-primary);
  font-size: 20px;
}
.sc-topbar__cart,
.sc-topbar__user {
  color: var(--sc-cream);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: opacity var(--sc-fast) var(--sc-ease);
}
.sc-topbar__cart:hover,
.sc-topbar__user:hover { opacity: 0.65; }
.sc-topbar__cart svg,
.sc-topbar__user svg { display: block; }

@media (max-width: 900px) {
  .sc-topbar { gap: 16px; }
  .sc-topbar__nav { display: none; }
  .sc-topbar__logo img { width: 90px; }
  .sc-topbar__actions { font-size: 18px; gap: 14px; }
}

/* =========================================================================
   Canvas pages — purger les headers / footers HFE résiduels
   (Astra HFE injecte un footer "Plants & Succulents" hérité de la démo
    même sur elementor_canvas → on le masque tant que le footer brand
    n'est pas reconstruit.)
   ========================================================================= */
body.page-template-elementor_canvas [data-elementor-type="header"],
body.page-template-elementor_canvas [data-elementor-type="footer"],
body.page-template-elementor_canvas [data-elementor-type="wp-post"],
body.page-template-elementor_canvas .elementor-location-header,
body.page-template-elementor_canvas .elementor-location-footer,
body.page-template-elementor_canvas .site-header,
body.page-template-elementor_canvas .site-footer,
body.page-template-elementor_canvas .ast-small-footer,
body.page-template-elementor_canvas .footer-adv,
body.page-template-elementor_canvas .ast-footer-overlay,
body.page-template-elementor_canvas .hfe-footer-wrap,
body.page-template-elementor_canvas .hfe-copyright-wrapper,
body.page-template-elementor_canvas .hfe-cta-wrapper {
  display: none !important;
}

/* =========================================================================
   Footer brand — 4 colonnes + bandeau légal
   ========================================================================= */
.sc-footer {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  color: var(--sc-cream);
  font-family: var(--sc-font-body);
  font-size: 16px;
  line-height: 1.7;
}
.sc-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.3fr;
  gap: 56px;
  padding-bottom: 64px;
  border-bottom: 1px solid rgba(240, 230, 216, 0.15);
}
.sc-footer__brand .sc-footer__logo img {
  width: 130px;
  height: auto;
  display: block;
  margin-bottom: 20px;
}
.sc-footer__tagline {
  font-family: var(--sc-font-primary);
  font-size: 22px;
  line-height: 1.35;
  color: var(--sc-cream);
  margin: 0 0 18px 0;
  font-style: normal;
}
.sc-footer__tagline em { font-style: italic; }
.sc-footer__address {
  font-size: 14px;
  color: rgba(240, 230, 216, 0.7);
  margin: 0;
  letter-spacing: 0.02em;
}
.sc-footer__title {
  font-family: var(--sc-font-primary);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--sc-cream);
  margin: 0 0 20px 0;
  text-transform: none;
}
.sc-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sc-footer li {
  margin: 0 0 10px 0;
}
.sc-footer a {
  color: rgba(240, 230, 216, 0.78);
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.01em;
  transition: color var(--sc-fast) var(--sc-ease);
}
.sc-footer a:hover,
.sc-footer a:focus-visible {
  color: var(--sc-cream);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

/* Bottom bar — légal + copyright */
.sc-footer__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding: 28px 0;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: rgba(240, 230, 216, 0.55);
}
.sc-footer__legal {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.sc-footer__legal a {
  font-size: 13px;
  color: rgba(240, 230, 216, 0.55);
}
.sc-footer__legal a:hover { color: var(--sc-cream); }
.sc-footer__copy {
  margin: 0;
  font-size: 13px;
  color: rgba(240, 230, 216, 0.55);
}
.sc-footer__copy a {
  color: rgba(240, 230, 216, 0.75);
  font-size: 13px;
}
.sc-footer__copy a:hover { color: var(--sc-cream); }

/* Responsive */
@media (max-width: 1024px) {
  .sc-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px 32px;
  }
  .sc-footer__brand { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
  .sc-footer__grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-bottom: 40px;
  }
  .sc-footer__bar {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
}

/* =========================================================================
   Cart drawer — slide-out depuis la droite (toggle via JS body.sc-drawer-open)
   ========================================================================= */
.sc-cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 440px;
  max-width: 100vw;
  height: 100vh;
  background-color: var(--sc-cream);
  color: var(--sc-brown);
  z-index: 99999;
  transform: translateX(105%);
  transition: transform 320ms var(--sc-ease);
  display: flex;
  flex-direction: column;
  box-shadow: -8px 0 32px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.sc-cart-drawer__backdrop {
  position: fixed;
  inset: 0;
  background-color: rgba(67, 43, 30, 0.55);
  z-index: 99998;
  opacity: 0;
  pointer-events: none;
  transition: opacity 320ms var(--sc-ease);
}
body.sc-drawer-open { overflow: hidden; }
body.sc-drawer-open .sc-cart-drawer { transform: translateX(0); }
body.sc-drawer-open .sc-cart-drawer__backdrop {
  opacity: 1;
  pointer-events: auto;
}

.sc-cart-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 28px;
  border-bottom: 1px solid rgba(67, 43, 30, 0.12);
  flex-shrink: 0;
}
.sc-cart-drawer__head h3 {
  font-family: var(--sc-font-primary);
  font-size: 32px;
  font-weight: 400;
  margin: 0;
  color: var(--sc-brown);
  letter-spacing: 0.02em;
}
.sc-cart-drawer__close {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 6px;
  margin: 0;
  color: var(--sc-brown);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color var(--sc-fast) var(--sc-ease);
}
.sc-cart-drawer__close:hover {
  background-color: rgba(67, 43, 30, 0.08);
}
.sc-cart-drawer__body {
  padding: 24px 28px 32px;
  overflow-y: auto;
  flex: 1;
  font-family: var(--sc-font-body);
  font-size: 16px;
}

/* WooCommerce mini cart — restyling Serena */
.sc-cart-drawer__body .woocommerce-mini-cart {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sc-cart-drawer__body .woocommerce-mini-cart__empty-message {
  font-family: var(--sc-font-primary);
  font-size: 22px;
  color: var(--sc-brown-line);
  text-align: center;
  padding: 40px 0;
  margin: 0;
}
.sc-cart-drawer__body .mini_cart_item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(67, 43, 30, 0.08);
  position: relative;
}
.sc-cart-drawer__body .mini_cart_item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: var(--sc-radius);
  flex-shrink: 0;
}
.sc-cart-drawer__body .mini_cart_item a:not(.remove) {
  font-family: var(--sc-font-primary);
  font-size: 20px;
  color: var(--sc-brown);
  text-decoration: none;
  line-height: 1.25;
}
.sc-cart-drawer__body .mini_cart_item a:not(.remove):hover {
  text-decoration: underline;
}
.sc-cart-drawer__body .mini_cart_item .quantity {
  display: block;
  margin-top: 6px;
  font-family: var(--sc-font-body);
  font-size: 15px;
  color: var(--sc-brown-line);
}
.sc-cart-drawer__body .mini_cart_item .remove {
  position: absolute;
  top: 18px;
  right: 0;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--sc-brown-line);
  background: transparent;
  border-radius: 50%;
  text-decoration: none;
}
.sc-cart-drawer__body .mini_cart_item .remove:hover {
  background-color: rgba(67, 43, 30, 0.08);
  color: var(--sc-brown);
}
.sc-cart-drawer__body .woocommerce-mini-cart__total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 24px 0 20px;
  padding-top: 18px;
  border-top: 1px solid var(--sc-brown-line);
  font-family: var(--sc-font-primary);
  font-size: 24px;
  color: var(--sc-brown);
}
.sc-cart-drawer__body .woocommerce-mini-cart__total strong {
  font-weight: 400;
}
.sc-cart-drawer__body .woocommerce-mini-cart__buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
}
.sc-cart-drawer__body .woocommerce-mini-cart__buttons .button {
  display: block;
  width: 100%;
  text-align: center;
  background-color: var(--sc-cream);
  color: var(--sc-brown);
  border: 1px solid var(--sc-brown);
  padding: 14px 24px;
  font-family: var(--sc-font-body);
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: var(--sc-radius);
  transition: background-color var(--sc-fast) var(--sc-ease),
              color var(--sc-fast) var(--sc-ease);
}
.sc-cart-drawer__body .woocommerce-mini-cart__buttons .button:hover {
  background-color: var(--sc-brown);
  color: var(--sc-cream);
}
.sc-cart-drawer__body .woocommerce-mini-cart__buttons .checkout {
  background-color: var(--sc-brown);
  color: var(--sc-cream);
}
.sc-cart-drawer__body .woocommerce-mini-cart__buttons .checkout:hover {
  background-color: var(--sc-brown-line);
  color: var(--sc-cream);
}

/* =========================================================================
   HOME — Sections intermédiaires (manifeste / signature / atelier / pierres / newsletter)
   Injectées via widget HTML Elementor (#whmiddle)
   ========================================================================= */

.sc-section {
  position: relative;
  padding: clamp(80px, 10vw, 140px) 24px;
  font-family: var(--sc-font-body);
}
.sc-section__inner {
  max-width: var(--sc-container);
  margin: 0 auto;
}
.sc-section__inner--narrow {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.sc-section__head { margin-bottom: clamp(48px, 6vw, 80px); max-width: 720px; }
.sc-section__head--center { text-align: center; margin-left: auto; margin-right: auto; }

.sc-section__eyebrow {
  font-family: var(--sc-font-body);
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sc-brown-line);
  margin: 0 0 16px;
  opacity: 0.75;
}
.sc-section__eyebrow--cream { color: var(--sc-cream); opacity: 0.8; }

.sc-section__title {
  font-family: var(--sc-font-primary);
  font-weight: 400;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: var(--sc-brown);
  margin: 0;
}
.sc-section__lede {
  font-family: var(--sc-font-body);
  font-weight: 300;
  font-style: italic;
  font-size: 20px;
  line-height: 1.55;
  color: var(--sc-brown-line);
  max-width: 640px;
  margin: 24px auto 0;
}
.sc-section__cta {
  margin-top: clamp(48px, 6vw, 72px);
  text-align: center;
}

.sc-link-arrow {
  font-family: var(--sc-font-body);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sc-brown);
  text-decoration: none;
  border-bottom: 1px solid var(--sc-brown);
  padding-bottom: 6px;
  transition: color var(--sc-fast) var(--sc-ease), border-color var(--sc-fast) var(--sc-ease), letter-spacing var(--sc-fast) var(--sc-ease);
}
.sc-link-arrow span { display: inline-block; margin-left: 8px; transition: transform var(--sc-fast) var(--sc-ease); }
.sc-link-arrow:hover { letter-spacing: 0.22em; border-color: var(--sc-brown-line); }
.sc-link-arrow:hover span { transform: translateX(6px); }

.sc-btn {
  display: inline-block;
  font-family: var(--sc-font-body);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px 32px;
  border-radius: var(--sc-radius);
  cursor: pointer;
  transition: background-color var(--sc-fast) var(--sc-ease), color var(--sc-fast) var(--sc-ease);
  border: 1px solid transparent;
}
.sc-btn--cream-outline {
  color: var(--sc-cream);
  border-color: var(--sc-cream);
  background: transparent;
}
.sc-btn--cream-outline:hover { background: var(--sc-cream); color: var(--sc-brown); }
.sc-btn--cream-fill {
  background: var(--sc-cream);
  color: var(--sc-brown);
  border-color: var(--sc-cream);
}
.sc-btn--cream-fill:hover { background: var(--sc-cream-light); }

.sc-visually-hidden {
  position: absolute !important; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0; padding: 0; margin: -1px;
}

/* ---- Section MANIFESTE ---- */
.sc-manifeste { background: var(--sc-cream); }
.sc-manifeste__eyebrow {
  font-family: var(--sc-font-body);
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sc-brown-line);
  opacity: 0.7;
  margin: 0 0 32px;
}
.sc-manifeste__line {
  font-family: var(--sc-font-primary);
  font-weight: 400;
  font-size: clamp(36px, 5.5vw, 72px);
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: var(--sc-brown);
  margin: 0 0 32px;
}
.sc-manifeste__line em {
  font-family: var(--sc-font-body);
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0;
}
.sc-manifeste__sub {
  font-family: var(--sc-font-body);
  font-weight: 300;
  font-style: italic;
  font-size: 20px;
  line-height: 1.6;
  color: var(--sc-brown-line);
  max-width: 560px;
  margin: 0 auto;
}

/* ---- Section SIGNATURE (3 colonnes) ---- */
.sc-signature { background: var(--sc-cream-light); border-top: 1px solid rgba(67,43,30,0.08); }
.sc-signature__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(32px, 4vw, 64px);
}
.sc-signature__card {
  text-align: left;
  border-top: 1px solid var(--sc-brown);
  padding-top: 32px;
  position: relative;
}
.sc-signature__num {
  display: block;
  font-family: var(--sc-font-primary);
  font-size: 22px;
  letter-spacing: 0.2em;
  color: var(--sc-brown-line);
  margin-bottom: 24px;
  opacity: 0.65;
}
.sc-signature__h {
  font-family: var(--sc-font-primary);
  font-weight: 400;
  font-size: clamp(26px, 2.6vw, 32px);
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: var(--sc-brown);
  margin: 0 0 20px;
}
.sc-signature__p {
  font-family: var(--sc-font-body);
  font-weight: 300;
  font-style: italic;
  font-size: 18px;
  line-height: 1.55;
  color: var(--sc-brown-line);
  margin: 0;
}
@media (max-width: 900px) {
  .sc-signature__grid { grid-template-columns: 1fr; gap: 48px; }
}

/* ---- Section ATELIER ---- */
.sc-atelier {
  background: var(--sc-brown);
  color: var(--sc-cream);
}
.sc-atelier__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
}
.sc-atelier__h {
  font-family: var(--sc-font-primary);
  font-weight: 400;
  font-size: clamp(36px, 4.5vw, 56px);
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: var(--sc-cream);
  margin: 0 0 32px;
}
.sc-atelier__h em {
  font-family: var(--sc-font-body);
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0;
}
.sc-atelier__p {
  font-family: var(--sc-font-body);
  font-weight: 300;
  font-size: 19px;
  line-height: 1.65;
  color: var(--sc-cream);
  opacity: 0.88;
  max-width: 540px;
  margin: 0 0 20px;
}
.sc-atelier__p + .sc-btn { margin-top: 16px; }
.sc-atelier__visual {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.sc-atelier__visual img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
  border: 1px solid rgba(240,230,216,0.18);
  filter: saturate(0.92);
}
.sc-atelier__caption {
  display: block;
  margin-top: 18px;
  font-family: var(--sc-font-body);
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sc-cream);
  opacity: 0.65;
  text-align: right;
}
@media (max-width: 900px) {
  .sc-atelier__grid { grid-template-columns: 1fr; }
  .sc-atelier__visual { order: -1; max-height: 420px; }
}

/* ---- Section PIERRES ---- */
.sc-pierres { background: var(--sc-cream); }
.sc-pierres__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(67,43,30,0.15);
  border: 1px solid rgba(67,43,30,0.15);
}
.sc-pierre {
  background: var(--sc-cream);
  padding: 56px 32px;
  text-align: left;
  text-decoration: none;
  display: block;
  transition: background-color var(--sc-fast) var(--sc-ease);
  position: relative;
}
.sc-pierre:hover { background: var(--sc-cream-light); }
.sc-pierre__rule {
  display: block;
  width: 48px;
  height: 2px;
  background: var(--sc-brown);
  margin-bottom: 32px;
  transition: width var(--sc-fast) var(--sc-ease), background-color var(--sc-fast) var(--sc-ease);
}
.sc-pierre:hover .sc-pierre__rule { width: 80px; }
.sc-pierre.is-chrysocolle:hover .sc-pierre__rule { background: var(--sc-stone-chrysocolle); }
.sc-pierre.is-amethyste:hover  .sc-pierre__rule { background: var(--sc-stone-amethyste); }
.sc-pierre.is-ambre:hover      .sc-pierre__rule { background: var(--sc-stone-ambre); }
.sc-pierre.is-larimar:hover    .sc-pierre__rule { background: var(--sc-stone-larimar); }
.sc-pierre.is-onyx:hover       .sc-pierre__rule { background: var(--sc-stone-onyx); }
.sc-pierre.is-rubis:hover      .sc-pierre__rule { background: var(--sc-stone-rubis); }
.sc-pierre__name {
  font-family: var(--sc-font-primary);
  font-weight: 400;
  font-size: clamp(28px, 3vw, 38px);
  letter-spacing: 0.04em;
  color: var(--sc-brown);
  margin: 0 0 12px;
  text-decoration: none;
}
.sc-pierre__virtue {
  font-family: var(--sc-font-body);
  font-style: italic;
  font-weight: 300;
  font-size: 17px;
  letter-spacing: 0.02em;
  color: var(--sc-brown-line);
  margin: 0;
  opacity: 0.85;
}
@media (max-width: 900px) { .sc-pierres__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .sc-pierres__grid { grid-template-columns: 1fr; } }

/* ---- Section NEWSLETTER ---- */
.sc-newsletter {
  background: var(--sc-brown);
  color: var(--sc-cream);
  text-align: center;
}
.sc-newsletter__h {
  font-family: var(--sc-font-primary);
  font-weight: 400;
  font-size: clamp(34px, 4.5vw, 56px);
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: var(--sc-cream);
  margin: 0 0 24px;
}
.sc-newsletter__h em {
  font-family: var(--sc-font-body);
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0;
}
.sc-newsletter__p {
  font-family: var(--sc-font-body);
  font-weight: 300;
  font-style: italic;
  font-size: 19px;
  line-height: 1.6;
  color: var(--sc-cream);
  opacity: 0.85;
  margin: 0 auto 40px;
  max-width: 520px;
}
.sc-newsletter__form {
  display: flex;
  gap: 0;
  max-width: 520px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(240,230,216,0.4);
  align-items: stretch;
}
.sc-newsletter__form input[type="email"] {
  flex: 1;
  background: transparent;
  border: 0;
  outline: none;
  padding: 16px 4px;
  font-family: var(--sc-font-body);
  font-size: 18px;
  color: var(--sc-cream);
  caret-color: var(--sc-cream);
}
.sc-newsletter__form input[type="email"]::placeholder { color: rgba(240,230,216,0.5); font-style: italic; }
.sc-newsletter__form input[type="email"]:focus { border-bottom-color: var(--sc-cream); }
.sc-newsletter__form .sc-btn {
  border: 0;
  align-self: stretch;
  padding: 0 24px;
  background: transparent;
  color: var(--sc-cream);
  border-left: 1px solid rgba(240,230,216,0.25);
  letter-spacing: 0.2em;
}
.sc-newsletter__form .sc-btn:hover { background: var(--sc-cream); color: var(--sc-brown); }
.sc-newsletter__legal {
  font-family: var(--sc-font-body);
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--sc-cream);
  opacity: 0.55;
  margin: 24px 0 0;
}
@media (max-width: 600px) {
  .sc-newsletter__form { flex-direction: column; gap: 16px; border-bottom: 0; }
  .sc-newsletter__form input[type="email"] {
    border: 1px solid rgba(240,230,216,0.4);
    padding: 16px;
    text-align: center;
  }
  .sc-newsletter__form .sc-btn {
    border: 1px solid var(--sc-cream);
    padding: 16px;
  }
}

/* Force le widget HTML middle à occuper toute la largeur (kill padding Elementor par défaut) */
.elementor-element[data-id="secmiddl"] > .elementor-container,
.elementor-element[data-id="secmiddl"] .elementor-column-wrap,
.elementor-element[data-id="secmiddl"] .elementor-widget-html,
.elementor-element[data-id="secmiddl"] .elementor-widget-html .elementor-widget-container {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}

/* ---- Reduced motion ---- */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
  }
  .woocommerce ul.products li.product:hover img { transform: none; }
}
