
/* ==========================================================
   PAGE ACTIVE — NEUTRALISATION HUEMAN SANS CHANGER PAGE-ID
   La classe est ajoutée uniquement lorsque [magicworld_seuil]
   est réellement présent dans la page.
   ========================================================== */
html:has(body.mw-seuil-page-active),
body.mw-seuil-page-active {
  background: #020812 !important;
  margin: 0 !important;
  max-width: 100% !important;
  overflow-x: clip !important;
  padding: 0 !important;
}

body.mw-seuil-page-active #header,
body.mw-seuil-page-active header#header,
body.mw-seuil-page-active .site-header,
body.mw-seuil-page-active #nav-topbar,
body.mw-seuil-page-active #nav-header,
body.mw-seuil-page-active .page-title,
body.mw-seuil-page-active .page-header,
body.mw-seuil-page-active .entry-header,
body.mw-seuil-page-active .entry-title,
body.mw-seuil-page-active .sidebar,
body.mw-seuil-page-active .sidebar.s1,
body.mw-seuil-page-active .sidebar.s2,
body.mw-seuil-page-active #sidebar,
body.mw-seuil-page-active #sidebar-1,
body.mw-seuil-page-active #sidebar-2,
body.mw-seuil-page-active #nav-footer,
body.mw-seuil-page-active #footer,
body.mw-seuil-page-active footer#footer,
body.mw-seuil-page-active #footer-bottom,
body.mw-seuil-page-active .site-footer {
  display: none !important;
}

body.mw-seuil-page-active #wrapper,
body.mw-seuil-page-active #page,
body.mw-seuil-page-active #page > .container,
body.mw-seuil-page-active #page > .container-inner,
body.mw-seuil-page-active #page > .container > .container-inner,
body.mw-seuil-page-active .main,
body.mw-seuil-page-active .main-inner,
body.mw-seuil-page-active .main > .container,
body.mw-seuil-page-active .main > .container-inner,
body.mw-seuil-page-active .content,
body.mw-seuil-page-active .content-inner,
body.mw-seuil-page-active .content-area,
body.mw-seuil-page-active .site-content,
body.mw-seuil-page-active .site-main,
body.mw-seuil-page-active article.page,
body.mw-seuil-page-active article,
body.mw-seuil-page-active .post-inner,
body.mw-seuil-page-active .entry,
body.mw-seuil-page-active .entry-inner {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  float: none !important;
  margin: 0 !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

body.mw-seuil-page-active .mw-shell {
  display: block !important;
  margin: 0 !important;
  max-width: none !important;
  min-height: 100svh !important;
  overflow-x: clip !important;
  padding: 0 !important;
  position: relative !important;
  width: 100% !important;
}

/* MagicWorld — Le Seuil 3.3 · responsive renforcé pour WordPress / Hueman */
.mw-shell { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); max-width: none; width: 100vw; line-height: normal; }
.mw-shell, .mw-shell * { box-sizing: border-box; }
.mw-shell [hidden] { display: none !important; }
.mw-shell .modal-backdrop { opacity: 0; transition: opacity 180ms ease; }
.mw-shell .modal-backdrop.visible { opacity: 1; }
.mw-shell {
  --night: #020711;
  --night-soft: #061426;
  --deep-blue: #073d72;
  --aether: #55dbff;
  --aether-soft: #b5f3ff;
  --gold: #f4be5b;
  --gold-light: #fff0b2;
  --white: #fbfdff;
  --muted: #aabacf;
  --line: rgba(197, 225, 255, 0.14);
  --glass: rgba(4, 14, 29, 0.68);
}

.mw-shell * {
  box-sizing: border-box;
}

.mw-shell {
  scroll-behavior: smooth;
}

.mw-shell {
  margin: 0;
  background: var(--night);
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
}

.mw-shell button,
.mw-shell input {
  font: inherit;
}

.mw-shell button,
.mw-shell a {
  -webkit-tap-highlight-color: transparent;
}

.mw-shell a {
  color: inherit;
  text-decoration: none;
}

.mw-shell .mw-page {
  background:
    radial-gradient(circle at 80% 32%, rgba(24, 155, 215, 0.11), transparent 30rem),
    linear-gradient(180deg, #020711 0%, #061426 50%, #020711 100%);
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

.mw-shell .mw-nav {
  align-items: center;
  display: flex;
  height: 90px;
  justify-content: space-between;
  left: 0;
  margin: auto;
  max-width: 1520px;
  padding: 0 54px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 30;
}

.mw-shell .brand {
  align-items: center;
  display: inline-flex;
  gap: 13px;
}

.mw-shell .brand > img {
  border: 1px solid rgba(244, 190, 91, 0.46);
  border-radius: 50%;
  box-shadow: 0 0 28px rgba(53, 196, 255, 0.28);
  height: 47px;
  object-fit: cover;
  width: 47px;
}

.mw-shell .brand-copy {
  display: flex;
  flex-direction: column;
}

.mw-shell .brand-copy strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  letter-spacing: 0.13em;
}

.mw-shell .brand-copy small {
  color: var(--gold-light);
  font-size: 7px;
  letter-spacing: 0.2em;
  margin-top: 3px;
}

.mw-shell .mw-nav nav {
  backdrop-filter: blur(18px);
  background: rgba(1, 8, 17, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  display: flex;
  gap: 8px;
  padding: 7px;
}

.mw-shell .mw-nav nav a {
  border-radius: 999px;
  color: #d1dbe9;
  font-size: 13px;
  padding: 9px 14px;
  transition: background 180ms ease, color 180ms ease;
}

.mw-shell .mw-nav nav a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: white;
}

.mw-shell .nav-cta,
.mw-shell .button {
  align-items: center;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  min-height: 52px;
  padding: 0 25px;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.mw-shell .nav-cta {
  backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: white;
  font-size: 13px;
  min-height: 42px;
  padding: 0 19px;
}

.mw-shell .nav-cta:hover,
.mw-shell .button:hover {
  transform: translateY(-2px);
}

.mw-shell .button-primary {
  background: linear-gradient(120deg, #fff0b5, #df9f35 82%);
  box-shadow:
    0 16px 45px rgba(219, 151, 43, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  color: #101019;
  font-weight: 800;
}

.mw-shell .button-primary:hover {
  box-shadow:
    0 22px 58px rgba(219, 151, 43, 0.43),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.mw-shell .mwseuil-success-link {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
}

.mw-shell .button-secondary {
  backdrop-filter: blur(16px);
  background: rgba(3, 13, 28, 0.55);
  border: 1px solid rgba(196, 235, 255, 0.25);
  color: white;
  gap: 10px;
}

.mw-shell .play-mini {
  color: var(--gold-light);
  font-size: 11px;
}

.mw-shell .eyebrow {
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.29em;
  margin: 0 0 22px;
  text-transform: uppercase;
}

.mw-shell .hero {
  --mw-poster: none;
  align-items: center;
  background-image: var(--mw-poster);
  background-position: center;
  background-size: cover;
  display: flex;
  min-height: 100svh;
  overflow: hidden;
  padding: 140px max(7vw, 52px) 110px;
  position: relative;
}

.mw-shell .hero-video {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.mw-shell .hero-veil {
  background:
    linear-gradient(90deg, rgba(1, 7, 15, 0.96) 0%, rgba(1, 8, 17, 0.86) 33%, rgba(2, 11, 22, 0.32) 63%, rgba(1, 6, 13, 0.16) 100%),
    linear-gradient(180deg, rgba(0, 4, 10, 0.5), transparent 30%, transparent 67%, #020711 100%);
  inset: 0;
  position: absolute;
  z-index: 1;
}

.mw-shell .hero-stars {
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.78) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(117, 224, 255, 0.92) 0 1px, transparent 1.7px);
  background-position: 0 0, 29px 18px;
  background-size: 88px 88px, 139px 139px;
  inset: 0;
  mask-image: linear-gradient(90deg, transparent 25%, black);
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.mw-shell .hero-copy {
  max-width: 760px;
  position: relative;
  z-index: 5;
}

.mw-shell .hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.1rem, 6.5vw, 7.3rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.92;
  margin: 0;
  max-width: 900px;
  text-shadow: 0 4px 45px rgba(0, 0, 0, 0.48);
}

.mw-shell .hero h1 span {
  background: linear-gradient(108deg, #fff4c9, #efb64e 74%, #8de7ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.mw-shell .hero-lead {
  color: #d9e5f2;
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.72;
  margin: 32px 0 0;
  max-width: 700px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.7);
}

.mw-shell .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.mw-shell .microcopy {
  color: #a9bdd0;
  font-size: 12px;
  margin: 18px 0 0;
}

.mw-shell .hero-sigil {
  height: min(46vw, 710px);
  position: absolute;
  right: -7vw;
  top: 52%;
  transform: translateY(-50%);
  width: min(46vw, 710px);
  z-index: 3;
}

.mw-shell .sigil-ring,
.mw-shell .sigil-core {
  border-radius: 50%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.mw-shell .sigil-ring-one {
  animation: spin 34s linear infinite;
  border: 1px solid rgba(137, 231, 255, 0.43);
  box-shadow:
    0 0 65px rgba(43, 207, 255, 0.17),
    inset 0 0 48px rgba(242, 181, 68, 0.1);
  height: 74%;
  width: 74%;
}

.mw-shell .sigil-ring-one::after,
.mw-shell .sigil-ring-one::before {
  border: 1px solid rgba(246, 194, 92, 0.38);
  border-radius: 50%;
  content: "";
  inset: 7%;
  position: absolute;
}

.mw-shell .sigil-ring-one::after {
  border-style: dashed;
  inset: 18%;
}

.mw-shell .sigil-ring-two {
  animation: spin-reverse 24s linear infinite;
  border: 1px dashed rgba(255, 224, 144, 0.48);
  height: 52%;
  width: 52%;
}

.mw-shell .sigil-core {
  animation: pulse 4.6s ease-in-out infinite;
  background:
    radial-gradient(circle, rgba(255, 249, 215, 0.96), rgba(85, 217, 255, 0.5) 18%, rgba(18, 88, 160, 0.24) 43%, transparent 67%);
  filter: blur(1px);
  height: 48%;
  width: 48%;
}

@keyframes spin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes spin-reverse {
  to { transform: translate(-50%, -50%) rotate(-360deg); }
}

@keyframes pulse {
  50% { filter: brightness(1.35); transform: translate(-50%, -50%) scale(1.08); }
}

.mw-shell .launch-badge {
  backdrop-filter: blur(16px);
  background: rgba(2, 11, 22, 0.58);
  border: 1px solid rgba(255, 226, 145, 0.3);
  border-radius: 18px;
  bottom: 46px;
  display: flex;
  flex-direction: column;
  padding: 16px 22px;
  position: absolute;
  right: max(5vw, 40px);
  text-align: right;
  z-index: 5;
}

.mw-shell .launch-badge span,
.mw-shell .launch-badge small {
  color: #bed1e2;
  font-size: 8px;
  letter-spacing: 0.22em;
}

.mw-shell .launch-badge strong {
  color: var(--gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  letter-spacing: 0.08em;
  margin: 5px 0;
}

.mw-shell .scroll-cue {
  bottom: 27px;
  height: 38px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 22px;
  z-index: 8;
}

.mw-shell .scroll-cue::before {
  border: 1px solid rgba(255, 255, 255, 0.39);
  border-radius: 18px;
  content: "";
  inset: 0;
  position: absolute;
}

.mw-shell .scroll-cue span {
  animation: scroll 1.7s infinite;
  background: var(--gold);
  border-radius: 50%;
  height: 4px;
  left: 9px;
  position: absolute;
  top: 8px;
  width: 4px;
}

@keyframes scroll {
  0% { opacity: 0; transform: translateY(0); }
  30% { opacity: 1; }
  100% { opacity: 0; transform: translateY(15px); }
}

.mw-shell .countdown-section {
  align-items: center;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 60px;
  grid-template-columns: 0.9fr 1.1fr;
  margin: auto;
  max-width: 1440px;
  padding: 80px 54px;
}

.mw-shell .countdown-copy h2,
.mw-shell .section-heading h2,
.mw-shell .realm-copy h2,
.mw-shell .hero-truth h2,
.mw-shell .threshold h2,
.mw-shell .final-cta h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.mw-shell .countdown-copy h2 {
  font-size: clamp(2.2rem, 3.5vw, 3.9rem);
  line-height: 1;
  margin: 0;
}

.mw-shell .countdown-copy > p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.65;
  max-width: 520px;
}

.mw-shell .countdown {
  display: flex;
  justify-content: flex-end;
}

.mw-shell .time-unit {
  border-left: 1px solid var(--line);
  flex: 1;
  max-width: 170px;
  min-width: 105px;
  padding: 0 22px;
  text-align: center;
}

.mw-shell .time-unit:last-child {
  border-right: 1px solid var(--line);
}

.mw-shell .time-unit strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.5vw, 3.9rem);
  font-weight: 400;
}

.mw-shell .time-unit span {
  color: #8296aa;
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.mw-shell .universe,
.mw-shell .experience,
.mw-shell .faq {
  padding: 145px max(5vw, 42px);
}

.mw-shell .section-heading {
  margin: auto;
  max-width: 980px;
  text-align: center;
}

.mw-shell .section-heading h2 {
  font-size: clamp(2.8rem, 5vw, 5.4rem);
  line-height: 1.02;
  margin: 0;
}

.mw-shell .section-heading > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
  margin: 28px auto 0;
  max-width: 760px;
}

.mw-shell .world-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  margin: 70px auto 0;
  max-width: 1260px;
}

.mw-shell .world-card {
  background:
    linear-gradient(145deg, rgba(18, 52, 83, 0.6), rgba(3, 12, 26, 0.82)),
    radial-gradient(circle at 85% 0, rgba(75, 218, 255, 0.18), transparent 12rem);
  border: 1px solid rgba(147, 220, 255, 0.14);
  border-radius: 26px;
  min-height: 290px;
  padding: 34px;
  position: relative;
  transition: border-color 180ms ease, transform 180ms ease;
}

.mw-shell .world-card::after {
  background: linear-gradient(90deg, transparent, rgba(243, 184, 75, 0.55), transparent);
  bottom: 0;
  content: "";
  height: 1px;
  left: 14%;
  position: absolute;
  right: 14%;
}

.mw-shell .world-card:hover {
  border-color: rgba(249, 205, 114, 0.45);
  transform: translateY(-5px);
}

.mw-shell .world-icon {
  align-items: center;
  border: 1px solid rgba(247, 198, 102, 0.45);
  border-radius: 50%;
  color: var(--gold-light);
  display: flex;
  font-family: Georgia, "Times New Roman", serif;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.mw-shell .world-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.85rem;
  font-weight: 400;
  margin: 42px 0 13px;
}

.mw-shell .world-card p {
  color: #a8b8c9;
  line-height: 1.72;
  margin: 0;
}

.mw-shell .realm {
  --mw-realm: none;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(2, 8, 16, 0.98) 0%, rgba(2, 10, 20, 0.71) 48%, rgba(3, 12, 25, 0.91) 100%),
    var(--mw-realm) center / cover;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  gap: clamp(60px, 9vw, 150px);
  grid-template-columns: 0.95fr 1.05fr;
  min-height: 820px;
  padding: 120px max(7vw, 54px);
  position: relative;
}

.mw-shell .realm-window {
  aspect-ratio: 0.85;
  border: 1px solid rgba(244, 194, 96, 0.42);
  border-radius: 50% 50% 16px 16px;
  box-shadow:
    0 0 0 10px rgba(3, 15, 29, 0.52),
    0 0 0 11px rgba(116, 219, 255, 0.16),
    0 45px 100px rgba(0, 0, 0, 0.58);
  justify-self: end;
  max-height: 550px;
  max-width: 440px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.mw-shell .realm-window::before {
  background: var(--mw-realm) center / cover;
  content: "";
  inset: 0;
  position: absolute;
  transform: scale(1.2);
}

.mw-shell .realm-window::after {
  background:
    radial-gradient(circle at 50% 28%, rgba(169, 239, 255, 0.18), transparent 31%),
    linear-gradient(180deg, transparent 50%, rgba(2, 8, 16, 0.62));
  content: "";
  inset: 0;
  position: absolute;
}

.mw-shell .realm-orbit {
  animation: spin 25s linear infinite;
  border: 1px dashed rgba(255, 221, 136, 0.72);
  border-radius: 50%;
  height: 180px;
  left: 50%;
  position: absolute;
  top: 22%;
  transform: translate(-50%, -50%);
  width: 180px;
  z-index: 2;
}

.mw-shell .realm-copy {
  max-width: 680px;
}

.mw-shell .realm-copy h2,
.mw-shell .hero-truth h2,
.mw-shell .threshold h2,
.mw-shell .final-cta h2 {
  font-size: clamp(2.8rem, 5vw, 5.3rem);
  line-height: 1.02;
  margin: 0 0 28px;
}

.mw-shell .realm-copy > p:not(.eyebrow),
.mw-shell .hero-truth > div > p:not(.eyebrow),
.mw-shell .threshold-copy > p:not(.eyebrow),
.mw-shell .final-cta > p:not(.eyebrow) {
  color: #b4c3d2;
  font-size: 17px;
  line-height: 1.8;
}

.mw-shell .text-link {
  background: none;
  border: 0;
  color: var(--gold-light);
  cursor: pointer;
  font-weight: 800;
  margin-top: 18px;
  padding: 0;
}

.mw-shell .text-link span {
  display: inline-block;
  margin-left: 8px;
  transition: transform 180ms ease;
}

.mw-shell .text-link:hover span {
  transform: translateX(5px);
}

.mw-shell .experience {
  background:
    radial-gradient(circle at 50% 0, rgba(53, 184, 235, 0.12), transparent 35rem),
    #030a16;
}

.mw-shell .quest-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
  margin: 70px auto 0;
  max-width: 1200px;
}

.mw-shell .quest-card {
  background: linear-gradient(150deg, rgba(15, 45, 76, 0.62), rgba(4, 14, 30, 0.88));
  border: 1px solid rgba(115, 203, 244, 0.16);
  border-radius: 28px;
  min-height: 360px;
  overflow: hidden;
  padding: 36px;
  position: relative;
}

.mw-shell .quest-number {
  color: var(--gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  letter-spacing: 0.08em;
}

.mw-shell .quest-line {
  background: linear-gradient(180deg, var(--aether), rgba(78, 210, 255, 0));
  height: 90px;
  left: 42px;
  opacity: 0.55;
  position: absolute;
  top: 72px;
  width: 1px;
}

.mw-shell .quest-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.75rem;
  font-weight: 400;
  margin: 145px 0 15px;
}

.mw-shell .quest-card p {
  color: #a7b7c9;
  line-height: 1.75;
}

.mw-shell .hero-truth {
  align-items: center;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  gap: clamp(60px, 9vw, 140px);
  grid-template-columns: 0.7fr 1.3fr;
  margin: auto;
  max-width: 1350px;
  padding: 135px 54px;
}

.mw-shell .truth-sigil {
  display: grid;
  place-items: center;
  position: relative;
}

.mw-shell .truth-sigil::before,
.mw-shell .truth-sigil::after {
  border: 1px solid rgba(115, 222, 255, 0.22);
  border-radius: 50%;
  content: "";
  height: 118%;
  position: absolute;
  width: 118%;
}

.mw-shell .truth-sigil::after {
  border-color: rgba(245, 193, 88, 0.2);
  height: 143%;
  width: 143%;
}

.mw-shell .truth-sigil img {
  border: 1px solid rgba(249, 206, 116, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 80px rgba(63, 205, 255, 0.3);
  max-width: 330px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.mw-shell .threshold {
  align-items: center;
  background:
    radial-gradient(circle at 70% 30%, rgba(48, 197, 255, 0.13), transparent 26rem),
    linear-gradient(145deg, #030a16, #07172b);
  display: grid;
  gap: 80px;
  grid-template-columns: 1.15fr 0.85fr;
  padding: 150px max(7vw, 54px);
}

.mw-shell .threshold-copy {
  max-width: 780px;
}

.mw-shell .threshold-copy ul {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 48px 0 0;
  padding: 0;
}

.mw-shell .threshold-copy li {
  border-left: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  padding: 7px 18px;
}

.mw-shell .threshold-copy li strong {
  color: var(--gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.7rem;
  font-weight: 400;
}

.mw-shell .threshold-copy li span {
  color: #90a4b7;
  font-size: 12px;
  line-height: 1.5;
}

.mw-shell .threshold-card {
  backdrop-filter: blur(18px);
  background:
    radial-gradient(circle at 50% 0, rgba(73, 210, 255, 0.22), transparent 45%),
    rgba(4, 15, 31, 0.78);
  border: 1px solid rgba(245, 196, 97, 0.28);
  border-radius: 34px;
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.35);
  padding: 48px;
  text-align: center;
}

.mw-shell .threshold-door {
  border: 1px solid var(--gold);
  border-bottom: 0;
  border-radius: 70px 70px 0 0;
  box-shadow: 0 0 45px rgba(80, 218, 255, 0.24);
  display: block;
  height: 112px;
  margin: 0 auto 28px;
  overflow: hidden;
  position: relative;
  width: 72px;
}

.mw-shell .threshold-door::before {
  background: linear-gradient(180deg, #e6fbff, #55d9ff 38%, #f4bd59 100%);
  content: "";
  filter: blur(2px);
  inset: 8px;
  position: absolute;
}

.mw-shell .threshold-door i {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 0 20px white;
  height: 4px;
  left: 50%;
  position: absolute;
  top: 48%;
  transform: translate(-50%, -50%);
  width: 4px;
}

.mw-shell .threshold-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.1rem;
  font-weight: 400;
  margin: 0;
}

.mw-shell .threshold-card > p:not(.eyebrow) {
  color: #a9b9ca;
  line-height: 1.7;
}

.mw-shell .threshold-card .button {
  margin-top: 15px;
  width: 100%;
}

.mw-shell .threshold-card small {
  color: #74889c;
  display: block;
  font-size: 10px;
  letter-spacing: 0.06em;
  margin-top: 16px;
}

.mw-shell .quote-section {
  background:
    radial-gradient(circle at 50% 50%, rgba(51, 190, 241, 0.19), transparent 28rem),
    #020812;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  padding: 150px 30px;
  text-align: center;
}

.mw-shell .quote-section img {
  border: 1px solid rgba(244, 190, 91, 0.4);
  border-radius: 50%;
  box-shadow: 0 0 52px rgba(67, 210, 255, 0.25);
  height: 75px;
  margin-bottom: 35px;
  object-fit: cover;
  width: 75px;
}

.mw-shell .quote-section blockquote {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 5vw, 5.2rem);
  letter-spacing: -0.04em;
  line-height: 1.08;
  margin: auto;
  max-width: 1080px;
}

.mw-shell .quote-section p {
  color: var(--gold-light);
  font-size: 9px;
  letter-spacing: 0.26em;
  margin-top: 35px;
}

.mw-shell .faq {
  background: #030a16;
}

.mw-shell .faq-list {
  margin: 65px auto 0;
  max-width: 940px;
}

.mw-shell .faq-item {
  border-bottom: 1px solid var(--line);
}

.mw-shell .faq-item:first-child {
  border-top: 1px solid var(--line);
}

.mw-shell .faq-item > button {
  align-items: center;
  background: none;
  border: 0;
  color: white;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  justify-content: space-between;
  padding: 27px 4px;
  text-align: left;
  width: 100%;
}

.mw-shell .faq-item i {
  height: 18px;
  position: relative;
  width: 18px;
}

.mw-shell .faq-item i::before,
.mw-shell .faq-item i::after {
  background: var(--gold-light);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 8px;
  transition: transform 180ms ease;
  width: 18px;
}

.mw-shell .faq-item i::after {
  transform: rotate(90deg);
}

.mw-shell .faq-item.open i::after {
  transform: rotate(0);
}

.mw-shell .faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 220ms ease;
}

.mw-shell .faq-answer > p {
  color: #a6b6c8;
  line-height: 1.75;
  margin: 0;
  max-width: 800px;
  overflow: hidden;
}

.mw-shell .faq-item.open .faq-answer {
  grid-template-rows: 1fr;
}

.mw-shell .faq-item.open .faq-answer > p {
  padding: 0 0 28px;
}

.mw-shell .final-cta {
  --mw-final: none;
  align-items: center;
  background: var(--mw-final) center / cover;
  display: flex;
  flex-direction: column;
  min-height: 820px;
  justify-content: center;
  padding: 120px 30px;
  position: relative;
  text-align: center;
}

.mw-shell .final-veil {
  background:
    radial-gradient(circle at 50% 38%, rgba(36, 136, 194, 0.28), transparent 22rem),
    linear-gradient(180deg, rgba(1, 7, 15, 0.87), rgba(1, 8, 17, 0.68) 50%, rgba(1, 7, 15, 0.95));
  inset: 0;
  position: absolute;
}

.mw-shell .final-cta > *:not(.final-veil) {
  position: relative;
  z-index: 2;
}

.mw-shell .final-cta > img {
  border: 1px solid rgba(244, 190, 91, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 75px rgba(65, 215, 255, 0.36);
  height: 100px;
  margin-bottom: 35px;
  object-fit: cover;
  width: 100px;
}

.mw-shell .final-cta h2 {
  max-width: 950px;
  text-shadow: 0 3px 35px rgba(0, 0, 0, 0.8);
}

.mw-shell .final-cta > p:not(.eyebrow) {
  margin: 0 auto 32px;
  max-width: 660px;
}

.mw-shell footer {
  align-items: center;
  background: #01050c;
  border-top: 1px solid var(--line);
  color: #6f8295;
  display: flex;
  justify-content: space-between;
  min-height: 120px;
  padding: 32px max(5vw, 42px);
}

.mw-shell .footer-brand > img {
  height: 38px;
  width: 38px;
}

.mw-shell footer > p {
  font-size: 11px;
}

.mw-shell footer > div {
  display: flex;
  font-size: 11px;
  gap: 24px;
}

.mw-shell footer a:hover {
  color: white;
}

.mw-shell .modal-backdrop {
  align-items: center;
  backdrop-filter: blur(20px);
  background: rgba(0, 4, 10, 0.84);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 20px;
  position: fixed;
  z-index: 100;
}

.mw-shell .signup-modal {
  background:
    radial-gradient(circle at 50% 0, rgba(65, 199, 255, 0.19), transparent 40%),
    #071426;
  border: 1px solid rgba(250, 211, 127, 0.3);
  border-radius: 32px;
  box-shadow: 0 35px 120px rgba(0, 0, 0, 0.65);
  max-height: calc(100vh - 40px);
  max-width: 530px;
  overflow: auto;
  padding: 50px;
  position: relative;
  width: 100%;
}

.mw-shell .modal-close {
  background: none;
  border: 0;
  color: #8ea1b4;
  cursor: pointer;
  font-size: 27px;
  position: absolute;
  right: 20px;
  top: 15px;
}

.mw-shell .modal-brand {
  margin-bottom: 25px;
}

.mw-shell .modal-brand img {
  border: 1px solid rgba(244, 190, 91, 0.42);
  border-radius: 50%;
  height: 66px;
  object-fit: cover;
  width: 66px;
}

.mw-shell .signup-modal h2,
.mw-shell .success h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.03;
  margin: 0;
}

.mw-shell .modal-lead,
.mw-shell .success > p:not(.eyebrow) {
  color: #aab9c9;
  line-height: 1.65;
}

.mw-shell .google-button {
  align-items: center;
  background: white;
  border-radius: 999px;
  color: #1c2430;
  display: flex;
  font-weight: 700;
  gap: 12px;
  justify-content: center;
  margin-top: 26px;
  min-height: 52px;
  border: 0;
  cursor: pointer;
  width: 100%;
}

.mw-shell .google-mark {
  color: #4285f4;
  font-size: 19px;
  font-weight: 900;
}

.mw-shell .separator {
  align-items: center;
  display: flex;
  gap: 12px;
  margin: 23px 0;
}

.mw-shell .separator::before,
.mw-shell .separator::after {
  background: var(--line);
  content: "";
  flex: 1;
  height: 1px;
}

.mw-shell .separator span {
  color: #6e8296;
  font-size: 11px;
}

.mw-shell .signup-modal form {
  display: flex;
  flex-direction: column;
}

.mw-shell .signup-modal form > label:not(.consent) {
  color: #a9b8c8;
  font-size: 12px;
  margin-bottom: 8px;
}

.mw-shell .signup-modal input[type="email"] {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  color: white;
  min-height: 52px;
  outline: none;
  padding: 0 16px;
}

.mw-shell .signup-modal input[type="email"]:focus {
  border-color: var(--aether);
  box-shadow: 0 0 0 3px rgba(85, 219, 255, 0.12);
}

.mw-shell .consent {
  align-items: flex-start;
  color: #7f92a5;
  display: flex;
  font-size: 10px;
  gap: 10px;
  line-height: 1.5;
  margin: 18px 0;
}

.mw-shell .consent input {
  margin-top: 2px;
}

.mw-shell .consent-shared {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 13px;
  font-size: 11px;
  margin: 22px 0 0;
  padding: 12px 13px;
}

.mw-shell .consent a {
  color: #a9cce7;
  text-decoration: underline;
}

.mw-shell .mw-form-status {
  color: #9dd7bc;
  font-size: 11px;
  line-height: 1.5;
  margin: 12px 0 0;
  min-height: 1em;
  text-align: center;
}

.mw-shell .mw-form-status.is-error {
  color: #ffb3ae;
}

.mw-shell button.is-loading {
  cursor: wait;
  opacity: 0.68;
}

.mw-shell .full {
  width: 100%;
}

.mw-shell .security-note {
  color: #708396;
  font-size: 10px;
  margin: 17px 0 0;
  text-align: center;
}

.mw-shell .success {
  text-align: center;
}

.mw-shell .success > span {
  align-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold-light);
  display: flex;
  font-size: 28px;
  height: 70px;
  justify-content: center;
  margin: 0 auto 30px;
  width: 70px;
}

.mw-shell .success .button {
  margin-top: 20px;
}

@media (max-width: 1100px) {
  .mw-shell .mw-nav {
    padding: 0 28px;
  }

  .mw-shell .mw-nav nav {
    display: none;
  }

  .mw-shell .hero {
    padding-left: 42px;
    padding-right: 42px;
  }

  .mw-shell .hero-copy {
    max-width: 690px;
  }

  .mw-shell .hero-sigil {
    opacity: 0.54;
    right: -20vw;
    width: 65vw;
  }

  .mw-shell .countdown-section,
  .mw-shell .realm,
  .mw-shell .hero-truth,
  .mw-shell .threshold {
    gap: 60px;
  }

  .mw-shell .world-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  .mw-shell .mw-nav {
    height: 76px;
    padding: 0 18px;
  }

  .mw-shell .brand-copy {
    display: none;
  }

  .mw-shell .brand > img {
    height: 43px;
    width: 43px;
  }

  .mw-shell .nav-cta {
    font-size: 11px;
  }

  .mw-shell .hero {
    align-items: flex-end;
    background-position: 62% center;
    min-height: 920px;
    padding: 130px 22px 110px;
  }

  .mw-shell .hero-veil {
    background:
      linear-gradient(180deg, rgba(1, 7, 15, 0.35) 0%, rgba(1, 8, 17, 0.35) 30%, rgba(1, 8, 17, 0.91) 67%, #020711 100%);
  }

  .mw-shell .hero-copy {
    max-width: 100%;
  }

  .mw-shell .hero h1 {
    font-size: clamp(3.3rem, 14vw, 5.2rem);
  }

  .mw-shell .hero-lead {
    font-size: 1rem;
  }

  .mw-shell .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .mw-shell .hero-actions .button {
    width: 100%;
  }

  .mw-shell .hero-sigil,
  .mw-shell .launch-badge {
    display: none;
  }

  .mw-shell .countdown-section,
  .mw-shell .realm,
  .mw-shell .hero-truth,
  .mw-shell .threshold {
    grid-template-columns: 1fr;
  }

  .mw-shell .countdown-section {
    gap: 40px;
    padding: 70px 22px;
  }

  .mw-shell .countdown {
    justify-content: center;
  }

  .mw-shell .time-unit {
    min-width: 0;
    padding: 0 7px;
  }

  .mw-shell .time-unit strong {
    font-size: 2rem;
  }

  .mw-shell .time-unit span {
    font-size: 7px;
    letter-spacing: 0.1em;
  }

  .mw-shell .universe,
  .mw-shell .experience,
  .mw-shell .faq {
    padding: 100px 20px;
  }

  .mw-shell .section-heading h2 {
    font-size: clamp(2.6rem, 11vw, 4.2rem);
  }

  .mw-shell .world-grid,
  .mw-shell .quest-grid {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .mw-shell .world-card,
  .mw-shell .quest-card {
    min-height: 290px;
  }

  .mw-shell .world-card h3 {
    margin-top: 34px;
  }

  .mw-shell .quest-card h3 {
    margin-top: 110px;
  }

  .mw-shell .realm {
    background:
      linear-gradient(180deg, rgba(2, 8, 16, 0.92), rgba(2, 10, 20, 0.72) 45%, rgba(3, 12, 25, 0.94)),
      var(--mw-realm) center / cover;
    padding: 100px 22px;
  }

  .mw-shell .realm-window {
    justify-self: center;
    max-width: 340px;
  }

  .mw-shell .realm-copy h2,
  .mw-shell .hero-truth h2,
  .mw-shell .threshold h2,
  .mw-shell .final-cta h2 {
    font-size: clamp(2.6rem, 11vw, 4.3rem);
  }

  .mw-shell .hero-truth {
    padding: 110px 22px;
  }

  .mw-shell .truth-sigil img {
    max-width: 240px;
  }

  .mw-shell .threshold {
    padding: 110px 22px;
  }

  .mw-shell .threshold-copy ul {
    grid-template-columns: 1fr;
  }

  .mw-shell .threshold-copy li {
    align-items: center;
    flex-direction: row;
    gap: 18px;
  }

  .mw-shell .threshold-card {
    padding: 38px 24px;
  }

  .mw-shell .quote-section {
    padding: 110px 22px;
  }

  .mw-shell .final-cta {
    min-height: 720px;
    padding: 100px 22px;
  }

  .mw-shell footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
    padding: 42px 22px;
  }

  .mw-shell footer > div {
    flex-wrap: wrap;
  }

  .mw-shell .signup-modal {
    border-radius: 24px;
    padding: 40px 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mw-shell * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

/* Hueman : la landing page occupe toute la largeur sans modifier le thème. */
.mw-shell {
  line-height: normal;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: none;
  width: 100vw;
}


/* ==========================================================
   RESPONSIVE MOBILE RENFORCÉ
   ========================================================== */
@media (max-width: 820px) {
  body.mw-seuil-page-active,
  body.mw-seuil-page-active #wrapper,
  body.mw-seuil-page-active #page,
  body.mw-seuil-page-active .main,
  body.mw-seuil-page-active .main-inner,
  body.mw-seuil-page-active .content,
  body.mw-seuil-page-active article.page,
  body.mw-seuil-page-active .post-inner,
  body.mw-seuil-page-active .entry {
    margin: 0 !important;
    max-width: 100% !important;
    overflow-x: clip !important;
    padding: 0 !important;
    width: 100% !important;
  }

  .mw-shell {
    margin: 0 !important;
    max-width: 100% !important;
    overflow-x: clip !important;
    width: 100% !important;
  }

  .mw-shell .mw-page {
    max-width: 100% !important;
    overflow-x: clip !important;
    width: 100% !important;
  }

  .mw-shell .hero {
    min-height: max(780px, 100svh);
    padding-bottom: 72px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 104px;
  }

  .mw-shell .mw-nav {
    gap: 12px;
    max-width: 100%;
    width: 100%;
  }

  .mw-shell .nav-cta {
    max-width: min(58vw, 230px);
    min-height: 42px;
    overflow: hidden;
    padding: 0 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mw-shell .countdown,
  .mw-shell .world-grid,
  .mw-shell .quest-grid,
  .mw-shell .threshold-copy,
  .mw-shell footer,
  .mw-shell footer > div {
    max-width: 100%;
  }

  .mw-shell img,
  .mw-shell video,
  .mw-shell svg {
    max-width: 100%;
  }
}

@media (max-width: 560px) {
  .mw-shell .mw-nav {
    height: 70px;
    padding: 0 14px;
  }

  .mw-shell .brand > img {
    height: 40px;
    width: 40px;
  }

  .mw-shell .nav-cta {
    font-size: 10px;
    max-width: 62vw;
    min-height: 40px;
    padding: 0 13px;
  }

  .mw-shell .hero {
    align-items: flex-end;
    background-position: 64% center;
    min-height: 100svh;
    padding: 96px 17px 58px;
  }

  .mw-shell .hero h1 {
    font-size: clamp(2.8rem, 14.5vw, 4.45rem);
    letter-spacing: -0.045em;
    line-height: 0.96;
  }

  .mw-shell .hero-lead {
    font-size: 0.97rem;
    line-height: 1.62;
    margin-top: 24px;
  }

  .mw-shell .hero-actions {
    gap: 10px;
    margin-top: 28px;
  }

  .mw-shell .button {
    min-height: 50px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .mw-shell .microcopy {
    line-height: 1.5;
  }

  .mw-shell .countdown-section,
  .mw-shell .universe,
  .mw-shell .experience,
  .mw-shell .realm,
  .mw-shell .hero-truth,
  .mw-shell .threshold,
  .mw-shell .faq,
  .mw-shell .quote-section,
  .mw-shell .final-cta {
    padding-left: 17px;
    padding-right: 17px;
  }

  .mw-shell .countdown {
    gap: 0;
    width: 100%;
  }

  .mw-shell .time-unit {
    flex: 1 1 25%;
    padding-left: 3px;
    padding-right: 3px;
  }

  .mw-shell .time-unit strong {
    font-size: 1.65rem;
  }

  .mw-shell .world-card,
  .mw-shell .quest-card,
  .mw-shell .threshold-card {
    border-radius: 24px;
  }

  .mw-shell .realm-window {
    max-width: min(100%, 330px);
  }

  .mw-shell footer {
    gap: 22px;
    min-height: 0;
    padding: 36px 17px;
  }

  .mw-shell footer > div {
    display: grid;
    gap: 12px 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .mw-shell .modal-backdrop {
    align-items: flex-end;
    padding: 10px;
  }

  .mw-shell .signup-modal {
    border-radius: 24px 24px 14px 14px;
    max-height: calc(100svh - 20px);
    padding: 38px 20px 24px;
  }
}

@supports not (overflow: clip) {
  body.mw-seuil-page-active,
  .mw-shell,
  .mw-shell .mw-page {
    overflow-x: hidden !important;
  }
}
