

.vvv-designer-kubraselegance-hero {
  position: relative;
  width: 100%;
  min-height: 100svh;
  overflow: hidden;
  background: #040203;
  color: #fff8ef;
  isolation: isolate;
}

.vvv-designer-kubraselegance-hero__media,
.vvv-designer-kubraselegance-hero__overlay,
.vvv-designer-kubraselegance-hero__grain,
.vvv-designer-kubraselegance-hero__sparkles,
.vvv-designer-kubraselegance-hero__aura {
  position: absolute;
  inset: 0;
}

.vvv-designer-kubraselegance-hero__media {
  z-index: 1;
}

.vvv-designer-kubraselegance-hero__video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: scale(1.04);
  filter: contrast(1.08) saturate(1.08);
}

.vvv-designer-kubraselegance-hero__overlay {
  z-index: 2;
  background:
    linear-gradient(90deg,
      rgba(255,250,242,.18) 0%,
      rgba(255,250,242,.04) 35%,
      rgba(255,250,242,.02) 65%,
      rgba(8,6,4,.18) 100%
    ),
    linear-gradient(0deg,
      rgba(8,6,4,.42) 0%,
      rgba(8,6,4,.08) 38%,
      rgba(255,250,242,.08) 100%
    );
}

.vvv-designer-kubraselegance-hero__aura {
  z-index: 3;
  pointer-events: none;
  mix-blend-mode: screen;
}

.vvv-designer-kubraselegance-hero__aura--gold {
  width: 44vw;
  height: 44vw;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255, 209, 125, .42), rgba(255, 209, 125, .12) 38%, transparent 70%);
  filter: blur(34px);
  animation: vvvKubraAuraGold 6s ease-in-out infinite;
}

.vvv-designer-kubraselegance-hero__aura--pink {
  width: 38vw;
  height: 38vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255, 101, 210, .28), rgba(255, 101, 210, .08) 40%, transparent 70%);
  filter: blur(42px);
  animation: vvvKubraAuraPink 7s ease-in-out infinite;
}

.vvv-designer-kubraselegance-hero__sparkles {
  z-index: 4;
  pointer-events: none;
  opacity: .75;
  background:
    radial-gradient(circle at 18% 24%, rgba(255,221,155,.95) 0 1px, transparent 2px),
    radial-gradient(circle at 78% 30%, rgba(255,120,220,.75) 0 1px, transparent 2px),
    radial-gradient(circle at 62% 72%, rgba(255,221,155,.72) 0 1px, transparent 2px),
    radial-gradient(circle at 34% 68%, rgba(255,255,255,.58) 0 1px, transparent 2px);
  animation: vvvKubraSparkles 4.5s ease-in-out infinite;
}

.vvv-designer-kubraselegance-hero__grain {
  z-index: 5;
  pointer-events: none;
  opacity: .10;
  background-image: radial-gradient(circle, rgba(255,255,255,.22) 1px, transparent 1px);
  background-size: 5px 5px;
}

.vvv-designer-kubraselegance-hero__content {
  position: relative;
  z-index: 8;
  width: min(560px, calc(100% - 70px));
  min-height: 100svh;
  margin-left: clamp(22px, 6vw, 92px);
  margin-right: auto;
  padding: 145px 46px 90px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;

  background: #fff7ed;
  color: #11100d;

  clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
  box-shadow:
    0 38px 100px rgba(0, 0, 0, .20),
    inset 0 1px 0 rgba(255, 255, 255, .70);
}

.vvv-designer-kubraselegance-hero__aura--pink,
.vvv-designer-kubraselegance-hero__sparkles {
  display: none;
}

.vvv-designer-kubraselegance-hero__aura--gold {
  opacity: .38;
  background: radial-gradient(circle, rgba(255,235,190,.34), transparent 68%);
  filter: blur(58px);
}

/* KICKER */
.vvv-designer-kubraselegance-hero__kicker {
  margin: 0 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  font-family: var(--vvv-designer-kubraselegance-font-text);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: #c8a45f;
  text-shadow: none;
}

.vvv-designer-kubraselegance-hero__kicker::before {
  content: "";
  width: 52px;
  height: 1px;
  background: #c8a45f;
}

.vvv-designer-kubraselegance-hero__kicker::after {
  display: none;
}

/* TITLE */
.vvv-designer-kubraselegance-hero__title {
  margin: 0;
  max-width: 520px;
  font-family: var(--vvv-designer-kubraselegance-font-title);
  font-size: clamp(46px, 5.4vw, 84px);
  font-weight: 500;
  line-height: .88;
  letter-spacing: -.065em;
  color: #11100d;
  text-shadow: none;
}

.vvv-designer-kubraselegance-hero__title span {
  display: block;
  margin-top: 12px;

  font-family: var(--vvv-designer-kubraselegance-font-title);
  font-style: normal;
  font-weight: 400;

  color: #c8a45f;
} 
/* TEXT */
.vvv-designer-kubraselegance-hero__text {
  width: min(440px, 100%);
  margin: 26px 0 0;
  padding-top: 22px;
  position: relative;
  font-family: var(--vvv-designer-kubraselegance-font-text);
  font-size: 14px;
  line-height: 1.85;
  color: rgba(17, 16, 13, .68);
  text-shadow: none;
}

.vvv-designer-kubraselegance-hero__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  height: 1px;
  transform: none;
  background: linear-gradient(90deg, #c8a45f, transparent);
  box-shadow: none;
}



/* BUTTONS */
.vvv-designer-kubraselegance-hero__actions {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.vvv-designer-kubraselegance-hero__btn {
  position: relative;
  overflow: hidden;
  min-width: 218px;
  height: 52px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 !important;
  font-family: var(--vvv-designer-kubraselegance-font-text);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: transform .35s ease, background .35s ease, color .35s ease;
}

.vvv-designer-kubraselegance-hero__btn--gold {
  color: #fff7ed !important;
  background: #11100d;
  border: 1px solid #11100d !important;
  box-shadow: none;
}

.vvv-designer-kubraselegance-hero__btn--glass {
  color: #11100d !important;
  background: transparent;
  border: 1px solid rgba(17, 16, 13, .34) !important;
  backdrop-filter: none;
}

.vvv-designer-kubraselegance-hero__btn:hover {
  transform: translateY(-3px);
}

.vvv-designer-kubraselegance-hero__btn--gold:hover {
  background: #c8a45f;
  border-color: #c8a45f !important;
}

.vvv-designer-kubraselegance-hero__btn--glass:hover {
  background: #c9a45f;
  color: #fff7ed !important;
  border-color: #c8a45f !important;
}





/* ANIMATIONS */
@keyframes vvvKubraAuraGold {
  0%, 100% { transform: translate(-50%, -50%) scale(.94); opacity: .70; }
  50% { transform: translate(-50%, -50%) scale(1.08); opacity: 1; }
}

@keyframes vvvKubraAuraPink {
  0%, 100% { transform: translate(-50%, -50%) scale(1.04); opacity: .50; }
  50% { transform: translate(-50%, -50%) scale(.92); opacity: .85; }
}

@keyframes vvvKubraSparkles {
  0%, 100% { opacity: .38; filter: blur(0); }
  50% { opacity: .95; filter: blur(.3px); }
}

@media (max-width: 1100px) {
  .vvv-designer-kubraselegance-hero {
    overflow: visible;
  }

  .vvv-designer-kubraselegance-hero__content {
    padding: 130px 0 70px;
  }

    .vvv-designer-kubraselegance-hero__bottom {
    position: relative;
    left: auto;
    bottom: auto;
    width: calc(100% - 44px);
    margin: 0 auto 42px;
    transform: none;
  }

  .vvv-designer-kubraselegance-hero__promise {
    grid-template-columns: repeat(2, 1fr);
    border-radius: 20px;
  }

  .vvv-designer-kubraselegance-hero__promise-card {
    border-right: 1px solid rgba(255, 250, 242, .16);
    border-bottom: 1px solid rgba(255, 250, 242, .16);
  }

  .vvv-designer-kubraselegance-hero__control {
    right: 22px;
    top: auto;
    bottom: 104px;
  }

  .vvv-designer-kubraselegance-hero__sound {
    right: 22px;
    bottom: 48px;
  }
}

@media (max-width: 760px) {
  .vvv-designer-kubraselegance-hero {
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    background: #fff7ed;
  }

  .vvv-designer-kubraselegance-hero__media {
    position: relative;
    inset: auto;
    width: 100%;
    height: 58svh;
    z-index: 1;
    overflow: hidden;
  }

  .vvv-designer-kubraselegance-hero__video {
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transform: scale(1.01);
  }

  .vvv-designer-kubraselegance-hero__overlay,
  .vvv-designer-kubraselegance-hero__aura,
  .vvv-designer-kubraselegance-hero__sparkles,
  .vvv-designer-kubraselegance-hero__grain {
    display: none;
  }

  .vvv-designer-kubraselegance-hero__content {
    position: relative;
    inset: auto;
    z-index: 2;
    width: 100%;
    min-height: 42svh;
    margin: 0;
    padding: 30px 22px 34px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: left;

    background: #fff7ed;
    color: #11100d;
    clip-path: none;
    border-radius: 0;
    box-shadow: none;
  }

  .vvv-designer-kubraselegance-hero__kicker {
    margin-bottom: 16px;
    font-size: 9px;
    letter-spacing: .2em;
    color: #b98245;
  }

  .vvv-designer-kubraselegance-hero__kicker::before {
    width: 34px;
    background: #b98245;
  }

  .vvv-designer-kubraselegance-hero__title {
    max-width: 100%;
    font-size: clamp(36px, 11vw, 52px);
    line-height: .9;
    color: #11100d;
    text-shadow: none;
  }

  .vvv-designer-kubraselegance-hero__title span {
    color: #b98245;
  }

  .vvv-designer-kubraselegance-hero__text {
    width: 100%;
    margin-top: 22px;
    font-size: 13px;
    line-height: 1.65;
    color: rgba(17, 16, 13, .68);
    text-shadow: none;
  }

  .vvv-designer-kubraselegance-hero__actions {
    width: 100%;
    margin-top: 24px;
    gap: 10px;
  }

  .vvv-designer-kubraselegance-hero__btn {
    width: 100%;
    min-width: 0;
    height: 50px;
    justify-content: center;
  }

  
}

/* SECTIONS LES ESSENTIELS */

.vvv-designer-kubraselegance-accueil-essentiels {
  position: relative;
  overflow: hidden;
  background: #fffaf2;
  color: #21170f;
  padding: clamp(72px, 8vw, 132px) 0;
}


.vvv-designer-kubraselegance-accueil-essentiels__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 12%, rgba(201,164,95,.15), transparent 34%),
    radial-gradient(circle at 84% 74%, rgba(33,23,15,.06), transparent 38%);
  pointer-events: none;
}

.vvv-designer-kubraselegance-accueil-essentiels__inner {
  position: relative;
  z-index: 2;
}

.vvv-designer-kubraselegance-accueil-essentiels__top {
  width: min(100% - 32px, 1180px);
  margin: 0 auto clamp(34px, 5vw, 70px);
  text-align: center;
}

.vvv-designer-kubraselegance-accueil-essentiels__eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  font-family: var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
  font-size: 11px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: #c9a45f;
}

.vvv-designer-kubraselegance-accueil-essentiels__title {
  margin: 0;
  font-family: var(--vvv-designer-kubraselegance-font-title, "Bodoni Moda", serif);
  font-size: clamp(42px, 5.8vw, 90px);
  font-weight: 400;
  line-height: .94;
  letter-spacing: -.055em;
  color: #21170f;
}

.vvv-designer-kubraselegance-accueil-essentiels__text {
  max-width: 620px;
  margin: 22px auto 0;
  font-family: var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
  font-size: clamp(14px, 1.1vw, 17px);
  line-height: 1.75;
  color: rgba(33,23,15,.68);
}

.vvv-designer-kubraselegance-accueil-essentiels__slider {
  position: relative;
  width: 100%;
}

.vvv-designer-kubraselegance-accueil-essentiels__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 24px max(16px, calc((100vw - 1480px) / 2)) 34px;
  -webkit-overflow-scrolling: touch;
}

.vvv-designer-kubraselegance-accueil-essentiels__viewport::-webkit-scrollbar {
  display: none;
}

.vvv-designer-kubraselegance-accueil-essentiels__track {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.8vw, 28px);
  width: max-content;
}

.vvv-designer-kubraselegance-accueil-essentiels__card {
  position: relative;
  flex: 0 0 clamp(250px, 24vw, 340px);
  height: clamp(430px, 47vw, 620px);
  overflow: hidden;
  scroll-snap-align: center;
  background: #080604;
  color: #fffaf2 !important;
  text-decoration: none !important;
  transform: translateY(18px) scale(.92);
  opacity: .62;
  transition:
    flex-basis .65s cubic-bezier(.19,1,.22,1),
    transform .65s cubic-bezier(.19,1,.22,1),
    opacity .65s ease,
    filter .65s ease;
  filter: saturate(.9);
}

.vvv-designer-kubraselegance-accueil-essentiels__card.is-active {
  flex-basis: clamp(340px, 38vw, 610px);
  transform: translateY(0) scale(1);
  opacity: 1;
  filter: saturate(1);
}

.vvv-designer-kubraselegance-accueil-essentiels__card:nth-child(even) {
  transform: translateY(-8px) scale(.92);
}

.vvv-designer-kubraselegance-accueil-essentiels__card:nth-child(even).is-active {
  transform: translateY(0) scale(1);
}

.vvv-designer-kubraselegance-accueil-essentiels__card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
  transition: transform 1.2s cubic-bezier(.19,1,.22,1), filter 1.2s ease;
}

.vvv-designer-kubraselegance-accueil-essentiels__card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(to top, rgba(8,6,4,.82), rgba(8,6,4,.22) 54%, rgba(8,6,4,.05)),
    radial-gradient(circle at 50% 100%, rgba(201,164,95,.22), transparent 44%);
}

.vvv-designer-kubraselegance-accueil-essentiels__content {
  position: absolute;
  left: clamp(22px, 2vw, 38px);
  right: clamp(22px, 2vw, 38px);
  bottom: clamp(24px, 2.6vw, 44px);
  z-index: 2;
}

.vvv-designer-kubraselegance-accueil-essentiels__content span {
  display: inline-block;
  margin-bottom: 13px;
  font-family: var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
  font-size: 10px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #c9a45f;
}

.vvv-designer-kubraselegance-accueil-essentiels__content h3 {
  margin: 0;
  font-family: var(--vvv-designer-kubraselegance-font-title, "Bodoni Moda", serif);
  font-size: clamp(31px, 3.3vw, 58px);
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.05em;
  color: #fffaf2;
}

.vvv-designer-kubraselegance-accueil-essentiels__content p {
  max-width: 390px;
  margin: 14px 0 0;
  font-family: var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255,250,242,.74);
}

.vvv-designer-kubraselegance-accueil-essentiels__card:hover img {
  transform: scale(1.12);
  filter: contrast(1.06) saturate(1.05);
}

.vvv-designer-kubraselegance-accueil-essentiels__arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(33,23,15,.16) !important;
  border-radius: 999px !important;
  background: rgba(255,250,242,.72) !important;
  backdrop-filter: blur(14px);
  color: #21170f !important;
  font-size: 42px !important;
  line-height: 1 !important;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background .35s ease, color .35s ease, border-color .35s ease;
}

.vvv-designer-kubraselegance-accueil-essentiels__arrow:hover {
  background: #21170f !important;
  color: #fffaf2 !important;
  border-color: #21170f !important;
}

.vvv-designer-kubraselegance-accueil-essentiels__arrow--prev {
  left: clamp(12px, 3vw, 42px);
}

.vvv-designer-kubraselegance-accueil-essentiels__arrow--next {
  right: clamp(12px, 3vw, 42px);
}

.vvv-designer-kubraselegance-accueil-essentiels__reassurance {
  width: min(100% - 32px, 1180px);
  display: flex;
  justify-content: center;
  gap: clamp(18px, 4vw, 70px);
  margin: 28px auto 0;
  padding-top: 28px;
  border-top: 1px solid rgba(33,23,15,.13);
  font-family: var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(33,23,15,.68);
  text-align: center;
}

@media (max-width: 767px) {
  .vvv-designer-kubraselegance-accueil-essentiels {
    padding: 62px 0;
  }

  .vvv-designer-kubraselegance-accueil-essentiels__top {
    text-align: left;
  }

  .vvv-designer-kubraselegance-accueil-essentiels__title {
    font-size: clamp(40px, 12vw, 58px);
  }

  .vvv-designer-kubraselegance-accueil-essentiels__viewport {
    padding-left: 16px;
    padding-right: 16px;
  }

  .vvv-designer-kubraselegance-accueil-essentiels__card,
  .vvv-designer-kubraselegance-accueil-essentiels__card.is-active {
    flex-basis: 82vw;
    height: 460px;
    opacity: 1;
    transform: none;
  }

  .vvv-designer-kubraselegance-accueil-essentiels__card:nth-child(even),
  .vvv-designer-kubraselegance-accueil-essentiels__card:nth-child(even).is-active {
    transform: none;
  }

  .vvv-designer-kubraselegance-accueil-essentiels__content h3 {
    font-size: 34px;
  }

  .vvv-designer-kubraselegance-accueil-essentiels__arrow {
    display: none !important;
  }

  .vvv-designer-kubraselegance-accueil-essentiels__reassurance {
    flex-direction: column;
    gap: 10px;
    font-size: 10px;
  }
}

/* SECTION DÉFILÉ COMPACT */


.vvv-designer-kubraselegance-accueil-defile {
  position: relative;
  overflow: hidden;
  background: #080604;
  color: #fffaf2;
  padding: clamp(76px, 8vw, 130px) clamp(16px, 4vw, 72px);
}



.vvv-designer-kubraselegance-accueil-defile::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 12%, rgba(201, 164, 95, .20), transparent 34%),
    radial-gradient(circle at 82% 76%, rgba(255, 250, 242, .08), transparent 38%);
  pointer-events: none;
}

.vvv-designer-kubraselegance-accueil-defile__inner {
  position: relative;
  z-index: 2;
  width: min(100%, 1480px);
  margin: 0 auto;
}

.vvv-designer-kubraselegance-accueil-defile__intro {
  max-width: 850px;
  margin-bottom: clamp(44px, 5vw, 72px);
}

.vvv-designer-kubraselegance-accueil-defile__intro span {
  display: inline-block;
  margin-bottom: 18px;
  font-family: var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: #c9a45f;
}

.vvv-designer-kubraselegance-accueil-defile__intro h2 {
  margin: 0;
  font-family: var(--vvv-designer-kubraselegance-font-title, "Bodoni Moda", serif);
  font-size: clamp(48px, 6.8vw, 104px);
  font-weight: 400;
  line-height: .88;
  letter-spacing: -.065em;
  color: #fffaf2;
}

.vvv-designer-kubraselegance-accueil-defile__intro p {
  max-width: 560px;
  margin: 24px 0 0;
  font-family: var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.75;
  color: rgba(255, 250, 242, .68);
}

.vvv-designer-kubraselegance-accueil-defile__stage {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .72fr);
  min-height: min(760px, 78vh);
  border: 1px solid rgba(255, 250, 242, .13);
  background: rgba(255, 250, 242, .035);
}

.vvv-designer-kubraselegance-accueil-defile__visual {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: #21170f;
}

.vvv-designer-kubraselegance-accueil-defile__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(to top, rgba(8, 6, 4, .46), transparent 52%),
    radial-gradient(circle at 50% 100%, rgba(201, 164, 95, .18), transparent 46%);
  pointer-events: none;
}

.vvv-designer-kubraselegance-accueil-defile__visual::after {
  content: "";
  position: absolute;
  inset: 20px;
  z-index: 3;
  border: 1px solid rgba(255, 250, 242, .22);
  pointer-events: none;
}

.vvv-designer-kubraselegance-accueil-defile__visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.04);
  filter: saturate(.94) contrast(1.04);
  transition:
    opacity .35s ease,
    transform 1.2s cubic-bezier(.19,1,.22,1),
    filter 1.2s ease;
}

.vvv-designer-kubraselegance-accueil-defile__stage:hover .vvv-designer-kubraselegance-accueil-defile__visual img {
  transform: scale(1.08);
  filter: saturate(1) contrast(1.07);
}

.vvv-designer-kubraselegance-accueil-defile__content {
  padding: clamp(34px, 4.5vw, 74px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vvv-designer-kubraselegance-accueil-defile__content > span {
  margin-bottom: 22px;
  font-family: var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: #c9a45f;
}

.vvv-designer-kubraselegance-accueil-defile__content h3 {
  margin: 0;
  font-family: var(--vvv-designer-kubraselegance-font-title, "Bodoni Moda", serif);
  font-size: clamp(44px, 5.4vw, 92px);
  font-weight: 400;
  line-height: .92;
  letter-spacing: -.06em;
  color: #fffaf2;
}

.vvv-designer-kubraselegance-accueil-defile__content p {
  max-width: 470px;
  margin: 26px 0 0;
  font-family: var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 250, 242, .68);
}

.vvv-designer-kubraselegance-accueil-defile__meta {
  margin-top: 30px;
  display: grid;
  gap: 10px;
}

.vvv-designer-kubraselegance-accueil-defile__meta strong,
.vvv-designer-kubraselegance-accueil-defile__meta small {
  font-family: var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.vvv-designer-kubraselegance-accueil-defile__meta strong {
  color: #fffaf2;
}

.vvv-designer-kubraselegance-accueil-defile__meta small {
  color: #c9a45f;
}

.vvv-designer-kubraselegance-accueil-defile__link {
  width: fit-content;
  margin-top: 42px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-family: var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .19em;
  text-transform: uppercase;
  color: #c9a45f !important;
  text-decoration: none !important;
}

.vvv-designer-kubraselegance-accueil-defile__link::after {
  content: "";
  width: 52px;
  height: 1px;
  background: currentColor;
  transform-origin: left;
  transition: transform .55s cubic-bezier(.19,1,.22,1);
}

.vvv-designer-kubraselegance-accueil-defile__link:hover::after {
  transform: scaleX(1.55);
}

.vvv-designer-kubraselegance-accueil-defile__nav {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 250, 242, .13);
  border-left: 1px solid rgba(255, 250, 242, .13);
}

.vvv-designer-kubraselegance-accueil-defile__nav button {
  min-height: 92px;
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-right: 1px solid rgba(255, 250, 242, .13);
  border-bottom: 1px solid rgba(255, 250, 242, .13);
  background: rgba(255, 250, 242, .035);
  color: #fffaf2;
  cursor: pointer;
  text-align: left;
  transition: background .35s ease, color .35s ease;
}

.vvv-designer-kubraselegance-accueil-defile__nav button span {
  font-family: var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  color: #c9a45f;
}

.vvv-designer-kubraselegance-accueil-defile__nav button strong {
  font-family: var(--vvv-designer-kubraselegance-font-title, "Bodoni Moda", serif);
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: .95;
  color: inherit;
}

.vvv-designer-kubraselegance-accueil-defile__nav button:hover,
.vvv-designer-kubraselegance-accueil-defile__nav button.is-active {
  background: #fffaf2;
  color: #21170f;
}

.vvv-designer-kubraselegance-accueil-defile__footer {
  margin-top: clamp(36px, 4vw, 58px);
  text-align: center;
}

.vvv-designer-kubraselegance-accueil-defile__shop {
  min-height: 54px;
  padding: 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(201, 164, 95, .65);
  font-family: var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #fffaf2 !important;
  text-decoration: none !important;
  background: rgba(255, 250, 242, .04);
  transition: background .4s ease, color .4s ease, border-color .4s ease;
}

.vvv-designer-kubraselegance-accueil-defile__shop:hover {
  background: #c9a45f;
  color: #080604 !important;
  border-color: #c9a45f;
}

.vvv-designer-kubraselegance-accueil-defile__colors {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}


/* EFFET VOILE DÉFILÉ */
.vvv-designer-kubraselegance-accueil-defile__stage {
  position: relative;
  overflow: hidden;
}

.vvv-designer-kubraselegance-accueil-defile__stage::before {
  content: "";
  position: absolute;
  z-index: 8;
  inset: -35%;
  pointer-events: none;
  opacity: .34;
  background:
    linear-gradient(
      105deg,
      transparent 18%,
      rgba(255, 250, 242, .04) 34%,
      rgba(255, 250, 242, .36) 45%,
      rgba(201, 164, 95, .16) 52%,
      rgba(255, 250, 242, .10) 60%,
      transparent 78%
    );
  filter: blur(18px);
  transform: translateX(-32%) rotate(-10deg);
  animation: vvvKubraDefileVeil 9s ease-in-out infinite;
}

.vvv-designer-kubraselegance-accueil-defile__stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 7;
  pointer-events: none;
  opacity: .16;
  background-image: radial-gradient(circle, rgba(255,255,255,.32) 1px, transparent 1px);
  background-size: 5px 5px;
  mix-blend-mode: screen;
}

/* IMAGE PLUS PREMIUM */
.vvv-designer-kubraselegance-accueil-defile__visual img {
  will-change: transform, opacity, filter;
}

.vvv-designer-kubraselegance-accueil-defile__visual::before {
  background:
    linear-gradient(to top, rgba(8, 6, 4, .62) 0%, rgba(8, 6, 4, .20) 48%, rgba(8, 6, 4, .04) 100%),
    radial-gradient(circle at 50% 90%, rgba(201, 164, 95, .26), transparent 48%) !important;
}

/* CONTENT : LÉGER EFFET EDITORIAL */
.vvv-designer-kubraselegance-accueil-defile__content {
  position: relative;
  overflow: hidden;
}

.vvv-designer-kubraselegance-accueil-defile__content::before {
  content: "";
  position: absolute;
  top: 12%;
  right: -20%;
  width: 340px;
  height: 340px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(201, 164, 95, .16), transparent 68%);
  filter: blur(28px);
  pointer-events: none;
}

/* BOUTONS LOOKS PLUS CLASSE */
.vvv-designer-kubraselegance-accueil-defile__nav button {
  position: relative;
  overflow: hidden;
}

.vvv-designer-kubraselegance-accueil-defile__nav button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fffaf2;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform .52s cubic-bezier(.19,1,.22,1);
  z-index: 0;
}

.vvv-designer-kubraselegance-accueil-defile__nav button:hover::before,
.vvv-designer-kubraselegance-accueil-defile__nav button.is-active::before {
  transform: scaleY(1);
}

.vvv-designer-kubraselegance-accueil-defile__nav button span,
.vvv-designer-kubraselegance-accueil-defile__nav button strong {
  position: relative;
  z-index: 2;
}

.vvv-designer-kubraselegance-accueil-defile__nav button:hover,
.vvv-designer-kubraselegance-accueil-defile__nav button.is-active {
  background: transparent !important;
  color: #21170f !important;
}

/* COLORIS PLUS LUXE */
.vvv-designer-kubraselegance-accueil-defile__colors button {
  position: relative;
}

.vvv-designer-kubraselegance-accueil-defile__colors button::after {
  content: "";
  position: absolute;
  inset: -7px;
  border: 1px solid rgba(201, 164, 95, .0);
  border-radius: 999px;
  transition: border-color .35s ease, transform .35s ease;
}

.vvv-designer-kubraselegance-accueil-defile__colors button:hover::after,
.vvv-designer-kubraselegance-accueil-defile__colors button.is-active::after {
  border-color: rgba(201, 164, 95, .65);
  transform: scale(1.08);
}

/* ANIMATION VOILE */
@keyframes vvvKubraDefileVeil {
  0% {
    transform: translateX(-38%) rotate(-10deg);
    opacity: .18;
  }

  45% {
    transform: translateX(18%) rotate(-7deg);
    opacity: .42;
  }

  100% {
    transform: translateX(46%) rotate(-10deg);
    opacity: .18;
  }
}

/* FIX BOUTONS COLORIS */
.vvv-designer-kubraselegance-accueil-defile__colors button,
.vvv-designer-kubraselegance-accueil-defile__colors button:hover,
.vvv-designer-kubraselegance-accueil-defile__colors button:focus,
.vvv-designer-kubraselegance-accueil-defile__colors button:active,
.vvv-designer-kubraselegance-accueil-defile__colors button.is-active {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  padding: 0 !important;
  border-radius: 999px !important;
  background: var(--vvv-color) !important;
  border: 1px solid rgba(255, 250, 242, .42) !important;
  box-shadow: none !important;
  outline: none !important;
  overflow: visible !important;
}

.vvv-designer-kubraselegance-accueil-defile__colors button::before {
  display: none !important;
  content: none !important;
}

.vvv-designer-kubraselegance-accueil-defile__colors button.is-active,
.vvv-designer-kubraselegance-accueil-defile__colors button:hover {
  transform: scale(1.12);
  border-color: #c9a45f !important;
  box-shadow: 0 0 0 4px rgba(201, 164, 95, .16) !important;
}

@media (max-width: 1024px) {
  .vvv-designer-kubraselegance-accueil-defile__stage {
    grid-template-columns: 1fr;
  }

  .vvv-designer-kubraselegance-accueil-defile__visual {
    min-height: 58vh;
  }

  .vvv-designer-kubraselegance-accueil-defile__nav {
    grid-template-columns: repeat(3, minmax(160px, 1fr));
    overflow-x: auto;
  }
}

@media (max-width: 767px) {
  .vvv-designer-kubraselegance-accueil-defile {
    padding: 72px 16px;
  }

  .vvv-designer-kubraselegance-accueil-defile__visual {
    min-height: 430px;
  }

  .vvv-designer-kubraselegance-accueil-defile__visual::after {
    inset: 12px;
  }

  .vvv-designer-kubraselegance-accueil-defile__content {
    padding: 32px 24px 36px;
  }

  .vvv-designer-kubraselegance-accueil-defile__nav button {
    min-height: 84px;
  }

  .vvv-designer-kubraselegance-accueil-defile__shop {
    width: 100%;
  }
}

/* RESPONSIVE DÉFILÉ : MENU EN HAUT + RETOUR AUX LOOKS */
.vvv-designer-kubraselegance-accueil-defile__back {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 9;
  transform: translateX(-50%);
  display: none;
}

.vvv-designer-kubraselegance-accueil-defile__back button {
  min-height: 44px;
  padding: 0 18px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(255, 250, 242, .42) !important;
  border-radius: 999px !important;
  background: rgba(8, 6, 4, .46) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .24) !important;
  font-family: var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #fffaf2 !important;
  cursor: pointer;
}

.vvv-designer-kubraselegance-accueil-defile__back button span {
  color: #c9a45f;
  animation: vvvKubraDefileBackArrow 1.7s ease-in-out infinite;
}

.vvv-designer-kubraselegance-accueil-defile__back button:hover {
  background: #fffaf2 !important;
  color: #21170f !important;
  border-color: #fffaf2 !important;
}

@keyframes vvvKubraDefileBackArrow {
  0%, 100% {
    transform: translateY(2px);
  }

  50% {
    transform: translateY(-3px);
  }
}

@media (max-width: 1024px) {
  .vvv-designer-kubraselegance-accueil-defile__inner {
    display: flex;
    flex-direction: column;
  }

  .vvv-designer-kubraselegance-accueil-defile__intro {
    order: 1;
  }

  .vvv-designer-kubraselegance-accueil-defile__nav {
    order: 2;
    width: calc(100% + 32px);
    margin: 0 -16px 24px;
    padding: 0 16px 6px;
    display: flex !important;
    gap: 10px;
    overflow-x: auto;
    border: 0 !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .vvv-designer-kubraselegance-accueil-defile__nav::-webkit-scrollbar {
    display: none;
  }

  .vvv-designer-kubraselegance-accueil-defile__nav button {
    flex: 0 0 auto;
    min-width: 142px;
    min-height: 56px;
    padding: 0 18px !important;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 250, 242, .16) !important;
    background: rgba(255, 250, 242, .05) !important;
    scroll-snap-align: start;
  }

  .vvv-designer-kubraselegance-accueil-defile__nav button strong {
    font-family: var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
  }

  .vvv-designer-kubraselegance-accueil-defile__stage {
    order: 3;
  }

  .vvv-designer-kubraselegance-accueil-defile__footer {
    order: 4;
  }

  .vvv-designer-kubraselegance-accueil-defile__back {
    display: block;
  }
}

/* =========================================================
   KUBRA'S DÉFILÉ — V2 / 3 LOOKS
========================================================= */

/* Trois looks : navigation plus ample et plus lisible. */
.vvv-designer-kubraselegance-accueil-defile__nav {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vvv-designer-kubraselegance-accueil-defile__nav button {
  min-width: 0;
}

/* Le nom du produit et la couleur sélectionnée restent toujours lisibles. */
.vvv-designer-kubraselegance-accueil-defile__meta strong,
.vvv-designer-kubraselegance-accueil-defile__meta small {
  white-space: normal;
  overflow-wrap: break-word;
}

/* Pastilles : meilleure zone tactile sans changer leur taille visuelle. */
.vvv-designer-kubraselegance-accueil-defile__colors button {
  touch-action: manipulation;
}

/* Mobile : 3 onglets scrollables sans aucun débordement de page. */
@media (max-width: 1024px) {
  .vvv-designer-kubraselegance-accueil-defile__nav {
    grid-template-columns: none;
  }
}

@media (max-width: 767px) {
  .vvv-designer-kubraselegance-accueil-defile__nav {
    max-width: calc(100vw - 16px);
  }

  .vvv-designer-kubraselegance-accueil-defile__nav button {
    min-width: 138px;
  }

  .vvv-designer-kubraselegance-accueil-defile__content h3 {
    overflow-wrap: break-word;
  }
}

/* =========================================================
   KUBRA'S ELEGANCE — MATIÈRE 2.0 "LOUPE"
   Section labo / inspection interactive de la matière
========================================================= */


/* ---------------------------------------------------------
   RESET ANTI-CONFLIT ELEMENTOR (hover rose / styles globaux)
   -> à mettre en premier dans la feuille de style
--------------------------------------------------------- */



.vvv-designer-kubraselegance-accueil-matiere-loupe button:focus-visible,
.vvv-designer-kubraselegance-accueil-matiere-loupe a:focus-visible {
  outline: 2px solid #c9a45f !important;
  outline-offset: 3px;
}

/* =========================================================
   BASE
========================================================= */

.vvv-designer-kubraselegance-accueil-matiere-loupe {
  --vvv-mloupe-bg: #0b0906;
  --vvv-mloupe-panel: #16120d;
  --vvv-mloupe-gold: #c9a45f;
  --vvv-mloupe-gold-bright: #f0d38f;
  --vvv-mloupe-cream: #f5efe4;
  --vvv-mloupe-muted: rgba(245,239,228,.58);
  --vvv-mloupe-line: rgba(245,239,228,.14);

  position: relative;
  width: 100%;
  overflow: hidden;
  padding: clamp(90px, 9vw, 160px) clamp(18px, 5vw, 82px);
  background: var(--vvv-mloupe-bg);
  color: var(--vvv-mloupe-cream);
  isolation: isolate;
}

.vvv-designer-kubraselegance-accueil-matiere-loupe__grain {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .05;
  background-image: radial-gradient(circle, #fff .6px, transparent .7px);
  background-size: 3px 3px;
  mix-blend-mode: overlay;
}

.vvv-designer-kubraselegance-accueil-matiere-loupe__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1440px);
  margin: 0 auto;
}

/* =========================================================
   HEADING
========================================================= */

.vvv-designer-kubraselegance-accueil-matiere-loupe__heading {
  max-width: 760px;
  margin-bottom: clamp(48px, 6vw, 84px);
}

.vvv-designer-kubraselegance-accueil-matiere-loupe__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  font-family: var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--vvv-mloupe-gold);
}

.vvv-designer-kubraselegance-accueil-matiere-loupe__eyebrow::before {
  content: "";
  width: 46px;
  height: 1px;
  background: var(--vvv-mloupe-gold);
}

.vvv-designer-kubraselegance-accueil-matiere-loupe__heading h2 {
  margin: 0 0 22px;
  font-family: var(--vvv-designer-kubraselegance-font-title, "Bodoni Moda", serif);
  font-size: clamp(42px, 5.6vw, 82px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.03em;
  color: var(--vvv-mloupe-cream);
}

.vvv-designer-kubraselegance-accueil-matiere-loupe__heading h2 em {
  font-style: italic;
  color: var(--vvv-mloupe-gold-bright);
}

.vvv-designer-kubraselegance-accueil-matiere-loupe__intro {
  margin: 0;
  max-width: 460px;
  font-family: var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.7;
  color: var(--vvv-mloupe-muted);
}

/* =========================================================
   LAB (grille)
========================================================= */

.vvv-designer-kubraselegance-accueil-matiere-loupe__lab {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, .7fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: stretch;
}

/* =========================================================
   SCOPE (zone loupe)
========================================================= */

.vvv-designer-kubraselegance-accueil-matiere-loupe__scope {
  position: relative;
  aspect-ratio: 4 / 3;
  min-height: 420px;
  overflow: hidden;
  border-radius: 4px;
  background: var(--vvv-mloupe-panel);
  border: 1px solid var(--vvv-mloupe-line);
  cursor: none;
  touch-action: none;
}

.vvv-designer-kubraselegance-accueil-matiere-loupe__fabric {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.92) contrast(1.05) brightness(.9);
  user-select: none;
  -webkit-user-drag: none;
}

.vvv-designer-kubraselegance-accueil-matiere-loupe__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(to top, rgba(6,4,2,.5), transparent 40%),
    linear-gradient(115deg, rgba(6,4,2,.3), transparent 40%);
}

/* --- hotspots --- */

.vvv-designer-kubraselegance-accueil-matiere-loupe__hotspot {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 3;
  width: 34px;
  height: 34px;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
}

.vvv-designer-kubraselegance-accueil-matiere-loupe__hotspot-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--vvv-mloupe-gold-bright);
  box-shadow: 0 0 0 0 rgba(240,211,143,.5);
  transition: box-shadow .3s ease, transform .3s ease;
}

.vvv-designer-kubraselegance-accueil-matiere-loupe__hotspot.is-active .vvv-designer-kubraselegance-accueil-matiere-loupe__hotspot-dot {
  transform: scale(1.3);
  box-shadow: 0 0 0 8px rgba(240,211,143,.16);
}

/* --- loupe --- */

/* =========================================================
   LOUPE — POSITIONNEMENT ET VISIBILITÉ
========================================================= */

.vvv-designer-kubraselegance-accueil-matiere-loupe__lens {
  position: absolute;
  z-index: 8;

  /* Position visible par défaut */
  left: 50%;
  top: 48%;

  width: clamp(150px, 15vw, 210px);
  height: clamp(150px, 15vw, 210px);

  border-radius: 50%;
  overflow: hidden;
  pointer-events: none;

  opacity: .92;
  transform:
    translate(-50%, -50%)
    scale(.94);

  background: rgba(11, 9, 6, .2);

  box-shadow:
    0 0 0 1px rgba(240, 211, 143, .82),
    0 0 0 9px rgba(8, 6, 4, .22),
    0 24px 70px rgba(0, 0, 0, .58),
    inset 0 0 38px rgba(0, 0, 0, .22);

  transition:
    opacity .3s ease,
    transform .45s cubic-bezier(.19, 1, .22, 1),
    box-shadow .4s ease;

  will-change: left, top, transform;
}

.vvv-designer-kubraselegance-accueil-matiere-loupe__scope.is-active
.vvv-designer-kubraselegance-accueil-matiere-loupe__lens {
  opacity: 1;
  transform:
    translate(-50%, -50%)
    scale(1);

  box-shadow:
    0 0 0 1px rgba(240, 211, 143, 1),
    0 0 0 11px rgba(201, 164, 95, .16),
    0 30px 90px rgba(0, 0, 0, .68),
    inset 0 0 42px rgba(0, 0, 0, .18);
}


.vvv-designer-kubraselegance-accueil-matiere-loupe__lens-inner {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  overflow: hidden;

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  filter:
    saturate(1.08)
    contrast(1.12)
    brightness(1.06);

  transform: scale(1.015);
}

.vvv-designer-kubraselegance-accueil-matiere-loupe__lens-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(240,211,143,.6);
  box-shadow: inset 0 0 30px rgba(0,0,0,.35);
  pointer-events: none;
}

.vvv-designer-kubraselegance-accueil-matiere-loupe__lens-cross {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.vvv-designer-kubraselegance-accueil-matiere-loupe__lens-cross::before,
.vvv-designer-kubraselegance-accueil-matiere-loupe__lens-cross::after {
  content: "";
  position: absolute;
  background: rgba(240,211,143,.85);
}

.vvv-designer-kubraselegance-accueil-matiere-loupe__lens-cross::before {
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  transform: translateX(-50%);
}

.vvv-designer-kubraselegance-accueil-matiere-loupe__lens-cross::after {
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
  transform: translateY(-50%);
}

/* --- readout instrument --- */

.vvv-designer-kubraselegance-accueil-matiere-loupe__readout {
  position: absolute;
  z-index: 4;
  left: 20px;
  bottom: 20px;
  display: flex;
  align-items: flex-end;
  gap: 18px;
  opacity: 0;
  transition: opacity .3s ease;
  font-family: var(--vvv-designer-kubraselegance-font-mono, "JetBrains Mono", "SFMono-Regular", Consolas, monospace);
  pointer-events: none;
}

.vvv-designer-kubraselegance-accueil-matiere-loupe__scope.is-active .vvv-designer-kubraselegance-accueil-matiere-loupe__readout {
  opacity: 1;
}

.vvv-designer-kubraselegance-accueil-matiere-loupe__readout-zoom {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.vvv-designer-kubraselegance-accueil-matiere-loupe__readout-zoom b {
  font-size: 20px;
  font-weight: 500;
  color: var(--vvv-mloupe-gold-bright);
  line-height: 1;
}

.vvv-designer-kubraselegance-accueil-matiere-loupe__readout-zoom small {
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(245,239,228,.4);
}

.vvv-designer-kubraselegance-accueil-matiere-loupe__readout-pos {
  padding-bottom: 3px;
  font-size: 10px;
  letter-spacing: .05em;
  color: rgba(245,239,228,.4);
}

/* --- annotation flottante --- */

.vvv-designer-kubraselegance-accueil-matiere-loupe__annotation {
  position: absolute;
  z-index: 6;
  top: 20px;
  right: 20px;
  max-width: 240px;
  padding: 16px 18px;
  background: rgba(11,9,6,.86);
  border: 1px solid rgba(240,211,143,.3);
  border-radius: 3px;
  backdrop-filter: blur(6px);
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity .35s ease, transform .35s ease;
  pointer-events: none;
}

.vvv-designer-kubraselegance-accueil-matiere-loupe__annotation.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.vvv-designer-kubraselegance-accueil-matiere-loupe__annotation span {
  display: block;
  margin-bottom: 6px;
  font-family: var(--vvv-designer-kubraselegance-font-mono, "JetBrains Mono", monospace);
  font-size: 10px;
  color: var(--vvv-mloupe-gold);
}

.vvv-designer-kubraselegance-accueil-matiere-loupe__annotation strong {
  display: block;
  margin-bottom: 6px;
  font-family: var(--vvv-designer-kubraselegance-font-title, "Bodoni Moda", serif);
  font-size: 22px;
  font-weight: 400;
  color: var(--vvv-mloupe-cream);
}

.vvv-designer-kubraselegance-accueil-matiere-loupe__annotation p {
  margin: 0;
  font-family: var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
  font-size: 12px;
  line-height: 1.55;
  color: var(--vvv-mloupe-muted);
}

/* --- hint initial --- */

.vvv-designer-kubraselegance-accueil-matiere-loupe__hint {
  position: absolute;
  z-index: 7;
  left: 28px;
  top: 28px;

  transform: none;

  display: flex;
  align-items: center;
  gap: 10px;

  padding: 11px 17px;

  border: 1px solid rgba(245,239,228,.24);
  border-radius: 999px;

  background: rgba(11,9,6,.58);

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  box-shadow: 0 12px 36px rgba(0,0,0,.22);

  font-family:
    var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);

  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;

  color: rgba(245,239,228,.84);

  transition:
    opacity .4s ease,
    transform .4s ease;

  pointer-events: none;
}

.vvv-designer-kubraselegance-accueil-matiere-loupe__hint i {
  font-size: 16px;
  font-style: normal;
  color: var(--vvv-mloupe-gold-bright);
  animation: vvv-mloupe-pulse 1.8s ease-in-out infinite;
}

.vvv-designer-kubraselegance-accueil-matiere-loupe__hint.is-hidden {
  opacity: 0;
  transform: translateY(-8px);
}
/* =========================================================
   SPECS (colonne latérale)
========================================================= */

.vvv-designer-kubraselegance-accueil-matiere-loupe__specs {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(24px, 2.4vw, 36px) 0;
}

.vvv-designer-kubraselegance-accueil-matiere-loupe__specs-eyebrow {
  display: block;
  margin-bottom: 24px;
  font-family: var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--vvv-mloupe-gold);
}

.vvv-designer-kubraselegance-accueil-matiere-loupe__spec-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--vvv-mloupe-line);
}

.vvv-designer-kubraselegance-accueil-matiere-loupe__spec-item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 0;
  border-bottom: 1px solid var(--vvv-mloupe-line);
}

.vvv-designer-kubraselegance-accueil-matiere-loupe__spec-item span {
  font-family: var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--vvv-mloupe-muted);
}

.vvv-designer-kubraselegance-accueil-matiere-loupe__spec-item strong {
  font-family: var(--vvv-designer-kubraselegance-font-title, "Bodoni Moda", serif);
  font-size: 19px;
  font-weight: 400;
  color: var(--vvv-mloupe-cream);
  text-align: right;
}

/* =========================================================
   CTA — STYLE BOUTONS KUBRA'S ELEGANCE
========================================================= */

html body
.vvv-designer-kubraselegance-accueil-matiere-loupe__cta,
html body
.vvv-designer-kubraselegance-accueil-matiere-loupe__cta:visited {
  position: relative;

  width: fit-content;
  min-width: 270px;
  min-height: 56px;

  margin-top: 42px;
  padding: 0 20px 0 26px;

  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;

  overflow: hidden;
  isolation: isolate;

  border: 1px solid #c9a45f !important;
  border-radius: 999px !important;

  background: #c9a45f !important;
  color: #080604 !important;

  box-shadow:
    0 18px 50px rgba(0, 0, 0, .3),
    0 0 0 1px rgba(255, 250, 242, .04) inset;

  font-family:
    var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);

  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-decoration: none !important;

  transition:
    transform .45s cubic-bezier(.19, 1, .22, 1),
    background .4s ease,
    border-color .4s ease,
    color .4s ease,
    box-shadow .4s ease;
}

html body
.vvv-designer-kubraselegance-accueil-matiere-loupe__cta::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: 0;

  background:
    linear-gradient(
      115deg,
      transparent 18%,
      rgba(255,255,255,.66) 48%,
      transparent 78%
    );

  transform: translateX(-135%);
  transition: transform .9s cubic-bezier(.19, 1, .22, 1);
}

html body
.vvv-designer-kubraselegance-accueil-matiere-loupe__cta > span,
html body
.vvv-designer-kubraselegance-accueil-matiere-loupe__cta > i {
  position: relative;
  z-index: 2;
  color: inherit !important;
}

html body
.vvv-designer-kubraselegance-accueil-matiere-loupe__cta > i {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;

  display: grid;
  place-items: center;

  border: 1px solid rgba(8,6,4,.24);
  border-radius: 50%;

  background: rgba(255,250,242,.12);

  font-size: 14px;
  font-style: normal;

  transition:
    transform .45s cubic-bezier(.19, 1, .22, 1),
    background .4s ease,
    border-color .4s ease;
}

html body
.vvv-designer-kubraselegance-accueil-matiere-loupe__cta:hover,
html body
.vvv-designer-kubraselegance-accueil-matiere-loupe__cta:focus {
  transform: translateY(-4px);

  border-color: #fffaf2 !important;
  background: #fffaf2 !important;
  color: #21170f !important;

  box-shadow:
    0 25px 70px rgba(0,0,0,.4),
    0 0 34px rgba(201,164,95,.15);
}

html body
.vvv-designer-kubraselegance-accueil-matiere-loupe__cta:hover::before,
html body
.vvv-designer-kubraselegance-accueil-matiere-loupe__cta:focus::before {
  transform: translateX(135%);
}

html body
.vvv-designer-kubraselegance-accueil-matiere-loupe__cta:hover > i,
html body
.vvv-designer-kubraselegance-accueil-matiere-loupe__cta:focus > i {
  transform: rotate(45deg);
  border-color: rgba(33,23,15,.2);
  background: rgba(201,164,95,.18);
}

/* =========================================================
   TABLETTE
========================================================= */

@media (max-width: 1024px) {
  .vvv-designer-kubraselegance-accueil-matiere-loupe__lab {
    grid-template-columns: 1fr;
  }

  .vvv-designer-kubraselegance-accueil-matiere-loupe__specs {
    padding: 8px 0 0;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 640px) {
  .vvv-designer-kubraselegance-accueil-matiere-loupe {
    padding: 72px 16px 82px;
    overflow: hidden;
  }

  .vvv-designer-kubraselegance-accueil-matiere-loupe__heading {
    width: 100%;
    margin-bottom: 38px;
  }

  .vvv-designer-kubraselegance-accueil-matiere-loupe__heading h2 {
    font-size: clamp(38px, 11vw, 54px);
    line-height: .96;
  }

  .vvv-designer-kubraselegance-accueil-matiere-loupe__intro {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.72;
  }

  .vvv-designer-kubraselegance-accueil-matiere-loupe__lab {
    gap: 30px;
  }

  /*
   * MOBILE IMMERSIF
   * La zone matière déborde volontairement du padding de la section :
   * le tissu occupe toute la largeur disponible, sans impression
   * de petite image enfermée dans un grand bloc.
   */
  .vvv-designer-kubraselegance-accueil-matiere-loupe__scope {
    display: block !important;
    position: relative !important;

    width: calc(100% + 32px) !important;
    max-width: none !important;
    height: clamp(430px, 118vw, 560px) !important;
    min-height: 430px !important;
    aspect-ratio: auto !important;

    margin-left: -16px !important;
    margin-right: -16px !important;

    overflow: hidden !important;

    border-top: 1px solid rgba(245,239,228,.16);
    border-right: 0 !important;
    border-bottom: 1px solid rgba(245,239,228,.16);
    border-left: 0 !important;
    border-radius: 0 !important;

    background: #0b0906;
    cursor: pointer;

    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    -webkit-transform: none !important;
    clip-path: none !important;
    -webkit-clip-path: none !important;
  }

  /*
   * L'image doit physiquement remplir tout le scope.
   * Les !important neutralisent les règles globales Elementor/WordPress
   * qui peuvent remettre height:auto sur les images.
   */
  .vvv-designer-kubraselegance-accueil-matiere-loupe__fabric {
    position: absolute !important;
    inset: 0 !important;

    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    min-height: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    object-fit: cover !important;
    object-position: center center !important;

    opacity: 1 !important;
    visibility: visible !important;
    transform: scale(1.015);
    -webkit-transform: scale(1.015);

    filter:
      saturate(.94)
      contrast(1.06)
      brightness(.92);
  }

  /*
   * Voile visuel plus léger sur téléphone :
   * on garde la profondeur sans étouffer la matière.
   */
  .vvv-designer-kubraselegance-accueil-matiere-loupe__veil {
    background:
      linear-gradient(
        to top,
        rgba(6,4,2,.42) 0%,
        transparent 42%
      ),
      linear-gradient(
        115deg,
        rgba(6,4,2,.18),
        transparent 44%
      );
  }

  .vvv-designer-kubraselegance-accueil-matiere-loupe__lens {
    width: 146px;
    height: 146px;
    box-shadow:
      0 0 0 1px rgba(240,211,143,.95),
      0 0 0 8px rgba(8,6,4,.24),
      0 20px 54px rgba(0,0,0,.52),
      inset 0 0 30px rgba(0,0,0,.18);
  }

  .vvv-designer-kubraselegance-accueil-matiere-loupe__hint {
    top: 16px;
    left: 50%;
    right: auto;

    max-width: calc(100% - 32px);
    padding: 10px 14px;

    transform: translateX(-50%);
    white-space: nowrap;

    font-size: 9px;
    letter-spacing: .11em;
  }

  .vvv-designer-kubraselegance-accueil-matiere-loupe__hint.is-hidden {
    transform: translate(-50%, -8px);
  }

  .vvv-designer-kubraselegance-accueil-matiere-loupe__annotation {
    top: auto;
    right: 14px;
    bottom: 14px;
    left: 14px;

    max-width: none;
    padding: 14px 15px;

    background: rgba(11,9,6,.88);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .vvv-designer-kubraselegance-accueil-matiere-loupe__annotation strong {
    font-size: 20px;
  }

  .vvv-designer-kubraselegance-accueil-matiere-loupe__annotation p {
    font-size: 11px;
    line-height: 1.5;
  }

  .vvv-designer-kubraselegance-accueil-matiere-loupe__readout {
    left: 14px;
    bottom: 14px;
    gap: 10px;
  }

  .vvv-designer-kubraselegance-accueil-matiere-loupe__readout-pos {
    display: none;
  }

  /*
   * Fiche matière : on redonne une vraie respiration après
   * le visuel plein cadre.
   */
  .vvv-designer-kubraselegance-accueil-matiere-loupe__specs {
    padding: 10px 0 0;
  }

  .vvv-designer-kubraselegance-accueil-matiere-loupe__specs-eyebrow {
    margin-bottom: 18px;
    text-align: center;
  }

  .vvv-designer-kubraselegance-accueil-matiere-loupe__spec-item {
    padding: 17px 0;
  }

  .vvv-designer-kubraselegance-accueil-matiere-loupe__spec-item strong {
    max-width: 58%;
    font-size: 16px;
    line-height: 1.3;
  }

  /*
   * CTA CENTRÉ
   */
  html body
  .vvv-designer-kubraselegance-accueil-matiere-loupe__cta,
  html body
  .vvv-designer-kubraselegance-accueil-matiere-loupe__cta:visited {
    width: min(100%, 360px) !important;
    min-width: 0 !important;
    min-height: 58px;

    margin: 34px auto 0 !important;
    padding: 0 15px 0 22px;

    display: flex !important;
    align-items: center;
    justify-content: space-between;

    gap: 14px;

    text-align: left;
  }

  html body
  .vvv-designer-kubraselegance-accueil-matiere-loupe__cta > span {
    flex: 1 1 auto;
    min-width: 0;
  }

  /*
   * iPHONE / SAFARI :
   * on masque le caractère ↗ et on dessine la flèche avec
   * le même SVG -webkit-mask déjà validé ailleurs sur Kubra's.
   */
  html body
  .vvv-designer-kubraselegance-accueil-matiere-loupe__cta > i {
    position: relative !important;
    display: block !important;

    flex: 0 0 34px !important;
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;

    overflow: hidden !important;

    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: -9999px !important;

    transform: none !important;
    -webkit-transform: none !important;
  }

  html body
  .vvv-designer-kubraselegance-accueil-matiere-loupe__cta > i::before {
    content: "";
    position: absolute;
    inset: 8px;

    display: block;
    width: 18px;
    height: 18px;

    background-color: currentColor;

    -webkit-mask:
      url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 17L17 7M9 7h8v8' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
      center / contain no-repeat;
    mask:
      url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 17L17 7M9 7h8v8' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
      center / contain no-repeat;
  }

  html body
  .vvv-designer-kubraselegance-accueil-matiere-loupe__cta:hover > i,
  html body
  .vvv-designer-kubraselegance-accueil-matiere-loupe__cta:focus > i {
    transform: none !important;
    -webkit-transform: none !important;
  }
}

/* =========================================================
   RÉDUCTION DES MOUVEMENTS
========================================================= */

@media (prefers-reduced-motion: reduce) {
  .vvv-designer-kubraselegance-accueil-matiere-loupe *,
  .vvv-designer-kubraselegance-accueil-matiere-loupe *::before,
  .vvv-designer-kubraselegance-accueil-matiere-loupe *::after {
    animation: none !important;
    transition-duration: .01ms !important;
  }
}

/* =========================================================
   MATIÈRE LOUPE — GARDE-FOU SAFARI iOS
========================================================= */
@supports (-webkit-touch-callout: none) {
  @media (max-width: 640px) {
    .vvv-designer-kubraselegance-accueil-matiere-loupe__scope {
      opacity: 1 !important;
      visibility: visible !important;
      transform: none !important;
      -webkit-transform: none !important;
      clip-path: none !important;
      -webkit-clip-path: none !important;
    }

    .vvv-designer-kubraselegance-accueil-matiere-loupe__fabric {
      display: block !important;
      width: 100% !important;
      max-width: none !important;
      height: 100% !important;
      min-height: 100% !important;
      object-fit: cover !important;
      opacity: 1 !important;
      visibility: visible !important;
    }

    .vvv-designer-kubraselegance-accueil-matiere-loupe__cta > i::before {
      -webkit-mask-position: center;
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-size: contain;
    }
  }
}

/* SECTION MOMENT */
.vvv-designer-kubraselegance-accueil-moment {
  position: relative;
  width: 100%;
  background: #fffaf2;
  color: #21170f;
  overflow: hidden;
}



.vvv-designer-kubraselegance-accueil-moment__intro {
  padding: clamp(70px, 7vw, 120px) clamp(18px, 5vw, 78px) clamp(34px, 4vw, 58px);
}

.vvv-designer-kubraselegance-accueil-moment__intro span {
  display: inline-block;
  margin-bottom: 18px;
  font-family: var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: #c9a45f;
}

.vvv-designer-kubraselegance-accueil-moment__intro h2 {
  max-width: 760px;
  margin: 0;
  font-family: var(--vvv-designer-kubraselegance-font-title, "Bodoni Moda", serif);
  font-size: clamp(56px, 7.5vw, 118px);
  font-weight: 400;
  line-height: .86;
  letter-spacing: -.07em;
  color: #21170f;
}

.vvv-designer-kubraselegance-accueil-moment__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 50%);
}

.vvv-designer-kubraselegance-accueil-moment__item {
  position: relative;
  min-height: 78vh;
  overflow: hidden;
  display: block;
  color: #fffaf2 !important;
  text-decoration: none !important;
  background: #21170f;
}

.vvv-designer-kubraselegance-accueil-moment__item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.03);
  filter: saturate(.92) contrast(1.04);
  transition: transform 1.2s cubic-bezier(.19,1,.22,1), filter 1.2s ease;
}

.vvv-designer-kubraselegance-accueil-moment__item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(0deg, rgba(8, 6, 4, .78) 0%, rgba(8, 6, 4, .26) 42%, rgba(8, 6, 4, .06) 100%);
  transition: opacity .7s ease;
}

.vvv-designer-kubraselegance-accueil-moment__item::after {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 2;
  border: 1px solid rgba(255, 250, 242, .26);
  pointer-events: none;
  opacity: .75;
  transition: inset .6s cubic-bezier(.19,1,.22,1), opacity .6s ease;
}

.vvv-designer-kubraselegance-accueil-moment__item:hover img {
  transform: scale(1.09);
  filter: saturate(1) contrast(1.07);
}

.vvv-designer-kubraselegance-accueil-moment__item:hover::after {
  inset: 26px;
  opacity: 1;
}

.vvv-designer-kubraselegance-accueil-moment__content {
  position: absolute;
  z-index: 3;
  left: clamp(24px, 4vw, 56px);
  right: clamp(24px, 4vw, 56px);
  bottom: clamp(28px, 4vw, 62px);
}

.vvv-designer-kubraselegance-accueil-moment__content span {
  display: inline-block;
  margin-bottom: 14px;
  font-family: var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  color: #c9a45f;
}

.vvv-designer-kubraselegance-accueil-moment__content h3 {
  margin: 0;
  font-family: var(--vvv-designer-kubraselegance-font-title, "Bodoni Moda", serif);
  font-size: clamp(42px, 5.2vw, 86px);
  font-weight: 400;
  line-height: .88;
  letter-spacing: -.06em;
  color: #fffaf2;
}

.vvv-designer-kubraselegance-accueil-moment__content p {
  max-width: 440px;
  margin: 18px 0 0;
  font-family: var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 250, 242, .76);
}

.vvv-designer-kubraselegance-accueil-moment__content em {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
  font-family: var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #fffaf2;
}

.vvv-designer-kubraselegance-accueil-moment__content em::after {
  content: "";
  width: 44px;
  height: 1px;
  background: #c9a45f;
  transition: width .45s cubic-bezier(.19,1,.22,1);
}

.vvv-designer-kubraselegance-accueil-moment__item:hover em::after {
  width: 72px;
}

/* BOUTON RETOUR AUX RUBRIQUES */


@media (max-width: 900px) {
  .vvv-designer-kubraselegance-accueil-moment__grid {
    grid-template-columns: 1fr;
  }

  .vvv-designer-kubraselegance-accueil-moment__item {
    min-height: 72vh;
  }
}

@media (max-width: 560px) {
  .vvv-designer-kubraselegance-accueil-moment__intro {
    padding: 68px 16px 34px;
  }

  .vvv-designer-kubraselegance-accueil-moment__intro h2 {
    font-size: clamp(48px, 15vw, 72px);
  }

  .vvv-designer-kubraselegance-accueil-moment__item {
    min-height: 68vh;
  }

  .vvv-designer-kubraselegance-accueil-moment__item::after {
    inset: 12px;
  }

  .vvv-designer-kubraselegance-accueil-moment__content {
    left: 24px;
    right: 24px;
    bottom: 34px;
  }

  .vvv-designer-kubraselegance-accueil-moment__content h3 {
    font-size: clamp(40px, 13vw, 58px);
  }

  .vvv-designer-kubraselegance-accueil-moment__content p {
    font-size: 14px;
  }
}


/* EXPERIENCE KUBRA'S */
.vvv-designer-kubraselegance-accueil-experience,
.vvv-designer-kubraselegance-accueil-experience * {
  box-sizing: border-box;
}

.vvv-designer-kubraselegance-accueil-experience {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: 50% 50%;
  overflow: hidden;
  background: #fffaf2;
  color: #21170f;
}

.vvv-designer-kubraselegance-accueil-experience__media {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: #eee3d3;
}

.vvv-designer-kubraselegance-accueil-experience__media::after {
  content: "";
  position: absolute;
  inset: 22px;
  z-index: 2;
  border: 1px solid rgba(255, 250, 242, .32);
  pointer-events: none;
}

.vvv-designer-kubraselegance-accueil-experience__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(to top, rgba(8, 6, 4, .32), transparent 48%),
    radial-gradient(circle at 70% 20%, rgba(201, 164, 95, .22), transparent 42%);
  pointer-events: none;
}

.vvv-designer-kubraselegance-accueil-experience__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.04);
  filter: saturate(.92) contrast(1.04);
  transition: transform 1.3s cubic-bezier(.19, 1, .22, 1), filter 1.3s ease, opacity .35s ease;
}

.vvv-designer-kubraselegance-accueil-experience__content {
  position: relative;
  min-height: 100svh;
  padding: clamp(46px, 6vw, 86px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.vvv-designer-kubraselegance-accueil-experience__content::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .16;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(33, 23, 15, .16) 1px, transparent 1px);
  background-size: 5px 5px;
}

.vvv-designer-kubraselegance-accueil-experience__content::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -220px;
  top: 14%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(201, 164, 95, .18), transparent 68%);
  filter: blur(30px);
  pointer-events: none;
}

.vvv-designer-kubraselegance-accueil-experience__top,
.vvv-designer-kubraselegance-accueil-experience__text,
.vvv-designer-kubraselegance-accueil-experience__nav {
  position: relative;
  z-index: 2;
}

.vvv-designer-kubraselegance-accueil-experience__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.vvv-designer-kubraselegance-accueil-experience__top span,
.vvv-designer-kubraselegance-accueil-experience__top strong {
  font-family: var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.vvv-designer-kubraselegance-accueil-experience__top span {
  color: #21170f;
}

.vvv-designer-kubraselegance-accueil-experience__top strong {
  color: #c9a45f;
}

.vvv-designer-kubraselegance-accueil-experience__text {
  width: min(620px, 100%);
  margin: auto 0;
}

.vvv-designer-kubraselegance-accueil-experience__text > p:first-child {
  margin: 0 0 22px;
  font-family: var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: #c9a45f;
}

.vvv-designer-kubraselegance-accueil-experience__text h2 {
  margin: 0;
  font-family: var(--vvv-designer-kubraselegance-font-title, "Bodoni Moda", serif);
  font-size: clamp(52px, 6vw, 108px);
  font-weight: 400;
  line-height: .88;
  letter-spacing: -.07em;
  color: #21170f;
}

.vvv-designer-kubraselegance-accueil-experience__line {
  width: 92px;
  height: 1px;
  margin: 34px 0;
  background: #c9a45f;
}

.vvv-designer-kubraselegance-accueil-experience__text > p:not(:first-child) {
  max-width: 470px;
  margin: 0;
  font-family: var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
  font-size: 15px;
  line-height: 1.85;
  color: rgba(33, 23, 15, .72);
}

.vvv-designer-kubraselegance-accueil-experience__text a {
  width: fit-content;
  margin-top: 42px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #21170f !important;
  text-decoration: none !important;
}

.vvv-designer-kubraselegance-accueil-experience__text a::after {
  content: "";
  width: 54px;
  height: 1px;
  background: #c9a45f;
  transition: transform .5s cubic-bezier(.19, 1, .22, 1);
  transform-origin: left;
}

.vvv-designer-kubraselegance-accueil-experience__text a:hover::after {
  transform: scaleX(1.55);
}

.vvv-designer-kubraselegance-accueil-experience__nav {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  width: min(360px, 100%);
  margin-left: auto;
  border-left: 1px solid rgba(33, 23, 15, .18);
}

.vvv-designer-kubraselegance-accueil-experience__nav button {
  position: relative;
  min-height: 62px;
  padding: 0 0 0 32px !important;
  display: flex;
  align-items: center;
  gap: 18px;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  cursor: pointer;
  font-family: var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(33, 23, 15, .42) !important;
  text-align: left;
  transition: color .35s ease, transform .35s ease;
}

.vvv-designer-kubraselegance-accueil-experience__nav button::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 50%;
  width: 11px;
  height: 11px;
  border-radius: 999px;
  border: 1px solid rgba(33, 23, 15, .32);
  background: #fffaf2;
  transform: translateY(-50%);
  transition: background .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.vvv-designer-kubraselegance-accueil-experience__nav button span {
  color: #c9a45f;
}

.vvv-designer-kubraselegance-accueil-experience__nav button:hover,
.vvv-designer-kubraselegance-accueil-experience__nav button.is-active {
  color: #21170f !important;
  transform: translateX(4px);
}

.vvv-designer-kubraselegance-accueil-experience__nav button.is-active::before {
  background: #c9a45f;
  border-color: #c9a45f;
  box-shadow: 0 0 0 7px rgba(201, 164, 95, .14);
}

/* BOUTON RETOUR AUX RUBRIQUES */
.vvv-designer-kubraselegance-accueil-experience__back {
  position: absolute;
  left: 50%;
  bottom: 26px;
  z-index: 6;
  transform: translateX(-50%);
  display: none;
}

.vvv-designer-kubraselegance-accueil-experience__back button {
  min-height: 44px;
  padding: 0 18px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(255, 250, 242, .42) !important;
  border-radius: 999px !important;
  background: rgba(8, 6, 4, .42) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .22) !important;
  font-family: var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #fffaf2 !important;
  cursor: pointer;
}

.vvv-designer-kubraselegance-accueil-experience__back button span {
  display: inline-flex;
  color: #c9a45f;
  animation: vvvKubraExperienceBackArrow 1.7s ease-in-out infinite;
}

.vvv-designer-kubraselegance-accueil-experience__back button:hover {
  background: #fffaf2 !important;
  color: #21170f !important;
  border-color: #fffaf2 !important;
}

@keyframes vvvKubraExperienceBackArrow {
  0%, 100% {
    transform: translateY(2px);
  }

  50% {
    transform: translateY(-3px);
  }
}

@media (max-width: 980px) {
  .vvv-designer-kubraselegance-accueil-experience__back {
    display: block;
  }
}

/* RESPONSIVE EXPERIENCE */
@media (max-width: 980px) {
  .vvv-designer-kubraselegance-accueil-experience {
    display: flex;
    flex-direction: column;
    min-height: auto;
  }

  .vvv-designer-kubraselegance-accueil-experience__content {
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding: 52px 22px 0;
    gap: 28px;
  }

  .vvv-designer-kubraselegance-accueil-experience__top {
    order: 1;
  }

  .vvv-designer-kubraselegance-accueil-experience__nav {
    order: 2;
    width: calc(100% + 44px);
    margin: 0 -22px;
    padding: 0 22px 6px;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    border-left: 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .vvv-designer-kubraselegance-accueil-experience__nav::-webkit-scrollbar {
    display: none;
  }

  .vvv-designer-kubraselegance-accueil-experience__nav button {
    flex: 0 0 auto;
    min-width: 154px;
    min-height: 54px;
    padding: 0 18px !important;
    display: flex;
    justify-content: center;
    border: 1px solid rgba(33, 23, 15, .16) !important;
    background: rgba(255, 250, 242, .72) !important;
    color: rgba(33, 23, 15, .62) !important;
    scroll-snap-align: start;
  }

  .vvv-designer-kubraselegance-accueil-experience__nav button::before {
    display: none;
  }

  .vvv-designer-kubraselegance-accueil-experience__nav button:hover,
  .vvv-designer-kubraselegance-accueil-experience__nav button.is-active {
    background: #21170f !important;
    color: #fffaf2 !important;
    transform: none;
  }

  .vvv-designer-kubraselegance-accueil-experience__nav button span {
    color: #c9a45f;
  }

  .vvv-designer-kubraselegance-accueil-experience__text {
    order: 3;
    width: 100%;
    margin: 0;
  }

  .vvv-designer-kubraselegance-accueil-experience__media {
    order: 4;
    width: 100%;
    min-height: 50svh;
    margin-top: 34px;
  }
}

@media (max-width: 560px) {
  .vvv-designer-kubraselegance-accueil-experience__content {
    padding: 46px 16px 0;
    gap: 24px;
  }

  .vvv-designer-kubraselegance-accueil-experience__top {
    align-items: flex-start;
    flex-direction: column;
  }

  .vvv-designer-kubraselegance-accueil-experience__nav {
    width: calc(100% + 32px);
    margin: 0 -16px;
    padding: 0 16px 4px;
  }

  .vvv-designer-kubraselegance-accueil-experience__nav button {
    min-width: 142px;
    min-height: 52px;
    font-size: 10px;
  }

  .vvv-designer-kubraselegance-accueil-experience__text h2 {
    font-size: clamp(42px, 13vw, 64px);
  }

  .vvv-designer-kubraselegance-accueil-experience__media {
    min-height: 46svh;
  }

  .vvv-designer-kubraselegance-accueil-experience__media::after {
    inset: 12px;
  }
}


/* SECTION AVIS */


.vvv-designer-kubraselegance-accueil-avis {
  position: relative;
  padding: clamp(80px, 8vw, 130px) clamp(16px, 4vw, 72px);
  background: #fffaf2;
  color: #21170f;
  overflow: hidden;
}

.vvv-designer-kubraselegance-accueil-avis::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .14;
  background-image: radial-gradient(circle, rgba(33, 23, 15, .18) 1px, transparent 1px);
  background-size: 5px 5px;
  pointer-events: none;
}

.vvv-designer-kubraselegance-accueil-avis__signature {
  position: relative;
  z-index: 2;
  width: min(980px, 100%);
  margin: 0 auto clamp(58px, 6vw, 92px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(18px, 3vw, 38px);
}

.vvv-designer-kubraselegance-accueil-avis__signature > span {
  height: 1px;
  background: linear-gradient(90deg, transparent, #c9a45f, transparent);
}

.vvv-designer-kubraselegance-accueil-avis__logo {
  position: relative;
  width: clamp(86px, 9vw, 128px);
  height: clamp(86px, 9vw, 128px);
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.vvv-designer-kubraselegance-accueil-avis__logo::before {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, transparent, rgba(201,164,95,.95), transparent 38%);
  filter: blur(.2px);
  animation: vvvKubraAvisGoldRotate 4.8s linear infinite;
}

.vvv-designer-kubraselegance-accueil-avis__logo::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  background: #fffaf2;
}

.vvv-designer-kubraselegance-accueil-avis__logo img {
  position: relative;
  z-index: 2;
  width: 78%;
  height: 78%;
  object-fit: contain;
}

.vvv-designer-kubraselegance-accueil-avis__intro {
  position: relative;
  z-index: 2;
  width: min(920px, 100%);
  margin: 0 auto clamp(42px, 5vw, 72px);
  text-align: center;
}

.vvv-designer-kubraselegance-accueil-avis__intro p {
  margin: 0 0 18px;
  font-family: var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: #c9a45f;
}

.vvv-designer-kubraselegance-accueil-avis__intro h2 {
  margin: 0;
  font-family: var(--vvv-designer-kubraselegance-font-title, "Bodoni Moda", serif);
  font-size: clamp(46px, 6.8vw, 108px);
  font-weight: 400;
  line-height: .88;
  letter-spacing: -.065em;
}

.vvv-designer-kubraselegance-accueil-avis__intro small {
  display: block;
  max-width: 560px;
  margin: 26px auto 0;
  font-family: var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
  font-size: 15px;
  line-height: 1.75;
  color: rgba(33, 23, 15, .68);
}

.vvv-designer-kubraselegance-accueil-avis__grid {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(33, 23, 15, .14);
  border-left: 1px solid rgba(33, 23, 15, .14);
}

.vvv-designer-kubraselegance-accueil-avis__grid article {
  min-height: 300px;
  padding: clamp(26px, 3vw, 42px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid rgba(33, 23, 15, .14);
  border-bottom: 1px solid rgba(33, 23, 15, .14);
  background: rgba(255, 250, 242, .78);
}

.vvv-designer-kubraselegance-accueil-avis__grid strong {
  font-family: var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
  display: block;
  max-width: 92%;
  font-size: clamp(17px, 1.45vw, 24px);
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: -0.015em;
  color: #21170f;
}

.vvv-designer-kubraselegance-accueil-avis__grid p {
  margin: 28px 0;
  font-family: var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
  font-size: 14px;
  line-height: 1.8;
  color: rgba(33, 23, 15, .7);
}

.vvv-designer-kubraselegance-accueil-avis__grid span {
  font-family: var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #c9a45f;
}

.vvv-designer-kubraselegance-accueil-avis__bottom {
  position: relative;
  z-index: 2;
  margin-top: clamp(38px, 4vw, 58px);
  text-align: center;
}

.vvv-designer-kubraselegance-accueil-avis__bottom button {
  min-height: 54px;
  padding: 0 34px !important;
  border: 1px solid rgba(33, 23, 15, .28) !important;
  background: transparent !important;
  font-family: var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #21170f !important;
  cursor: pointer;
}

.vvv-designer-kubraselegance-accueil-avis__bottom button:hover {
  background: #21170f !important;
  color: #fffaf2 !important;
}

/* MODAL AVIS — TIROIR LATÉRAL TYPE PANIER */
html.vvv-kubra-avis-modal-open,
body.vvv-kubra-avis-modal-open {
  overflow: hidden !important;
}

.vvv-designer-kubraselegance-avis-modal,
.vvv-designer-kubraselegance-avis-modal * {
  box-sizing: border-box;
}

.vvv-designer-kubraselegance-avis-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483000 !important;
  display: block !important;
  width: 100vw;
  height: 100dvh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity .32s ease,
    visibility 0s linear .72s;
  isolation: isolate;
}

.vvv-designer-kubraselegance-avis-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.vvv-designer-kubraselegance-avis-modal__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 0;
  background: rgba(8, 6, 4, .62);
  opacity: 0;
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  transition: opacity .42s ease;
  cursor: pointer;
}

.vvv-designer-kubraselegance-avis-modal.is-open
.vvv-designer-kubraselegance-avis-modal__overlay {
  opacity: 1;
}

.vvv-designer-kubraselegance-avis-modal__panel {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: clamp(520px, 40vw, 760px);
  max-width: 100vw;
  height: 100%;
  min-height: 100dvh;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  background:
    radial-gradient(
      circle at 88% 7%,
      rgba(201, 164, 95, .13),
      transparent 28%
    ),
    #fffaf2;
  color: #21170f;
  box-shadow:
    -28px 0 90px rgba(8, 6, 4, .25),
    -1px 0 0 rgba(201, 164, 95, .18);
  transform: translate3d(102%, 0, 0);
  transition:
    transform .72s cubic-bezier(.16, 1, .3, 1);
  will-change: transform;
  scrollbar-width: thin;
  scrollbar-color: rgba(201, 164, 95, .55) transparent;
}

.vvv-designer-kubraselegance-avis-modal.is-open
.vvv-designer-kubraselegance-avis-modal__panel {
  transform: translate3d(0, 0, 0);
}

.vvv-designer-kubraselegance-avis-modal__panel::-webkit-scrollbar {
  width: 5px;
}

.vvv-designer-kubraselegance-avis-modal__panel::-webkit-scrollbar-thumb {
  background: rgba(201, 164, 95, .55);
}

.vvv-designer-kubraselegance-avis-modal__top {
  position: sticky;
  top: 0;
  z-index: 5;
  min-height: 82px;
  padding: 0 clamp(22px, 3vw, 38px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: rgba(255, 250, 242, .94);
  border-bottom: 1px solid rgba(33, 23, 15, .1);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.vvv-designer-kubraselegance-avis-modal__top span {
  font-family:
    var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #c9a45f;
}

.vvv-designer-kubraselegance-avis-modal__top button {
  position: relative;
  flex: 0 0 48px;
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  padding: 0 !important;
  display: grid !important;
  place-items: center;
  border: 1px solid rgba(33, 23, 15, .16) !important;
  border-radius: 50% !important;
  background: transparent !important;
  color: #21170f !important;
  font-size: 0 !important;
  line-height: 1;
  cursor: pointer;
  transition:
    color .3s ease,
    border-color .3s ease,
    background .3s ease,
    transform .3s ease;
}

.vvv-designer-kubraselegance-avis-modal__top button::before,
.vvv-designer-kubraselegance-avis-modal__top button::after {
  content: "";
  position: absolute;
  width: 19px;
  height: 1.5px;
  background: currentColor;
}

.vvv-designer-kubraselegance-avis-modal__top button::before {
  transform: rotate(45deg);
}

.vvv-designer-kubraselegance-avis-modal__top button::after {
  transform: rotate(-45deg);
}

.vvv-designer-kubraselegance-avis-modal__top button:hover {
  border-color: #21170f !important;
  background: #21170f !important;
  color: #fffaf2 !important;
  transform: rotate(4deg);
}

.vvv-designer-kubraselegance-avis-modal__content {
  padding:
    clamp(40px, 5vw, 72px)
    clamp(24px, 4vw, 54px)
    clamp(58px, 7vw, 96px);
}

.vvv-designer-kubraselegance-avis-modal__content h3 {
  max-width: 620px;
  margin: 0 0 clamp(34px, 4vw, 52px);
  font-family:
    var(--vvv-designer-kubraselegance-font-title, "Bodoni Moda", serif);
  font-size: clamp(44px, 4.7vw, 76px);
  font-weight: 400;
  line-height: .91;
  letter-spacing: -.055em;
  text-wrap: balance;
  color: #21170f;
}

.vvv-designer-kubraselegance-avis-modal__list {
  display: grid;
  gap: 14px;
}

.vvv-designer-kubraselegance-avis-modal__list article {
  position: relative;
  padding: clamp(22px, 2.4vw, 30px);
  overflow: hidden;
  border: 1px solid rgba(33, 23, 15, .13);
  background: rgba(255, 255, 255, .42);
  transition:
    background .3s ease,
    border-color .3s ease,
    transform .3s ease;
}

.vvv-designer-kubraselegance-avis-modal__list article::before {
  content: "“";
  position: absolute;
  right: 18px;
  top: 2px;
  color: rgba(201, 164, 95, .16);
  font-family:
    var(--vvv-designer-kubraselegance-font-title, "Bodoni Moda", serif);
  font-size: 82px;
  line-height: 1;
  pointer-events: none;
}

.vvv-designer-kubraselegance-avis-modal__list article:hover {
  border-color: rgba(201, 164, 95, .5);
  background: #ffffff;
  transform: translateX(-5px);
}

.vvv-designer-kubraselegance-avis-modal__list strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 12px;
  font-family:
    var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #c9a45f;
}

.vvv-designer-kubraselegance-avis-modal__list p {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family:
    var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
  font-size: 14px;
  line-height: 1.78;
  color: rgba(33, 23, 15, .74);
}

@media (max-width: 1100px) {
  .vvv-designer-kubraselegance-avis-modal__panel {
    width: min(590px, 58vw);
  }
}

@media (max-width: 767px) {
  .vvv-designer-kubraselegance-avis-modal__panel {
    width: 100vw;
    max-width: 100vw;
  }

  .vvv-designer-kubraselegance-avis-modal__top {
    min-height: 72px;
    padding: 0 16px 0 20px;
  }

  .vvv-designer-kubraselegance-avis-modal__top button {
    flex-basis: 44px;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
  }

  .vvv-designer-kubraselegance-avis-modal__content {
    padding: 38px 18px 64px;
  }

  .vvv-designer-kubraselegance-avis-modal__content h3 {
    font-size: clamp(42px, 13vw, 60px);
  }

  .vvv-designer-kubraselegance-avis-modal__list article:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vvv-designer-kubraselegance-avis-modal,
  .vvv-designer-kubraselegance-avis-modal__overlay,
  .vvv-designer-kubraselegance-avis-modal__panel {
    transition-duration: .01ms !important;
  }
}

@keyframes vvvKubraAvisGoldRotate {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 900px) {
  .vvv-designer-kubraselegance-accueil-avis__grid {
    grid-template-columns: 1fr;
  }

  .vvv-designer-kubraselegance-accueil-avis__grid article {
    min-height: auto;
  }
}

/* SECTION CABINE IMMERSIVE */
.vvv-designer-kubraselegance-accueil-cabine-v2,
.vvv-designer-kubraselegance-accueil-cabine-v2 * {
  box-sizing: border-box;
}

.vvv-designer-kubraselegance-accueil-cabine-v2 {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 8%, rgba(201,164,95,.28), transparent 32%),
    radial-gradient(circle at 20% 80%, rgba(255,250,242,.08), transparent 34%),
    #080604;
  color: #fffaf2;
  padding: clamp(76px, 8vw, 130px) clamp(16px, 4vw, 72px);
  isolation: isolate;
}

.vvv-designer-kubraselegance-accueil-cabine-v2__grain {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: .14;
  background-image: radial-gradient(circle, rgba(255,255,255,.28) 1px, transparent 1px);
  background-size: 5px 5px;
  pointer-events: none;
}

.vvv-designer-kubraselegance-accueil-cabine-v2__veil {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 46%;
  width: 90vw;
  height: 52vw;
  pointer-events: none;
  opacity: .42;
  background:
    linear-gradient(115deg,
      transparent 8%,
      rgba(255,250,242,.06) 24%,
      rgba(201,164,95,.28) 41%,
      rgba(255,250,242,.38) 54%,
      rgba(201,164,95,.12) 68%,
      transparent 88%);
  filter: blur(26px);
  transform: translate(-50%, -50%) rotate(-12deg);
  mix-blend-mode: screen;
}

.vvv-designer-kubraselegance-accueil-cabine-v2__inner {
  position: relative;
  z-index: 4;
  width: min(100%, 1420px);
  min-height: calc(100svh - clamp(152px, 16vw, 260px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(360px, .92fr) minmax(260px, .56fr);
  gap: clamp(26px, 5vw, 78px);
  align-items: center;
}

.vvv-designer-kubraselegance-accueil-cabine-v2__intro span {
  display: inline-block;
  margin-bottom: 20px;
  font-family: var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: #c9a45f;
}

.vvv-designer-kubraselegance-accueil-cabine-v2__intro h2 {
  margin: 0;
  font-family: var(--vvv-designer-kubraselegance-font-title, "Bodoni Moda", serif);
  font-size: clamp(52px, 6.8vw, 112px);
  font-weight: 400;
  line-height: .86;
  letter-spacing: -.07em;
  color: #fffaf2;
}

.vvv-designer-kubraselegance-accueil-cabine-v2__intro p {
  max-width: 470px;
  margin: 30px 0 0;
  font-family: var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.82;
  color: rgba(255,250,242,.68);
}

.vvv-designer-kubraselegance-accueil-cabine-v2__door {
  position: relative;
  width: min(100%, 520px);
  min-height: min(760px, 72svh);
  margin: 0 auto;
  padding: clamp(14px, 2vw, 22px);
  border: 1px solid rgba(201,164,95,.54);
  background:
    linear-gradient(135deg, rgba(255,250,242,.06), rgba(201,164,95,.08)),
    rgba(255,250,242,.025);
  box-shadow:
    0 0 0 1px rgba(255,250,242,.05),
    0 0 46px rgba(201,164,95,.22),
    0 46px 130px rgba(0,0,0,.52);
}

.vvv-designer-kubraselegance-accueil-cabine-v2__door::before,
.vvv-designer-kubraselegance-accueil-cabine-v2__door::after {
  content: "";
  position: absolute;
  top: 22px;
  bottom: 22px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(201,164,95,.9), transparent);
  box-shadow: 0 0 24px rgba(201,164,95,.62);
}

.vvv-designer-kubraselegance-accueil-cabine-v2__door::before {
  left: 22px;
}

.vvv-designer-kubraselegance-accueil-cabine-v2__door::after {
  right: 22px;
}

.vvv-designer-kubraselegance-accueil-cabine-v2__door-glow {
  position: absolute;
  inset: -18px;
  border: 1px solid rgba(201,164,95,.28);
  pointer-events: none;
  filter: drop-shadow(0 0 24px rgba(201,164,95,.34));
}

.vvv-designer-kubraselegance-accueil-cabine-v2__mirror {
  position: relative;
  height: 100%;
  min-height: inherit;
  overflow: hidden;
  background: #21170f;
}

.vvv-designer-kubraselegance-accueil-cabine-v2__mirror::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(to top, rgba(8,6,4,.58), transparent 52%),
    linear-gradient(115deg, transparent 30%, rgba(255,250,242,.16) 48%, transparent 62%);
  pointer-events: none;
}

.vvv-designer-kubraselegance-accueil-cabine-v2__mirror::after {
  content: "CABINE PRIVÉE";
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  font-family: var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .28em;
  color: rgba(255,250,242,.78);
  white-space: nowrap;
}

.vvv-designer-kubraselegance-accueil-cabine-v2__mirror img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
  transform: scale(1.05);
  filter: saturate(.92) contrast(1.05);
}

.vvv-designer-kubraselegance-accueil-cabine-v2__badge {
  position: absolute;
  z-index: 6;
  right: -34px;
  top: 18%;
  width: 118px;
  height: 118px;
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: 999px;
  border: 1px solid rgba(201,164,95,.62);
  background: rgba(8,6,4,.66);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 24px 70px rgba(0,0,0,.34);
}

.vvv-designer-kubraselegance-accueil-cabine-v2__badge strong {
  display: block;
  font-family: var(--vvv-designer-kubraselegance-font-title, "Bodoni Moda", serif);
  font-size: 40px;
  font-weight: 400;
  line-height: .8;
  color: #c9a45f;
}

.vvv-designer-kubraselegance-accueil-cabine-v2__badge span {
  max-width: 82px;
  display: block;
  margin-top: 8px;
  font-family: var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,250,242,.78);
}

.vvv-designer-kubraselegance-accueil-cabine-v2__actions {
  align-self: end;
  padding-bottom: clamp(18px, 4vw, 64px);
}

.vvv-designer-kubraselegance-accueil-cabine-v2__btn {
  position: relative;
  width: 100%;
  min-height: 68px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  overflow: hidden;
  border: 1px solid rgba(201,164,95,.72);
  background: #c9a45f;
  color: #080604 !important;
  text-decoration: none !important;
  font-family: var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  box-shadow:
    0 0 34px rgba(201,164,95,.26),
    0 30px 80px rgba(0,0,0,.36);
}

.vvv-designer-kubraselegance-accueil-cabine-v2__btn::before {
  content: "";
  position: absolute;
  inset: -4px;
  background: linear-gradient(115deg, transparent, rgba(255,250,242,.74), transparent);
  transform: translateX(-120%);
  transition: transform .9s cubic-bezier(.19,1,.22,1);
}

.vvv-designer-kubraselegance-accueil-cabine-v2__btn:hover::before {
  transform: translateX(120%);
}

.vvv-designer-kubraselegance-accueil-cabine-v2__btn span,
.vvv-designer-kubraselegance-accueil-cabine-v2__btn {
  z-index: 1;
}

.vvv-designer-kubraselegance-accueil-cabine-v2__actions small {
  display: block;
  margin-top: 22px;
  font-family: var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
  font-size: 11px;
  line-height: 1.8;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,250,242,.58);
}

@media (max-width: 1100px) {
  .vvv-designer-kubraselegance-accueil-cabine-v2__inner {
    grid-template-columns: 1fr;
  }

  .vvv-designer-kubraselegance-accueil-cabine-v2__intro,
  .vvv-designer-kubraselegance-accueil-cabine-v2__actions {
    text-align: center;
    margin: 0 auto;
  }

  .vvv-designer-kubraselegance-accueil-cabine-v2__intro p {
    margin-left: auto;
    margin-right: auto;
  }

  .vvv-designer-kubraselegance-accueil-cabine-v2__actions {
    width: min(520px, 100%);
    padding-bottom: 0;
  }

  .vvv-designer-kubraselegance-accueil-cabine-v2__door {
    min-height: 68svh;
  }

  .vvv-designer-kubraselegance-accueil-cabine-v2__badge {
    right: 18px;
  }
}

@media (max-width: 620px) {
  .vvv-designer-kubraselegance-accueil-cabine-v2 {
    padding: 72px 16px;
  }

  .vvv-designer-kubraselegance-accueil-cabine-v2__intro h2 {
    font-size: clamp(46px, 14vw, 70px);
  }

  .vvv-designer-kubraselegance-accueil-cabine-v2__door {
    width: 100%;
    min-height: 62svh;
    padding: 12px;
  }

  .vvv-designer-kubraselegance-accueil-cabine-v2__door::before {
    left: 14px;
  }

  .vvv-designer-kubraselegance-accueil-cabine-v2__door::after {
    right: 14px;
  }

  .vvv-designer-kubraselegance-accueil-cabine-v2__badge {
    width: 96px;
    height: 96px;
    right: 12px;
    top: 14px;
  }

  .vvv-designer-kubraselegance-accueil-cabine-v2__badge strong {
    font-size: 34px;
  }

  .vvv-designer-kubraselegance-accueil-cabine-v2__btn {
    min-height: 62px;
  }
}

/* ==========================================================
   LES PORTES KUBRA'S
========================================================== */

.vvv-designer-kubraselegance-accueil-portes {
  position: relative;
  overflow: hidden;
  padding: clamp(90px, 8vw, 140px) clamp(18px, 4vw, 70px);
  background: #faf6ef;
}

.vvv-designer-kubraselegance-accueil-portes,
.vvv-designer-kubraselegance-accueil-portes * {
  box-sizing: border-box;
}

.vvv-designer-kubraselegance-accueil-portes::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      circle at 20% 20%,
      rgba(201, 164, 95, 0.12),
      transparent 35%
    ),
    radial-gradient(
      circle at 80% 80%,
      rgba(201, 164, 95, 0.08),
      transparent 40%
    );
}

/* ==========================================================
   INTRO
========================================================== */

.vvv-designer-kubraselegance-accueil-portes__intro {
  position: relative;
  z-index: 5;
  width: min(900px, 100%);
  margin: 0 auto 70px;
  text-align: center;
}

.vvv-designer-kubraselegance-accueil-portes__intro > span {
  display: inline-block;
  margin-bottom: 18px;

  font-family: var(--vvv-designer-kubraselegance-font-text);
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.28em;
  text-transform: uppercase;

  color: #c9a45f;
}

.vvv-designer-kubraselegance-accueil-portes__intro h2 {
  margin: 0;

  font-family: var(--vvv-designer-kubraselegance-font-title);
  font-size: clamp(48px, 6vw, 96px);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.05em;

  color: #18130d;
}

.vvv-designer-kubraselegance-accueil-portes__intro p {
  max-width: 620px;
  margin: 28px auto 0;

  font-family: var(--vvv-designer-kubraselegance-font-text);
  font-size: 16px;
  line-height: 1.8;

  color: rgba(24, 19, 13, 0.72);
}

/* ==========================================================
   WRAPPER
========================================================== */

.vvv-designer-kubraselegance-accueil-portes__wrapper {
  position: relative;
  display: flex;

  width: min(1700px, 100%);
  height: min(78vh, 820px);
  min-height: 620px;

  margin: 0 auto;
  gap: 14px;
}

/* ==========================================================
   PORTE
========================================================== */

.vvv-designer-kubraselegance-accueil-portes__door {
  position: relative;
  isolation: isolate;

  flex: 1 1 0;
  min-width: 0;

  display: flex;
  align-items: flex-end;

  overflow: hidden;
  border-radius: 34px;

  background: #111;
  text-decoration: none !important;
  cursor: pointer;

  will-change: flex-grow;
}

.vvv-designer-kubraselegance-accueil-portes__door:focus-visible {
  outline: 2px solid #c9a45f;
  outline-offset: 5px;
}

/* ==========================================================
   IMAGE
========================================================== */

.vvv-designer-kubraselegance-accueil-portes__door img {
  position: absolute;
  inset: 0;
  z-index: 1;

  width: 100%;
  height: 108%;

  object-fit: cover;
  object-position: center;

  transform: scale(1.02);
  filter: saturate(0.92);

  will-change: transform;
}

/* ==========================================================
   OVERLAY SOMBRE PERMANENT
========================================================== */

.vvv-designer-kubraselegance-accueil-portes__door::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;

  pointer-events: none;

  background:
    linear-gradient(
      to top,
      rgba(8, 6, 4, 0.92) 0%,
      rgba(8, 6, 4, 0.62) 30%,
      rgba(8, 6, 4, 0.2) 58%,
      rgba(8, 6, 4, 0.08) 100%
    );

  transition: background 0.7s ease;
}

.vvv-designer-kubraselegance-accueil-portes__door.is-open::before {
  background:
    linear-gradient(
      to top,
      rgba(8, 6, 4, 0.94) 0%,
      rgba(8, 6, 4, 0.54) 34%,
      rgba(8, 6, 4, 0.12) 66%,
      rgba(8, 6, 4, 0.05) 100%
    );
}

/* ==========================================================
   OMBRE DORÉE
========================================================== */

.vvv-designer-kubraselegance-accueil-portes__shadow {
  position: absolute;
  inset: 0;
  z-index: 3;

  pointer-events: none;

  opacity: 0;

  background:
    radial-gradient(
      circle at 50% 100%,
      rgba(201, 164, 95, 0.26),
      transparent 58%
    );

  transition: opacity 0.8s ease;
}

.vvv-designer-kubraselegance-accueil-portes__door.is-open
.vvv-designer-kubraselegance-accueil-portes__shadow {
  opacity: 1;
}

/* ==========================================================
   REFLET LUMINEUX
========================================================== */

.vvv-designer-kubraselegance-accueil-portes__light {
  position: absolute;
  top: -20%;
  left: -120%;
  z-index: 4;

  width: 60%;
  height: 160%;

  pointer-events: none;

  transform: rotate(18deg);

  background:
    linear-gradient(
      to right,
      transparent,
      rgba(255, 255, 255, 0.22),
      transparent
    );

  transition: left 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.vvv-designer-kubraselegance-accueil-portes__door.is-open
.vvv-designer-kubraselegance-accueil-portes__light {
  left: 170%;
}

/* ==========================================================
   CONTENU
========================================================== */

.vvv-designer-kubraselegance-accueil-portes__content {
  position: relative;
  z-index: 6;

  width: 100%;
  padding: 42px;

  pointer-events: none;
}

.vvv-designer-kubraselegance-accueil-portes__content small {
  display: block;
  margin-bottom: 18px;

  font-family: var(--vvv-designer-kubraselegance-font-text);
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.25em;

  color: #c9a45f;
}

.vvv-designer-kubraselegance-accueil-portes__content h3 {
  margin: 0;

  font-family: var(--vvv-designer-kubraselegance-font-title);
  font-size: clamp(34px, 2.7vw, 56px);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.03em;

  color: #fffaf2;
}

.vvv-designer-kubraselegance-accueil-portes__content p {
  margin: 24px 0;

  font-family: var(--vvv-designer-kubraselegance-font-text);
  font-size: 15px;
  line-height: 1.9;

  color: rgba(255, 250, 242, 0.8);
}

.vvv-designer-kubraselegance-accueil-portes__content > span {
  display: inline-flex;
  align-items: center;
  gap: 12px;

  font-family: var(--vvv-designer-kubraselegance-font-text);
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-transform: uppercase;

  color: #fffaf2;

  opacity: 0;
  transform: translateY(18px);

  transition:
    opacity 0.55s ease,
    transform 0.55s ease;
}

.vvv-designer-kubraselegance-accueil-portes__door.is-open
.vvv-designer-kubraselegance-accueil-portes__content > span {
  opacity: 1;
  transform: translateY(0);
}

/* ==========================================================
   POIGNÉE
========================================================== */

.vvv-designer-kubraselegance-accueil-portes__handle {
  position: absolute;
  top: 50%;
  right: 18px;
  z-index: 7;

  width: 10px;
  height: 90px;

  border-radius: 30px;

  background:
    linear-gradient(
      to right,
      #f8e6b5,
      #c9a45f,
      #8b6b2c
    );

  transform: translateY(-50%);

  box-shadow:
    0 0 25px rgba(201, 164, 95, 0.45);

  pointer-events: none;
  will-change: transform;
}

/* ==========================================================
   DESKTOP
========================================================== */

@media (min-width: 1101px) {

  .vvv-designer-kubraselegance-accueil-portes__door {
    flex: 1 1 0;
    min-width: 0;
  }

  .vvv-designer-kubraselegance-accueil-portes__wrapper:hover
  .vvv-designer-kubraselegance-accueil-portes__door:not(.is-open) {
    opacity: 0.86;
  }

  .vvv-designer-kubraselegance-accueil-portes__door {
    transition: opacity 0.55s ease;
  }

}

/* ==========================================================
   TABLETTE
========================================================== */

@media (max-width: 1100px) {

  .vvv-designer-kubraselegance-accueil-portes__wrapper {
    flex-direction: column;

    height: auto;
    min-height: 0;

    gap: 18px;
  }

  .vvv-designer-kubraselegance-accueil-portes__door,
  .vvv-designer-kubraselegance-accueil-portes__door.is-open {
    flex: none !important;

    width: 100%;
    height: 420px;
    min-height: 420px;

    border-radius: 30px;
  }

  .vvv-designer-kubraselegance-accueil-portes__content > span {
    opacity: 1;
    transform: none;
  }

  .vvv-designer-kubraselegance-accueil-portes__shadow {
    opacity: 1;
  }

  .vvv-designer-kubraselegance-accueil-portes__handle {
    height: 72px;
  }

}

/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

  .vvv-designer-kubraselegance-accueil-portes {
    overflow: hidden !important;
    padding: 70px 16px 72px;
  }

  .vvv-designer-kubraselegance-accueil-portes__intro {
    margin-bottom: 42px;
    text-align: left;
  }

  .vvv-designer-kubraselegance-accueil-portes__intro > span {
    margin-bottom: 14px;
    font-size: 10px;
  }

  .vvv-designer-kubraselegance-accueil-portes__intro h2 {
    font-size: clamp(46px, 14vw, 58px);
    line-height: 0.94;
  }

  .vvv-designer-kubraselegance-accueil-portes__intro p {
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.7;
  }

  .vvv-designer-kubraselegance-accueil-portes__wrapper {
    height: auto !important;
    min-height: 0 !important;

    overflow: visible !important;

    gap: 16px !important;
  }

  .vvv-designer-kubraselegance-accueil-portes__door,
  .vvv-designer-kubraselegance-accueil-portes__door:hover,
  .vvv-designer-kubraselegance-accueil-portes__door.is-open {
    flex: none !important;

    width: 100% !important;
    height: 330px !important;
    min-height: 330px !important;
    max-height: 330px !important;

    border-radius: 24px;

    transform: none !important;
    opacity: 1 !important;
  }

  .vvv-designer-kubraselegance-accueil-portes__door img,
  .vvv-designer-kubraselegance-accueil-portes__door:hover img,
  .vvv-designer-kubraselegance-accueil-portes__door.is-open img {
    width: 100%;
    height: 108%;

    transform: scale(1.02) !important;
    filter: saturate(0.92) !important;
  }

  .vvv-designer-kubraselegance-accueil-portes__content {
    padding: 28px;
    transform: none !important;
  }

  .vvv-designer-kubraselegance-accueil-portes__content small {
    margin-bottom: 13px;
    font-size: 10px;
  }

  .vvv-designer-kubraselegance-accueil-portes__content h3 {
    max-width: calc(100% - 34px);
    font-size: clamp(35px, 10vw, 43px);
    line-height: 0.95;
  }

  .vvv-designer-kubraselegance-accueil-portes__content p {
    margin: 16px 0;
    font-size: 13px;
    line-height: 1.65;
  }

  .vvv-designer-kubraselegance-accueil-portes__content > span,
  .vvv-designer-kubraselegance-accueil-portes__door:hover
  .vvv-designer-kubraselegance-accueil-portes__content > span,
  .vvv-designer-kubraselegance-accueil-portes__door.is-open
  .vvv-designer-kubraselegance-accueil-portes__content > span {
    opacity: 1 !important;
    transform: none !important;
  }

  .vvv-designer-kubraselegance-accueil-portes__handle,
  .vvv-designer-kubraselegance-accueil-portes__door:hover
  .vvv-designer-kubraselegance-accueil-portes__handle,
  .vvv-designer-kubraselegance-accueil-portes__door.is-open
  .vvv-designer-kubraselegance-accueil-portes__handle {
    top: 50%;
    right: 14px;

    width: 8px;
    height: 64px;

    transform: translateY(-50%) !important;
  }

  .vvv-designer-kubraselegance-accueil-portes__light {
    display: none;
  }

  .vvv-designer-kubraselegance-accueil-engagements {
    position: relative !important;
    z-index: 5 !important;
  }

}

/* ==========================================================
   PETITS MOBILES
========================================================== */

@media (max-width: 390px) {

  .vvv-designer-kubraselegance-accueil-portes {
    padding-inline: 12px;
  }

  .vvv-designer-kubraselegance-accueil-portes__intro h2 {
    font-size: 43px;
  }

  .vvv-designer-kubraselegance-accueil-portes__door,
  .vvv-designer-kubraselegance-accueil-portes__door:hover,
  .vvv-designer-kubraselegance-accueil-portes__door.is-open {
    height: 315px !important;
    min-height: 315px !important;
    max-height: 315px !important;
  }

  .vvv-designer-kubraselegance-accueil-portes__content {
    padding: 24px;
  }

  .vvv-designer-kubraselegance-accueil-portes__content h3 {
    font-size: 34px;
  }

}



/* =========================================================
   MATIÈRE LOUPE — SAFARI iOS / TACTILE
   Empêche la disparition du scope liée aux styles inline GSAP.
========================================================= */
@supports (-webkit-touch-callout: none) {
  @media (max-width: 640px) {
    .vvv-designer-kubraselegance-accueil-matiere-loupe__scope {
      opacity: 1 !important;
      visibility: visible !important;
      transform: none !important;
      -webkit-transform: none !important;
      clip-path: none !important;
      -webkit-clip-path: none !important;
    }

    .vvv-designer-kubraselegance-accueil-matiere-loupe__fabric {
      display: block !important;
      opacity: 1 !important;
      visibility: visible !important;
    }
  }
}


    /* SECTION ENGAGEMENTS */
.vvv-designer-kubraselegance-accueil-engagements,
.vvv-designer-kubraselegance-accueil-engagements * {
  box-sizing: border-box;
}

.vvv-designer-kubraselegance-accueil-engagements {
  position: relative;
  overflow: hidden;
  background: #fffaf2;
  color: #21170f;
  padding: clamp(72px, 7vw, 120px) clamp(16px, 4vw, 72px);
}

.vvv-designer-kubraselegance-accueil-engagements::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image: radial-gradient(circle, rgba(33,23,15,.18) 1px, transparent 1px);
  background-size: 5px 5px;
  pointer-events: none;
}

.vvv-designer-kubraselegance-accueil-engagements__inner {
  position: relative;
  z-index: 2;
  width: min(1450px, 100%);
  margin: 0 auto;
}

.vvv-designer-kubraselegance-accueil-engagements__intro {
  text-align: center;
  margin-bottom: clamp(54px, 6vw, 86px);
}

.vvv-designer-kubraselegance-accueil-engagements__intro span {
  display: inline-block;
  margin-bottom: 18px;
  font-family: var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: #c9a45f;
}

.vvv-designer-kubraselegance-accueil-engagements__intro h2 {
  margin: 0;
  font-family: var(--vvv-designer-kubraselegance-font-title, "Bodoni Moda", serif);
  font-size: clamp(44px, 5.8vw, 92px);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.06em;
}

.vvv-designer-kubraselegance-accueil-engagements__line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}

.vvv-designer-kubraselegance-accueil-engagements__line::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 19px;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(201,164,95,.85), transparent);
}

.vvv-designer-kubraselegance-accueil-engagements__item {
  position: relative;
  min-height: 190px;
  padding: 0 22px;
  text-align: center;
  text-decoration: none !important;
  color: #21170f !important;
}

.vvv-designer-kubraselegance-accueil-engagements__item i {
  position: relative;
  z-index: 2;
  width: 39px;
  height: 39px;
  margin: 0 auto 28px;
  display: block;
  border-radius: 50%;
  border: 1px solid rgba(201,164,95,.72);
  background: #fffaf2;
  box-shadow: 0 0 0 8px rgba(255,250,242,1);
}

.vvv-designer-kubraselegance-accueil-engagements__item i::before {
  content: "";
  position: absolute;
  inset: 13px;
  border-radius: 50%;
  background: #c9a45f;
  transition: transform .45s ease, box-shadow .45s ease;
}

.vvv-designer-kubraselegance-accueil-engagements__item strong {
  display: block;
  font-family: var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #21170f;
}

.vvv-designer-kubraselegance-accueil-engagements__item p {
  max-width: 210px;
  margin: 16px auto 0;
  font-family: var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
  font-size: 13px;
  line-height: 1.75;
  color: rgba(33,23,15,.62);
}

.vvv-designer-kubraselegance-accueil-engagements__item:hover i::before {
  transform: scale(1.35);
  box-shadow: 0 0 22px rgba(201,164,95,.48);
}

.vvv-designer-kubraselegance-accueil-engagements__item:hover strong {
  color: #c9a45f;
}

@media (max-width: 980px) {
  .vvv-designer-kubraselegance-accueil-engagements__line {
    grid-template-columns: 1fr;
    gap: 1px;
    background: rgba(33,23,15,.12);
  }

  .vvv-designer-kubraselegance-accueil-engagements__line::before {
    display: none;
  }

  .vvv-designer-kubraselegance-accueil-engagements__item {
    min-height: auto;
    padding: 26px 22px 26px 72px;
    text-align: left;
    background: #fffaf2;
  }

  .vvv-designer-kubraselegance-accueil-engagements__item i {
    position: absolute;
    left: 24px;
    top: 28px;
    width: 26px;
    height: 26px;
    margin: 0;
    box-shadow: none;
  }

  .vvv-designer-kubraselegance-accueil-engagements__item i::before {
    inset: 9px;
  }

  .vvv-designer-kubraselegance-accueil-engagements__item p {
    margin-left: 0;
  }
}