.elementor-29 .elementor-element.elementor-element-5819a41{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-29 .elementor-element.elementor-element-4f05cca{width:100%;max-width:100%;background-color:#0D0A0F;}body.elementor-page-29:not(.elementor-motion-effects-element-type-background), body.elementor-page-29 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0D0A0F;}/* Start custom CSS *//* ============================================================
   PSYLO-X — Custom CSS
   Paste into: Elementor > Page Settings > Custom CSS
   (or Advanced > Custom CSS on the relevant section)
   All rules scoped to .px-root to avoid theme conflicts.
   ============================================================ */

/* ── Google Fonts ─────────────────────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garant:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=Inter:wght@300;400;500;600&display=swap');


/* ════════════════════════════════════════════════════════════
   KEYFRAME ANIMATIONS
   ════════════════════════════════════════════════════════════ */

/* Hero text — slow, dramatic fade */
@keyframes px-fadein {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* X logo — magenta glow pulse, 3s cycle */
@keyframes px-glow-pulse {
  0%, 100% {
    text-shadow:
      0 0 18px rgba(192, 38, 122, 0.30),
      0 0 55px rgba(192, 38, 122, 0.12),
      0 0 110px rgba(74, 16, 96, 0.08);
  }
  50% {
    text-shadow:
      0 0 38px rgba(192, 38, 122, 0.75),
      0 0 90px  rgba(192, 38, 122, 0.38),
      0 0 170px rgba(74, 16, 96, 0.22);
  }
}

/* Decorative ring — clockwise */
@keyframes px-rotate-cw {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to   { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Decorative ring — counter-clockwise */
@keyframes px-rotate-ccw {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to   { transform: translate(-50%, -50%) rotate(-360deg); }
}

/* Product cards — staggered slide up */
@keyframes px-slideup {
  from { opacity: 0; transform: translateY(40px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Gold shimmer sweep on badge text */
@keyframes px-shimmer {
  0%   { background-position: -300% center; }
  100% { background-position: 300% center; }
}

/* Scanline subtle flicker */
@keyframes px-flicker {
  0%, 100% { opacity: 0.035; }
  48%       { opacity: 0.055; }
  52%       { opacity: 0.03; }
}

/* Badge fade-pulse */
@keyframes px-badge-breathe {
  0%, 100% { border-color: rgba(201, 150, 58, 0.28); }
  50%       { border-color: rgba(201, 150, 58, 0.55); }
}


/* ════════════════════════════════════════════════════════════
   DESIGN TOKENS
   ════════════════════════════════════════════════════════════ */
.px-root {
  --bg:        #0D0A0F;
  --bg-mid:    #1A0F22;
  --bg-deep:   #090610;
  --purple:    #4A1060;
  --magenta:   #C0267A;
  --gold:      #C9963A;
  --gold-lt:   #F0C96A;
  --text:      #F0EAF5;
  --muted:     #9B7FA8;
  --border-p:  rgba(74, 16, 96, 0.55);
}


/* ════════════════════════════════════════════════════════════
   SCOPED RESET
   ════════════════════════════════════════════════════════════ */
.px-root *,
.px-root *::before,
.px-root *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.px-root {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  color: var(--text);
  background: var(--bg);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

.px-root a  { text-decoration: none; color: inherit; }
.px-root ul { list-style: none; }
.px-root img { display: block; max-width: 100%; }
.px-root button { font-family: inherit; }


/* ════════════════════════════════════════════════════════════
   SHARED BUTTON STYLES
   ════════════════════════════════════════════════════════════ */
.px-btn {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 13px 28px;
  border: 1.5px solid transparent;
  cursor: pointer;
  border-radius: 0;
  line-height: 1;
  background: none;
  transition:
    background  0.22s ease,
    color       0.22s ease,
    border-color 0.22s ease,
    box-shadow  0.25s ease;
}

.px-btn:active { opacity: 0.8; }

/* Solid magenta */
.px-btn--magenta {
  background: var(--magenta);
  color: var(--text);
  border-color: var(--magenta);
}

.px-btn--magenta:hover,
.px-btn--magenta:focus-visible {
  background: transparent;
  color: var(--magenta);
  box-shadow: 0 0 22px rgba(192, 38, 122, 0.35), inset 0 0 0 1px var(--magenta);
}

/* Gold outline */
.px-btn--gold-outline {
  background: transparent;
  color: var(--gold);
  border-color: rgba(201, 150, 58, 0.6);
}

.px-btn--gold-outline:hover,
.px-btn--gold-outline:focus-visible {
  background: var(--gold);
  color: var(--bg);
  border-color: var(--gold);
  box-shadow: 0 0 22px rgba(201, 150, 58, 0.3);
}


/* ════════════════════════════════════════════════════════════
   HERO
   ════════════════════════════════════════════════════════════ */
.px-hero {
  position: relative;
  min-height: 100vh;
  background: radial-gradient(ellipse at 50% 40%, #1A0828 0%, #0D0A0F 65%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 32px 100px;
  overflow: hidden;
  gap: 0;
}

/* Scanlines — layered on top of everything for depth */
.px-hero__scanlines {
  position: absolute;
  inset: 0;
  z-index: 10;
  pointer-events: none;
  background-image: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 3px,
    rgba(0, 0, 0, 0.13) 3px,
    rgba(0, 0, 0, 0.13) 4px
  );
  animation: px-flicker 9s ease-in-out infinite;
}

/* SVG grain noise overlay */
.px-hero__grain {
  position: absolute;
  inset: 0;
  z-index: 9;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)' opacity='1'/%3E%3C/svg%3E");
  background-size: 256px 256px;
  opacity: 0.075;
  mix-blend-mode: overlay;
}

/* ── Rotating decorative rings ─── */
.px-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  pointer-events: none;
}

.px-ring--outer {
  width: 520px;
  height: 520px;
  border: 0.5px solid rgba(74, 16, 96, 0.22);
  animation: px-rotate-cw 80s linear infinite;
  z-index: 1;
}

.px-ring--mid {
  width: 400px;
  height: 400px;
  border: 1px dashed rgba(192, 38, 122, 0.10);
  animation: px-rotate-ccw 50s linear infinite;
  z-index: 1;
}

.px-ring--inner {
  width: 290px;
  height: 290px;
  border: 0.5px solid rgba(201, 150, 58, 0.09);
  animation: px-rotate-cw 30s linear infinite;
  z-index: 1;
}

/* Tick marks on outer ring */
.px-ring--outer::before,
.px-ring--outer::after {
  content: '';
  position: absolute;
  background: rgba(74, 16, 96, 0.4);
}

.px-ring--outer::before {
  top: -3px; left: 50%; transform: translateX(-50%);
  width: 1px; height: 10px;
}

.px-ring--outer::after {
  bottom: -3px; left: 50%; transform: translateX(-50%);
  width: 1px; height: 10px;
}

/* ── X logo mark ── */
.px-hero__x {
  position: relative;
  z-index: 5;
  font-family: 'Cormorant Garant', serif;
  font-size: clamp(110px, 20vw, 210px);
  font-weight: 300;
  line-height: 0.88;
  letter-spacing: -0.04em;
  color: var(--purple);
  /* Fade in first, then glow pulse starts after fade completes */
  animation:
    px-fadein     2s cubic-bezier(0.16, 1, 0.3, 1) 0.1s both,
    px-glow-pulse 3s ease-in-out 2.2s infinite;
  /* Prevent layout shift */
  user-select: none;
}

/* ── Wordmark + tagline block ── */
.px-hero__content {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

.px-hero__wordmark {
  font-family: 'Cormorant Garant', serif;
  font-size: clamp(26px, 4.5vw, 50px);
  font-weight: 300;
  letter-spacing: 0.5em;
  color: var(--text);
  text-transform: uppercase;
  animation: px-fadein 2s cubic-bezier(0.16, 1, 0.3, 1) 0.55s both;
}

.px-hero__tagline {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.07em;
  color: var(--muted);
  animation: px-fadein 2s cubic-bezier(0.16, 1, 0.3, 1) 0.9s both;
}

/* ── Private Reserve badge ── */
.px-hero__badge {
  margin-top: 8px;
  padding: 9px 22px;
  border: 0.5px solid rgba(201, 150, 58, 0.3);
  animation:
    px-fadein        2s cubic-bezier(0.16, 1, 0.3, 1) 1.25s both,
    px-badge-breathe 4s ease-in-out 3.3s infinite;
}

/* Gold shimmer text */
.px-hero__badge-text {
  font-family: 'Inter', sans-serif;
  font-size: 8.5px;
  font-weight: 600;
  letter-spacing: 0.30em;
  text-transform: uppercase;
  background: linear-gradient(
    90deg,
    var(--gold)    0%,
    var(--gold-lt) 25%,
    var(--gold)    50%,
    var(--gold-lt) 75%,
    var(--gold)    100%
  );
  background-size: 300% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: px-shimmer 4.5s linear infinite;
}


/* ════════════════════════════════════════════════════════════
   INTRO STRIP
   ════════════════════════════════════════════════════════════ */
.px-intro {
  background: var(--bg-mid);
  padding: 42px 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.px-intro__line {
  width: 100px;
  flex-shrink: 0;
  height: 0.5px;
  background: linear-gradient(90deg, transparent, var(--gold) 50%, transparent);
  opacity: 0.45;
}

.px-intro__quote {
  font-family: 'Cormorant Garant', serif;
  font-size: clamp(17px, 2.4vw, 27px);
  font-weight: 300;
  font-style: italic;
  color: var(--text);
  text-align: center;
  letter-spacing: 0.03em;
  white-space: nowrap;
}


/* ════════════════════════════════════════════════════════════
   PRODUCT GRID — Current Drops
   ════════════════════════════════════════════════════════════ */
.px-drops {
  background: var(--bg);
  padding: 108px 56px;
}

.px-drops__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.px-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.30em;
  text-transform: uppercase;
  text-align: center;
  color: var(--gold);
  margin-bottom: 10px;
}

.px-section-title {
  font-family: 'Cormorant Garant', serif;
  font-size: clamp(30px, 3.8vw, 50px);
  font-weight: 300;
  color: var(--text);
  text-align: center;
  letter-spacing: -0.01em;
  line-height: 1.1;
  margin-bottom: 64px;
}

/* ── Grid layout ── */
.px-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

/* ── Product card ── */
.px-card {
  background: var(--bg-mid);
  border: 1px solid var(--border-p);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  /* Start hidden — animation fills it in */
  opacity: 0;
  animation: px-slideup 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  transition:
    border-color 0.3s ease,
    transform    0.3s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow   0.3s ease;
}

/* Staggered delays */
.px-card--1 { animation-delay: 0.25s; }
.px-card--2 { animation-delay: 0.45s; }
.px-card--3 { animation-delay: 0.65s; }

/* Hover state */
.px-card:hover {
  border-color: var(--magenta);
  transform: scale(1.022) translateY(-5px);
  box-shadow:
    0 0 0 1px rgba(192, 38, 122, 0.35),
    0 0 32px rgba(192, 38, 122, 0.18),
    0 18px 48px rgba(0, 0, 0, 0.55);
}

/* Card image area */
.px-card__img-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.px-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.65) brightness(0.75);
  transition: filter 0.4s ease, transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.px-card:hover .px-card__img {
  filter: saturate(0.85) brightness(0.88);
  transform: scale(1.04);
}

/* Magenta gradient overlay on hover */
.px-card__img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(192, 38, 122, 0.22) 0%,
    transparent 55%
  );
  opacity: 0;
  transition: opacity 0.35s ease;
}

.px-card:hover .px-card__img-wrap::after { opacity: 1; }

/* Card body */
.px-card__body {
  padding: 22px 24px 26px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 9px;
  border-top: 0.5px solid rgba(74, 16, 96, 0.6);
}

/* Gold badge label (LIMITED / NEW / COLLAB) */
.px-card__badge {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  padding: 4px 10px;
  color: var(--bg);
  background: var(--gold);
  align-self: flex-start;
  line-height: 1.6;
}

.px-card__name {
  font-family: 'Cormorant Garant', serif;
  font-size: 26px;
  font-weight: 400;
  color: var(--text);
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.px-card__desc {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: var(--muted);
  line-height: 1.75;
}

/* Button inside card */
.px-card .px-btn { margin-top: 8px; align-self: flex-start; }


/* ════════════════════════════════════════════════════════════
   ACCESS GATE SECTION
   ════════════════════════════════════════════════════════════ */
.px-access {
  background: var(--bg);
  padding: 120px 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  border-top:    0.5px solid rgba(74, 16, 96, 0.35);
  border-bottom: 0.5px solid rgba(74, 16, 96, 0.35);
}

/* CSS-drawn padlock */
.px-access__lock {
  position: relative;
  width: 50px;
  height: 62px;
  margin-bottom: 14px;
}

/* Shackle (arch) */
.px-access__lock::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 28px;
  border: 1.5px solid rgba(201, 150, 58, 0.55);
  border-bottom: none;
  border-radius: 15px 15px 0 0;
}

/* Body */
.px-access__lock::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 36px;
  border: 1.5px solid rgba(201, 150, 58, 0.55);
  border-radius: 2px;
  /* Subtle inner glow */
  box-shadow: inset 0 0 12px rgba(201, 150, 58, 0.06);
}

.px-access__heading {
  font-family: 'Cormorant Garant', serif;
  font-size: clamp(26px, 3.5vw, 44px);
  font-weight: 300;
  color: var(--text);
  letter-spacing: -0.01em;
  max-width: 560px;
  line-height: 1.2;
}

.px-access__sub {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: var(--muted);
  max-width: 460px;
  line-height: 1.8;
}

.px-access__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
}


/* ════════════════════════════════════════════════════════════
   FOOTER STRIP
   ════════════════════════════════════════════════════════════ */
.px-footer {
  background: var(--bg-deep);
  padding: 26px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 0.5px solid rgba(74, 16, 96, 0.3);
}

.px-footer__wordmark {
  font-family: 'Cormorant Garant', serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.40em;
  color: var(--purple);
  text-transform: uppercase;
  opacity: 0.65;
}

.px-footer__diamond {
  font-size: 7px;
  color: var(--gold);
  opacity: 0.35;
  letter-spacing: 0;
}

.px-footer__attr {
  font-family: 'Inter', sans-serif;
  font-size: 9.5px;
  font-weight: 400;
  letter-spacing: 0.16em;
  color: var(--gold);
  opacity: 0.55;
  text-transform: uppercase;
}


/* ════════════════════════════════════════════════════════════
   RESPONSIVE — Tablet (≤ 960px)
   ════════════════════════════════════════════════════════════ */
@media (max-width: 960px) {
  .px-drops  { padding: 80px 32px; }
  .px-access { padding: 80px 32px; }
  .px-footer { padding: 24px 32px; }

  .px-ring--outer { width: 400px; height: 400px; }
  .px-ring--mid   { width: 310px; height: 310px; }
  .px-ring--inner { width: 230px; height: 230px; }

  .px-intro { padding: 40px 32px; }
}


/* ════════════════════════════════════════════════════════════
   RESPONSIVE — Mobile (≤ 640px)
   ════════════════════════════════════════════════════════════ */
@media (max-width: 640px) {
  /* Hero */
  .px-hero { min-height: auto; padding: 72px 24px 88px; }
  .px-ring--outer { width: 300px; height: 300px; }
  .px-ring--mid   { width: 235px; height: 235px; }
  .px-ring--inner { width: 170px; height: 170px; }

  /* Intro — hide decorative lines, wrap quote */
  .px-intro { padding: 36px 24px; gap: 0; }
  .px-intro__line { display: none; }
  .px-intro__quote { white-space: normal; }

  /* Products — single column */
  .px-drops { padding: 64px 24px; }
  .px-grid  { grid-template-columns: 1fr; }

  /* Access */
  .px-access { padding: 72px 24px; gap: 16px; }
  .px-access__actions {
    flex-direction: column;
    width: 100%;
    max-width: 280px;
  }
  .px-access__actions .px-btn { width: 100%; text-align: center; }

  /* Footer — stack center */
  .px-footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 24px;
    gap: 10px;
  }
}
.elementor-widget-html {
  width: 100%;
}

.pxl-root {background: radial-gradient(ellipse at 50% 0%, #2D0B45 0%, #0D0A0F 60%) !important;
  min-height: 100vh !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.pxl-card {
  max-width: 440px !important;
  width: 100% !important;
  margin: 0 auto !important;
}.pxl-wordmark {
  color: #F0EAF5 !important;
}

.pxl-x {
  color: #7B2090 !important;
}

.pxl-label {
  color: #C4A8D4 !important;
}

.pxl-register__text {
  color: #C4A8D4 !important;
}

.pxl-disclaimer {
  color: #C4A8D4 !important;
  opacity: 0.8 !important;
}

.pxl-forgot {
  color: #C4A8D4 !important;
  opacity: 1 !important;
}

.pxl-return {
  color: #C4A8D4 !important;
  opacity: 1 !important;
}.pxl-x {
  font-size: 120px !important;
  color: #7B2090 !important;
  animation: pxl-glow 3s ease-in-out infinite !important;
  display: block !important;
  text-align: center !important;
}.pxl-card {
  margin: 0 auto !important;
  max-width: 440px !important;
}

.pxl-card__header {
  text-align: center !important;
}

.pxl-wordmark {
  text-align: center !important;
  font-size: 28px !important;
  letter-spacing: 0.4em !important;
}

.pxl-members-badge {
  text-align: center !important;
}@keyframes pxl-bg-pulse {
  0%, 100% {
    background: radial-gradient(ellipse at 50% 0%, #2D0B45 0%, #0D0A0F 65%);
  }
  50% {
    background: radial-gradient(ellipse at 50% 20%, #3D0F5C 0%, #0D0A0F 65%);
  }
}

@keyframes pxl-orb-drift {
  0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.15; }
  50% { transform: translate(-50%, -40%) scale(1.2); opacity: 0.25; }
}

.pxl-root {
  animation: pxl-bg-pulse 8s ease-in-out infinite !important;
  position: relative !important;
  overflow: hidden !important;
}

.pxl-root::before {
  content: '' !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 600px !important;
  height: 600px !important;
  border-radius: 50% !important;
  background: radial-gradient(circle, #4A1060 0%, transparent 70%) !important;
  transform: translate(-50%, -50%) !important;
  animation: pxl-orb-drift 10s ease-in-out infinite !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

.pxl-card {
  position: relative !important;
  z-index: 1 !important;
}.pxl-wordmark {
  font-family: 'Cormorant Garant', serif !important;
  font-size: 28px !important;
  letter-spacing: 0.4em !important;
  font-weight: 300 !important;
}

.pxl-x {
  font-family: 'Cormorant Garant', serif !important;
}

.pxl-label {
  font-family: 'Inter', sans-serif !important;
  letter-spacing: 0.18em !important;
}

.pxl-btn-primary {
  font-family: 'Inter', sans-serif !important;
  letter-spacing: 0.2em !important;
}

.pxl-btn-outline {
  font-family: 'Inter', sans-serif !important;
  letter-spacing: 0.18em !important;
}

.pxl-register__text {
  font-family: 'Cormorant Garant', serif !important;
  font-style: italic !important;
  font-size: 18px !important;
}

.pxl-forgot,
.pxl-return,
.pxl-disclaimer {
  font-family: 'Inter', sans-serif !important;
}/* End custom CSS */