:root {
  --dm-arr-bg: #080811;
  --dm-arr-text: #f6f3ff;
  --dm-arr-line: rgba(255, 255, 255, 0.08);
  --dm-arr-accent: rgba(109, 53, 244, 0.3);
  --dm-arr-accent-soft: rgba(181, 159, 255, 0.2);
  --dm-arr-surface: rgba(14, 11, 27, 0.78);
  --dm-arr-shadow: 0 36px 90px rgba(7, 5, 18, 0.42);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  overflow: hidden;
}

body.dm-arrivage-body {
  margin: 0;
  min-height: 100svh;
  font-family: "Lexend", sans-serif;
  color: var(--dm-arr-text);
  background:
    radial-gradient(circle at top, rgba(109, 53, 244, 0.18), transparent 28%),
    linear-gradient(180deg, #090911 0%, #0b0c15 46%, #07070d 100%);
}

.dm-arrivage-site {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
}

.dm-arrivage-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.dm-arrivage-bg__gradient,
.dm-arrivage-bg__mesh,
.dm-arrivage-bg__orb {
  position: absolute;
  inset: 0;
}

.dm-arrivage-bg__gradient {
  background:
    radial-gradient(circle at 18% 18%, rgba(109, 53, 244, 0.18), transparent 24%),
    radial-gradient(circle at 82% 72%, rgba(181, 159, 255, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(10, 10, 18, 0.42), rgba(10, 10, 18, 0.9));
}

.dm-arrivage-bg__mesh {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: radial-gradient(circle at 50% 30%, #000 26%, transparent 78%);
}

.dm-arrivage-bg__orb {
  filter: blur(90px);
  opacity: 0.48;
}

.dm-arrivage-bg__orb--one {
  inset: 10% auto auto -8%;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(109, 53, 244, 0.38);
}

.dm-arrivage-bg__orb--two {
  inset: auto -10% 10% auto;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(181, 159, 255, 0.2);
}

.dm-arrivage-hero {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100svh;
  padding: 24px;
}

.dm-arrivage-hero__inner {
  position: relative;
  width: min(100%, 1180px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.dm-arrivage-aura {
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(66vw, 760px);
  height: min(66vw, 760px);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(109, 53, 244, 0.18), rgba(109, 53, 244, 0.04) 44%, transparent 70%);
  transform: translate(-50%, -50%);
  filter: blur(10px);
}

.dm-arrivage-card {
  position: relative;
  width: min(100%, 760px);
  padding: clamp(28px, 5vw, 54px);
  text-align: center;
  border: 1px solid var(--dm-arr-line);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(16, 13, 32, 0.92) 0%, rgba(12, 10, 24, 0.82) 100%);
  box-shadow:
    var(--dm-arr-shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(22px);
  overflow: hidden;
}

.dm-arrivage-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.08), transparent 18%),
    linear-gradient(135deg, rgba(109, 53, 244, 0.14), transparent 36%);
  pointer-events: none;
}

.dm-arrivage-mark {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 40px rgba(7, 5, 18, 0.28);
}

.dm-arrivage-mark img {
  width: 38px;
}

.dm-arrivage-brand,
.dm-arrivage-eyebrow,
.dm-arrivage-title,
.dm-arrivage-copy,
.dm-arrivage-status,
.dm-arrivage-caption {
  position: relative;
  z-index: 1;
}

.dm-arrivage-brand {
  display: flex;
  justify-content: center;
  margin-bottom: 26px;
}

.dm-arrivage-brand__logo {
  width: clamp(152px, 22vw, 208px);
}

.dm-arrivage-eyebrow {
  margin: 0 0 18px;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(214, 196, 255, 0.72);
}

.dm-arrivage-title {
  margin: 0;
  font-size: clamp(3rem, 8.2vw, 6rem);
  line-height: 0.9;
  letter-spacing: -0.08em;
  text-wrap: balance;
}

.dm-arrivage-title span {
  display: block;
}

.dm-arrivage-copy {
  width: min(100%, 34ch);
  margin: 24px auto 0;
  font-size: clamp(0.98rem, 2.2vw, 1.08rem);
  line-height: 1.7;
  color: rgba(229, 219, 255, 0.8);
  text-wrap: balance;
}

.dm-arrivage-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(223, 210, 255, 0.14);
  background:
    linear-gradient(160deg, rgba(31, 18, 69, 0.96) 0%, rgba(52, 27, 122, 0.92) 48%, rgba(105, 54, 232, 0.78) 100%);
  box-shadow:
    0 24px 42px rgba(21, 10, 51, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.dm-arrivage-status__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d7c6ff;
  box-shadow: 0 0 18px rgba(215, 198, 255, 0.8);
}

.dm-arrivage-caption {
  margin: 18px 0 0;
  font-size: 0.84rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(214, 196, 255, 0.56);
}

@media (prefers-reduced-motion: reduce) {
  .dm-arrivage-card,
  .dm-arrivage-aura {
    transition: none;
    animation: none;
  }
}

@media (max-width: 767px) {
  .dm-arrivage-hero {
    padding: 18px;
  }

  .dm-arrivage-card {
    border-radius: 28px;
    padding: 26px 20px 24px;
  }

  .dm-arrivage-mark {
    width: 72px;
    height: 72px;
    margin-bottom: 20px;
  }

  .dm-arrivage-mark img {
    width: 32px;
  }

  .dm-arrivage-brand {
    margin-bottom: 22px;
  }

  .dm-arrivage-title {
    font-size: clamp(2.6rem, 13vw, 4rem);
  }

  .dm-arrivage-copy {
    width: min(100%, 28ch);
  }
}
