/* Zaanga Wedding premium commerce refresh - 2026-07-09. */
.home-page {
  --refresh-ink: #171513;
  --refresh-muted: #625d56;
  --refresh-wine: #8f161f;
  --refresh-wine-deep: #651017;
  --refresh-gold: #e1bf72;
  --refresh-gold-pale: #f8e9bd;
  --refresh-green: #1f654f;
  --refresh-line: rgba(54, 43, 29, 0.16);
  --refresh-paper: #fbfaf7;
  overflow-x: hidden;
  color: var(--refresh-ink);
  background: var(--refresh-paper);
}

.home-page * {
  letter-spacing: 0 !important;
}

.home-page main > .section {
  scroll-margin-top: calc(var(--zw-top-bar-height, 46px) + 82px);
}

.home-page :is(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid #f0bf4f !important;
  outline-offset: 3px !important;
}

.home-page .site-header {
  background: rgba(255, 255, 255, 0.96) !important;
  border-bottom-color: rgba(54, 43, 29, 0.12) !important;
  box-shadow: 0 8px 26px rgba(35, 27, 18, 0.06) !important;
}

.home-page .header__inner {
  min-height: 82px !important;
}

.home-page .brand img {
  width: 58px !important;
  height: 58px !important;
  box-shadow: none !important;
}

.home-page .brand strong {
  font-size: 1.72rem !important;
}

.home-page .brand small {
  font-size: 0.7rem !important;
}

.home-page .primary-nav {
  gap: 24px !important;
}

.home-page .primary-nav a {
  position: relative;
  color: #46413b !important;
  font-size: 0.87rem !important;
  font-weight: 800 !important;
}

.home-page .primary-nav a::after {
  content: "";
  position: absolute;
  inset: auto 0 -9px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--refresh-wine);
  transition: transform 180ms ease;
}

.home-page .primary-nav a:hover::after,
.home-page .primary-nav a:focus-visible::after {
  transform: scaleX(1);
}

.home-page .header-cta.btn {
  min-height: 48px !important;
  padding-inline: 22px !important;
  border-radius: 6px !important;
  background: var(--refresh-ink) !important;
}

/* Hero: one immersive visual, one promise and one primary path. */
.home-page .hero {
  position: relative !important;
  isolation: isolate;
  display: grid !important;
  grid-template: 1fr / 1fr !important;
  width: 100% !important;
  height: clamp(540px, calc(100svh - 195px), 660px) !important;
  min-height: 0 !important;
  max-height: 660px !important;
  margin: var(--zw-top-bar-height, 38px) 0 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  color: #ffffff;
  background: #1b1715 !important;
  border: 0 !important;
}

.home-page .hero::before {
  content: none !important;
}

.home-page .hero > .hero__media {
  position: absolute !important;
  inset: 0 !important;
  z-index: -3;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #1b1715 !important;
}

.home-page .hero > .hero__media video,
.home-page .hero > .hero__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center 42% !important;
  filter: saturate(0.95) contrast(1.04) !important;
}

.home-page .hero__veil {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(20, 16, 14, 0.91) 0%, rgba(20, 16, 14, 0.78) 42%, rgba(20, 16, 14, 0.26) 76%, rgba(20, 16, 14, 0.12) 100%),
    linear-gradient(0deg, rgba(20, 16, 14, 0.55) 0%, rgba(20, 16, 14, 0) 42%);
  pointer-events: none;
}

.home-page .hero > .hero__inner {
  position: relative !important;
  z-index: 1;
  grid-area: 1 / 1 !important;
  align-self: end !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-end !important;
  width: min(100% - 72px, 1180px) !important;
  max-width: 1180px !important;
  min-height: 100% !important;
  margin-inline: auto !important;
  padding: 54px 0 46px !important;
  text-align: left !important;
}

.home-page .hero .eyebrow {
  margin: 0 0 14px !important;
  color: var(--refresh-gold-pale) !important;
  font-size: 0.76rem !important;
  font-weight: 900 !important;
  text-transform: uppercase;
}

.home-page .hero h1 {
  max-width: 720px !important;
  margin: 0 !important;
  color: #ffffff !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 4.65rem !important;
  font-weight: 500 !important;
  line-height: 0.98 !important;
  text-wrap: balance;
  text-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
}

.home-page .hero__promise {
  max-width: 680px;
  margin: 18px 0 0;
  color: var(--refresh-gold-pale) !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.3;
}

.home-page .hero__promise-highlight {
  color: #ffffff;
  font-style: italic;
  font-weight: 800;
}

.home-page .hero .hero__subtitle {
  max-width: 650px !important;
  margin: 10px 0 0 !important;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 1.04rem !important;
  line-height: 1.58 !important;
}

body.home-page .hero > .hero__inner .hero__actions {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 12px !important;
  margin-top: 24px !important;
}

body.home-page .hero > .hero__inner .hero__actions .btn {
  width: auto !important;
  min-height: 52px !important;
  padding: 13px 22px !important;
  border-radius: 6px !important;
  font-size: 0.9rem !important;
  font-weight: 900 !important;
}

body.home-page .hero > .hero__inner .hero__actions .btn--primary {
  color: #ffffff !important;
  border-color: var(--refresh-wine) !important;
  background: var(--refresh-wine) !important;
  box-shadow: 0 10px 24px rgba(143, 22, 31, 0.28) !important;
}

body.home-page .hero > .hero__inner .hero__actions .btn--secondary {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.56) !important;
  background: rgba(17, 17, 17, 0.28) !important;
  backdrop-filter: blur(8px);
}

body.home-page .hero > .hero__inner .hero__actions .btn:hover,
body.home-page .hero > .hero__inner .hero__actions .btn:focus-visible {
  transform: translateY(-2px) !important;
}

body.home-page .hero > .hero__inner .hero__actions .btn--primary:hover,
body.home-page .hero > .hero__inner .hero__actions .btn--primary:focus-visible {
  border-color: var(--refresh-wine-deep) !important;
  background: var(--refresh-wine-deep) !important;
}

body.home-page .hero > .hero__inner .hero__actions .hero__whatsapp-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  color: #ffffff !important;
  border-color: #15986f !important;
  background: #15986f !important;
  box-shadow: 0 10px 24px rgba(21, 152, 111, 0.3) !important;
}

body.home-page .hero > .hero__inner .hero__actions .hero__whatsapp-cta:hover,
body.home-page .hero > .hero__inner .hero__actions .hero__whatsapp-cta:focus-visible {
  color: #ffffff !important;
  border-color: #0f7f5b !important;
  background: #0f7f5b !important;
}

.home-page .hero__whatsapp-icon {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  fill: currentColor;
}

.home-page .hero__proofs {
  display: grid;
  grid-template-columns: minmax(250px, 1.45fr) repeat(2, minmax(150px, 0.8fr));
  width: min(100%, 760px);
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.32);
}

.home-page .hero__proof {
  display: grid;
  align-content: center;
  gap: 4px;
  min-width: 0;
  min-height: 56px;
  padding: 0 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.home-page .hero__proof:first-child {
  padding-left: 0;
  border-left: 0;
}

.home-page .hero__proof strong,
.home-page .hero__proof-count::before {
  color: #ffffff !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.05;
}

.home-page .hero__proof-count {
  display: inline-block;
  min-width: 5ch;
  font-variant-numeric: tabular-nums;
  text-align: left;
}

.home-page .hero__proof-count::before {
  content: attr(data-proof-count);
}

.home-page .hero__proof span {
  color: rgba(255, 255, 255, 0.76) !important;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.25;
}

.home-page .hero__video-control {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 4;
  display: none;
  width: 46px;
  height: 46px;
  place-items: center;
  padding: 0;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 50%;
  background: rgba(17, 15, 14, 0.58);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
  cursor: pointer;
}

.home-page .hero__video-control span {
  display: block;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
}

.home-page .hero__video-control.is-paused {
  color: var(--refresh-ink);
  border-color: var(--refresh-gold-pale);
  background: var(--refresh-gold-pale);
}

/* Collections arrive after the trust-building journey. */
.home-page #collections {
  padding: 52px 0 78px !important;
  background: #ffffff !important;
  border-bottom: 1px solid var(--refresh-line);
}

.home-page #collections .container {
  width: min(100% - 72px, 1180px) !important;
}

.home-page #collections .section-heading {
  display: grid !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr) !important;
  gap: 24px 64px !important;
  align-items: end !important;
  max-width: none !important;
  margin: 0 0 34px !important;
  text-align: left !important;
}

.home-page #collections .section-heading .eyebrow {
  grid-column: 1 / -1;
  margin: 0 0 -12px !important;
  color: var(--refresh-wine) !important;
}

.home-page #collections .section-heading h2 {
  max-width: 760px !important;
  margin: 0 !important;
  color: var(--refresh-ink) !important;
  font-size: 3.45rem !important;
  line-height: 1 !important;
}

.home-page #collections .section-heading > p:not(.eyebrow) {
  margin: 0 !important;
  color: var(--refresh-muted) !important;
  font-size: 1rem !important;
  line-height: 1.65 !important;
}

.home-page #collections .category-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  overflow: visible !important;
  padding: 0 !important;
}

.home-page #collections .category-card {
  display: grid !important;
  grid-template-rows: auto 1fr !important;
  min-width: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  color: var(--refresh-ink) !important;
  border: 1px solid var(--refresh-line) !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: 0 12px 36px rgba(34, 27, 18, 0.07) !important;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease !important;
}

.home-page #collections .category-card:hover,
.home-page #collections .category-card:focus-visible {
  transform: translateY(-4px) !important;
  border-color: rgba(143, 22, 31, 0.5) !important;
  box-shadow: 0 20px 46px rgba(34, 27, 18, 0.12) !important;
}

.home-page #collections .category-card img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4 / 3 !important;
  object-fit: cover !important;
  object-position: center !important;
  background: #eeeae3 !important;
  transition: transform 320ms ease !important;
}

.home-page #collections .category-card:hover img {
  transform: scale(1.025);
}

.home-page #collections .category-card > div {
  display: grid !important;
  align-content: start !important;
  gap: 10px !important;
  min-height: 215px !important;
  padding: 24px !important;
  background: #ffffff !important;
}

.home-page #collections .category-card h3 {
  margin: 0 !important;
  font-size: 1.45rem !important;
  line-height: 1.15 !important;
}

.home-page #collections .category-card h3::before {
  display: none !important;
  content: none !important;
}

.home-page #collections .category-card p {
  margin: 0 !important;
  color: var(--refresh-muted) !important;
  font-size: 0.94rem !important;
  line-height: 1.55 !important;
}

.home-page #collections .category-card__button {
  align-self: end;
  justify-self: start;
  min-height: 0 !important;
  margin-top: 8px !important;
  padding: 0 !important;
  color: var(--refresh-ink) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  font-size: 0.88rem !important;
  font-weight: 900 !important;
}

.home-page #collections .category-card__button::after {
  content: " \2192";
  color: var(--refresh-wine);
}

/* Ordering essentials become a calm, scannable process band. */
.home-page #informations-cles {
  padding: 72px 0 76px !important;
  color: #ffffff;
  background: linear-gradient(125deg, #31191a 0%, #6f121a 58%, #8f161f 100%) !important;
}

.home-page #informations-cles > .container {
  width: min(100% - 72px, 1180px) !important;
  margin-inline: auto !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.home-page #informations-cles > .container::before {
  display: none !important;
  content: none !important;
}

.home-page #informations-cles .order-clarity__heading {
  display: grid !important;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.45fr) !important;
  gap: 18px 64px !important;
  align-items: end !important;
  max-width: none !important;
  margin: 0 0 38px !important;
  text-align: left !important;
}

.home-page #informations-cles .order-clarity__heading .eyebrow {
  grid-column: 1 / -1;
  margin: 0 0 -8px !important;
  color: var(--refresh-gold) !important;
}

.home-page #informations-cles .order-clarity__heading h2 {
  max-width: 720px !important;
  margin: 0 !important;
  color: #ffffff !important;
  font-size: 3.2rem !important;
  line-height: 1 !important;
}

.home-page #informations-cles .order-clarity__heading p:not(.eyebrow) {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.76) !important;
  font-size: 0.98rem !important;
  line-height: 1.6 !important;
}

.home-page #informations-cles .order-clarity-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.home-page #informations-cles .order-clarity-card,
.home-page #informations-cles .order-clarity-card:nth-child(odd),
.home-page #informations-cles .order-clarity-card:nth-child(n + 3) {
  position: relative !important;
  display: grid !important;
  align-content: start !important;
  min-height: 220px !important;
  padding: 0 22px !important;
  color: #ffffff !important;
  border: 0 !important;
  border-left: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.home-page #informations-cles .order-clarity-card:first-child {
  padding-left: 0 !important;
  border-left: 0 !important;
}

.home-page #informations-cles .order-clarity-card:nth-child(5) {
  grid-column: auto !important;
}

.home-page #informations-cles .order-clarity-card::before {
  display: none !important;
  content: none !important;
}

.home-page #informations-cles .order-clarity-card__icon {
  display: grid !important;
  place-items: center !important;
  width: 44px !important;
  height: 44px !important;
  margin-bottom: 20px !important;
  color: var(--refresh-gold-pale) !important;
  border: 1px solid rgba(248, 233, 189, 0.55) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.06) !important;
  font-size: 0.74rem !important;
  box-shadow: none !important;
}

.home-page #informations-cles .order-clarity-card__icon svg {
  width: 20px !important;
  height: 20px !important;
}

.home-page #informations-cles .order-clarity-card__number {
  position: absolute !important;
  top: 0 !important;
  right: 20px !important;
  color: rgba(255, 255, 255, 0.42) !important;
  font-size: 0.72rem !important;
  font-weight: 900 !important;
}

.home-page #informations-cles .order-clarity-card h3 {
  margin: 0 0 10px !important;
  color: #ffffff !important;
  font-size: 1.08rem !important;
  line-height: 1.25 !important;
}

.home-page #informations-cles .order-clarity-card p {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 0.86rem !important;
  line-height: 1.55 !important;
}

@media (min-width: 641px) {
  body.home-page #informations-cles .order-clarity-card,
  body.home-page #informations-cles .order-clarity-card:nth-child(odd),
  body.home-page #informations-cles .order-clarity-card:nth-child(n + 3) {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto 1fr !important;
    overflow: visible !important;
  }

  body.home-page #informations-cles .order-clarity-card__icon {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  body.home-page #informations-cles .order-clarity-card h3 {
    grid-column: 1 !important;
    grid-row: 2 !important;
    width: auto !important;
  }

  body.home-page #informations-cles .order-clarity-card p {
    grid-column: 1 !important;
    grid-row: 3 !important;
    width: auto !important;
  }
}

/* Trust is presented as proof, not another stack of decorative cards. */
.home-page .trust {
  padding: 62px 0 !important;
  background: #ffffff !important;
  border-bottom: 1px solid var(--refresh-line);
}

.home-page .trust__inner {
  display: grid !important;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.4fr) !important;
  gap: 54px !important;
  align-items: start !important;
  width: min(100% - 72px, 1180px) !important;
}

.home-page .trust .section-heading {
  margin: 0 !important;
}

.home-page .trust .section-heading h2 {
  max-width: 480px !important;
  margin: 0 !important;
  color: var(--refresh-ink) !important;
  font-size: 2.45rem !important;
  line-height: 1.05 !important;
}

.home-page .trust-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0 28px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.home-page .trust-list p {
  position: relative;
  margin: 0 !important;
  padding: 13px 0 13px 30px !important;
  color: #403c37 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--refresh-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  box-shadow: none !important;
}

.home-page .trust-list p::before {
  content: "\2713" !important;
  position: absolute !important;
  top: 13px !important;
  left: 0 !important;
  display: grid !important;
  place-items: center !important;
  width: 20px !important;
  height: 20px !important;
  color: #ffffff !important;
  border-radius: 50% !important;
  background: var(--refresh-green) !important;
  font-size: 0.72rem !important;
}

/* The proof-rich sections keep their media, with a tighter editorial rhythm. */
.home-page .linda-story,
.home-page .team-section,
.home-page .team-profiles,
.home-page .policy,
.home-page .faq {
  background: #f7f5f0 !important;
}

body.home-motion-ready #collections.home-reveal,
body.home-motion-ready #collections.home-reveal .home-reveal-item {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  transition: none !important;
}

.home-page .linda-story__intro h2,
.home-page .behind-scenes__intro h2,
.home-page .team-section__header h2,
.home-page .policy .section-heading h2,
.home-page .refund .section-heading h2,
.home-page .faq .section-heading h2 {
  font-size: 3.35rem !important;
  line-height: 1 !important;
}

.home-page .story-client-heading__label {
  display: inline-flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  max-width: 100%;
  gap: 10px;
  line-height: 1.25 !important;
}

.home-page .story-client-heading__flag {
  display: block;
  flex: 0 0 auto;
  width: 30px;
  height: 20px;
  object-fit: cover;
  object-position: center;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 0 0 1px rgba(24, 20, 16, 0.2);
}

.home-page .story-client-heading__label span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.home-page .linda-slide,
.home-page .behind-card,
.home-page .team-card,
.home-page .text-panel,
.home-page .faq-item {
  border-radius: 8px !important;
}

.home-page .behind-scenes {
  color: #ffffff;
  background: #171513 !important;
}

.home-page .behind-scenes__intro h2,
.home-page .behind-scenes__intro p:not(.eyebrow),
.home-page .behind-card__content h3 {
  color: #ffffff !important;
}

.home-page .behind-scenes__intro p:not(.eyebrow),
.home-page .behind-card__content p {
  color: rgba(255, 255, 255, 0.7) !important;
}

.home-page .behind-card {
  border-color: rgba(255, 255, 255, 0.16) !important;
  background: #24211e !important;
}

.home-page .team-section__header {
  display: grid !important;
  grid-template-columns: minmax(260px, 0.8fr) minmax(280px, 0.7fr) !important;
  gap: 12px 56px !important;
  align-items: end !important;
  max-width: none !important;
  margin-bottom: 32px !important;
  text-align: left !important;
}

.home-page .team-section__header .eyebrow {
  grid-column: 1 / -1;
  margin: 0 !important;
}

.home-page .team-section__header h2 {
  margin: 0 !important;
  color: var(--refresh-ink) !important;
}

.home-page .team-section__header > p:not(.eyebrow) {
  margin: 0 !important;
  color: var(--refresh-muted) !important;
}

.home-page .team-profiles__heading {
  max-width: 760px !important;
  margin: 0 0 32px !important;
}

.home-page .team-profiles__heading h2 {
  max-width: 720px !important;
  margin: 0 !important;
  font-size: 3rem !important;
  line-height: 1 !important;
}

.home-page .country-presence {
  display: grid;
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1.45fr);
  gap: 26px;
  align-items: center;
  margin: 0 0 34px;
  padding: 22px 0;
  border-block: 1px solid var(--refresh-line);
}

.home-page .country-presence__copy {
  display: grid;
  gap: 5px;
}

.home-page .country-presence__copy strong {
  color: var(--refresh-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
  line-height: 1.15;
}

.home-page .country-presence__copy span {
  color: var(--refresh-muted);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.4;
}

.home-page .country-presence__marquee {
  min-width: 0;
  overflow: hidden;
}

body.home-page .country-presence .coverage-countries {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  max-width: none;
  gap: 8px;
  transform: none;
  animation: none;
}

body.home-page .country-presence .coverage-countries li {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  min-width: 0;
  min-height: 48px;
  padding: 8px 10px;
  color: #302d29;
  border: 1px solid var(--refresh-line);
  border-radius: 6px;
  background: #ffffff;
  box-shadow: none;
  font-size: 0.75rem;
  line-height: 1.2;
}

body.home-page .country-presence .coverage-countries .country-flag-image {
  display: block;
  width: 30px;
  height: 20px;
  margin: 0;
  object-fit: contain;
  object-position: center;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 0 0 1px rgba(24, 20, 16, 0.18);
}

.home-page .team-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
  overflow: visible !important;
  padding: 0 !important;
}

.home-page .team-card,
.home-page .team-card--founder {
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: auto 1fr !important;
  grid-column: auto !important;
  min-width: 0 !important;
  overflow: hidden !important;
  border: 1px solid var(--refresh-line) !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

.home-page .team-card--founder {
  grid-column: span 2 !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-template-rows: 1fr !important;
}

body.home-page .team-card img.team-card__portrait,
body.home-page .team-card--founder img.team-card__portrait {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: var(--home-preview-ratio, 3 / 4.25) !important;
  object-fit: cover !important;
  object-position: center top !important;
  border-radius: 0 !important;
  background: #eef0ed !important;
}

body.home-page .team-card--founder img.team-card__portrait {
  align-self: start !important;
}

body.home-page .team-card--founder img.team-card__portrait--alex {
  object-fit: contain !important;
  object-position: center !important;
}

body.home-page .team-card img.team-card__portrait--cedric {
  object-position: center 22% !important;
}

body.home-page .team-card img.team-card__portrait--abdoul {
  object-position: center 30% !important;
}

body.home-page .team-card img.team-card__portrait--mali {
  object-position: 49% center !important;
}

body.home-page .team-card img.team-card__portrait--logistique {
  object-position: center 40% !important;
}

@media (min-width: 900px) {
  body.home-page .team-grid {
    display: flex !important;
    grid-template-columns: none !important;
    align-items: stretch !important;
    gap: 18px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory !important;
    scroll-padding-inline: 2px;
    scrollbar-color: var(--refresh-wine) #e8e1d7;
    scrollbar-gutter: stable;
    scrollbar-width: auto;
    padding: 0 0 18px !important;
    cursor: grab;
  }

  body.home-page .team-grid.is-dragging {
    cursor: grabbing;
    user-select: none;
  }

  body.home-page .team-grid:focus-visible {
    outline: 2px solid var(--refresh-wine);
    outline-offset: 5px;
  }

  body.home-page .team-grid::-webkit-scrollbar {
    height: 12px;
  }

  body.home-page .team-grid::-webkit-scrollbar-track {
    border-radius: 6px;
    background: #e8e1d7;
  }

  body.home-page .team-grid::-webkit-scrollbar-thumb {
    border: 2px solid #e8e1d7;
    border-radius: 6px;
    background: var(--refresh-wine);
  }

  body.home-page .team-grid::-webkit-scrollbar-thumb:hover {
    background: #761116;
  }

  body.home-page .team-card,
  body.home-page .team-card--founder {
    flex: 0 0 clamp(280px, 27vw, 330px) !important;
    width: clamp(280px, 27vw, 330px) !important;
    max-width: 330px !important;
    grid-column: auto !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto 1fr !important;
    scroll-snap-align: start;
  }

  body.home-page .team-card a,
  body.home-page .team-card button {
    cursor: pointer;
  }
}

.home-page .team-card__body {
  min-width: 0 !important;
  padding: 20px !important;
}

.home-page .team-card h3 {
  font-size: 1.12rem !important;
  line-height: 1.2 !important;
}

.home-page .team-card__body > p:not(.team-card__country, .team-card__role),
.home-page .team-card blockquote {
  font-size: 0.84rem !important;
  line-height: 1.5 !important;
}

.home-page .policy,
.home-page .refund,
.home-page .faq,
.home-page .contact {
  padding-block: 72px !important;
}

.home-page .text-panel,
.home-page .faq-item {
  border-color: var(--refresh-line) !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

.home-page .site-footer {
  color: rgba(255, 255, 255, 0.8) !important;
  background: #171513 !important;
  border-top: 4px solid var(--refresh-wine) !important;
}

.home-page .site-footer strong,
.home-page .site-footer p,
.home-page .site-footer a {
  color: inherit !important;
}

.home-page .site-footer a:hover,
.home-page .site-footer a:focus-visible {
  color: var(--refresh-gold-pale) !important;
}

.home-page .footer__inner > p:last-child {
  grid-column: 1 / -1;
  margin: 0;
}

@media (min-width: 540px) and (max-width: 899px) {
  .home-page .footer-legal {
    grid-column: 1 / -1;
  }
}

@media (min-width: 900px) {
  .home-page .footer__inner {
    grid-template-columns: 1.05fr 0.9fr 1.1fr !important;
  }
}

@media (max-width: 1100px) {
  .home-page .primary-nav {
    gap: 16px !important;
  }

  .home-page .hero h1 {
    font-size: 4rem !important;
  }

  .home-page #informations-cles .order-clarity-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 28px 0 !important;
  }

  .home-page #informations-cles .order-clarity-card:nth-child(4) {
    padding-left: 0 !important;
    border-left: 0 !important;
  }

  .home-page .team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 899px) {
  .home-page .header__inner {
    min-height: 76px !important;
  }

  .home-page .hero {
    height: clamp(550px, calc(100svh - 175px), 620px) !important;
    max-height: 620px !important;
  }

  .home-page .hero > .hero__inner {
    width: min(100% - 40px, 760px) !important;
    padding: 44px 0 36px !important;
  }

  .home-page .hero h1 {
    max-width: 640px !important;
    font-size: 3.55rem !important;
  }

  .home-page .hero__veil {
    background:
      linear-gradient(90deg, rgba(20, 16, 14, 0.9) 0%, rgba(20, 16, 14, 0.62) 68%, rgba(20, 16, 14, 0.25) 100%),
      linear-gradient(0deg, rgba(20, 16, 14, 0.65) 0%, rgba(20, 16, 14, 0.08) 60%);
  }

  .home-page #collections .container,
  .home-page #informations-cles > .container,
  .home-page .trust__inner {
    width: min(100% - 40px, 760px) !important;
  }

  .home-page #collections .section-heading,
  .home-page #informations-cles .order-clarity__heading,
  .home-page .team-section__header {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .home-page #collections .section-heading .eyebrow,
  .home-page #informations-cles .order-clarity__heading .eyebrow,
  .home-page .team-section__header .eyebrow {
    grid-column: 1 !important;
    margin-bottom: 0 !important;
  }

  .home-page #collections .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .home-page #collections .category-card:last-child {
    grid-column: 1 / -1;
  }

  .home-page .trust__inner {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .home-page .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .home-page .team-card--founder {
    grid-column: 1 / -1 !important;
  }

  .home-page .country-presence {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 640px) {
  .home-page {
    padding-bottom: 76px;
  }

  .home-page .brand img {
    width: 50px !important;
    height: 50px !important;
  }

  .home-page .brand strong {
    font-size: 1.36rem !important;
  }

  .home-page .brand small {
    font-size: 0.62rem !important;
  }

  .home-page .hero {
    height: clamp(520px, calc(100svh - 210px), 540px) !important;
    max-height: 540px !important;
  }

  .home-page .hero > .hero__media video,
  .home-page .hero > .hero__media img {
    object-position: center 40% !important;
  }

  .home-page .hero__video-control {
    top: 76px;
    display: grid;
  }

  .home-page .hero__veil {
    background:
      linear-gradient(0deg, rgba(17, 13, 12, 0.92) 0%, rgba(17, 13, 12, 0.7) 58%, rgba(17, 13, 12, 0.28) 100%),
      linear-gradient(90deg, rgba(17, 13, 12, 0.42), rgba(17, 13, 12, 0.12));
  }

  .home-page .hero > .hero__inner {
    width: calc(100% - 32px) !important;
    padding: 26px 0 24px !important;
  }

  .home-page .hero .eyebrow {
    margin-bottom: 9px !important;
    font-size: 0.66rem !important;
  }

  .home-page .hero h1 {
    max-width: 12ch !important;
    font-size: 2.55rem !important;
    line-height: 1 !important;
  }

  .home-page .hero__promise {
    margin-top: 12px;
    font-size: 1.06rem;
  }

  .home-page .hero .hero__subtitle {
    display: none !important;
    margin-top: 7px !important;
    font-size: 0.9rem !important;
    line-height: 1.47 !important;
  }

  body.home-page .hero > .hero__inner .hero__actions {
    display: grid !important;
    grid-template-columns: minmax(0, 240px) !important;
    width: 100% !important;
    margin-top: 17px !important;
  }

  body.home-page .hero > .hero__inner .hero__actions .btn {
    justify-content: center !important;
    min-height: 50px !important;
    padding: 10px 12px !important;
    font-size: 0.77rem !important;
    line-height: 1.2 !important;
    text-align: center !important;
    white-space: normal !important;
  }

  body.home-page .hero > .hero__inner .hero__actions .btn--secondary {
    display: none !important;
  }

  .home-page .hero__proofs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 18px;
    padding-top: 14px;
  }

  .home-page .hero__proof {
    min-height: 48px;
    padding-inline: 10px;
  }

  .home-page .hero__proof:first-child {
    padding-left: 0;
  }

  .home-page .hero__proof strong,
  .home-page .hero__proof-count::before {
    font-size: 1.08rem;
  }

  .home-page .hero__proof span {
    font-size: 0.62rem;
  }

  .home-page #collections,
  .home-page #informations-cles,
  .home-page .trust,
  .home-page .linda-story,
  .home-page .behind-scenes,
  .home-page .team-section,
  .home-page .team-profiles,
  .home-page .policy,
  .home-page .refund,
  .home-page .faq,
  .home-page .contact {
    padding-block: 56px !important;
  }

  .home-page #collections .container,
  .home-page #informations-cles > .container,
  .home-page .trust__inner {
    width: calc(100% - 32px) !important;
  }

  .home-page #collections .section-heading h2,
  .home-page #informations-cles .order-clarity__heading h2,
  .home-page .linda-story__intro h2,
  .home-page .behind-scenes__intro h2,
  .home-page .team-section__header h2,
  .home-page .team-profiles__heading h2,
  .home-page .policy .section-heading h2,
  .home-page .refund .section-heading h2,
  .home-page .faq .section-heading h2 {
    font-size: 2.35rem !important;
    line-height: 1.04 !important;
  }

  .home-page #collections .category-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .home-page #collections .category-card:last-child {
    grid-column: auto;
  }

  body.home-page #collections .category-card {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto 1fr !important;
  }

  body.home-page #collections .category-card img {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 10 !important;
    padding: 0 !important;
  }

  body.home-page #collections .category-card > div {
    grid-column: 1 !important;
    grid-row: 2 !important;
    width: 100% !important;
    min-height: 190px !important;
    padding: 20px !important;
  }

  body.home-page #collections .category-card h3 {
    display: block !important;
    width: auto !important;
    padding: 0 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .home-page #informations-cles .order-clarity-grid {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  .home-page #informations-cles .order-clarity-card,
  .home-page #informations-cles .order-clarity-card:nth-child(odd),
  .home-page #informations-cles .order-clarity-card:nth-child(n + 3),
  .home-page #informations-cles .order-clarity-card:nth-child(4) {
    grid-template-columns: 48px minmax(0, 1fr) !important;
    column-gap: 14px !important;
    min-height: 0 !important;
    padding: 20px 0 !important;
    border-left: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
  }

  .home-page #informations-cles .order-clarity-card:first-child {
    border-top: 0 !important;
  }

  .home-page #informations-cles .order-clarity-card__icon {
    grid-column: 1;
    grid-row: 1 / span 2;
    margin: 0 !important;
  }

  .home-page #informations-cles .order-clarity-card h3,
  .home-page #informations-cles .order-clarity-card p {
    grid-column: 2;
  }

  .home-page #informations-cles .order-clarity-card__number {
    right: 0 !important;
    top: 20px !important;
  }

  .home-page .trust .section-heading h2 {
    font-size: 2.15rem !important;
  }

  .home-page .trust-list {
    grid-template-columns: 1fr !important;
  }

  .home-page .team-grid {
    display: flex !important;
    gap: 12px !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    margin-inline: -16px !important;
    padding: 0 16px 10px !important;
  }

  .home-page .team-card,
  .home-page .team-card--founder {
    flex: 0 0 min(84vw, 330px) !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto 1fr !important;
    scroll-snap-align: start;
  }

  .home-page .country-presence {
    margin-bottom: 28px;
    padding: 18px 0;
  }

  .home-page .country-presence__copy strong {
    font-size: 1.2rem;
  }

  .home-page .country-presence__marquee {
    width: 100%;
    overflow: hidden;
    padding-block: 3px;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  }

  body.home-page .country-presence .coverage-countries {
    display: flex !important;
    grid-template-columns: none !important;
    flex-wrap: nowrap !important;
    width: max-content !important;
    max-width: none !important;
    gap: 8px !important;
    animation: coverage-marquee 30s linear infinite !important;
    will-change: transform;
  }

  body.home-page .country-presence .coverage-countries li,
  body.home-page .country-presence .coverage-countries li[data-coverage-clone="true"] {
    display: inline-grid !important;
    grid-template-columns: 32px max-content !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: max-content !important;
    height: auto !important;
    min-height: 46px !important;
    padding: 8px 11px !important;
  }

  body.home-page .country-presence .coverage-countries li span:not(.flag) {
    display: inline !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    clip-path: none !important;
    white-space: nowrap !important;
  }

}

@media (max-width: 380px) {
  .home-page .hero h1 {
    font-size: 2.25rem !important;
  }

  .home-page .hero__promise {
    font-size: 0.98rem;
  }

  .home-page .hero .hero__subtitle {
    font-size: 0.84rem !important;
  }

  .home-page .hero__proof span {
    font-size: 0.57rem;
  }
}

/* 2026-07-16: team portraits use the same preview system as the video rail. */
body.home-page #representants .team-grid {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 18px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  margin-inline: 0 !important;
  padding: 4px 4px 18px !important;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory !important;
  scrollbar-color: #b81724 rgba(23, 21, 19, 0.14);
  scrollbar-width: thin;
}

body.home-page #representants .team-grid::-webkit-scrollbar {
  height: 8px;
}

body.home-page #representants .team-grid::-webkit-scrollbar-track {
  background: rgba(23, 21, 19, 0.14);
  border-radius: 999px;
}

body.home-page #representants .team-grid::-webkit-scrollbar-thumb {
  background: #b81724;
  border-radius: 999px;
}

body.home-page #representants .team-card,
body.home-page #representants .team-card--founder {
  display: block !important;
  flex: 0 0 var(--home-preview-width) !important;
  width: var(--home-preview-width) !important;
  min-width: var(--home-preview-width) !important;
  max-width: var(--home-preview-width) !important;
  min-height: 0 !important;
  grid-column: auto !important;
  grid-row: auto !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  scroll-snap-align: start !important;
}

body.home-page #representants .team-card img.team-card__portrait,
body.home-page #representants .team-card--founder img.team-card__portrait {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: var(--home-preview-ratio) !important;
  box-sizing: border-box !important;
  object-fit: cover !important;
  object-position: center top !important;
  padding: 3px !important;
  background: #fffdf8 !important;
  border: 3px solid #b81724 !important;
  border-radius: 8px !important;
  box-shadow: 0 0 0 2px #c89a42, 0 12px 28px rgba(31, 25, 18, 0.12) !important;
}

body.home-page #representants .team-card--founder img.team-card__portrait--alex {
  object-fit: contain !important;
  object-position: center !important;
  background: #eef0ed !important;
}

body.home-page #representants .team-card img.team-card__portrait--cedric {
  object-position: center 22% !important;
}

body.home-page #representants .team-card img.team-card__portrait--abdoul {
  object-position: center 30% !important;
}

body.home-page #representants .team-card img.team-card__portrait--mali {
  object-position: 49% center !important;
}

body.home-page #representants .team-card img.team-card__portrait--logistique {
  object-position: center 40% !important;
}

body.home-page #representants .team-card__body {
  min-width: 0 !important;
  padding: 14px 2px 0 !important;
}

body.home-page #representants .team-card__country {
  max-width: 100%;
  font-size: 0.68rem !important;
  white-space: normal !important;
}

body.home-page #representants .team-card h3 {
  margin-top: 10px !important;
  font-size: 0.98rem !important;
  line-height: 1.18 !important;
  overflow-wrap: anywhere;
}

body.home-page #representants .team-card__role {
  font-size: 0.78rem !important;
  line-height: 1.3 !important;
}

body.home-page #representants .team-card__body > p:not(.team-card__country, .team-card__role) {
  display: -webkit-box !important;
  margin-top: 9px !important;
  overflow: hidden !important;
  font-size: 0.76rem !important;
  line-height: 1.42 !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body.home-page #representants .team-card blockquote {
  display: none !important;
}

body.home-page #representants .team-card__role-row {
  display: block !important;
}

body.home-page #representants .team-card__actions {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 6px !important;
  margin-top: 10px !important;
}

body.home-page #representants .team-card__actions a {
  justify-content: center !important;
  width: 100% !important;
  min-height: 34px !important;
  padding: 6px 8px !important;
  font-size: 0.7rem !important;
  line-height: 1.1 !important;
  text-align: center;
}

body.home-page #representants .team-card__actions svg {
  width: 14px !important;
  height: 14px !important;
}

@media (max-width: 640px) {
  body.home-page #representants .team-grid {
    gap: 16px !important;
  }

  body.home-page #representants .team-card__body {
    padding-top: 12px !important;
  }

  body.home-page #representants .team-card h3 {
    font-size: 0.9rem !important;
  }
}

/* 2026-07-13: pinned ordering essentials, revealed through natural page scroll. */
body.home-page #informations-cles.order-clarity--scroll-story {
  min-height: var(--clarity-track-height, 320svh) !important;
  padding: 0 !important;
  scroll-margin-top: var(--zw-top-bar-height, 0px) !important;
}

body.home-page.home-motion-ready #informations-cles.order-clarity--scroll-story.home-reveal,
body.home-page.home-motion-ready #informations-cles.order-clarity--scroll-story.home-reveal.is-visible {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  will-change: auto !important;
}

body.home-page #informations-cles.order-clarity--scroll-story > .container {
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  z-index: 4;
  display: grid !important;
  grid-template-rows: auto auto auto !important;
  align-content: center !important;
  box-sizing: border-box !important;
  height: calc(100svh - var(--zw-top-bar-height, 0px)) !important;
  min-height: 0 !important;
  margin-inline: 0 !important;
  padding-block: clamp(22px, 4svh, 46px) !important;
  overflow: hidden !important;
  transform: translateX(-50%) !important;
}

body.home-page #informations-cles.order-clarity--scroll-story.is-clarity-pinned > .container {
  position: fixed !important;
  top: var(--zw-top-bar-height, 0px) !important;
}

body.home-page #informations-cles.order-clarity--scroll-story.is-clarity-complete > .container {
  top: auto !important;
  bottom: 0 !important;
}

body.home-page #informations-cles.order-clarity--scroll-story .order-clarity__heading {
  margin-bottom: clamp(18px, 3.5svh, 34px) !important;
}

body.home-page #informations-cles .order-clarity__scroll-progress {
  position: relative;
  width: 100%;
  height: 3px;
  margin-top: clamp(18px, 3svh, 28px);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
}

body.home-page #informations-cles .order-clarity__scroll-progress > span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--refresh-gold-pale);
  border-radius: inherit;
  transform: scaleX(var(--clarity-progress, 0));
  transform-origin: left center;
  transition: transform 120ms linear;
}

body.home-page #informations-cles.order-clarity--scroll-story .order-clarity-card {
  transition:
    opacity 520ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 620ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 420ms ease !important;
}

body.home-page #informations-cles.order-clarity--scroll-story .order-clarity-card.is-step-active {
  background: rgba(255, 255, 255, 0.08) !important;
}

@media (min-width: 1101px) {
  body.home-page #informations-cles.order-clarity--scroll-story .order-clarity-card.is-step-past {
    opacity: 0.82 !important;
  }

  body.home-page #informations-cles.order-clarity--scroll-story .order-clarity-card.is-step-active {
    opacity: 1 !important;
    transform: translate3d(0, -8px, 0) !important;
    filter: none !important;
  }
}

@media (max-width: 1100px) {
  body.home-page #informations-cles.order-clarity--scroll-story > .container {
    width: min(100% - 32px, 760px) !important;
    padding-block: clamp(16px, 3svh, 30px) !important;
  }

  body.home-page #informations-cles.order-clarity--scroll-story .order-clarity__heading {
    gap: 8px !important;
    margin-bottom: clamp(14px, 2.5svh, 22px) !important;
  }

  body.home-page #informations-cles.order-clarity--scroll-story .order-clarity__heading h2 {
    max-width: 13ch !important;
    font-size: clamp(2rem, 7vw, 2.8rem) !important;
    line-height: 1.02 !important;
  }

  body.home-page #informations-cles.order-clarity--scroll-story .order-clarity__heading p:not(.eyebrow) {
    max-width: 58ch !important;
    font-size: clamp(0.88rem, 2.3vw, 0.98rem) !important;
    line-height: 1.46 !important;
  }

  body.home-page #informations-cles.order-clarity--scroll-story .order-clarity-grid {
    position: relative !important;
    display: block !important;
    min-height: clamp(215px, 38svh, 300px) !important;
    overflow: hidden !important;
  }

  body.home-page #informations-cles.order-clarity--scroll-story .order-clarity-card,
  body.home-page #informations-cles.order-clarity--scroll-story .order-clarity-card:nth-child(odd),
  body.home-page #informations-cles.order-clarity--scroll-story .order-clarity-card:nth-child(n + 3),
  body.home-page #informations-cles.order-clarity--scroll-story .order-clarity-card:nth-child(4),
  body.home-page #informations-cles.order-clarity--scroll-story .order-clarity-card:nth-child(5) {
    position: absolute !important;
    inset: 0 !important;
    display: grid !important;
    grid-template-columns: 56px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    align-content: center !important;
    column-gap: 16px !important;
    width: 100% !important;
    min-height: 100% !important;
    padding: clamp(20px, 4vw, 30px) !important;
    visibility: hidden;
    opacity: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.26) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.045) !important;
    pointer-events: none;
  }

  body.home-page #informations-cles.order-clarity--scroll-story .order-clarity-card.is-step-past {
    transform: translate3d(0, -24px, 0) scale(0.985) !important;
  }

  body.home-page #informations-cles.order-clarity--scroll-story .order-clarity-card.is-step-future {
    transform: translate3d(0, 24px, 0) scale(0.985) !important;
  }

  body.home-page #informations-cles.order-clarity--scroll-story .order-clarity-card.is-step-active {
    visibility: visible;
    opacity: 1 !important;
    transform: translate3d(0, 0, 0) scale(1) !important;
    filter: none !important;
    background: rgba(255, 255, 255, 0.09) !important;
    pointer-events: auto;
  }

  body.home-page #informations-cles.order-clarity--scroll-story .order-clarity-card__icon {
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
    align-self: center !important;
    width: 50px !important;
    height: 50px !important;
    margin: 0 !important;
  }

  body.home-page #informations-cles.order-clarity--scroll-story .order-clarity-card h3,
  body.home-page #informations-cles.order-clarity--scroll-story .order-clarity-card p {
    grid-column: 2 !important;
  }

  body.home-page #informations-cles.order-clarity--scroll-story .order-clarity-card h3 {
    align-self: end !important;
    margin-bottom: 8px !important;
    font-size: clamp(1.2rem, 4vw, 1.55rem) !important;
  }

  body.home-page #informations-cles.order-clarity--scroll-story .order-clarity-card p {
    align-self: start !important;
    max-width: 42ch !important;
    font-size: clamp(0.9rem, 2.6vw, 1rem) !important;
  }

  body.home-page #informations-cles.order-clarity--scroll-story .order-clarity-card__number {
    top: 18px !important;
    right: 18px !important;
  }
}

/* 2026-07-13: visual proof for local payment and two-week delivery. */
body.home-page #informations-cles .order-clarity-card--visual {
  display: flex !important;
  flex-direction: column;
  padding-bottom: 8px !important;
}

body.home-page #informations-cles .order-clarity-card__preview {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  margin: 0 0 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
}

body.home-page #informations-cles .order-clarity-card__preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.home-page #informations-cles .order-clarity-card__preview--founder img {
  object-position: 50% 28%;
}

body.home-page #informations-cles .order-clarity-card__preview--delivery img {
  object-position: 50% 54%;
}

body.home-page #informations-cles .order-clarity-card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

body.home-page #informations-cles .order-clarity-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin-top: 14px;
  padding: 8px 12px;
  color: #221916;
  border: 1px solid var(--refresh-gold-pale);
  border-radius: 6px;
  background: var(--refresh-gold-pale);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.15;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

body.home-page #informations-cles .order-clarity-card__link:hover {
  color: #ffffff;
  background: transparent;
  transform: translateY(-1px);
}

body.home-page #informations-cles .order-clarity-card__link:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

body.home-page #informations-cles .order-clarity-card--visual .order-clarity-card__number {
  top: 9px !important;
  right: 30px !important;
  z-index: 2;
  padding: 5px 7px;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: rgba(25, 12, 13, 0.76);
}

@media (max-width: 1100px) {
  body.home-page #informations-cles.order-clarity--scroll-story .order-clarity-grid {
    min-height: clamp(235px, 40svh, 300px) !important;
  }

  body.home-page #informations-cles.order-clarity--scroll-story .order-clarity-card--visual,
  body.home-page #informations-cles.order-clarity--scroll-story .order-clarity-card--visual:nth-child(4),
  body.home-page #informations-cles.order-clarity--scroll-story .order-clarity-card--visual:nth-child(5) {
    display: grid !important;
    grid-template-columns: clamp(100px, 25vw, 142px) minmax(0, 1fr) !important;
    grid-template-rows: 1fr !important;
    align-content: stretch !important;
    align-items: stretch !important;
    column-gap: clamp(14px, 3vw, 22px) !important;
    padding: clamp(18px, 3.5vw, 26px) !important;
  }

  body.home-page #informations-cles.order-clarity--scroll-story .order-clarity-card__preview {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 100%;
    height: 100%;
    min-height: 0;
    margin: 0;
    aspect-ratio: auto;
  }

  body.home-page #informations-cles.order-clarity--scroll-story .order-clarity-card__content {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: center;
    justify-content: center;
  }

  body.home-page #informations-cles.order-clarity--scroll-story .order-clarity-card--visual h3,
  body.home-page #informations-cles.order-clarity--scroll-story .order-clarity-card--visual p {
    grid-column: auto !important;
    width: 100% !important;
  }

  body.home-page #informations-cles.order-clarity--scroll-story .order-clarity-card--visual h3 {
    font-size: clamp(1.08rem, 3.6vw, 1.4rem) !important;
  }

  body.home-page #informations-cles.order-clarity--scroll-story .order-clarity-card--visual p {
    font-size: clamp(0.82rem, 2.3vw, 0.96rem) !important;
    line-height: 1.42 !important;
  }

  body.home-page #informations-cles.order-clarity--scroll-story .order-clarity-card--visual .order-clarity-card__number {
    top: 24px !important;
    right: 24px !important;
  }
}

@media (max-width: 420px) and (min-height: 521px) {
  body.home-page #informations-cles.order-clarity--scroll-story .order-clarity__heading {
    margin-bottom: 10px !important;
  }

  body.home-page #informations-cles.order-clarity--scroll-story .order-clarity__heading h2 {
    font-size: 1.75rem !important;
  }

  body.home-page #informations-cles.order-clarity--scroll-story .order-clarity__heading p:not(.eyebrow) {
    font-size: 0.78rem !important;
    line-height: 1.35 !important;
  }

  body.home-page #informations-cles.order-clarity--scroll-story .order-clarity-grid {
    min-height: 245px !important;
  }

  body.home-page #informations-cles.order-clarity--scroll-story .order-clarity-card--visual,
  body.home-page #informations-cles.order-clarity--scroll-story .order-clarity-card--visual:nth-child(4),
  body.home-page #informations-cles.order-clarity--scroll-story .order-clarity-card--visual:nth-child(5) {
    display: block !important;
    padding: 16px !important;
  }

  body.home-page #informations-cles.order-clarity--scroll-story .order-clarity-card__preview {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 72px;
    height: 82px;
  }

  body.home-page #informations-cles.order-clarity--scroll-story .order-clarity-card__content {
    display: block;
  }

  body.home-page #informations-cles.order-clarity--scroll-story .order-clarity-card--visual h3 {
    min-height: 82px;
    padding-left: 84px;
    padding-right: 22px;
    font-size: 1rem !important;
    line-height: 1.25 !important;
  }

  body.home-page #informations-cles.order-clarity--scroll-story .order-clarity-card--visual p {
    font-size: 0.78rem !important;
    line-height: 1.36 !important;
  }

  body.home-page #informations-cles .order-clarity-card__link {
    min-height: 32px;
    margin-top: 10px;
    padding: 6px 10px;
    font-size: 0.72rem;
  }

  body.home-page #informations-cles.order-clarity--scroll-story .order-clarity-card--visual .order-clarity-card__number {
    top: 18px !important;
    right: 18px !important;
  }
}

/* 2026-07-17: trust copy for the team section returned after Collections. */
body.home-page #representants .team-profiles__heading {
  max-width: 860px !important;
}

body.home-page #representants .team-profiles__lead {
  max-width: 720px;
  margin: 18px 0 0;
  color: #655f55;
  font-size: clamp(0.98rem, 1.5vw, 1.12rem);
  line-height: 1.58;
}

@media (prefers-reduced-motion: reduce), (max-height: 520px) {
  body.home-page #informations-cles .order-clarity__scroll-progress {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page *,
  .home-page *::before,
  .home-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  body.home-page .country-presence .coverage-countries {
    transform: none !important;
    animation: none !important;
  }

  body.home-page .country-presence .coverage-countries li[data-coverage-clone="true"] {
    display: none !important;
  }

  .home-page .country-presence__marquee {
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }

}

/* 2026-07-13: one portrait preview language across testimonials, savoir-faire and collections. */
body.home-page {
  --home-preview-width: clamp(150px, 17vw, 188px);
  --home-preview-ratio: 3 / 4.25;
}

body.home-page #equipe {
  padding-bottom: 12px !important;
}

body.home-page #equipe .country-presence {
  margin-bottom: 0 !important;
  transform: none !important;
}

body.home-page #histoire-linda {
  padding-top: 30px !important;
}

body.home-page #histoire-linda .testimonial-story {
  flex: 0 0 var(--home-preview-width) !important;
  width: var(--home-preview-width) !important;
  min-width: var(--home-preview-width) !important;
  max-width: var(--home-preview-width) !important;
}

body.home-page #histoire-linda .testimonial-story__preview {
  aspect-ratio: var(--home-preview-ratio) !important;
}

body.home-page #coulisses {
  padding-block: clamp(52px, 6vw, 82px) !important;
  color: #fff !important;
  background: #171513 !important;
}

body.home-page #coulisses .behind-scenes__inner {
  width: min(100% - 48px, 1180px) !important;
  max-width: 1180px !important;
}

body.home-page #coulisses .behind-scenes__intro {
  max-width: 760px !important;
  margin: 0 0 28px !important;
  padding: 0 !important;
  color: #fff !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-align: left !important;
}

body.home-page #coulisses .behind-scenes__intro h2 {
  color: #fff !important;
}

body.home-page #coulisses .behind-scenes__intro p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72) !important;
}

body.home-page #coulisses .behind-scenes__grid {
  display: flex !important;
  grid-template-columns: none !important;
  gap: 18px !important;
  align-items: flex-start !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding: 4px 4px 18px !important;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory !important;
  scrollbar-color: #d0a854 rgba(255, 255, 255, 0.16);
  scrollbar-width: thin;
}

body.home-page #coulisses .behind-scenes__grid::-webkit-scrollbar,
body.home-page #collections .category-grid::-webkit-scrollbar {
  height: 8px;
}

body.home-page #coulisses .behind-scenes__grid::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.16);
  border-radius: 999px;
}

body.home-page #coulisses .behind-scenes__grid::-webkit-scrollbar-thumb {
  background: #d0a854;
  border-radius: 999px;
}

body.home-page #coulisses .behind-card,
body.home-page #coulisses .behind-card--featured {
  display: block !important;
  flex: 0 0 var(--home-preview-width) !important;
  grid-column: auto !important;
  grid-row: auto !important;
  width: var(--home-preview-width) !important;
  min-width: var(--home-preview-width) !important;
  max-width: var(--home-preview-width) !important;
  min-height: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  scroll-snap-align: start !important;
}

body.home-page #coulisses .behind-card__media,
body.home-page #coulisses .behind-card--featured .behind-card__media {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: var(--home-preview-ratio) !important;
  overflow: hidden !important;
  padding: 3px !important;
  background: #fffdf8 !important;
  border: 3px solid #b81724 !important;
  border-radius: 8px !important;
  box-shadow: 0 0 0 2px #c89a42, 0 12px 28px rgba(0, 0, 0, 0.28) !important;
}

body.home-page #coulisses .behind-card__media video,
body.home-page #coulisses .behind-card__media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 4px !important;
}

body.home-page #coulisses .behind-card__content {
  min-height: 0 !important;
  padding: 13px 2px 0 !important;
  background: transparent !important;
}

body.home-page #coulisses .behind-card__content > span {
  display: block !important;
  margin-bottom: 4px !important;
  color: #d9b45f !important;
  font-size: 0.72rem !important;
  font-weight: 850 !important;
}

body.home-page #coulisses .behind-card__content h3 {
  margin: 0 !important;
  color: #fff !important;
  font-size: 0.98rem !important;
  line-height: 1.28 !important;
}

body.home-page #coulisses .behind-card__content p,
body.home-page #coulisses .media-social {
  display: none !important;
}

body.home-page #collections .category-grid {
  display: flex !important;
  grid-template-columns: none !important;
  justify-content: center !important;
  gap: 18px !important;
  align-items: flex-start !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding: 4px 4px 18px !important;
  scroll-snap-type: x mandatory !important;
  scrollbar-color: #b81724 rgba(23, 21, 19, 0.14);
  scrollbar-width: thin;
}

body.home-page #collections .category-grid::-webkit-scrollbar-track {
  background: rgba(23, 21, 19, 0.14);
  border-radius: 999px;
}

body.home-page #collections .category-grid::-webkit-scrollbar-thumb {
  background: #b81724;
  border-radius: 999px;
}

body.home-page #collections .category-card {
  display: block !important;
  flex: 0 0 var(--home-preview-width) !important;
  width: var(--home-preview-width) !important;
  min-width: var(--home-preview-width) !important;
  max-width: var(--home-preview-width) !important;
  min-height: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  scroll-snap-align: start !important;
}

body.home-page #collections .category-card > img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: var(--home-preview-ratio) !important;
  object-fit: cover !important;
  object-position: center !important;
  padding: 3px !important;
  background: #fffdf8 !important;
  border: 3px solid #b81724 !important;
  border-radius: 8px !important;
  box-shadow: 0 0 0 2px #c89a42, 0 12px 28px rgba(31, 25, 18, 0.12) !important;
}

body.home-page #collections .category-card > div {
  display: block !important;
  min-height: 0 !important;
  padding: 13px 2px 0 !important;
  background: transparent !important;
}

body.home-page #collections .category-card h3 {
  margin: 0 !important;
  color: #191713 !important;
  font-size: 0.98rem !important;
  line-height: 1.28 !important;
}

body.home-page #collections .category-card h3::before,
body.home-page #collections .category-card p {
  display: none !important;
}

body.home-page #collections .category-card__button {
  display: inline-flex !important;
  margin-top: 8px !important;
  padding: 0 !important;
  color: #9f111a !important;
  background: transparent !important;
  border: 0 !important;
  font-size: 0.8rem !important;
  font-weight: 850 !important;
}

.home-guide-links {
  padding: clamp(26px, 4vw, 42px) 0;
  background: #fff;
  border-top: 1px solid rgba(23, 21, 19, 0.12);
}

.home-guide-links__inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.home-guide-links__button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  color: #fff;
  background: #a20f17;
  border: 2px solid #a20f17;
  border-radius: 6px;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.home-guide-links__button:hover {
  color: #fff;
  background: #7d0b11;
  border-color: #7d0b11;
  transform: translateY(-2px);
}

.home-guide-links__button:focus-visible {
  outline: 3px solid #d4ad58;
  outline-offset: 3px;
}

@media (max-width: 640px) {
  body.home-page {
    --home-preview-width: min(38vw, 148px);
    --home-preview-ratio: 3 / 4.2;
  }

  body.home-page #equipe {
    padding-bottom: 8px !important;
  }

  body.home-page #histoire-linda {
    padding-top: 24px !important;
  }

  body.home-page #coulisses .behind-scenes__inner {
    width: 100% !important;
  }

  body.home-page #coulisses .behind-scenes__intro {
    margin: 0 18px 24px !important;
  }

  body.home-page #coulisses .behind-scenes__grid,
  body.home-page #collections .category-grid {
    justify-content: flex-start !important;
    gap: 16px !important;
    padding-right: 18px !important;
    padding-left: 18px !important;
  }

  body.home-page #collections .category-grid {
    width: calc(100% + 36px) !important;
    margin-left: -18px !important;
  }

  .home-guide-links__inner {
    grid-template-columns: 1fr;
  }
}

/* Final CRO QA: keep the payment proof legible over legacy section themes. */
body.home-page #paiement-securise.payment-confidence {
  color: #fff !important;
  background: #171513 !important;
}

body.home-page #paiement-securise.payment-confidence h2,
body.home-page #paiement-securise.payment-confidence strong {
  color: #fff !important;
}

body.home-page #paiement-securise .payment-confidence__intro > p:last-child,
body.home-page #paiement-securise .payment-confidence__checks span,
body.home-page #paiement-securise .payment-confidence__note p {
  color: #d6d0c8 !important;
}

@media (max-width: 640px) {
  body.home-page #equipe .invitation-assurance__feature h3 {
    font-size: 0.6rem !important;
    line-height: 1.16 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
  }
}

@media (min-width: 641px) and (max-width: 760px) {
  body.home-page #collections .category-grid {
    justify-content: stretch !important;
  }

  body.home-page #collections .category-card {
    flex: 1 1 0 !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
  }
}

@media (max-width: 640px) {
  body.home-page #collections .category-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 22px 14px !important;
    width: 100% !important;
    margin-left: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  body.home-page #collections .category-card {
    display: block !important;
    flex: none !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  body.home-page #collections .category-card--acrylique {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  body.home-page #collections .category-card--carton {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }

  body.home-page #collections .category-card--cadeaux {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    width: calc((100% - 14px) / 2) !important;
    justify-self: center !important;
  }
}

/* The three collections enter from their own direction when first discovered. */
body.home-page #collections.collection-entrance-ready .category-card {
  --collection-delay: 0ms;
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) rotate(0) scale(1) !important;
  transition:
    opacity 560ms ease var(--collection-delay),
    transform 760ms cubic-bezier(0.2, 0.78, 0.24, 1) var(--collection-delay) !important;
  will-change: opacity, transform;
}

body.home-page #collections.collection-entrance-ready .category-card--carton {
  --collection-delay: 180ms;
}

body.home-page #collections.collection-entrance-ready .category-card--cadeaux {
  --collection-delay: 360ms;
}

body.home-page #collections.collection-entrance-ready:not(.is-collection-arrived) .category-card--acrylique {
  opacity: 0 !important;
  transform: translate3d(-76px, 0, 0) rotate(-1.5deg) !important;
}

body.home-page #collections.collection-entrance-ready:not(.is-collection-arrived) .category-card--carton {
  opacity: 0 !important;
  transform: translate3d(76px, 0, 0) rotate(1.5deg) !important;
}

body.home-page #collections.collection-entrance-ready:not(.is-collection-arrived) .category-card--cadeaux {
  opacity: 0 !important;
  transform: translate3d(0, 68px, 0) scale(0.96) !important;
}

@media (max-width: 640px) {
  body.home-page #collections.collection-entrance-ready:not(.is-collection-arrived) .category-card--acrylique {
    transform: translate3d(-44px, 0, 0) rotate(-1deg) !important;
  }

  body.home-page #collections.collection-entrance-ready:not(.is-collection-arrived) .category-card--carton {
    transform: translate3d(44px, 0, 0) rotate(1deg) !important;
  }

  body.home-page #collections.collection-entrance-ready:not(.is-collection-arrived) .category-card--cadeaux {
    transform: translate3d(0, 48px, 0) scale(0.97) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home-page #collections.collection-entrance-ready .category-card {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

.information-page #informations-cles .order-clarity__heading h1 {
  max-width: 720px !important;
  margin: 0 !important;
  color: #fff !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.2rem !important;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1 !important;
}

.information-page .site-header {
  position: relative !important;
  top: auto !important;
  margin-top: var(--zw-top-bar-height, 0px) !important;
}

.guide-page-next {
  padding: clamp(48px, 7vw, 78px) 0;
  color: #191713;
  background: #fff;
}

.guide-page-next__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.guide-page-next h2 {
  max-width: 16ch;
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1;
}

.guide-page-next__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(190px, 1fr));
  gap: 12px;
}

.guide-page-next__actions a {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  color: #fff;
  background: #a20f17;
  border: 2px solid #a20f17;
  border-radius: 6px;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.guide-page-next__actions a:hover {
  color: #fff;
  background: #7d0b11;
  border-color: #7d0b11;
}

.guide-page-next__actions a:focus-visible {
  outline: 3px solid #d4ad58;
  outline-offset: 3px;
}

@media (max-width: 1100px) {
  .information-page #informations-cles.order-clarity--scroll-story .order-clarity__heading h1 {
    max-width: 13ch !important;
    font-size: clamp(2rem, 7vw, 2.8rem) !important;
    line-height: 1.02 !important;
  }
}

@media (max-width: 760px) {
  .guide-page-next__inner {
    grid-template-columns: 1fr;
  }

  .guide-page-next__actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) and (min-height: 521px) {
  .information-page #informations-cles.order-clarity--scroll-story .order-clarity__heading h1 {
    font-size: 1.75rem !important;
  }
}

/* Wider testimonial stories with an automatic, lightweight Linda preview. */
body.home-page #histoire-linda {
  --testimonial-preview-width: clamp(210px, 23vw, 252px);
}

body.home-page #histoire-linda .testimonial-story {
  flex: 0 0 var(--testimonial-preview-width) !important;
  width: var(--testimonial-preview-width) !important;
  min-width: var(--testimonial-preview-width) !important;
  max-width: var(--testimonial-preview-width) !important;
}

body.home-page #histoire-linda .testimonial-story__preview {
  aspect-ratio: 4 / 5 !important;
}

body.home-page #histoire-linda .testimonial-story__preview-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #171513;
  border-radius: 4px;
  pointer-events: none;
}

@media (max-width: 640px) {
  body.home-page #histoire-linda {
    --testimonial-preview-width: min(58vw, 216px);
  }
}

/* Linda leads the testimonial section; the other couples remain in the rail below. */
body.home-page #histoire-linda .testimonial-story--featured {
  position: relative;
  display: block !important;
  width: min(100%, 560px) !important;
  min-width: 0 !important;
  max-width: 560px !important;
  margin: 4px auto clamp(24px, 4vw, 38px) !important;
}

body.home-page #histoire-linda .testimonial-story--featured .testimonial-story__trigger {
  display: grid;
  width: 100%;
  gap: 14px;
  text-align: left;
}

body.home-page #histoire-linda .testimonial-story--featured .testimonial-story__preview {
  width: 100% !important;
  aspect-ratio: 9 / 16 !important;
  padding: 4px;
  border-width: 4px;
  border-radius: 8px;
  box-shadow: 0 0 0 2px #c89a42, 0 20px 48px rgba(31, 25, 18, 0.18);
}

body.home-page #histoire-linda .testimonial-story--featured .testimonial-story__preview-video {
  object-position: center 42%;
}

body.home-page #histoire-linda .testimonial-story--featured .testimonial-story__flag {
  top: 18px;
  right: 18px;
  width: 36px;
  height: 24px;
}

body.home-page #histoire-linda .testimonial-story--featured .testimonial-story__cta {
  right: auto;
  bottom: 20px;
  left: 20px;
  min-width: 190px;
  padding-inline: 18px;
}

body.home-page #histoire-linda .testimonial-story__volume {
  position: absolute;
  right: 18px;
  bottom: 66px;
  z-index: 5;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 9px 14px;
  color: #fff;
  background: rgba(17, 17, 17, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 6px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 900;
  cursor: pointer;
  backdrop-filter: blur(8px);
}

body.home-page #histoire-linda .testimonial-story__volume svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.home-page #histoire-linda .testimonial-story__volume:hover,
body.home-page #histoire-linda .testimonial-story__volume:focus-visible,
body.home-page #histoire-linda .testimonial-story__volume[aria-pressed="true"] {
  color: #171513;
  background: #fff;
  border-color: #fff;
}

body.home-page #histoire-linda .testimonial-story--featured .testimonial-story__name {
  display: block;
  min-height: 0;
  overflow: visible;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.2;
  text-align: left;
  -webkit-line-clamp: initial;
}

body.home-page #histoire-linda .testimonial-stories__rail {
  margin-top: 0;
}

@media (max-width: 640px) {
  body.home-page #histoire-linda .testimonial-story--featured {
    width: calc(100% - 36px) !important;
    margin-right: 18px !important;
    margin-left: 18px !important;
  }

  body.home-page #histoire-linda .testimonial-story--featured .testimonial-story__preview {
    aspect-ratio: 9 / 16 !important;
  }

  body.home-page #histoire-linda .testimonial-story--featured .testimonial-story__flag {
    top: 12px;
    right: 12px;
    width: 30px;
    height: 20px;
  }

  body.home-page #histoire-linda .testimonial-story--featured .testimonial-story__cta {
    bottom: 12px;
    left: 12px;
    min-width: 160px;
    padding-inline: 14px;
  }

  body.home-page #histoire-linda .testimonial-story__volume {
    right: 12px;
    bottom: 60px;
    min-height: 40px;
    padding: 8px 11px;
    font-size: 0.76rem;
  }
}

/* 2026-07-18: desktop reframing. Mobile rules remain unchanged below 1101px. */
@media (min-width: 1101px) {
  body.home-page {
    --home-preview-width: 246px;
    --home-preview-ratio: 4 / 5;
  }

  body.home-page .site-header .header__inner {
    width: min(calc(100% - 48px), 1320px) !important;
    max-width: 1320px !important;
    gap: 22px !important;
  }

  body.home-page .site-header .brand {
    flex: 0 0 auto !important;
  }

  body.home-page .site-header .primary-nav {
    display: flex !important;
    flex: 1 1 auto !important;
    align-items: center !important;
    justify-content: center !important;
    gap: clamp(12px, 1.25vw, 22px) !important;
    min-width: 0 !important;
  }

  body.home-page .site-header .primary-nav a {
    flex: 0 0 auto !important;
    width: auto !important;
    min-height: 44px !important;
    padding: 12px 0 !important;
    font-size: 0.82rem !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
  }

  body.home-page .site-header .header-cta {
    flex: 0 0 auto !important;
    min-width: 178px !important;
    white-space: nowrap !important;
  }

  body.home-page #equipe.team-section {
    padding-block: clamp(78px, 7vw, 104px) 60px !important;
  }

  body.home-page #equipe .brand-manifesto {
    display: block !important;
    grid-template-columns: none !important;
    width: min(100%, 1100px) !important;
    max-width: 1100px !important;
    margin: 0 auto 56px !important;
    text-align: center !important;
  }

  body.home-page #equipe .brand-manifesto__title {
    width: 100% !important;
    max-width: 1100px !important;
    margin-inline: auto !important;
    font-size: clamp(4.3rem, 5.25vw, 5.55rem) !important;
    line-height: 0.98 !important;
    text-align: center !important;
  }

  body.home-page #equipe .brand-manifesto__line {
    width: 100% !important;
    text-align: center !important;
  }

  body.home-page #equipe .brand-manifesto__line:nth-child(1),
  body.home-page #equipe .brand-manifesto__line--gold {
    white-space: nowrap;
  }

  body.home-page #equipe .brand-manifesto__line--closing {
    max-width: 18em !important;
    margin-top: 0.28em !important;
    font-size: 0.46em !important;
    line-height: 1.12 !important;
  }

  body.home-page #equipe .brand-manifesto__signature {
    margin: 38px auto 0 !important;
  }

  body.home-page #equipe .country-presence {
    display: block !important;
    width: min(100%, 1180px) !important;
    margin: 0 auto !important;
    padding: 28px 0 0 !important;
  }

  body.home-page #equipe .country-presence__marquee {
    overflow: visible !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }

  body.home-page #equipe .coverage-countries {
    display: grid !important;
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
    width: 100% !important;
    max-width: none !important;
    gap: 10px !important;
    transform: none !important;
    animation: none !important;
  }

  body.home-page #equipe .coverage-countries li {
    display: grid !important;
    grid-template-columns: 30px minmax(0, 1fr) !important;
    min-width: 0 !important;
    min-height: 58px !important;
    padding: 10px !important;
    font-size: 0.72rem !important;
  }

  body.home-page #equipe .coverage-countries li[data-coverage-clone="true"] {
    display: none !important;
  }

  body.home-page #histoire-linda {
    padding: clamp(86px, 7vw, 108px) 0 92px !important;
  }

  body.home-page #histoire-linda .linda-story__intro {
    width: min(calc(100% - 72px), 980px) !important;
    max-width: 980px !important;
    margin: 0 auto 48px !important;
    text-align: center !important;
  }

  body.home-page #histoire-linda .linda-story__intro h2 {
    max-width: 960px !important;
    margin-inline: auto !important;
    font-size: clamp(3.35rem, 4.4vw, 4.25rem) !important;
    line-height: 1 !important;
  }

  body.home-page #histoire-linda .testimonial-stories {
    width: min(calc(100% - 72px), 1180px) !important;
    max-width: 1180px !important;
  }

  body.home-page #histoire-linda .testimonial-story--featured {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) clamp(370px, 31vw, 410px) !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 0 !important;
    margin: 0 auto 46px !important;
    overflow: hidden !important;
    color: #fff !important;
    border: 1px solid rgba(194, 151, 72, 0.5) !important;
    border-radius: 8px !important;
    background: #171513 !important;
    box-shadow: 0 28px 70px rgba(31, 25, 18, 0.18) !important;
  }

  body.home-page #histoire-linda .testimonial-story__feature-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 0;
    padding: clamp(46px, 5vw, 76px);
    text-align: left;
  }

  body.home-page #histoire-linda .testimonial-story__feature-copy .eyebrow {
    margin: 0 0 18px;
    color: #d7b464;
  }

  body.home-page #histoire-linda .testimonial-story__feature-copy h3 {
    max-width: 9ch;
    margin: 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3.4rem, 4.8vw, 5rem);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 0.95;
  }

  body.home-page #histoire-linda .testimonial-story__feature-copy > p:not(.eyebrow) {
    max-width: 34rem;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 1.04rem;
    line-height: 1.7;
  }

  body.home-page #histoire-linda .testimonial-story__feature-copy > span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 34px;
    color: #f4e5bd;
    font-weight: 850;
  }

  body.home-page #histoire-linda .testimonial-story__feature-copy img {
    width: 30px;
    height: 20px;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 2px;
  }

  body.home-page #histoire-linda .testimonial-story--featured .testimonial-story__trigger {
    grid-column: 2 !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 100% !important;
  }

  body.home-page #histoire-linda .testimonial-story--featured .testimonial-story__preview {
    width: 100% !important;
    height: 100% !important;
    min-height: 650px !important;
    aspect-ratio: 9 / 16 !important;
    padding: 0 !important;
    border: 0 !important;
    border-left: 1px solid rgba(194, 151, 72, 0.5) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  body.home-page #histoire-linda .testimonial-story--featured .testimonial-story__name {
    display: none !important;
  }

  body.home-page #histoire-linda .testimonial-story--featured .testimonial-story__cta {
    right: 22px !important;
    bottom: 22px !important;
    left: 22px !important;
    min-width: 0 !important;
  }

  body.home-page #histoire-linda .testimonial-story__volume {
    right: 22px !important;
    bottom: 78px !important;
  }

  body.home-page #histoire-linda .testimonial-stories__rail {
    gap: 22px !important;
    padding: 8px 4px 20px !important;
  }

  body.home-page #collections {
    padding-block: 92px 104px !important;
  }

  body.home-page #collections .section-heading {
    max-width: 900px !important;
    margin: 0 0 46px !important;
    text-align: left !important;
  }

  body.home-page #collections .section-heading h2 {
    font-size: clamp(3.5rem, 4.6vw, 4.7rem) !important;
    line-height: 0.98 !important;
  }

  body.home-page #collections .category-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    justify-content: stretch !important;
    gap: 28px !important;
    width: 100% !important;
    padding: 0 !important;
    overflow: visible !important;
    scroll-snap-type: none !important;
  }

  body.home-page #collections .category-card {
    display: block !important;
    flex: none !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    scroll-snap-align: none !important;
  }

  body.home-page #collections .category-card > img {
    width: 100% !important;
    aspect-ratio: 4 / 5 !important;
  }

  body.home-page #collections .category-card > div {
    padding: 18px 4px 0 !important;
  }

  body.home-page #collections .category-card h3 {
    max-width: 18ch;
    font-size: 1.38rem !important;
    line-height: 1.15 !important;
  }

  body.home-page #collections .category-card__button {
    margin-top: 12px !important;
    font-size: 0.92rem !important;
  }

  body.home-page #representants {
    padding-block: 96px 104px !important;
  }

  body.home-page #representants .team-profiles__heading {
    max-width: 940px !important;
    margin: 0 auto 46px !important;
    text-align: center !important;
  }

  body.home-page #representants .team-profiles__heading h2 {
    max-width: 920px !important;
    margin-inline: auto !important;
    font-size: clamp(3.25rem, 4.25vw, 4.35rem) !important;
    line-height: 1 !important;
  }

  body.home-page #representants .team-profiles__lead {
    max-width: 760px !important;
    margin: 20px auto 0 !important;
  }

  body.home-page #representants .team-grid {
    gap: 24px !important;
    padding: 6px 4px 22px !important;
  }

  body.home-page #representants .team-card,
  body.home-page #representants .team-card--founder {
    flex-basis: var(--home-preview-width) !important;
    width: var(--home-preview-width) !important;
    min-width: var(--home-preview-width) !important;
    max-width: var(--home-preview-width) !important;
  }

  body.home-page #representants .team-card h3 {
    font-size: 1.12rem !important;
    line-height: 1.16 !important;
  }

  body.home-page #representants .team-card__role {
    font-size: 0.84rem !important;
  }

  body.home-page #coulisses {
    padding-block: 92px 98px !important;
  }

  body.home-page #coulisses .behind-scenes__intro {
    max-width: 820px !important;
    margin-bottom: 42px !important;
  }

  body.home-page #coulisses .behind-scenes__intro h2 {
    max-width: 720px !important;
    font-size: clamp(3.5rem, 4.8vw, 4.7rem) !important;
    line-height: 0.98 !important;
  }

  body.home-page #coulisses .behind-scenes__grid {
    gap: 24px !important;
    padding: 6px 4px 22px !important;
  }

  body.home-page #coulisses .behind-card__content h3 {
    font-size: 1.08rem !important;
  }
}

@media (max-width: 1100px) {
  body.home-page #histoire-linda .testimonial-story__feature-copy {
    display: none;
  }
}

@media (min-width: 900px) and (max-width: 1100px) {
  body.home-page {
    --home-preview-width: 220px;
    --home-preview-ratio: 4 / 5;
  }

  body.home-page .site-header .header__inner {
    position: relative;
    width: min(calc(100% - 48px), 1000px) !important;
    min-height: 78px !important;
  }

  body.home-page .site-header .header-actions {
    display: inline-flex !important;
    margin-left: auto !important;
  }

  body.home-page .site-header .nav-toggle,
  body.home-page .site-header .icon-button--whatsapp {
    display: inline-grid !important;
  }

  body.home-page .site-header .header-cta {
    display: none !important;
  }

  body.home-page .site-header .primary-nav {
    position: absolute !important;
    inset: calc(100% + 8px) 0 auto !important;
    z-index: 60 !important;
    display: none !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 6px !important;
    width: 100% !important;
    padding: 14px !important;
    background: #fffdf8 !important;
    border: 1px solid rgba(151, 109, 42, 0.2) !important;
    border-radius: 8px !important;
    box-shadow: 0 22px 54px rgba(31, 25, 18, 0.16) !important;
  }

  body.home-page.nav-open .site-header .primary-nav {
    display: grid !important;
  }

  body.home-page .site-header .primary-nav a {
    min-height: 44px !important;
    padding: 12px 14px !important;
    white-space: nowrap !important;
  }

  body.home-page #equipe.team-section {
    padding-block: 74px 54px !important;
  }

  body.home-page #equipe .brand-manifesto {
    display: block !important;
    grid-template-columns: none !important;
    width: min(calc(100% - 48px), 980px) !important;
    max-width: 980px !important;
    margin: 0 auto 48px !important;
    text-align: center !important;
  }

  body.home-page #equipe .brand-manifesto__title {
    width: 100% !important;
    max-width: 980px !important;
    margin-inline: auto !important;
    font-size: clamp(3.65rem, 7vw, 4.75rem) !important;
    line-height: 0.99 !important;
    text-align: center !important;
  }

  body.home-page #equipe .brand-manifesto__line {
    text-align: center !important;
  }

  body.home-page #equipe .brand-manifesto__line--closing {
    max-width: 17em !important;
    font-size: 0.48em !important;
  }

  body.home-page #equipe .brand-manifesto__signature {
    margin-inline: auto !important;
  }

  body.home-page #equipe .country-presence {
    display: block !important;
    width: min(calc(100% - 48px), 980px) !important;
    margin: 0 auto !important;
  }

  body.home-page #equipe .country-presence__marquee {
    overflow: visible !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }

  body.home-page #equipe .coverage-countries {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    width: 100% !important;
    gap: 10px !important;
    transform: none !important;
    animation: none !important;
  }

  body.home-page #equipe .coverage-countries li[data-coverage-clone="true"] {
    display: none !important;
  }

  body.home-page #histoire-linda .testimonial-story__feature-copy {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 42px;
    color: #fff;
  }

  body.home-page #histoire-linda .testimonial-story__feature-copy .eyebrow {
    color: #d7b464;
  }

  body.home-page #histoire-linda .testimonial-story__feature-copy h3 {
    margin: 14px 0 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 3.2rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 0.98;
  }

  body.home-page #histoire-linda .testimonial-story__feature-copy > p:not(.eyebrow) {
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.74);
    line-height: 1.6;
  }

  body.home-page #histoire-linda .testimonial-story__feature-copy > span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 26px;
    color: #f4e5bd;
    font-weight: 850;
  }

  body.home-page #histoire-linda .testimonial-story--featured {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 350px !important;
    width: min(calc(100% - 48px), 980px) !important;
    max-width: 980px !important;
    min-height: 0 !important;
    overflow: hidden !important;
    color: #fff !important;
    border: 1px solid rgba(194, 151, 72, 0.5) !important;
    border-radius: 8px !important;
    background: #171513 !important;
  }

  body.home-page #histoire-linda .testimonial-story--featured .testimonial-story__trigger {
    grid-column: 2 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
  }

  body.home-page #histoire-linda .testimonial-story--featured .testimonial-story__preview {
    width: 100% !important;
    height: 100% !important;
    min-height: 600px !important;
    aspect-ratio: 9 / 16 !important;
    padding: 0 !important;
    border: 0 !important;
    border-left: 1px solid rgba(194, 151, 72, 0.5) !important;
    border-radius: 0 !important;
  }

  body.home-page #histoire-linda .testimonial-story--featured .testimonial-story__name {
    display: none !important;
  }

  body.home-page #histoire-linda .testimonial-story--featured .testimonial-story__cta {
    right: 18px !important;
    bottom: 18px !important;
    left: 18px !important;
  }

  body.home-page #histoire-linda .testimonial-story__volume {
    right: 18px !important;
    bottom: 72px !important;
  }

  body.home-page #collections .category-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    justify-content: stretch !important;
    gap: 22px !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  body.home-page #collections .category-card {
    flex: none !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  body.home-page #collections .category-card > img {
    width: 100% !important;
    aspect-ratio: 4 / 5 !important;
  }

  body.home-page #collections .category-card h3 {
    font-size: 1.14rem !important;
  }

  body.home-page #representants .team-profiles__heading {
    margin-inline: auto !important;
    text-align: center !important;
  }

  body.home-page #representants .team-profiles__heading h2,
  body.home-page #representants .team-profiles__lead {
    margin-inline: auto !important;
  }

  body.home-page #coulisses .behind-scenes__grid,
  body.home-page #representants .team-grid {
    gap: 22px !important;
  }
}

/* Final four-collection layout overrides legacy three-card positioning. */
body.home-page #collections.collection-entrance-ready .category-card--moment {
  --collection-delay: 0ms;
}

body.home-page #collections.collection-entrance-ready .category-card--acrylique {
  --collection-delay: 140ms;
}

body.home-page #collections.collection-entrance-ready .category-card--carton {
  --collection-delay: 280ms;
}

body.home-page #collections.collection-entrance-ready .category-card--cadeaux {
  --collection-delay: 420ms;
}

body.home-page #collections.collection-entrance-ready:not(.is-collection-arrived) .category-card--moment {
  opacity: 0 !important;
  transform: translate3d(0, 48px, 0) scale(0.97) !important;
}

@media (min-width: 1101px) {
  body.home-page #collections .category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 24px !important;
  }
}

@media (min-width: 641px) and (max-width: 1100px) {
  body.home-page #collections .category-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px !important;
    width: 100% !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  body.home-page #collections .category-card {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }
}

@media (max-width: 640px) {
  body.home-page #collections .category-card--moment {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  body.home-page #collections .category-card--acrylique {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }

  body.home-page #collections .category-card--carton {
    grid-column: 1 !important;
    grid-row: 2 !important;
  }

  body.home-page #collections .category-card--cadeaux {
    grid-column: 2 !important;
    grid-row: 2 !important;
    width: 100% !important;
    justify-self: stretch !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home-page #collections.collection-entrance-ready:not(.is-collection-arrived) .category-card--moment {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Promotion label for the dedicated offers collection. */
body.home-page #collections .category-card--moment {
  position: relative !important;
}

body.home-page #collections .category-card--moment .category-card__promo {
  position: absolute;
  z-index: 3;
  top: 14px;
  left: 14px;
  max-width: calc(100% - 28px);
  padding: 9px 13px;
  color: #fffdf8;
  border: 1px solid rgba(255, 224, 151, 0.9);
  border-radius: 5px;
  background: #b3131f;
  box-shadow: 0 8px 22px rgba(58, 6, 11, 0.3);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  isolation: isolate;
  animation: category-promo-glow 3.4s ease-in-out infinite;
}

body.home-page #collections .category-card--moment .category-card__promo::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -55%;
  left: -32%;
  width: 22%;
  height: 210%;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.22),
    rgba(255, 233, 166, 0.72),
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transform: translate3d(-180%, 0, 0) rotate(14deg);
  animation: category-promo-sheen 3.4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

body.home-page #collections .category-card--moment .category-card__promo::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 5px;
  left: 14px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  pointer-events: none;
  background: #fff9dc;
  box-shadow:
    70px 10px 0 rgba(255, 249, 220, 0.96),
    145px -1px 0 rgba(255, 226, 143, 0.92),
    205px 11px 0 rgba(255, 249, 220, 0.92);
  opacity: 0;
  animation: category-promo-twinkle 3.4s ease-in-out infinite;
}

@keyframes category-promo-glow {
  0%,
  100% {
    box-shadow: 0 8px 22px rgba(58, 6, 11, 0.3);
    filter: brightness(1) saturate(1);
  }

  48%,
  58% {
    box-shadow:
      0 8px 24px rgba(58, 6, 11, 0.34),
      0 0 15px rgba(222, 174, 69, 0.7);
    filter: brightness(1.08) saturate(1.08);
  }
}

@keyframes category-promo-sheen {
  0%,
  36% {
    opacity: 0;
    transform: translate3d(-180%, 0, 0) rotate(14deg);
  }

  46% {
    opacity: 0.9;
  }

  67% {
    opacity: 0;
    transform: translate3d(650%, 0, 0) rotate(14deg);
  }

  100% {
    opacity: 0;
    transform: translate3d(650%, 0, 0) rotate(14deg);
  }
}

@keyframes category-promo-twinkle {
  0%,
  39%,
  70%,
  100% {
    opacity: 0;
    transform: scale(0.6);
  }

  48%,
  57% {
    opacity: 1;
    transform: scale(1.35);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home-page #collections .category-card--moment .category-card__promo {
    animation: none;
  }

  body.home-page #collections .category-card--moment .category-card__promo::before,
  body.home-page #collections .category-card--moment .category-card__promo::after {
    display: none;
  }
}

@media (max-width: 640px) {
  body.home-page #collections .category-card--moment .category-card__promo {
    top: 10px;
    left: 10px;
    max-width: calc(100% - 20px);
    padding: 7px 9px;
    font-size: 0.65rem;
  }
}

/* Concise invitation assurance band below the hero. */
body.home-page #equipe.invitation-assurance {
  padding: 74px 0 66px !important;
  overflow: hidden;
  border-block: 1px solid rgba(157, 109, 27, 0.17);
  background: #fbf9f4;
}

body.home-page #equipe .invitation-assurance__inner {
  width: min(calc(100% - 48px), 1080px);
}

body.home-page #equipe .invitation-assurance__intro {
  display: grid;
  justify-items: center;
  margin: 0 auto 42px;
  text-align: center;
}

body.home-page #equipe .invitation-assurance__intro h2 {
  max-width: 920px;
  margin: 0;
  color: #171513;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: 0;
  text-wrap: balance;
}

body.home-page #equipe .invitation-assurance__divider {
  position: relative;
  display: block;
  width: 156px;
  height: 15px;
  margin: 30px 0 20px;
}

body.home-page #equipe .invitation-assurance__divider::before,
body.home-page #equipe .invitation-assurance__divider::after {
  content: "";
  position: absolute;
  top: 7px;
  width: 64px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #b88936);
}

body.home-page #equipe .invitation-assurance__divider::before {
  left: 0;
}

body.home-page #equipe .invitation-assurance__divider::after {
  right: 0;
  transform: scaleX(-1);
}

body.home-page #equipe .invitation-assurance__divider span {
  position: absolute;
  top: 3px;
  left: 50%;
  width: 9px;
  height: 9px;
  border: 1px solid #b88936;
  background: #fbf9f4;
  transform: translateX(-50%) rotate(45deg);
}

body.home-page #equipe .invitation-assurance__eyebrow {
  margin: 0;
  color: #9d6d1b;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.home-page #equipe .invitation-assurance__features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  border-block: 1px solid rgba(157, 109, 27, 0.2);
}

body.home-page #equipe .invitation-assurance__feature {
  position: relative;
  display: grid;
  align-content: center;
  gap: 8px;
  min-width: 0;
  min-height: 126px;
  margin: 0;
  padding: 22px 28px;
  text-align: center;
}

body.home-page #equipe .invitation-assurance__feature + .invitation-assurance__feature::before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 0;
  width: 1px;
  background: rgba(157, 109, 27, 0.2);
}

body.home-page #equipe .invitation-assurance__feature h3 {
  margin: 0;
  color: #171513;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.home-page #equipe .invitation-assurance__feature p {
  max-width: 27ch;
  margin: 0 auto;
  color: #655f57;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.45;
}

body.home-motion-ready #equipe.home-reveal .invitation-assurance__intro,
body.home-motion-ready #equipe.home-reveal .invitation-assurance__feature {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition: opacity 700ms ease, transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.home-motion-ready #equipe.home-reveal.is-visible .invitation-assurance__intro,
body.home-motion-ready #equipe.home-reveal.is-visible .invitation-assurance__feature {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

body.home-motion-ready #equipe.home-reveal.is-visible .invitation-assurance__feature:nth-child(1) {
  transition-delay: 100ms;
}

body.home-motion-ready #equipe.home-reveal.is-visible .invitation-assurance__feature:nth-child(2) {
  transition-delay: 220ms;
}

body.home-motion-ready #equipe.home-reveal.is-visible .invitation-assurance__feature:nth-child(3) {
  transition-delay: 340ms;
}

@media (max-width: 640px) {
  body.home-page #equipe.invitation-assurance {
    padding: 54px 0 48px !important;
  }

  body.home-page #equipe .invitation-assurance__inner {
    width: min(calc(100% - 28px), 1080px);
  }

  body.home-page #equipe .invitation-assurance__intro {
    margin-bottom: 30px;
  }

  body.home-page #equipe .invitation-assurance__intro h2 {
    max-width: 19ch;
    font-size: 1.72rem;
    line-height: 1.17;
  }

  body.home-page #equipe .invitation-assurance__divider {
    margin: 24px 0 17px;
  }

  body.home-page #equipe .invitation-assurance__features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.home-page #equipe .invitation-assurance__feature {
    gap: 7px;
    min-height: 138px;
    padding: 18px 5px;
  }

  body.home-page #equipe .invitation-assurance__feature + .invitation-assurance__feature::before {
    top: 18px;
    bottom: 18px;
  }

  body.home-page #equipe .invitation-assurance__feature h3 {
    font-size: 0.63rem;
    line-height: 1.22;
    hyphens: auto;
    overflow-wrap: anywhere;
  }

  body.home-page #equipe .invitation-assurance__feature p {
    font-size: 0.68rem;
    line-height: 1.35;
  }
}

@media (max-width: 360px) {
  body.home-page #equipe .invitation-assurance__inner {
    width: min(calc(100% - 16px), 1080px);
  }

  body.home-page #equipe .invitation-assurance__intro h2 {
    font-size: 1.52rem;
  }

  body.home-page #equipe .invitation-assurance__feature {
    min-height: 142px;
    padding-inline: 3px;
  }

  body.home-page #equipe .invitation-assurance__feature h3 {
    font-size: 0.57rem;
  }

  body.home-page #equipe .invitation-assurance__feature p {
    font-size: 0.62rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home-motion-ready #equipe.home-reveal .invitation-assurance__intro,
  body.home-motion-ready #equipe.home-reveal .invitation-assurance__feature {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Scroll-led invitation sequence: the scene stays pinned while each promise appears. */
body.home-page {
  overflow-x: clip !important;
  overflow-y: visible !important;
}

body.home-page #equipe.invitation-assurance--scroll-story {
  height: var(--assurance-track-height, 238svh);
  min-height: var(--assurance-track-height, 238svh);
  padding: 0 !important;
  overflow: visible;
}

body.home-motion-ready #equipe.invitation-assurance--scroll-story.home-reveal,
body.home-motion-ready #equipe.invitation-assurance--scroll-story.home-reveal.is-visible {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  transition: none !important;
  will-change: auto;
}

body.home-page #equipe.invitation-assurance--scroll-story .invitation-assurance__inner {
  position: sticky;
  z-index: 1;
  top: var(--assurance-sticky-top, 0px);
  display: grid;
  align-content: center;
  min-height: calc(100svh - var(--assurance-sticky-top, 0px));
  padding-block: 42px;
}

body.home-page #equipe .invitation-assurance__features {
  position: relative;
}

body.home-page #equipe.invitation-assurance--scroll-story .invitation-assurance__features::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, #b88936, #b3131f);
  transform: scaleX(var(--assurance-progress, 0));
  transform-origin: left center;
  transition: transform 100ms linear;
}

body.home-page #equipe .invitation-assurance__index {
  display: block;
  margin: 0 0 2px;
  color: #a87927;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
}

body.home-motion-ready #equipe.invitation-assurance--scroll-story.home-reveal .invitation-assurance__intro,
body.home-motion-ready #equipe.invitation-assurance--scroll-story.home-reveal.is-visible .invitation-assurance__intro {
  opacity: 1;
  filter: none;
  transform: none;
}

body.home-motion-ready #equipe.invitation-assurance--scroll-story.home-reveal .invitation-assurance__feature,
body.home-motion-ready #equipe.invitation-assurance--scroll-story.home-reveal.is-visible .invitation-assurance__feature {
  opacity: 0.16;
  filter: blur(3px);
  transform: translate3d(0, 18px, 0) scale(0.98);
  transition:
    opacity 620ms ease,
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 700ms ease,
    background-color 500ms ease;
}

body.home-motion-ready #equipe.invitation-assurance--scroll-story .invitation-assurance__feature.is-assurance-visible {
  opacity: 0.68 !important;
  filter: blur(0) !important;
  transform: translate3d(0, 0, 0) scale(1) !important;
}

body.home-motion-ready #equipe.invitation-assurance--scroll-story .invitation-assurance__feature.is-assurance-current {
  opacity: 1 !important;
  background: linear-gradient(180deg, rgba(255, 253, 248, 0), rgba(184, 137, 54, 0.075));
}

body.home-page #equipe.invitation-assurance--scroll-story .invitation-assurance__feature h3,
body.home-page #equipe.invitation-assurance--scroll-story .invitation-assurance__feature .invitation-assurance__index {
  transition: color 500ms ease;
}

body.home-page #equipe.invitation-assurance--scroll-story .invitation-assurance__feature.is-assurance-current h3 {
  color: #9f111a;
}

body.home-page #equipe.invitation-assurance--scroll-story .invitation-assurance__feature.is-assurance-current .invitation-assurance__index {
  color: #b3131f;
}

body.home-motion-ready #equipe.invitation-assurance--scroll-story.is-assurance-complete .invitation-assurance__feature {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
}

body.home-page #equipe.invitation-assurance--static {
  height: auto;
  min-height: 0;
}

body.home-page #equipe.invitation-assurance--static .invitation-assurance__feature {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
}

@media (max-width: 640px) {
  body.home-page #equipe.invitation-assurance--scroll-story .invitation-assurance__inner {
    padding-block: 28px;
  }

  body.home-page #equipe.invitation-assurance--scroll-story .invitation-assurance__intro {
    margin-bottom: 24px;
  }

  body.home-page #equipe .invitation-assurance__index {
    font-size: 0.66rem;
  }
}

@media (prefers-reduced-motion: reduce), (max-height: 560px) {
  body.home-page #equipe.invitation-assurance--scroll-story {
    height: auto;
    min-height: 0;
    padding: 54px 0 48px !important;
  }

  body.home-page #equipe.invitation-assurance--scroll-story .invitation-assurance__inner {
    position: static;
    min-height: 0;
    padding-block: 0;
  }

  body.home-motion-ready #equipe.invitation-assurance--scroll-story .invitation-assurance__feature {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }

  body.home-page #equipe.invitation-assurance--scroll-story .invitation-assurance__features::after {
    transform: scaleX(1);
  }
}

/* Immersive invitation scene. */
body.home-page #equipe.invitation-assurance {
  position: relative;
  color: #fffaf1;
  border-block-color: rgba(211, 171, 91, 0.5);
  background: #1b1114;
}

body.home-page #equipe .invitation-assurance__inner {
  position: relative;
  width: 100% !important;
  max-width: none !important;
  isolation: isolate;
  overflow: hidden;
  background: #1b1114;
}

body.home-page #equipe .invitation-assurance__media {
  position: absolute;
  z-index: -2;
  inset: 0;
  overflow: hidden;
  background: #1b1114;
}

body.home-page #equipe .invitation-assurance__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(24, 13, 17, 0.98) 0%, rgba(24, 13, 17, 0.91) 38%, rgba(24, 13, 17, 0.54) 72%, rgba(24, 13, 17, 0.24) 100%),
    linear-gradient(0deg, rgba(19, 11, 14, 0.98) 0%, rgba(19, 11, 14, 0.3) 47%, rgba(19, 11, 14, 0.3) 100%);
}

body.home-page #equipe .invitation-assurance__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% 47%;
  filter: saturate(0.88) contrast(1.04);
  transform: scale(1.045);
  transition: transform 1200ms cubic-bezier(0.22, 1, 0.36, 1), filter 700ms ease;
}

body.home-page #equipe[data-assurance-step="2"] .invitation-assurance__media img {
  transform: scale(1.085) translate3d(-1.5%, 0, 0);
}

body.home-page #equipe[data-assurance-step="3"] .invitation-assurance__media img,
body.home-page #equipe.is-assurance-complete .invitation-assurance__media img {
  filter: saturate(1) contrast(1.06);
  transform: scale(1.11) translate3d(-2.5%, -0.5%, 0);
}

body.home-page #equipe .invitation-assurance__content {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  width: min(calc(100% - 64px), 1240px);
  min-height: 100%;
  margin-inline: auto;
  padding-block: 64px 54px;
}

body.home-page #equipe .invitation-assurance__intro {
  justify-items: start;
  max-width: 720px;
  margin: 0 0 54px;
  text-align: left;
}

body.home-page #equipe .invitation-assurance__kicker {
  margin: 0 0 18px;
  color: #e4c171;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.home-page #equipe .invitation-assurance__intro h2 {
  max-width: 16ch;
  color: #fffaf1;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.01;
  text-shadow: 0 3px 28px rgba(0, 0, 0, 0.42);
}

body.home-page #equipe .invitation-assurance__intro h2 span {
  color: #e4c171;
  font-style: italic;
}

body.home-page #equipe .invitation-assurance__divider {
  width: 128px;
  margin: 24px 0 17px;
}

body.home-page #equipe .invitation-assurance__divider::before,
body.home-page #equipe .invitation-assurance__divider::after {
  width: 50px;
  background: linear-gradient(90deg, transparent, #e4c171);
}

body.home-page #equipe .invitation-assurance__divider span {
  border-color: #e4c171;
  background: #6d2732;
}

body.home-page #equipe .invitation-assurance__eyebrow {
  color: rgba(255, 250, 241, 0.78);
}

body.home-page #equipe .invitation-assurance__step-readout {
  position: absolute;
  top: 62px;
  right: 0;
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border: 1px solid rgba(228, 193, 113, 0.5);
  color: #fffaf1;
  background: rgba(19, 11, 14, 0.52);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.22);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.9rem;
  line-height: 1;
}

body.home-page #equipe .invitation-assurance__step-readout::before {
  content: "01 / 03";
}

body.home-page #equipe[data-assurance-step="2"] .invitation-assurance__step-readout::before {
  content: "02 / 03";
}

body.home-page #equipe[data-assurance-step="3"] .invitation-assurance__step-readout::before,
body.home-page #equipe.is-assurance-complete .invitation-assurance__step-readout::before {
  content: "03 / 03";
}

body.home-page #equipe .invitation-assurance__features {
  overflow: hidden;
  border: 1px solid rgba(228, 193, 113, 0.34);
  border-radius: 4px;
  background: rgba(18, 12, 14, 0.74);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
}

body.home-page #equipe .invitation-assurance__feature {
  min-height: 152px;
  padding: 26px 24px;
  text-align: left;
}

body.home-page #equipe .invitation-assurance__feature + .invitation-assurance__feature::before {
  top: 20px;
  bottom: 20px;
  background: rgba(228, 193, 113, 0.28);
}

body.home-page #equipe .invitation-assurance__index {
  margin-bottom: 4px;
  color: #e4c171;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0;
}

body.home-page #equipe .invitation-assurance__feature h3 {
  color: #fffaf1;
  font-size: 0.86rem;
}

body.home-page #equipe .invitation-assurance__feature p {
  max-width: 30ch;
  margin: 0;
  color: rgba(255, 250, 241, 0.67);
  font-size: 0.84rem;
}

body.home-motion-ready #equipe.invitation-assurance--scroll-story .invitation-assurance__feature.is-assurance-current {
  background: #fffaf1;
  box-shadow: inset 0 4px 0 #b3131f;
}

body.home-page #equipe.invitation-assurance--scroll-story .invitation-assurance__feature.is-assurance-current h3 {
  color: #8f111b;
}

body.home-page #equipe.invitation-assurance--scroll-story .invitation-assurance__feature.is-assurance-current .invitation-assurance__index {
  color: #a87927;
}

body.home-page #equipe.invitation-assurance--scroll-story .invitation-assurance__feature.is-assurance-current p {
  color: #4f4541;
}

body.home-page #equipe.invitation-assurance--scroll-story .invitation-assurance__features::after {
  z-index: 2;
  right: 1px;
  bottom: 0;
  left: 1px;
  height: 3px;
  background: linear-gradient(90deg, #e4c171, #b3131f);
}

body.home-page #equipe.invitation-assurance--scroll-story .invitation-assurance__inner {
  display: block;
  min-height: calc(100svh - var(--assurance-sticky-top, 0px));
  padding: 0;
}

body.home-page #equipe.invitation-assurance--scroll-story .invitation-assurance__content {
  min-height: calc(100svh - var(--assurance-sticky-top, 0px));
}

body.home-page #equipe.invitation-assurance--static .invitation-assurance__inner {
  min-height: 720px;
}

@media (max-width: 900px) {
  body.home-page #equipe .invitation-assurance__content {
    width: min(calc(100% - 40px), 760px);
    padding-block: 46px 42px;
  }

  body.home-page #equipe .invitation-assurance__intro {
    max-width: 600px;
    margin-bottom: 38px;
  }

  body.home-page #equipe .invitation-assurance__intro h2 {
    max-width: 16ch;
    font-size: 3rem;
  }

  body.home-page #equipe .invitation-assurance__step-readout {
    top: 42px;
    width: 64px;
    height: 64px;
    font-size: 0.75rem;
  }
}

@media (max-width: 640px) {
  body.home-page #equipe .invitation-assurance__media::after {
    background:
      linear-gradient(90deg, rgba(24, 13, 17, 0.96) 0%, rgba(24, 13, 17, 0.78) 58%, rgba(24, 13, 17, 0.43) 100%),
      linear-gradient(0deg, rgba(19, 11, 14, 0.98) 0%, rgba(19, 11, 14, 0.36) 52%, rgba(19, 11, 14, 0.48) 100%);
  }

  body.home-page #equipe .invitation-assurance__media img {
    object-position: 62% 50%;
  }

  body.home-page #equipe .invitation-assurance__content {
    width: min(calc(100% - 28px), 600px);
    padding-block: 34px 30px;
  }

  body.home-page #equipe .invitation-assurance__intro {
    max-width: calc(100% - 58px);
    margin-bottom: 28px;
  }

  body.home-page #equipe .invitation-assurance__kicker {
    margin-bottom: 12px;
    font-size: 0.66rem;
  }

  body.home-page #equipe .invitation-assurance__intro h2 {
    max-width: 15ch;
    font-size: 2.18rem;
    line-height: 1.03;
  }

  body.home-page #equipe .invitation-assurance__divider {
    margin: 18px 0 13px;
  }

  body.home-page #equipe .invitation-assurance__eyebrow {
    font-size: 0.62rem;
  }

  body.home-page #equipe .invitation-assurance__step-readout {
    top: 32px;
    width: 52px;
    height: 52px;
    font-size: 0.62rem;
  }

  body.home-page #equipe .invitation-assurance__feature {
    gap: 7px;
    min-height: 156px;
    padding: 20px 10px;
    text-align: center;
  }

  body.home-page #equipe .invitation-assurance__feature p {
    margin-inline: auto;
    font-size: 0.68rem;
    line-height: 1.35;
  }

  body.home-page #equipe .invitation-assurance__feature h3 {
    font-size: 0.64rem;
    line-height: 1.2;
  }
}

@media (max-width: 360px) {
  body.home-page #equipe .invitation-assurance__content {
    width: min(calc(100% - 20px), 600px);
  }

  body.home-page #equipe .invitation-assurance__intro h2 {
    font-size: 1.9rem;
  }

  body.home-page #equipe .invitation-assurance__feature {
    min-height: 150px;
    padding-inline: 5px;
  }

  body.home-page #equipe .invitation-assurance__feature h3 {
    font-size: 0.56rem;
  }

  body.home-page #equipe .invitation-assurance__feature p {
    font-size: 0.61rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home-page #equipe .invitation-assurance__media img {
    transform: none !important;
    transition: none !important;
  }

  body.home-page #equipe .invitation-assurance__step-readout {
    display: none !important;
  }
}

body.home-page #equipe.invitation-assurance--static .invitation-assurance__step-readout {
  display: none;
}

/* Three commitments over a real wedding scene. */
body.home-page #equipe.invitation-assurance--video {
  position: relative;
  min-height: calc(100svh - 82px);
  padding-block: 0 !important;
  overflow: hidden;
  border-block: 0;
  color: #fffaf1;
  background: #171211;
}

body.home-page #equipe.invitation-assurance--video .invitation-assurance__inner {
  display: grid;
  min-height: calc(100svh - 82px) !important;
  isolation: isolate;
  overflow: hidden;
  background: #171211;
}

body.home-page #equipe.invitation-assurance--video .invitation-assurance__media {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: #171211 url("assets/videos/three-commitments-wedding-poster.jpg") center 46% / cover no-repeat;
}

body.home-page #equipe.invitation-assurance--video .invitation-assurance__media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
  filter: saturate(0.9) contrast(1.04);
  transform: scale(1.015);
}

body.home-page #equipe.invitation-assurance--video .invitation-assurance__media::after {
  background:
    linear-gradient(180deg, rgba(18, 12, 12, 0.22) 0%, rgba(18, 12, 12, 0.14) 34%, rgba(18, 12, 12, 0.82) 100%),
    linear-gradient(90deg, rgba(18, 12, 12, 0.7) 0%, rgba(18, 12, 12, 0.18) 66%, rgba(18, 12, 12, 0.28) 100%);
}

body.home-page #equipe.invitation-assurance--video .invitation-assurance__content {
  position: relative;
  z-index: 1;
  align-content: end;
  width: min(calc(100% - 64px), 1240px);
  min-height: calc(100svh - 82px);
  padding: 92px 0 54px;
}

body.home-page #equipe.invitation-assurance--video .invitation-assurance__intro {
  display: block;
  max-width: 760px;
  margin: 0 0 34px;
  text-align: left;
}

body.home-page #equipe.invitation-assurance--video .invitation-assurance__intro h2 {
  max-width: 12ch;
  margin: 0;
  color: #ffffff;
  font-size: clamp(3.5rem, 7vw, 6.8rem);
  font-weight: 500;
  line-height: 0.96;
  text-wrap: balance;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.46);
}

body.home-page #equipe.invitation-assurance--video .invitation-assurance__features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(255, 240, 202, 0.42);
  border-radius: 4px;
  background: rgba(20, 14, 14, 0.66);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
}

body.home-page #equipe.invitation-assurance--video .invitation-assurance__feature {
  display: grid;
  align-content: center;
  gap: 8px;
  min-height: 150px;
  padding: 26px 28px;
  text-align: left;
}

body.home-page #equipe.invitation-assurance--video .invitation-assurance__feature + .invitation-assurance__feature::before {
  top: 24px;
  bottom: 24px;
  background: rgba(255, 240, 202, 0.3);
}

body.home-page #equipe.invitation-assurance--video .invitation-assurance__index {
  margin: 0;
  color: #f2cf7e;
  font-size: 0.7rem;
}

body.home-page #equipe.invitation-assurance--video .invitation-assurance__feature h3 {
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1.25;
}

body.home-page #equipe.invitation-assurance--video .invitation-assurance__feature p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.84rem;
  line-height: 1.45;
}

@media (max-width: 640px) {
  body.home-page #equipe.invitation-assurance--video .invitation-assurance__media {
    background-image: url("assets/videos/three-commitments-wedding-mobile-poster.jpg");
    background-position: center 42%;
  }

  body.home-page #equipe.invitation-assurance--video,
  body.home-page #equipe.invitation-assurance--video .invitation-assurance__inner,
  body.home-page #equipe.invitation-assurance--video .invitation-assurance__content {
    min-height: calc(100svh - 77px) !important;
  }

  body.home-page #equipe.invitation-assurance--video .invitation-assurance__media video {
    object-position: center 42%;
    transform: none;
  }

  body.home-page #equipe.invitation-assurance--video .invitation-assurance__media::after {
    background:
      linear-gradient(180deg, rgba(18, 12, 12, 0.16) 0%, rgba(18, 12, 12, 0.2) 34%, rgba(18, 12, 12, 0.9) 100%),
      linear-gradient(90deg, rgba(18, 12, 12, 0.42), rgba(18, 12, 12, 0.16));
  }

  body.home-page #equipe.invitation-assurance--video .invitation-assurance__content {
    width: calc(100% - 28px);
    padding: 44px 0 24px;
  }

  body.home-page #equipe.invitation-assurance--video .invitation-assurance__intro {
    max-width: 100%;
    margin-bottom: 24px;
  }

  body.home-page #equipe.invitation-assurance--video .invitation-assurance__intro h2 {
    max-width: 10ch;
    font-size: clamp(2.55rem, 12vw, 4.4rem);
    line-height: 0.98;
  }

  body.home-page #equipe.invitation-assurance--video .invitation-assurance__feature {
    gap: 6px;
    min-height: 142px;
    padding: 18px 10px;
    text-align: center;
  }

  body.home-page #equipe.invitation-assurance--video .invitation-assurance__feature h3 {
    font-size: clamp(0.62rem, 2.3vw, 0.78rem);
    line-height: 1.22;
  }

  body.home-page #equipe.invitation-assurance--video .invitation-assurance__feature p {
    margin-inline: auto;
    font-size: clamp(0.58rem, 2.05vw, 0.7rem);
    line-height: 1.35;
  }
}

@media (max-width: 360px) {
  body.home-page #equipe.invitation-assurance--video .invitation-assurance__content {
    width: calc(100% - 20px);
  }

  body.home-page #equipe.invitation-assurance--video .invitation-assurance__feature {
    min-height: 136px;
    padding-inline: 5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home-page #equipe.invitation-assurance--video .invitation-assurance__media video {
    display: none;
  }
}

/* Linda's real testimonial becomes a full-bleed scene, like the home hero. */
body.home-page #histoire-linda {
  overflow-x: clip;
}

body.home-page #histoire-linda .testimonial-story--featured {
  position: relative !important;
  display: block !important;
  flex: none !important;
  width: 100vw !important;
  min-width: 100vw !important;
  max-width: none !important;
  height: calc(100svh - 82px) !important;
  min-height: 560px !important;
  margin: 0 0 42px calc(50% - 50vw) !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #171513 !important;
  box-shadow: none !important;
}

body.home-page #histoire-linda .testimonial-story--featured .testimonial-story__feature-copy {
  display: none !important;
}

body.home-page #histoire-linda .testimonial-story--featured .testimonial-story__trigger {
  position: absolute !important;
  z-index: 1;
  inset: 0;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.home-page #histoire-linda .testimonial-story--featured .testimonial-story__preview {
  position: absolute !important;
  inset: 0;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #171513 !important;
  box-shadow: none !important;
}

body.home-page #histoire-linda .testimonial-story--featured .testimonial-story__preview::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(13, 10, 9, 0.08) 42%, rgba(13, 10, 9, 0.72) 100%);
}

body.home-page #histoire-linda .testimonial-story--featured .testimonial-story__preview-video {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center 44% !important;
  border-radius: 0 !important;
}

body.home-page #histoire-linda .testimonial-story--featured .testimonial-story__flag {
  z-index: 3;
  top: 24px !important;
  right: 24px !important;
}

body.home-page #histoire-linda .testimonial-story--featured .testimonial-story__cta {
  z-index: 3;
  right: auto !important;
  bottom: 28px !important;
  left: 28px !important;
  width: auto !important;
  min-width: 188px !important;
}

body.home-page #histoire-linda .testimonial-story--featured .testimonial-story__name {
  display: none !important;
}

body.home-page #histoire-linda .testimonial-story--featured .testimonial-story__volume {
  z-index: 4;
  right: 28px !important;
  bottom: 28px !important;
}

@media (max-width: 640px) {
  body.home-page #histoire-linda .testimonial-story--featured {
    width: 100vw !important;
    min-width: 100vw !important;
    height: calc(100svh - 77px) !important;
    min-height: 520px !important;
    margin: 0 0 32px calc(50% - 50vw) !important;
  }

  body.home-page #histoire-linda .testimonial-story--featured .testimonial-story__flag {
    top: 16px !important;
    right: 16px !important;
  }

  body.home-page #histoire-linda .testimonial-story--featured .testimonial-story__cta {
    bottom: 16px !important;
    left: 16px !important;
    min-width: 160px !important;
  }

  body.home-page #histoire-linda .testimonial-story--featured .testimonial-story__volume {
    right: 16px !important;
    bottom: 16px !important;
  }
}

@media (max-width: 380px) {
  body.home-page #histoire-linda .testimonial-story--featured .testimonial-story__volume {
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
  }

  body.home-page #histoire-linda .testimonial-story--featured .testimonial-story__volume span {
    display: none !important;
  }
}

@media (max-height: 600px) {
  body.home-page #histoire-linda .testimonial-story--featured {
    min-height: 0 !important;
  }
}

/* CRO 2026-07-20: parcours d’achat clair et recadrage desktop/mobile. */
body.home-page main > .section {
  scroll-margin-top: 96px;
}

body.home-page .container {
  width: min(100% - 48px, 1240px);
  margin-inline: auto;
}

.header-models-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid #a51622;
  color: #8f1619;
  background: #fff;
  font-weight: 800;
  text-decoration: none;
}

body.home-page .hero__inner {
  width: min(100% - 48px, 1240px);
}

body.home-page .hero__proof strong {
  font-size: 1.45rem;
}

body.home-page #collections {
  padding-block: 76px;
  background: #fff;
}

body.home-page #collections .section-heading {
  margin-bottom: 28px;
}

body.home-page #collections .category-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 20px !important;
  overflow: visible !important;
}

body.home-page #collections .category-card {
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  border-radius: 6px !important;
  overflow: hidden;
  background: #fff;
}

body.home-page #collections .category-card > img {
  width: 100% !important;
  aspect-ratio: 4 / 5 !important;
  height: auto !important;
  object-fit: cover !important;
}

body.home-page #collections .category-card > div {
  padding: 16px 4px 8px !important;
}

body.home-page #collections .category-card h3 {
  min-height: 2.6em;
  margin: 0 0 8px;
  font-size: 1.2rem !important;
  line-height: 1.25;
}

.category-card__price {
  margin: 0 0 10px;
  color: #a51622;
  font-size: 0.98rem;
  font-weight: 900;
}

body.home-page #collections.collection-entrance-ready:not(.is-collection-arrived) .category-card {
  opacity: 0.15 !important;
  transform: translateY(24px) !important;
}

body.home-page #collections.collection-entrance-ready.is-collection-arrived .category-card {
  opacity: 1 !important;
  transform: none !important;
  transition: opacity 560ms ease, transform 560ms ease !important;
}

body.home-page #collections.collection-entrance-ready.is-collection-arrived .category-card:nth-child(2) { transition-delay: 90ms !important; }
body.home-page #collections.collection-entrance-ready.is-collection-arrived .category-card:nth-child(3) { transition-delay: 180ms !important; }
body.home-page #collections.collection-entrance-ready.is-collection-arrived .category-card:nth-child(4) { transition-delay: 270ms !important; }

.order-journey {
  padding-block: 84px;
  background: #f6f2eb;
}

.order-journey .section-heading--split {
  align-items: end;
  gap: 48px;
}

.order-journey .section-heading--split > p {
  max-width: 480px;
}

.order-journey__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 44px 0 0;
  padding: 0;
  border-top: 1px solid #cbbfae;
  list-style: none;
}

.order-journey__steps li {
  min-height: 230px;
  padding: 28px 28px 30px 0;
  border-bottom: 1px solid #cbbfae;
}

.order-journey__steps li:not(:nth-child(3n + 1)) {
  padding-left: 28px;
  border-left: 1px solid #cbbfae;
}

.order-journey__steps span,
.payment-confidence__checks li::marker {
  color: #a27125;
  font-weight: 900;
}

.order-journey__steps h3 {
  margin: 32px 0 10px;
  font-size: 1.35rem;
}

.order-journey__steps p {
  margin: 0;
  color: #625d55;
  line-height: 1.65;
}

.order-journey__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.order-journey__urgent {
  margin: 24px 0 0;
  padding: 16px 18px;
  border-left: 4px solid #a51622;
  background: #fff;
}

.payment-confidence {
  padding-block: 84px;
  color: #fff;
  background: #171513;
}

.payment-confidence__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.35fr);
  gap: 38px 72px;
}

.payment-confidence .eyebrow,
.payment-confidence a {
  color: #e2bf77;
}

.payment-confidence h2 {
  max-width: 620px;
  margin: 8px 0 20px;
  color: #fff;
  font-size: 3rem;
  line-height: 1.08;
}

.payment-confidence__intro > p:last-child,
.payment-confidence__checks span,
.payment-confidence__note p {
  color: #d6d0c8;
  line-height: 1.65;
}

.payment-confidence__checks {
  margin: 0;
  padding-left: 24px;
}

.payment-confidence__checks li {
  padding: 0 0 20px 8px;
  border-bottom: 1px solid #45413c;
}

.payment-confidence__checks li + li {
  margin-top: 20px;
}

.payment-confidence__checks strong,
.payment-confidence__checks span {
  display: block;
}

.payment-confidence__checks strong {
  margin-bottom: 5px;
  font-size: 1.1rem;
}

.payment-confidence__note {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 180px 1fr auto;
  align-items: center;
  gap: 22px;
  padding-top: 24px;
  border-top: 1px solid #766e64;
}

.payment-confidence__note p {
  margin: 0;
}

body.home-page #representants .team-grid {
  display: grid !important;
  grid-auto-flow: column;
  grid-auto-columns: minmax(286px, 320px);
  grid-template-columns: none !important;
  gap: 20px;
  overflow-x: auto !important;
  padding: 4px 0 18px;
  scroll-snap-type: x mandatory;
  scrollbar-color: #a51622 #e9e2d8;
}

body.home-page #representants .team-card {
  width: auto !important;
  min-width: 0 !important;
  scroll-snap-align: start;
}

body.home-page #representants .team-card__portrait {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4 / 5 !important;
  object-fit: cover !important;
  object-position: center top !important;
}

body.home-page #representants .team-card__body > blockquote {
  display: none;
}

body.home-page .trust-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 980px) {
  body.home-page #collections .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .order-journey__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .order-journey__steps li:not(:nth-child(3n + 1)) {
    padding-left: 0;
    border-left: 0;
  }

  .order-journey__steps li:nth-child(even) {
    padding-left: 24px;
    border-left: 1px solid #cbbfae;
  }

  .payment-confidence__layout {
    grid-template-columns: 1fr;
  }

  .payment-confidence__note {
    grid-column: 1;
    grid-template-columns: 1fr;
  }

  body.home-page .trust-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body.home-page .container,
  body.home-page .hero__inner {
    width: min(100% - 32px, 1240px);
  }

  .header-models-link {
    display: none;
  }

  body.home-page #collections,
  .order-journey,
  .payment-confidence {
    padding-block: 56px;
  }

  body.home-page #collections .category-grid {
    gap: 12px !important;
  }

  body.home-page #collections .category-card h3 {
    min-height: 3.6em;
    font-size: 1rem !important;
  }

  body.home-page #collections .category-card > div {
    padding-top: 12px !important;
  }

  .category-card__price,
  body.home-page #collections .category-card__button {
    font-size: 0.82rem !important;
  }

  .order-journey .section-heading--split {
    display: block;
  }

  .order-journey__steps {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(78vw, 320px);
    grid-template-columns: none;
    gap: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .order-journey__steps li,
  .order-journey__steps li:nth-child(even),
  .order-journey__steps li:not(:nth-child(3n + 1)) {
    min-height: 260px;
    padding: 24px;
    border-right: 1px solid #cbbfae;
    border-left: 0;
    scroll-snap-align: start;
  }

  .order-journey__steps h3 {
    margin-top: 42px;
  }

  .order-journey__actions {
    display: grid;
  }

  .payment-confidence h2 {
    font-size: 2.25rem;
  }

  body.home-page .trust-list {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home-page #collections.collection-entrance-ready:not(.is-collection-arrived) .category-card,
  body.home-page #collections.collection-entrance-ready.is-collection-arrived .category-card {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
