

.betty-home {
  --noir: #0f0b09;
  --noir-doux: #1b1411;
  --creme: #f4ead6;
  --creme-sombre: #e6d7ba;
  --rouge: #e53935;
  --rouge-profond: #a8181f;
  --dore: #c9a227;
  --dore-clair: #e3c968;
  --encre: #2a201a;

  --police-titre: 'Limelight', cursive;
  --police-texte: 'Jost', sans-serif;
  --police-citation: 'Cormorant Garamond', serif;

  --rayon: 10px;
  --transition: 0.35s ease;
}

.betty-home * { margin: 0; padding: 0; box-sizing: border-box; }

.betty-home { box-sizing: border-box; width: 100%; }

.betty-home { scroll-behavior: smooth; }

.betty-home {
  font-family: var(--police-texte);
  background: var(--noir);
  color: var(--creme);
  font-size: 1rem;
  line-height: 1.65;
  overflow-x: hidden;
}

.betty-home img { max-width: 100%; height: auto; display: block; }

.betty-home [hidden] { display: none !important; }

.betty-home section p + p { margin-top: 0.8em; }



.betty-home h1,




.betty-home h2,




.betty-home h3 {
  font-family: var(--police-titre) !important;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.02em;
}

.betty-home h2,
.betty-home h3 { color: inherit; }

.betty-home button,
.betty-home input,
.betty-home select,
.betty-home option,
.betty-home textarea { font-family: var(--police-texte) !important; }

.betty-home h1 { font-size: clamp(1.7rem, 6vw, 3.1rem); }
.betty-home h2 { font-size: clamp(1.5rem, 4.5vw, 2.4rem); margin-bottom: 0.6em; }
.betty-home h3 { font-size: clamp(1.05rem, 3vw, 1.35rem); margin-bottom: 0.4em; }

.betty-home .surtitre {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.32em;
  color: var(--dore);
  margin-bottom: 0.9em;
}

.betty-home .surtitre::before,


.betty-home .surtitre::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 1px;
  background: var(--dore);
  vertical-align: middle;
  margin: 0 10px;
  opacity: 0.7;
}

.betty-home .section-intro {
  max-width: 34em;
  color: var(--creme-sombre);
  margin-bottom: 2rem;
}



.betty-home .conteneur {
  width: min(100% - 2.5rem, 1120px);
  margin-inline: auto;
}

.betty-home section { padding: 4rem 0; }



.betty-home .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--police-texte);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.85rem 1.6rem;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform var(--transition), background var(--transition), color var(--transition), border-color var(--transition);
}

.betty-home .btn:hover { transform: translateY(-2px); }

.betty-home .btn:focus-visible {
  outline: 3px solid var(--dore-clair);
  outline-offset: 3px;
}

.betty-home .btn-plein {
  background: var(--rouge);
  color: #fff;
}

.betty-home .btn-plein:hover { background: var(--rouge-profond); }

.betty-home .btn-contour {
  border-color: var(--dore);
  color: var(--dore-clair);
  background: transparent;
}

.betty-home .btn-contour:hover { background: rgba(201, 162, 39, 0.12); }

.betty-home .btn.grand { padding: 1rem 2.2rem; font-size: 1rem; }


.betty-home .btn-ticket {
  position: relative;
  background: var(--creme);
  color: var(--encre);
  border: 1px dashed var(--rouge-profond);
  border-radius: 6px;
  padding-left: 2.1rem;
}

.betty-home .btn-ticket-perfo {
  position: absolute;
  left: 1rem;
  top: 8px;
  bottom: 8px;
  width: 0;
  border-left: 1px dashed var(--rouge-profond);
}

.betty-home .btn-ticket:hover { background: #fff; }


.betty-home a:focus-visible,



.betty-home button:focus-visible {
  outline: 3px solid var(--dore-clair);
  outline-offset: 3px;
}



.betty-home .cadre-deco {
  position: relative;
  border: 1px solid rgba(201, 162, 39, 0.55);
  border-radius: var(--rayon);
  padding: 10px;
  background: var(--noir-doux);
}

.betty-home .cadre-deco::before {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(201, 162, 39, 0.25);
  border-radius: calc(var(--rayon) - 4px);
  pointer-events: none;
}

.betty-home .cadre-deco img { border-radius: calc(var(--rayon) - 6px); width: 100%; }



.betty-home .produit-placeholder {
  aspect-ratio: 4 / 3;
  width: 100%;
  border-radius: 8px;
  background:
    repeating-linear-gradient(45deg, rgba(255,255,255,0.028) 0 12px, transparent 12px 24px),
    linear-gradient(160deg, #3a3532 0%, #2b2624 55%, #241f1d 100%);
  position: relative;
  overflow: hidden;
}

.betty-home .produit-placeholder::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px dashed rgba(244, 234, 214, 0.22);
  border-radius: 6px;
}

.betty-home .produit-placeholder::after {
  content: "Image produit";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(244, 234, 214, 0.4);
}



.betty-home .flottant { animation: flotter 5s ease-in-out infinite; }
.betty-home .flottant.lent { animation-duration: 8s; }

@keyframes flotter {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-14px) rotate(2deg); }
}


.betty-home .reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.betty-home .reveal.visible { opacity: 1; transform: none; }



.betty-home .hero { padding: 0; }

.betty-home .hero-stage {
  position: relative;
  min-height: 92svh;
  max-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.betty-home .hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  opacity: 0.55;
}

.betty-home .hero-vignette {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at center 40%, rgba(15,11,9,0) 0%, rgba(15,11,9,0.72) 78%),
    linear-gradient(to bottom, rgba(15,11,9,0.55), rgba(15,11,9,0.25) 30%, rgba(15,11,9,0.85) 100%);
}


.betty-home .rideau {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 52%;
  z-index: 3;
  background:
    repeating-linear-gradient(90deg,
      #7d1016 0 26px,
      #a8181f 26px 46px,
      #63080e 46px 72px);
  box-shadow: inset 0 -80px 60px rgba(0,0,0,0.55);
}

.betty-home .rideau-gauche { left: 0; transform-origin: left center; }
.betty-home .rideau-droit { right: 0; transform-origin: right center; }

.betty-home.rideau-ouvert .rideau-gauche { animation: ouvrirGauche 1.6s 0.4s ease-in-out forwards; }
.betty-home.rideau-ouvert .rideau-droit { animation: ouvrirDroit 1.6s 0.4s ease-in-out forwards; }

@keyframes ouvrirGauche {
  to { transform: translateX(-92%) skewX(3deg); }
}
@keyframes ouvrirDroit {
  to { transform: translateX(92%) skewX(-3deg); }
}


.betty-home .hero-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 2rem 1.4rem;
  max-width: 620px;
}

.betty-home .hero-logo {
  width: clamp(120px, 26vw, 190px);
  margin: 0 auto 0.8rem;
  filter: drop-shadow(0 4px 14px rgba(0,0,0,0.6));
}

.betty-home .hero-surtitre {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: var(--dore-clair);
  margin-bottom: 0.7rem;
}

.betty-home .hero h1 {
  color: var(--creme);
  text-shadow: 0 3px 18px rgba(0,0,0,0.7);
  margin-bottom: 0.8rem;
}

.betty-home .hero-texte {
  color: var(--creme-sombre);
  margin-bottom: 1.4rem;
  font-size: 0.98rem;
}

.betty-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: center;
}


.betty-home .hero-betty {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: -4%;
  width: clamp(130px, 26vw, 300px);
  filter: drop-shadow(0 12px 24px rgba(0,0,0,0.6));
  pointer-events: none;
}

.betty-home .hero-micro {
  position: absolute;
  z-index: 2;
  bottom: 4%;
  left: 2%;
  width: clamp(56px, 9vw, 110px);
  filter: drop-shadow(0 8px 16px rgba(0,0,0,0.55));
  pointer-events: none;
}

.betty-home .hero-star {
  position: absolute;
  z-index: 2;
  top: 9%;
  left: 6%;
  width: clamp(38px, 6vw, 70px);
  opacity: 0.9;
  pointer-events: none;
}

.betty-home .hero-note {
  position: absolute;
  z-index: 2;
  top: 14%;
  right: 8%;
  width: clamp(34px, 5vw, 62px);
  opacity: 0.85;
  pointer-events: none;
}



.betty-home .acces {
  position: relative;
  isolation: isolate;
  padding: 3.5rem 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 20%, rgba(227,201,104,0.11), transparent 28%),
    radial-gradient(circle at 88% 78%, rgba(15,11,9,0.28), transparent 30%),
    linear-gradient(115deg, #7d1016, var(--rouge-profond) 48%, #8e1118);
  border-top: 1px solid rgba(201,162,39,0.5);
  border-bottom: 1px solid rgba(201,162,39,0.5);
}

.betty-home .acces::before,
.betty-home .acces::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: clamp(180px, 24vw, 360px);
  aspect-ratio: 1;
  border: 1px solid rgba(227,201,104,0.17);
  transform: rotate(45deg);
  pointer-events: none;
}

.betty-home .acces::before { top: -20%; left: -9%; }
.betty-home .acces::after { right: -9%; bottom: -24%; }

.betty-home .acces-contenu { position: relative; z-index: 1; }

.betty-home .acces-entete {
  max-width: 48rem;
  margin-inline: auto;
  text-align: center;
}

.betty-home .acces-entete h2 { margin-bottom: 0.3em; }

.betty-home .acces-entete > p:last-child {
  max-width: 42rem;
  margin-inline: auto;
  color: var(--creme-sombre);
}

.betty-home .acces-bande {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.betty-home .acces-carte {
  position: relative;
  min-width: 0;
  padding: clamp(1rem, 3vw, 1.6rem);
  grid-template-columns: clamp(82px, 20vw, 120px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(1rem, 3vw, 1.6rem);
  color: var(--creme);
  background: linear-gradient(135deg, rgba(15,11,9,0.8), rgba(27,20,17,0.62));
  border: 1px solid rgba(227,201,104,0.5);
  display: grid;
  border-radius: 14px;
  box-shadow: 0 18px 36px rgba(15,11,9,0.2), inset 0 0 0 4px rgba(244,234,214,0.025);
}

.betty-home .acces-carte::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(227,201,104,0.12);
  border-radius: 9px;
  pointer-events: none;
}

.betty-home .acces-icone {
  width: clamp(82px, 20vw, 120px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244,234,214,0.12), rgba(201,162,39,0.04) 62%, transparent 64%);
}

.betty-home .acces-icone img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 9px 12px rgba(0,0,0,0.3));
}

.betty-home .acces-texte { min-width: 0; }

.betty-home .acces-repere {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--dore-clair);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.betty-home .acces-carte h3 {
  margin-bottom: 0.35rem;
  color: var(--creme);
}

.betty-home .acces-carte p {
  color: var(--creme-sombre);
  line-height: 1.5;
}



.betty-home .composer {
  background:
    radial-gradient(circle at 15% 10%, rgba(201,162,39,0.07), transparent 45%),
    var(--noir-doux);
  text-align: center;
}

.betty-home .composer .section-intro { margin-inline: auto; }

.betty-home .loge-decors {
  width: min(100%, 680px);
  margin: 0 auto 0.8rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.45rem;
}

.betty-home .loge-decor {
  min-height: 34px;
  padding: 0.35rem 0.55rem;
  color: var(--creme-sombre);
  background: rgba(244,234,214,0.045);
  border: 1px solid rgba(201,162,39,0.28);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.betty-home .loge-decor:hover,
.betty-home .loge-decor.actif {
  color: var(--noir);
  background: var(--dore-clair);
  border-color: var(--dore-clair);
}

.betty-home .loge-module {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  text-align: left;
}

.betty-home .loge-catalogue,
.betty-home .loge-recap {
  min-width: 0;
  padding: 1rem;
  border: 1px solid rgba(201,162,39,0.42);
  border-radius: 14px;
  background: linear-gradient(155deg, rgba(15,11,9,0.96), rgba(42,22,20,0.92));
  box-shadow: inset 0 0 0 5px rgba(244,234,214,0.025);
}

.betty-home .loge-zone-entete {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.6rem;
  margin-bottom: 0.65rem;
}

.betty-home .loge-zone-entete h3 {
  margin: 0;
  color: var(--dore-clair);
  font-size: 1rem;
}

.betty-home .loge-zone-entete span {
  color: rgba(244,234,214,0.58);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.betty-home .loge-produits {
  display: grid;
  gap: 0.5rem;
}

.betty-home .loge-produit { min-width: 0; }
.betty-home .loge-produit .woocommerce { width: 100%; }

.betty-home .loge-produit .woocommerce ul.products {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}

.betty-home .loge-produit .woocommerce ul.products li.product {
  width: 100% !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0.45rem !important;
  display: grid !important;
  grid-template-columns: 58px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 0.25rem 0.55rem;
  align-items: center;
  background: rgba(244,234,214,0.055) !important;
  border: 1px solid rgba(201,162,39,0.22) !important;
  border-radius: 9px !important;
  transition: border-color var(--transition), background var(--transition), transform var(--transition);
}

.betty-home .loge-produit.est-selectionne .woocommerce ul.products li.product {
  background: linear-gradient(135deg, rgba(229,57,53,0.2), rgba(201,162,39,0.09)) !important;
  border-color: var(--rouge) !important;
  transform: translateX(3px);
}

.betty-home .loge-produit.est-place .woocommerce ul.products li.product {
  border-color: rgba(201,162,39,0.62) !important;
}

.betty-home .loge-produit .woocommerce-image__wrapper {
  grid-column: 1;
  grid-row: 1 / 3;
  width: 58px !important;
  height: 58px !important;
  min-height: 0 !important;
  padding: 0 !important;
  background: #fff;
  border-radius: 7px;
}

.betty-home .loge-produit .woocommerce-image__wrapper a { height: 100%; }

.betty-home .loge-produit .woocommerce-image__wrapper img,
.betty-home .loge-produit img.wp-post-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

.betty-home .loge-produit .woocommerce-card__header {
  grid-column: 2;
  min-width: 0;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center;
  height: 100% !important;
  overflow: hidden;
  gap: 0.05rem;
}

.betty-home .loge-produit .woocommerce-loop-product__title {
  width: 100%;
  min-width: 0;
  flex: none !important;
  min-height: 2.4em;
  margin: 0 !important;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: var(--police-texte) !important;
  font-size: 0.6rem !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}

.betty-home .loge-produit .star-rating,
.betty-home .loge-produit .button,
.betty-home .loge-produit .added_to_cart { display: none !important; }

.betty-home .loge-produit .price {
  width: auto !important;
  flex: none;
  min-height: 0 !important;
  margin: 0 !important;
  color: var(--dore-clair) !important;
  font-size: 0.68rem !important;
  white-space: nowrap;
}

.betty-home .loge-produit .woocommerce ul.products li.product .star-rating,
.betty-home .loge-produit .woocommerce ul.products li.product .button,
.betty-home .loge-produit .woocommerce ul.products li.product .added_to_cart,
.betty-home .loge-produit .woocommerce ul.products li.product .screen-reader-text {
  display: none !important;
}

.betty-home .loge-produit .woocommerce ul.products li.product .price {
  width: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  display: block !important;
  color: var(--dore-clair) !important;
  font-size: 0.6rem !important;
  line-height: 1.1 !important;
}

.betty-home .loge-actions {
  grid-column: 2;
  min-height: 28px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.28rem;
}

.betty-home .loge-actions.a-deux-actions { grid-template-columns: minmax(0, 1fr) minmax(0, 0.72fr); }

.betty-home .loge-placer,
.betty-home .loge-retirer {
  width: 100%;
  min-height: 28px;
  height: auto;
  padding: 0.28rem 0.4rem;
  color: var(--creme);
  background: rgba(168,24,31,0.52);
  border: 1px solid rgba(229,57,53,0.65);
  border-radius: 999px;
  font-size: 0.58rem;
  line-height: 1.15;
  font-weight: 600;
  cursor: pointer;
}

.betty-home .loge-retirer {
  color: var(--creme-sombre);
  background: transparent;
  border-color: rgba(201,162,39,0.42);
}

.betty-home .loge-placer:hover,
.betty-home .loge-placer[aria-pressed="true"] { background: var(--rouge); }

.betty-home .loge-retirer:hover { color: #fff; border-color: var(--rouge); }

.betty-home .loge-scene {
  position: relative;
  min-height: 0;
  aspect-ratio: 16 / 9;
  padding: 0.7rem;
  overflow: hidden;
  border: 1px solid rgba(227,201,104,0.7);
  border-radius: 16px;
  background: var(--noir);
  box-shadow: 0 18px 36px rgba(0,0,0,0.32), inset 0 0 0 5px rgba(15,11,9,0.25);
}

.betty-home .loge-decor-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.betty-home .loge-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(15,11,9,0.28), transparent 25%, transparent 70%, rgba(15,11,9,0.48));
}

.betty-home .loge-scene-entete {
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--creme);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.betty-home .loge-emplacements { position: absolute; inset: 0; z-index: 3; }

.betty-home .loge-emplacement {
  position: absolute;
  display: grid;
  place-items: center;
  padding: 0.28rem;
  appearance: none;
  color: rgba(244,234,214,0.7);
  background: transparent;
  border: 1px dashed transparent;
  border-radius: 10px;
  box-shadow: none;
  transition: background var(--transition), border-color var(--transition), box-shadow var(--transition), transform var(--transition);
}

.betty-home .loge-emplacement.est-disponible {
  color: #fff;
  background: rgba(15,11,9,0.58);
  border-color: var(--dore-clair);
  box-shadow: 0 0 0 3px rgba(227,201,104,0.16), 0 8px 18px rgba(0,0,0,0.28);
  cursor: pointer;
  animation: logeZonePulse 1.5s ease-in-out infinite;
}

.betty-home .loge-emplacement.est-disponible:hover { transform: scale(1.04); background: rgba(168,24,31,0.74); }
.betty-home .loge-emplacement:disabled { cursor: default; }
.betty-home .loge-emplacement.est-occupe:disabled { opacity: 1 !important; }

.betty-home .loge-emplacement span {
  position: relative;
  z-index: 2;
  opacity: 0;
  font-size: 0.56rem;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.betty-home .loge-emplacement.est-disponible span { opacity: 1; }

@keyframes logeZonePulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(227,201,104,0.13), 0 8px 18px rgba(0,0,0,0.28); }
  50% { box-shadow: 0 0 0 7px rgba(227,201,104,0.24), 0 8px 18px rgba(0,0,0,0.28); }
}

.betty-home .loge-scene[data-decor="bedroom"] .loge-emplacement[data-position="wall-left"] { top: 17%; left: 15%; width: 18%; height: 29%; }
.betty-home .loge-scene[data-decor="bedroom"] .loge-emplacement[data-position="wall-right"] { top: 17%; right: 10%; width: 18%; height: 29%; }
.betty-home .loge-scene[data-decor="bedroom"] .loge-emplacement[data-position="surface-left"] { top: auto; bottom: 39%; left: 24%; width: 15%; height: 20%; }
.betty-home .loge-scene[data-decor="bedroom"] .loge-emplacement[data-position="surface-right"] { top: auto; right: 8%; bottom: 39%; width: 24%; height: 22%; }
.betty-home .loge-scene[data-decor="bedroom"] .loge-emplacement[data-position="floor"] { bottom: 23%; left: 35%; width: 33%; height: 22%; }

.betty-home .loge-emplacement[data-position^="surface"][data-loge-occupant="jewelry"]::before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 50%;
  width: 38%;
  height: 66%;
  transform: translateX(-50%);
  background: linear-gradient(105deg, #120d0b 0%, #33251f 48%, #100b09 100%);
  border: 1px solid rgba(227,201,104,0.52);
  border-radius: 44% 44% 14% 14% / 30% 30% 12% 12%;
  clip-path: polygon(35% 0, 65% 0, 71% 22%, 91% 37%, 100% 100%, 0 100%, 9% 37%, 29% 22%);
  filter: drop-shadow(0 5px 6px rgba(0,0,0,0.58));
  pointer-events: none;
}

.betty-home .loge-scene[data-decor="salon"] .loge-emplacement[data-position="wall-left"] { top: 13%; left: 16%; width: 17%; height: 38%; }
.betty-home .loge-scene[data-decor="salon"] .loge-emplacement[data-position="wall-right"] { top: 13%; right: 16%; width: 17%; height: 38%; }
.betty-home .loge-scene[data-decor="salon"] .loge-emplacement[data-position="surface-left"] { top: auto; bottom: 47%; left: 38%; width: 25%; height: 22%; }
.betty-home .loge-scene[data-decor="salon"] .loge-emplacement[data-position="surface-right"] { top: auto; bottom: 28%; left: 35%; width: 30%; height: 25%; }
.betty-home .loge-scene[data-decor="salon"] .loge-emplacement[data-position="floor"] { top: auto; right: 7%; bottom: 27%; width: 24%; height: 38%; }

.betty-home .loge-scene[data-decor="kitchen"] .loge-emplacement[data-position="wall-left"] { top: 14%; left: 24%; width: 15%; height: 30%; }
.betty-home .loge-scene[data-decor="kitchen"] .loge-emplacement[data-position="wall-right"] { top: 24%; left: 43%; width: 19%; height: 12%; }
.betty-home .loge-scene[data-decor="kitchen"] .loge-emplacement[data-position="surface-left"] { top: auto; bottom: 46%; left: 34%; width: 34%; height: 19%; }
.betty-home .loge-scene[data-decor="kitchen"] .loge-emplacement[data-position="surface-right"] { top: auto; right: 10%; bottom: 25%; width: 29%; height: 25%; }
.betty-home .loge-scene[data-decor="kitchen"] .loge-emplacement[data-position="floor"] { top: auto; left: 2%; bottom: 23%; width: 40%; height: 27%; }

.betty-home .loge-scene[data-decor="dressing"] .loge-emplacement[data-position="wall-left"] { top: 5%; left: 14%; width: 16%; height: 37%; }
.betty-home .loge-scene[data-decor="dressing"] .loge-emplacement[data-position="wall-right"] { top: 5%; right: 14%; width: 16%; height: 37%; }
.betty-home .loge-scene[data-decor="dressing"] .loge-emplacement[data-position="surface-left"] { top: auto; bottom: 48%; left: 32%; width: 37%; height: 20%; }
.betty-home .loge-scene[data-decor="dressing"] .loge-emplacement[data-position="surface-right"] { top: auto; right: 8%; bottom: 48%; width: 21%; height: 24%; }
.betty-home .loge-scene[data-decor="dressing"] .loge-emplacement[data-position="floor"] { top: auto; left: 2%; bottom: 24%; width: 29%; height: 31%; }

.betty-home .loge-produit-place {
  position: absolute;
  inset: 0;
  z-index: 1;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transform: translate(var(--loge-object-x, 0%), var(--loge-object-y, 0%)) scale(var(--loge-object-scale, 1));
  transform-origin: center center;
  filter: drop-shadow(0 8px 9px rgba(0,0,0,0.55));
  animation: logeEntree 0.45s cubic-bezier(.2,.8,.2,1);
  pointer-events: none;
}

.betty-home .loge-emplacement[data-position^="surface"] .loge-produit-place,
.betty-home .loge-emplacement[data-position="floor"] .loge-produit-place {
  top: auto;
  bottom: 0;
  margin: 0 auto;
  transform-origin: center bottom;
}

.betty-home .loge-produit-place.loge-size-large-flat { width: auto; max-width: 86%; max-height: 82%; }
.betty-home .loge-produit-place.loge-size-tiny { width: auto; max-width: 34%; max-height: 62%; }
.betty-home .loge-produit-place.loge-size-medium-bag { width: auto; max-width: 72%; max-height: 78%; }
.betty-home .loge-produit-place.loge-size-small-figure { width: auto; max-width: 48%; max-height: 76%; }
.betty-home .loge-produit-place.loge-size-small-table { width: auto; max-width: 44%; max-height: 58%; }

@keyframes logeEntree {
  from { opacity: 0; transform: translate(var(--loge-object-x, 0%), calc(var(--loge-object-y, 0%) + 16px)) scale(calc(var(--loge-object-scale, 1) * 0.76)) rotate(-4deg); }
  to { opacity: 1; transform: translate(var(--loge-object-x, 0%), var(--loge-object-y, 0%)) scale(var(--loge-object-scale, 1)); }
}

.betty-home .loge-indication {
  position: absolute;
  z-index: 4;
  right: 0.9rem;
  bottom: 0.6rem;
  left: 0.9rem;
  color: var(--creme-sombre);
  font-family: var(--police-citation);
  font-size: 0.78rem !important;
  font-style: italic;
  text-align: center;
}

.betty-home .loge-recap { display: flex; flex-direction: column; }

.betty-home .loge-vide {
  margin: auto 0;
  color: var(--creme-sombre);
  font-family: var(--police-citation);
  font-style: italic;
  text-align: center;
}

.betty-home .loge-liste {
  display: grid;
  gap: 0.42rem;
  margin: 0;
  list-style: none;
}

.betty-home .loge-liste a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.48rem 0.55rem;
  color: var(--creme);
  background: rgba(244,234,214,0.055);
  border: 1px solid rgba(201,162,39,0.22);
  border-radius: 7px;
  font-size: 0.68rem;
  text-decoration: none;
}

.betty-home .loge-liste a:hover { border-color: var(--dore-clair); }
.betty-home .loge-liste strong { color: var(--dore-clair); font-size: 0.66rem; }

.betty-home .loge-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  margin-top: auto;
  padding-top: 0.7rem;
  border-top: 1px solid rgba(201,162,39,0.25);
  font-size: 0.7rem;
}

.betty-home .loge-total strong { color: var(--dore-clair); font-family: var(--police-titre); font-size: 1rem; }

.betty-home .loge-reset {
  margin-top: 0.55rem;
  padding: 0.45rem;
  color: var(--creme-sombre);
  background: transparent;
  border: 1px dashed rgba(201,162,39,0.42);
  border-radius: 7px;
  font-size: 0.68rem;
  cursor: pointer;
}

.betty-home .loge-reset:disabled { cursor: default; opacity: 0.38; }
.betty-home .loge-boutique { margin-top: 0.55rem; justify-content: center; padding: 0.55rem 0.7rem; font-size: 0.68rem; }

@media (max-width: 992px) {
  .betty-home .loge-module { grid-template-columns: 1fr; }
  .betty-home .loge-produits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .betty-home .loge-scene { min-height: 0; }
}

@media (max-width: 560px) {
  .betty-home .loge-decors { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .betty-home .loge-produits { grid-template-columns: 1fr; }
  .betty-home .loge-scene { min-height: 0; }
}



.betty-home .selection { background: var(--noir); }

.betty-home .selection-onglets {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.8rem;
}

.betty-home .onglet {
  font-family: var(--police-texte);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--creme-sombre);
  background: transparent;
  border: 1px solid rgba(201,162,39,0.4);
  border-radius: 999px;
  padding: 0.55rem 1.15rem;
  cursor: pointer;
  transition: background var(--transition), color var(--transition), border-color var(--transition);
}

.betty-home .onglet:hover { border-color: var(--dore-clair); color: var(--creme); }

.betty-home .onglet.actif {
  background: var(--rouge);
  border-color: var(--rouge);
  color: #fff;
}

.betty-home .selection-grille {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.betty-home .selection-panneau { grid-column: 1 / -1; }

.betty-home .selection-panneau .woocommerce,
.betty-home .vedettes-grille .woocommerce { width: 100%; }

.betty-home .selection-panneau .woocommerce ul.products,
.betty-home .vedettes-grille .woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 0 !important;
}

.betty-home .selection-panneau .woocommerce ul.products::before,
.betty-home .selection-panneau .woocommerce ul.products::after,
.betty-home .vedettes-grille .woocommerce ul.products::before,
.betty-home .vedettes-grille .woocommerce ul.products::after { display: none !important; }

.betty-home .selection-panneau .woocommerce ul.products li.product,
.betty-home .vedettes-grille .woocommerce ul.products li.product {
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0.7rem !important;
  display: flex !important;
  flex-direction: column;
  gap: 0.55rem;
  color: var(--creme);
  background: var(--noir-doux);
  border: 1px solid rgba(201,162,39,0.3);
  border-radius: var(--rayon);
  transition: transform var(--transition), border-color var(--transition);
}

.betty-home .selection-panneau .woocommerce ul.products li.product:hover,
.betty-home .vedettes-grille .woocommerce ul.products li.product:hover {
  transform: translateY(-4px);
  border-color: var(--dore);
}

.betty-home .woocommerce ul.products li.product .woocommerce-image__wrapper {
  margin: 0 !important;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.betty-home .woocommerce ul.products li.product .woocommerce-image__wrapper img,
.betty-home .woocommerce ul.products li.product img.wp-post-image {
  width: 100% !important;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  margin: 0 !important;
}

.betty-home .woocommerce ul.products li.product .woocommerce-card__header {
  min-height: 0 !important;
  padding: 0 !important;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.45rem;
}

.betty-home .woocommerce ul.products li.product h2,
.betty-home .woocommerce ul.products li.product .woocommerce-loop-product__title {
  margin: 0 !important;
  color: var(--creme) !important;
  font-family: var(--police-texte) !important;
  font-size: 0.92rem !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
}

.betty-home .woocommerce ul.products li.product .price {
  margin-top: auto !important;
  color: var(--creme) !important;
  font-family: var(--police-titre) !important;
  font-size: 1.05rem !important;
}

.betty-home .woocommerce ul.products li.product .button,
.betty-home .woocommerce ul.products li.product .added_to_cart {
  align-self: flex-start;
  margin: 0 !important;
  padding: 0.4rem 0.8rem !important;
  color: var(--rouge) !important;
  background: transparent !important;
  border: 1px solid var(--rouge) !important;
  border-radius: 999px !important;
  font-size: 0.72rem !important;
}


.betty-home .carte-produit {
  background: var(--noir-doux);
  border: 1px solid rgba(201,162,39,0.3);
  border-radius: var(--rayon);
  padding: 0.7rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  transition: transform var(--transition), border-color var(--transition);
}

.betty-home .carte-produit:hover { transform: translateY(-4px); border-color: var(--dore); }

.betty-home .carte-produit .produit-nom {
  font-weight: 600;
  font-size: 0.92rem;
  line-height: 1.3;
}

.betty-home .carte-produit .produit-famille {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--dore);
}

.betty-home .carte-produit .produit-bas {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: auto;
}

.betty-home .carte-produit .produit-prix {
  font-family: var(--police-titre);
  font-size: 1.05rem;
  color: var(--creme);
}

.betty-home .carte-produit .produit-btn {
  font-family: var(--police-texte);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--rouge);
  background: transparent;
  border: 1px solid var(--rouge);
  border-radius: 999px;
  padding: 0.4rem 0.8rem;
  cursor: pointer;
  transition: background var(--transition), color var(--transition);
}

.betty-home .carte-produit .produit-btn:hover { background: var(--rouge); color: #fff; }



.betty-home .coiffeuse {
  background:
    radial-gradient(circle at 85% 20%, rgba(168,24,31,0.14), transparent 50%),
    var(--noir-doux);
  overflow: hidden;
}

.betty-home .coiffeuse-scene {
  position: relative;
  display: grid;
  gap: 2rem;
}

.betty-home .coiffeuse-image { position: relative; }

.betty-home .coiffeuse-image img.coiffeuse-lipstick {
  position: absolute;
  bottom: -18px;
  right: -8px;
  width: clamp(60px, 10vw, 96px);
  filter: drop-shadow(0 10px 18px rgba(0,0,0,0.55));
}

.betty-home .coiffeuse-points {
  list-style: none;
  margin: 1.1rem 0 1.5rem;
  display: grid;
  gap: 0.5rem;
}

.betty-home .coiffeuse-points li {
  padding-left: 1.4rem;
  position: relative;
  color: var(--creme-sombre);
}

.betty-home .coiffeuse-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  background: var(--rouge);
  transform: rotate(45deg);
}

.betty-home .coiffeuse-betty {
  display: none;
  pointer-events: none;
}



.betty-home .affiches { background: var(--noir); }

.betty-home .affiches-entete {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}

.betty-home .affiches-camera {
  width: clamp(70px, 12vw, 130px);
  flex: none;
  filter: drop-shadow(0 8px 16px rgba(0,0,0,0.5));
}

.betty-home .affiches-grille {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 1.6rem;
}

.betty-home .affiche {
  text-decoration: none;
  color: var(--creme);
  background: linear-gradient(170deg, #f4ead6 0%, #e6d7ba 100%);
  border-radius: 6px;
  padding: 0.85rem 0.85rem 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border: 6px solid var(--noir-doux);
  outline: 1px solid rgba(201,162,39,0.6);
  transition: transform var(--transition);
}

.betty-home .affiche:hover { transform: translateY(-5px) rotate(-0.6deg); }

.betty-home .affiche-cadre {
  background:
    radial-gradient(circle at 50% 30%, rgba(168,24,31,0.12), transparent 65%),
    repeating-linear-gradient(0deg, rgba(42,32,26,0.05) 0 3px, transparent 3px 6px),
    #efe2c8;
  border: 1px solid rgba(42,32,26,0.25);
  border-radius: 4px;
  aspect-ratio: 3 / 4;
  display: grid;
  place-items: center;
  padding: 0.8rem;
  overflow: hidden;
}

.betty-home .affiche-cadre img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 6px 10px rgba(42,32,26,0.35));
}

.betty-home .affiche-nom {
  font-family: var(--police-titre);
  font-size: 1rem;
  color: var(--encre);
  text-align: center;
}

.betty-home .affiche-sous {
  font-size: 0.78rem;
  color: #6d5c48;
  text-align: center;
  letter-spacing: 0.04em;
}



.betty-home .ticket {
  background:
    radial-gradient(circle at 50% 0%, rgba(201,162,39,0.1), transparent 55%),
    var(--noir-doux);
}

.betty-home .ticket-billet {
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
  display: grid;
  background: var(--creme);
  color: var(--encre);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(0,0,0,0.45);
  position: relative;
}

.betty-home .ticket-souche {
  position: relative;
  min-height: 300px;
  background:
    repeating-linear-gradient(135deg, rgba(168,24,31,0.08) 0 10px, transparent 10px 20px),
    #efe2c8;
  border-bottom: 2px dashed var(--rouge-profond);
  padding: 1rem 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  justify-content: space-between;
  overflow: hidden;
}

.betty-home .ticket-souche-entete,
.betty-home .ticket-souche-bas {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.betty-home .ticket-souche-entete { flex-direction: column; }

.betty-home .ticket-souche-bas {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6d5c48;
}

.betty-home .ticket-visuel {
  position: relative;
  z-index: 1;
  width: 100%;
  flex: 1;
  min-height: 190px;
  display: grid;
  place-items: end center;
}

.betty-home .ticket-halo {
  position: absolute;
  left: 50%;
  bottom: 5%;
  width: 82%;
  aspect-ratio: 1;
  border: 1px solid rgba(168,24,31,0.24);
  border-radius: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 0 12px rgba(168,24,31,0.05), 0 0 0 26px rgba(168,24,31,0.035);
}

.betty-home .ticket-personnage {
  position: relative;
  z-index: 1;
  width: auto;
  height: 100%;
  max-height: 300px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 12px 16px rgba(42,32,26,0.22));
}

.betty-home .ticket-mention {
  font-family: var(--police-titre);
  font-size: 0.95rem;
  color: var(--rouge-profond);
}

.betty-home .ticket-rang {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #6d5c48;
}

.betty-home .ticket-kiss { width: 48px; flex: none; }

.betty-home .ticket-corps {
  position: relative;
  padding: 1.8rem 1.4rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.betty-home .ticket-corps > *:not(.ticket-camera) { position: relative; z-index: 1; }

.betty-home .ticket-camera {
  position: absolute;
  z-index: 0;
  right: 1rem;
  bottom: 0.2rem;
  width: clamp(110px, 18vw, 180px);
  opacity: 0.055;
  pointer-events: none;
}

.betty-home .ticket-corps .surtitre { color: var(--rouge-profond); }
.betty-home .ticket-corps .surtitre::before,

.betty-home .ticket-corps .surtitre::after { background: var(--rouge-profond); }

.betty-home .ticket-corps h2 { color: var(--encre); }

.betty-home .ticket-corps p { color: #4c3f33; }

.betty-home .ticket-entete h2 { margin-bottom: 0.25em; }

.betty-home .ticket-chapeau { max-width: 48em; }

.betty-home .ticket-avantages {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 1.2rem;
}

.betty-home .ticket-avantage {
  min-width: 0;
  padding: 0.75rem;
  background: rgba(255,255,255,0.56);
  border: 1px solid rgba(168,24,31,0.22);
  border-radius: 8px;
}

.betty-home .ticket-avantage strong,
.betty-home .ticket-avantage span { display: block; }

.betty-home .ticket-avantage strong {
  color: var(--rouge-profond);
  font-size: 0.82rem;
  line-height: 1.25;
}

.betty-home .ticket-avantage span {
  margin-top: 0.25rem;
  color: #6d5c48;
  font-size: 0.7rem;
  line-height: 1.35;
}

.betty-home .ticket-conseil { margin-top: 1rem; max-width: 47em; }

.betty-home .ticket-code-ligne {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem;
  margin-top: 1rem;
}

.betty-home .ticket-code {
  font-family: var(--police-titre);
  font-size: 1.6rem;
  letter-spacing: 0.14em;
  color: var(--rouge-profond);
  background: #fff;
  border: 2px dashed var(--rouge-profond);
  border-radius: 8px;
  padding: 0.45rem 1.2rem;
}

.betty-home .ticket-note {
  margin-top: 0.7rem;
  font-size: 0.85rem;
  color: var(--rouge-profond);
  min-height: 1.2em;
}

@media (max-width: 480px) {
  .betty-home .ticket-avantages { grid-template-columns: 1fr; }
  .betty-home .ticket-code-ligne { align-items: stretch; }
  .betty-home .ticket-code { width: 100%; text-align: center; }
  .betty-home .ticket-code-ligne .btn { width: 100%; justify-content: center; }
}



.betty-home .vedettes { background: var(--noir); }

.betty-home .vedettes-grille {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.betty-home .vedette-badge {
  align-self: flex-start;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--noir);
  background: var(--dore-clair);
  border-radius: 3px;
  padding: 0.2rem 0.55rem;
}



.betty-home .conseil { background: var(--noir-doux); }

.betty-home .conseil-scene { display: grid; gap: 2rem; }

.betty-home .conseil-etapes {
  margin: 1.2rem 0 1.5rem 1.2rem;
  display: grid;
  gap: 0.9rem;
  color: var(--creme-sombre);
}

.betty-home .conseil-etapes strong { color: var(--creme); font-weight: 600; }

.betty-home .conseil-signature {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  border-top: 1px solid rgba(201,162,39,0.3);
  padding-top: 1.2rem;
  font-family: var(--police-citation);
  font-style: italic;
  font-size: 1.08rem;
}

.betty-home .conseil-signature img { width: 92px; flex: none; }



.betty-home .salon {
  background:
    radial-gradient(circle at 10% 90%, rgba(168,24,31,0.1), transparent 45%),
    var(--noir);
}

.betty-home .salon-bloc {
  display: grid;
  gap: 1.6rem;
  margin-top: 2.2rem;
}

.betty-home .salon-texte p { color: var(--creme-sombre); margin-bottom: 0.8rem; }
.betty-home .salon-texte h3 { color: var(--dore-clair); }



.betty-home .avis {
  position: relative;
  overflow: hidden;
  background: var(--noir-doux);
}

.betty-home .avis-fond {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.14;
}

.betty-home .avis-contenu { position: relative; }

.betty-home .avis-grille {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.betty-home .avis-carte {
  background: rgba(15,11,9,0.82);
  border: 1px solid rgba(201,162,39,0.35);
  border-radius: var(--rayon);
  margin: 0;
  padding: 1.4rem 1.3rem;
  backdrop-filter: blur(2px);
}

.betty-home .avis-carte::before,
.betty-home .avis-carte::after {
  content: none !important;
  display: none !important;
}

.betty-home .avis-etoiles {
  color: var(--dore-clair);
  letter-spacing: 0.2em;
  margin-bottom: 0.6rem;
  font-size: 0.9rem;
}

.betty-home .avis-carte p:not(.avis-etoiles) {
  font-family: var(--police-citation);
  font-size: 1.1rem;
  font-style: italic;
  color: var(--creme);
}

.betty-home .avis-carte footer {
  margin-top: 0.9rem;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--dore);
}

.betty-home .avis-carte cite { font-style: normal; }



.betty-home .service { background: var(--noir); }

.betty-home .service-scene { display: grid; gap: 2rem; }

.betty-home .service-grille {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9rem;
  margin-top: 1.4rem;
}

.betty-home .service-carte {
  background: var(--noir-doux);
  border: 1px solid rgba(201,162,39,0.3);
  border-top: 3px solid var(--rouge);
  border-radius: 8px;
  padding: 1.1rem 1rem;
}

.betty-home .service-carte h3 {
  font-family: var(--police-texte);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--dore-clair);
}

.betty-home .service-carte p { font-size: 0.88rem; color: var(--creme-sombre); }

.betty-home .service-visuel { text-align: center; }

.betty-home .service-visuel img {
  width: min(520px, 96%);
  margin-inline: auto;
  filter: drop-shadow(0 16px 26px rgba(0,0,0,0.5));
}

.betty-home .service-legende {
  font-family: var(--police-citation);
  font-style: italic;
  color: var(--creme-sombre);
  margin-top: 0.8rem;
}



.betty-home .faq { background: var(--noir-doux); }

.betty-home .faq-cadre {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: clamp(1.4rem, 4vw, 3.5rem);
  border: 1px solid rgba(201,162,39,0.45);
  border-radius: 16px;
  overflow: hidden;
  padding: 2.4rem 1.3rem;
}

.betty-home .faq-fond {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
}

.betty-home .faq-contenu { position: relative; }

.betty-home .faq-visuel {
  position: relative;
  z-index: 1;
  width: min(270px, 72vw);
  margin-inline: auto;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.betty-home .faq-visuel-halo {
  position: absolute;
  z-index: -1;
  width: 82%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,162,39,0.22), rgba(168,24,31,0.1) 48%, transparent 72%);
  box-shadow: 0 0 0 1px rgba(201,162,39,0.28), 0 0 40px rgba(201,162,39,0.12);
}

.betty-home .faq-visuel img {
  position: relative;
  width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 20px 28px rgba(0,0,0,0.5));
}

.betty-home .faq-visuel figcaption {
  margin-top: -0.3rem;
  color: var(--dore-clair);
  font-family: var(--police-citation);
  font-size: 1rem;
  font-style: italic;
  text-align: center;
}

.betty-home .faq-liste {
  display: grid;
  gap: 0.7rem;
  max-width: 780px;
}

.betty-home .faq-item {
  background: rgba(15,11,9,0.85);
  border: 1px solid rgba(201,162,39,0.3);
  border-radius: 8px;
  overflow: hidden;
}

.betty-home .faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-family: var(--police-texte);
  font-size: 0.98rem;
  font-weight: 600;
  text-align: left;
  color: var(--creme);
  background: transparent;
  border: none;
  padding: 1rem 1.1rem;
  cursor: pointer;
}

.betty-home .faq-question:hover { color: var(--dore-clair); }

.betty-home .faq-plus {
  position: relative;
  width: 16px;
  height: 16px;
  flex: none;
}

.betty-home .faq-plus::before,


.betty-home .faq-plus::after {
  content: "";
  position: absolute;
  background: var(--dore);
  transition: transform var(--transition);
}

.betty-home .faq-plus::before {
  left: 0; right: 0; top: 7px; height: 2px;
}

.betty-home .faq-plus::after {
  top: 0; bottom: 0; left: 7px; width: 2px;
}

.betty-home .faq-question[aria-expanded="true"] .faq-plus::after { transform: scaleY(0); }

.betty-home .faq-reponse { padding: 0 1.1rem 1.1rem; }

.betty-home .faq-reponse p { color: var(--creme-sombre); font-size: 0.94rem; }



.betty-home .final {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 5rem 0;
  padding-bottom: calc(min(58vw, 230px) + 2rem);
  background: var(--noir);
}

.betty-home .final-fond {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.45;
}

.betty-home .final::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(15,11,9,0.18), rgba(15,11,9,0.72) 85%);
  z-index: 1;
}

.betty-home .final-betty {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: auto;
  height: min(58vw, 230px);
  max-width: 44vw;
  object-fit: contain;
  object-position: center bottom;
  pointer-events: none;
  filter: drop-shadow(0 18px 26px rgba(0,0,0,0.5));
}

.betty-home .final-betty--left { left: 1rem; }
.betty-home .final-betty--right { right: 1rem; }

.betty-home .final-contenu {
  position: relative;
  z-index: 3;
  text-shadow: 0 2px 10px rgba(0,0,0,0.9);
}

.betty-home .final-texte {
  max-width: 34em;
  margin: 0 auto 1.8rem;
  color: var(--creme-sombre);
}

.betty-home .final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  justify-content: center;
}

.betty-home .final-mention {
  margin-top: 2rem;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(244,234,214,0.55);
}



@media (min-width: 700px) {
  .betty-home section { padding: 5.5rem 0; }

  .betty-home .acces-bande {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .betty-home .composer-module {
    grid-template-columns: 1.15fr 1fr;
    align-items: start;
  }

  .betty-home .selection-grille { grid-template-columns: repeat(3, 1fr); }

  .betty-home .selection-panneau .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }

  .betty-home .coiffeuse-scene {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  
  .betty-home .affiches-grille {
    grid-template-columns: repeat(2, 1fr);
    max-width: 720px;
    margin-inline: auto;
  }

  .betty-home .ticket-billet { grid-template-columns: 220px 1fr; }

  .betty-home .ticket-souche {
    justify-content: space-between;
    text-align: center;
    border-bottom: none;
    border-right: 2px dashed var(--rouge-profond);
  }

  
  .betty-home .vedettes-grille {
    grid-template-columns: repeat(2, 1fr);
    max-width: 820px;
    margin-inline: auto;
    gap: 1.3rem;
  }

  .betty-home .vedettes-grille .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .betty-home .conseil-scene {
    grid-template-columns: 1.2fr 1fr;
    align-items: center;
  }

  .betty-home .salon-bloc {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .betty-home .salon-bloc.inverse .salon-image { order: 2; }
  .betty-home .salon-bloc.inverse .salon-texte { order: 1; }

  .betty-home .avis-grille { grid-template-columns: repeat(2, 1fr); }

  .betty-home .service-scene {
    grid-template-columns: 1.18fr 1fr;
    align-items: center;
  }

  .betty-home .faq-cadre { padding: 3rem 2.4rem; }
}

body.home.page-id-28428 .site-content > .shoptimizer-archive > .archive-header:has(.woocommerce:empty) { display: none; }
body.home.page-id-28428 .site-content > .shoptimizer-archive > .col-full { max-width: none; padding: 0; }
body.home.page-id-28428 .content-area { float: none; width: 100%; }
body.home.page-id-28428 .entry-content { margin: 0; }

@media (min-width: 1000px) {
  .betty-home .hero-inner { max-width: 660px; }

  .betty-home .hero-betty { right: 3%; }
  .betty-home .hero-micro { left: 5%; }

  .betty-home .coiffeuse-betty {
    display: block;
    position: absolute;
    bottom: -5.5rem;
    right: -30px;
    width: 200px;
    z-index: 2;
    filter: drop-shadow(0 14px 24px rgba(0,0,0,0.55));
  }

  .betty-home .coiffeuse-texte { padding-right: 130px; }
}



@media (prefers-reduced-motion: reduce) {
  .betty-home { scroll-behavior: auto; }

  .betty-home *,


  .betty-home *::before,


  .betty-home *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .betty-home .rideau { display: none; }

  .betty-home .reveal { opacity: 1; transform: none; }
}

.betty-home .woocommerce ul.products li.product .woocommerce-loop-product__title a {
  color: var(--creme) !important;
  text-decoration: none;
}

.betty-home .woocommerce ul.products li.product .woocommerce-loop-product__title a:hover,
.betty-home .woocommerce ul.products li.product .woocommerce-loop-product__title a:focus-visible {
  color: var(--dore-clair) !important;
}

.betty-home .woocommerce ul.products li.product:not(.product-category)::before {
  display: none !important;
}

.betty-home .woocommerce ul.products li.product .button,
.betty-home .woocommerce ul.products li.product .added_to_cart {
  position: static !important;
  inset: auto !important;
  z-index: auto !important;
  width: 100% !important;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
  margin: 0.35rem 0 0 !important;
  padding: 0.5rem 0.75rem !important;
  overflow: hidden;
  color: #fff !important;
  background: var(--rouge) !important;
  border: 1px solid var(--rouge) !important;
  line-height: 1.25 !important;
  text-align: center;
}

.betty-home .woocommerce ul.products li.product .button:hover,
.betty-home .woocommerce ul.products li.product .button:focus-visible,
.betty-home .woocommerce ul.products li.product .added_to_cart:hover,
.betty-home .woocommerce ul.products li.product .added_to_cart:focus-visible {
  color: #fff !important;
  background: var(--rouge-profond) !important;
  border-color: var(--rouge-profond) !important;
}

.betty-home .woocommerce ul.products li.product .button.added {
  display: none !important;
}

.betty-home .betty-stock-label {
  color: var(--dore-clair);
  font-family: var(--police-texte);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.betty-home [hidden] { display: none !important; }

@media (min-width: 993px) {
  .betty-home {
    --betty-initial-header-height: 247px;
    --betty-sticky-header-height: 61px;
    --betty-section-height: calc(100svh - var(--betty-sticky-header-height));
    --betty-fluid-gap: clamp(0.55rem, 1.35vh, 1.15rem);
  }

  .betty-home > section {
    box-sizing: border-box;
    height: var(--betty-section-height);
    min-height: var(--betty-section-height);
    max-height: var(--betty-section-height);
    padding-block: clamp(1.35rem, 3.5vh, 3.25rem);
    display: flex;
    align-items: center;
  }

  .betty-home > section.acces {
    padding-block: clamp(1.35rem, 3.5vh, 3.25rem);
  }

  .betty-home > .hero {
    height: calc(100svh - var(--betty-initial-header-height));
    min-height: calc(100svh - var(--betty-initial-header-height));
    max-height: calc(100svh - var(--betty-initial-header-height));
    padding: 0;
  }

  .betty-home > .final {
    padding-block: clamp(1.35rem, 3.5vh, 3.25rem);
  }

  .betty-home > section > .conteneur,
  .betty-home > .hero > .hero-stage {
    box-sizing: border-box;
    width: min(100% - clamp(2.5rem, 5vw, 6rem), 1120px);
    height: 84%;
    min-height: 75%;
    max-height: 90%;
    margin-inline: auto;
  }

  .betty-home > .hero > .hero-stage {
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .betty-home > .composer > .conteneur {
    height: 90%;
    min-height: 90%;
    max-height: 90%;
    display: grid !important;
    grid-template-rows: auto auto auto auto auto;
    align-content: center;
    justify-content: normal !important;
    row-gap: clamp(0.15rem, 0.45vh, 0.3rem);
  }

  .betty-home > .composer {
    padding-block: clamp(0.55rem, 1.5vh, 0.9rem);
  }

  .betty-home .composer > .conteneur > .surtitre,
  .betty-home .composer > .conteneur > h2,
  .betty-home .composer > .conteneur > .section-intro,
  .betty-home .composer > .conteneur > .loge-decors { margin-bottom: 0; }

  .betty-home > section > .conteneur:not(.coiffeuse-scene):not(.conseil-scene):not(.service-scene):not(.faq-cadre) {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }

  .betty-home h2 { font-size: clamp(1.65rem, 4.2vh, 2.8rem); }
  .betty-home h3 { font-size: clamp(1.05rem, 2.6vh, 1.45rem); }

  .betty-home section p,
  .betty-home section li { font-size: clamp(0.76rem, 1.65vh, 1rem); }

  .betty-home .section-intro { margin-bottom: var(--betty-fluid-gap); }
  .betty-home .surtitre { margin-bottom: clamp(0.35rem, 0.9vh, 0.75rem); }

  .betty-home .hero-inner {
    max-width: min(620px, 52vw);
    height: 82%;
    padding-block: clamp(0.6rem, 2vh, 1.4rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .betty-home .hero-logo { width: clamp(100px, 18vh, 175px); }
  .betty-home .hero h1 { font-size: clamp(1.7rem, 5.2vh, 3.4rem); }
  .betty-home .hero-texte { font-size: clamp(0.78rem, 1.9vh, 0.98rem); }
  .betty-home .hero-betty { width: clamp(120px, 34vh, 280px); }

  .betty-home .acces-bande {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    flex: 1;
    min-height: 0;
    align-content: stretch;
    gap: clamp(0.8rem, 2vh, 1.25rem) clamp(0.8rem, 1.5vw, 1.4rem);
  }

  .betty-home .acces-entete { flex: none; }

  .betty-home .acces-carte {
    height: 100%;
    padding: clamp(0.85rem, 2vh, 1.35rem) clamp(1rem, 1.8vw, 1.6rem);
    grid-template-columns: clamp(90px, 15vh, 136px) minmax(0, 1fr);
    gap: clamp(0.8rem, 1.6vw, 1.4rem);
  }

  .betty-home .acces-icone { width: clamp(90px, 15vh, 136px); }
  .betty-home .acces-carte h3 { font-size: clamp(1.05rem, 2.45vh, 1.45rem); }
  .betty-home .acces-carte p { font-size: clamp(0.74rem, 1.55vh, 0.95rem); }

  .betty-home .composer .section-intro {
    max-width: 52em;
    margin-bottom: clamp(0.3rem, 0.7vh, 0.55rem);
  }

  .betty-home .composer .loge-decors {
    flex: none;
    min-height: 0;
    margin-bottom: clamp(0.35rem, 0.8vh, 0.6rem);
  }

  .betty-home .loge-module {
    width: 100%;
    height: auto;
    min-height: 0;
    grid-template-areas:
      "catalogue scene"
      "catalogue recap";
    grid-template-columns: minmax(230px, 0.72fr) minmax(0, 2.35fr);
    grid-template-rows: auto auto;
    align-items: stretch;
    gap: clamp(0.35rem, 0.75vh, 0.55rem) clamp(0.55rem, 1vw, 0.9rem);
  }

  .betty-home .loge-catalogue {
    grid-area: catalogue;
    height: 100%;
    min-height: 0;
  }

  .betty-home .loge-scene {
    grid-area: scene;
    width: min(100%, calc((100svh - var(--betty-sticky-header-height)) * 0.975));
    height: auto;
    min-height: 0;
    min-width: 0;
    max-width: 100%;
    max-height: 100%;
    align-self: center;
    justify-self: center;
    aspect-ratio: 16 / 9;
  }

  .betty-home .loge-recap {
    grid-area: recap;
    width: min(100%, calc((100svh - var(--betty-sticky-header-height)) * 0.975));
    justify-self: center;
    min-width: 0;
    min-height: 82px;
    height: auto;
    padding: clamp(0.42rem, 0.85vh, 0.62rem) clamp(0.55rem, 0.9vw, 0.78rem);
    display: grid;
    grid-template-areas:
      "heading total reset shop"
      "list list list list";
    grid-template-columns: minmax(150px, 1fr) auto minmax(100px, 0.62fr) minmax(145px, 0.9fr);
    grid-template-rows: auto auto;
    align-items: center;
    gap: clamp(0.22rem, 0.55vh, 0.38rem) clamp(0.4rem, 0.75vw, 0.7rem);
  }

  .betty-home .loge-recap > .loge-zone-entete {
    grid-area: heading;
    align-items: center;
    margin: 0;
  }

  .betty-home .loge-recap > .loge-vide,
  .betty-home .loge-recap > .loge-liste { grid-area: list; }

  .betty-home .loge-recap > .loge-vide {
    margin: 0;
    font-size: clamp(0.62rem, 1.25vh, 0.74rem);
    text-align: left;
  }

  .betty-home .loge-recap > .loge-liste {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(0.2rem, 0.45vw, 0.35rem);
  }

  .betty-home .loge-recap .loge-liste a {
    min-width: 0;
    padding: clamp(0.22rem, 0.55vh, 0.36rem) clamp(0.3rem, 0.5vw, 0.45rem);
    font-size: clamp(0.54rem, 1.05vh, 0.64rem);
  }

  .betty-home .loge-recap .loge-liste a span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .betty-home .loge-recap > .loge-total {
    grid-area: total;
    margin: 0;
    padding: 0;
    border: 0;
    white-space: nowrap;
  }

  .betty-home .loge-recap > .loge-reset {
    grid-area: reset;
    min-height: 32px;
    margin: 0;
  }

  .betty-home .loge-recap > .loge-boutique {
    grid-area: shop;
    min-height: 32px;
    margin: 0;
    padding-block: 0.4rem;
    white-space: nowrap;
  }

  .betty-home .loge-catalogue {
    display: flex;
    flex-direction: column;
    padding: clamp(0.5rem, 1.1vh, 0.7rem);
  }
  .betty-home .loge-produits {
    flex: 1;
    min-height: 0;
    grid-template-rows: repeat(5, minmax(0, 1fr));
    gap: clamp(0.2rem, 0.55vh, 0.35rem);
  }
  .betty-home .loge-produit { min-height: 0; }
  .betty-home .loge-produit .woocommerce,
  .betty-home .loge-produit .woocommerce ul.products,
  .betty-home .loge-produit .woocommerce ul.products li.product { height: 100%; min-height: 0; }

  .betty-home .loge-produit .woocommerce ul.products li.product {
    grid-template-columns: clamp(44px, 7vh, 58px) minmax(0, 1fr);
    gap: clamp(0.1rem, 0.25vh, 0.15rem) clamp(0.35rem, 0.75vw, 0.5rem);
    padding: clamp(0.2rem, 0.5vh, 0.32rem) !important;
  }

  .betty-home .loge-produit .woocommerce-image__wrapper {
    width: clamp(44px, 7vh, 58px) !important;
    height: clamp(44px, 7vh, 58px) !important;
  }

  .betty-home .loge-produit .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 1.2em;
    max-height: 1.2em;
    display: -webkit-box !important;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    flex: none !important;
    font-size: clamp(0.52rem, 1.05vh, 0.62rem) !important;
    line-height: 1.2 !important;
  }
  .betty-home .loge-placer,
  .betty-home .loge-retirer {
    min-height: clamp(24px, 3.9vh, 30px);
    padding-block: clamp(0.2rem, 0.5vh, 0.3rem);
    font-size: clamp(0.52rem, 1.05vh, 0.62rem);
  }
  .betty-home .loge-zone-entete { margin-bottom: clamp(0.35rem, 0.8vh, 0.65rem); }
  .betty-home .loge-liste { gap: clamp(0.2rem, 0.55vh, 0.42rem); }
  .betty-home .loge-liste a { padding-block: clamp(0.25rem, 0.65vh, 0.48rem); }

  .betty-home .selection-onglets {
    display: grid;
    grid-template-columns: repeat(9, minmax(0, 1fr));
    gap: clamp(0.25rem, 0.55vw, 0.55rem);
    margin-bottom: var(--betty-fluid-gap);
  }

  .betty-home .selection-onglets .onglet {
    min-width: 0;
    padding: clamp(0.38rem, 0.8vh, 0.55rem) clamp(0.15rem, 0.4vw, 0.45rem);
    font-size: clamp(0.58rem, 1.35vh, 0.78rem);
    letter-spacing: clamp(0.02em, 0.06vw, 0.07em);
  }

  .betty-home .selection-panneau .woocommerce ul.products {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    align-items: stretch;
    gap: clamp(0.45rem, 0.8vw, 0.9rem);
  }

  .betty-home .vedettes-grille {
    width: 100%;
    max-width: none;
    grid-template-columns: minmax(0, 1fr);
  }

  .betty-home .vedettes-grille > .woocommerce {
    width: 100%;
    grid-column: 1 / -1;
  }

  .betty-home .vedettes-grille .woocommerce ul.products {
    width: 100% !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
  }

  .betty-home .selection-panneau .woocommerce ul.products li.product,
  .betty-home .vedettes-grille .woocommerce ul.products li.product {
    height: 100%;
    padding: clamp(0.45rem, 1vh, 0.7rem) !important;
  }

  .betty-home .woocommerce ul.products li.product .woocommerce-image__wrapper {
    height: clamp(105px, 21vh, 205px);
  }

  .betty-home .vedettes-grille .woocommerce ul.products li.product .woocommerce-image__wrapper {
    height: clamp(105px, 21vh, 205px) !important;
    padding-top: 0 !important;
  }

  .betty-home .woocommerce ul.products li.product .woocommerce-image__wrapper > a {
    display: block;
    height: 100%;
  }

  .betty-home .woocommerce ul.products li.product .woocommerce-image__wrapper img,
  .betty-home .woocommerce ul.products li.product img.wp-post-image {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: auto;
    object-fit: contain;
  }

  .betty-home .woocommerce ul.products li.product .woocommerce-card__header {
    display: flex !important;
    flex: 1;
    flex-direction: column;
    align-items: stretch;
  }

  .betty-home .woocommerce ul.products li.product h2,
  .betty-home .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: clamp(0.7rem, 1.45vh, 0.9rem) !important;
  }

  .betty-home .woocommerce ul.products li.product .price {
    min-height: 1.45em;
    margin-top: auto !important;
    display: flex !important;
    align-items: flex-end;
  }

  .betty-home .affiches-grille {
    width: 100%;
    max-width: none;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(0.7rem, 1.4vw, 1.4rem);
  }

  .betty-home .affiche-cadre { height: clamp(160px, 35vh, 330px); }

  .betty-home .ticket-billet {
    width: 100%;
    max-width: none;
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.45fr);
    height: 100%;
    max-height: 100%;
  }

  .betty-home .ticket-souche { min-height: 0; height: 100%; }

  .betty-home .ticket-personnage {
    height: 80%;
    max-height: 80%;
  }

  .betty-home .ticket-visuel {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    pointer-events: none;
  }

  .betty-home .ticket-corps { padding: clamp(1.1rem, 3vh, 2.1rem) clamp(1.3rem, 2.5vw, 2.5rem); }

  .betty-home .ticket-avantages { margin-top: clamp(0.6rem, 1.5vh, 1.1rem); }
  .betty-home .ticket-conseil { margin-top: clamp(0.55rem, 1.3vh, 0.95rem); }
  .betty-home .ticket-code-ligne { margin-top: clamp(0.55rem, 1.3vh, 0.95rem); }

  .betty-home .salon > .conteneur {
    display: grid !important;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto repeat(2, minmax(0, 1fr));
    gap: clamp(0.35rem, 1vh, 0.75rem);
  }

  .betty-home .salon > .conteneur > .surtitre {
    grid-column: 1;
    grid-row: 1;
  }

  .betty-home .salon > .conteneur > h2 {
    grid-column: 1;
    grid-row: 2;
  }

  .betty-home .salon-bloc,
  .betty-home .salon-bloc.inverse {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column: 1;
    align-items: center;
    gap: clamp(0.8rem, 2vw, 1.6rem);
    margin: 0;
    min-height: 0;
  }

  .betty-home .salon-bloc:first-of-type { grid-row: 3; }
  .betty-home .salon-bloc.inverse { grid-row: 4; }

  .betty-home .salon-bloc.inverse .salon-image { order: 2; }
  .betty-home .salon-bloc.inverse .salon-texte { order: 1; }

  .betty-home .salon-image {
    width: 100%;
    height: 100%;
    min-height: 0;
  }

  .betty-home .salon-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .betty-home .avis-grille {
    width: 100%;
    min-height: 0;
    flex: 1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: clamp(0.6rem, 1.4vh, 1rem);
  }

  .betty-home .avis-carte {
    min-width: 0;
    height: 100%;
    padding: clamp(0.8rem, 1.8vh, 1.35rem) clamp(1rem, 2vw, 1.7rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .betty-home .faq-cadre {
    padding: clamp(1.2rem, 3vh, 2.4rem);
    grid-template-columns: minmax(0, 1.45fr) minmax(240px, 0.55fr);
  }

  .betty-home .faq-contenu {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }

  .betty-home .faq-liste { gap: clamp(0.25rem, 0.7vh, 0.55rem); }
  .betty-home .faq-question { padding-block: clamp(0.45rem, 1vh, 0.8rem); }
  .betty-home .faq-visuel {
    width: min(100%, 330px);
    max-height: 68vh;
  }

  .betty-home .final-betty {
    height: 90%;
    max-width: none;
  }

  .betty-home .final-betty--left { left: clamp(-6rem, -3vw, -2rem); }
  .betty-home .final-betty--right { right: clamp(-6rem, -3vw, -2rem); }

  .betty-home .final-contenu {
    width: min(58vw, 620px);
    text-align: center;
    padding: clamp(1.1rem, 2.5vw, 2rem);
    border: 1px solid rgba(201,162,39,0.24);
    border-radius: 18px;
    background: radial-gradient(circle at center, rgba(15,11,9,0.84), rgba(15,11,9,0.56) 70%, transparent 100%);
    backdrop-filter: blur(2px);
  }
}
