/* ============ SINGLE EXPERIENCE PAGE ============ */
.xpe-page { background: var(--bg, #07060a); color: #fff; }
.xpe-page .eyebrow { color: var(--c, #FF0075); }

/* ---- hero ---- */
.xpe-hero { position: relative; min-height: 78vh; display: flex; align-items: flex-end; overflow: hidden; }
.xpe-hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  animation: xpeKen 16s ease-in-out infinite alternate;
}
@keyframes xpeKen { from { transform: scale(1); } to { transform: scale(1.08); } }
.xpe-hero-veil {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(7,6,10,0.55) 0%, rgba(7,6,10,0.25) 40%, rgba(7,6,10,0.96) 100%),
    radial-gradient(80% 60% at 15% 100%, color-mix(in srgb, var(--c, #FF0075) 32%, transparent), transparent 70%);
}
.xpe-hero-inner {
  position: relative; z-index: 2;
  width: 100%; max-width: 1280px; margin: 0 auto;
  padding: 160px clamp(20px, 4vw, 56px) clamp(44px, 7vh, 72px);
}
.xpe-crumb { display: flex; align-items: center; gap: 10px; font-size: 11.5px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.62); }
.xpe-crumb a { color: inherit; text-decoration: none; }
.xpe-crumb a:hover { color: #fff; }
.xpe-crumb-sep { color: var(--c, #FF0075); }
.xpe-title {
  font-family: var(--display); font-weight: 800; text-transform: uppercase;
  font-size: clamp(52px, 9vw, 132px); line-height: 0.94; letter-spacing: 0.005em;
  margin: 18px 0 20px; max-width: 14ch;
  text-wrap: balance;
}
.xpe-meta { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 18px; }
.xpe-date {
  display: inline-flex; padding: 9px 16px;
  background: var(--c, #FF0075); color: #0a0510;
  font-weight: 800; font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase;
  border-radius: 4px; rotate: -2deg;
  box-shadow: 0 10px 30px color-mix(in srgb, var(--c, #FF0075) 40%, transparent);
}
.xpe-chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.28);
  font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase; color: #fff;
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
}
.xpe-chip.ghost { color: rgba(255,255,255,0.66); border-color: rgba(255,255,255,0.16); }
.xpe-chip-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--c, #FF0075); }
.xpe-lead { font-size: clamp(15.5px, 1.4vw, 18px); line-height: 1.6; color: rgba(255,255,255,0.82); max-width: 58ch; }
.xpe-cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.xpe-cta-row.center { justify-content: center; }

/* ---- body + gallery ---- */
.xpe-body { padding: clamp(56px, 9vh, 110px) clamp(20px, 4vw, 56px); }
.xpe-body-inner {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(32px, 5vw, 72px); align-items: start;
}
.xpe-about { display: flex; flex-direction: column; gap: 18px; }
.xpe-about p { font-size: 16.5px; line-height: 1.75; color: rgba(255,255,255,0.78); }
.xpe-about p:first-of-type { font-size: 19px; color: #fff; }

.xpe-carousel { position: relative; border-radius: 20px; overflow: hidden; border: 1px solid rgba(255,255,255,0.12); background: #100b17; }
.xpe-car-track { display: flex; transition: transform 640ms cubic-bezier(0.22,1,0.36,1); }
.xpe-car-slide { flex: 0 0 100%; aspect-ratio: 4 / 3; background-size: cover; background-position: center; }
.xpe-car-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 44px; height: 44px; border-radius: 50%;
  display: grid; place-items: center; cursor: pointer;
  background: rgba(10,7,15,0.72); color: #fff;
  border: 1px solid rgba(255,255,255,0.22);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  transition: background 180ms ease, transform 180ms ease;
}
.xpe-car-nav:hover { background: var(--c, #FF0075); }
.xpe-car-nav:active { transform: translateY(-50%) scale(0.93); }
.xpe-car-nav.prev { left: 12px; }
.xpe-car-nav.next { right: 12px; }
.xpe-car-foot {
  position: absolute; left: 16px; right: 16px; bottom: 12px;
  display: flex; align-items: center; justify-content: space-between;
}
.xpe-car-dots { display: flex; gap: 6px; }
.xpe-car-dots button { width: 7px; height: 7px; border-radius: 99px; border: 0; padding: 0; background: rgba(255,255,255,0.4); cursor: pointer; transition: width 200ms ease, background 200ms ease; }
.xpe-car-dots button.is-on { width: 20px; background: var(--c, #FF0075); }
.xpe-car-count { font-family: var(--mono, monospace); font-size: 11px; letter-spacing: 0.14em; color: rgba(255,255,255,0.8); background: rgba(10,7,15,0.6); padding: 4px 9px; border-radius: 999px; }

/* ---- more from category ---- */
.xpe-more { max-width: 1280px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 56px) clamp(56px, 9vh, 100px); }
.xpe-more-head { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; flex-wrap: wrap; margin-bottom: 22px; }
.xpe-more-head h2 { font-family: var(--display); font-weight: 800; text-transform: uppercase; font-size: clamp(26px, 3.4vw, 44px); }
.xpe-more-all { display: inline-flex; align-items: center; gap: 8px; color: var(--c, #FF0075); text-decoration: none; font-weight: 700; font-size: 13.5px; }
.xpe-more-all:hover { text-decoration: underline; text-underline-offset: 4px; }
.xpe-more-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.xpe-more-card {
  position: relative; display: flex; flex-direction: column;
  border-radius: 16px; overflow: hidden; text-decoration: none; color: #fff;
  background: #100b17; border: 1px solid rgba(255,255,255,0.1);
  transition: transform 320ms cubic-bezier(0.22,1,0.36,1), border-color 240ms ease;
}
.xpe-more-card:hover { transform: translateY(-6px); border-color: var(--c, #FF0075); }
.xpe-more-img { display: block; aspect-ratio: 16 / 10; background-size: cover; background-position: center; }
.xpe-more-body { display: flex; flex-direction: column; gap: 5px; padding: 16px 18px 18px; }
.xpe-more-body strong { font-family: var(--serif); font-weight: 600; font-size: 18px; line-height: 1.25; }
.xpe-more-date { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--c, #FF0075); font-weight: 700; }
.xpe-more-arr { position: absolute; right: 14px; bottom: 14px; width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,0.08); color: #fff; transition: background 200ms ease, transform 200ms ease; }
.xpe-more-card:hover .xpe-more-arr { background: var(--c, #FF0075); transform: translate(2px, -2px) rotate(-12deg); }

/* ---- final + prev/next ---- */
.xpe-final { text-align: center; padding: clamp(56px, 9vh, 110px) clamp(20px, 4vw, 56px); border-top: 1px solid rgba(255,255,255,0.08); position: relative; overflow: hidden; }
.xpe-final::before { content: ''; position: absolute; inset: auto -20% -60%; height: 130%; background: radial-gradient(ellipse at 50% 100%, color-mix(in srgb, var(--c, #FF0075) 22%, transparent), transparent 65%); pointer-events: none; }
.xpe-final h2 { position: relative; font-family: var(--display); font-weight: 800; text-transform: uppercase; font-size: clamp(38px, 5.4vw, 74px); margin-bottom: 12px; }
.xpe-final p { position: relative; font-size: 14.5px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.66); margin-bottom: 8px; }
.xpe-final .xpe-cta-row { position: relative; }

.xpe-pn { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,0.08); }
.xpe-pn-link { display: flex; flex-direction: column; gap: 6px; padding: 26px clamp(20px, 4vw, 56px); text-decoration: none; color: #fff; transition: background 200ms ease; }
.xpe-pn-link:hover { background: rgba(255,255,255,0.045); }
.xpe-pn-link.next { text-align: right; border-left: 1px solid rgba(255,255,255,0.08); }
.xpe-pn-dir { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--c, #FF0075); }
.xpe-pn-link strong { font-family: var(--serif); font-weight: 600; font-size: clamp(16px, 2vw, 22px); }

/* ---- picker (no / unknown id) ---- */
.xpe-pick { max-width: 1280px; margin: 0 auto; padding: 170px clamp(20px, 4vw, 56px) 90px; }
.xpe-pick h1 { font-family: var(--display); font-weight: 800; text-transform: uppercase; font-size: clamp(40px, 6vw, 84px); margin: 12px 0 30px; }
.xpe-pick h1 em { font-style: normal; color: #FF0075; }
.xpe-pick-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 14px; }
.xpe-pick-card { display: flex; flex-direction: column; border-radius: 14px; overflow: hidden; text-decoration: none; color: #fff; background: #100b17; border: 1px solid rgba(255,255,255,0.1); transition: transform 280ms ease, border-color 200ms ease; }
.xpe-pick-card:hover { transform: translateY(-5px); border-color: var(--c, #FF0075); }
.xpe-pick-img { aspect-ratio: 16 / 10; background-size: cover; background-position: center; }
.xpe-pick-body { display: flex; flex-direction: column; gap: 4px; padding: 14px 16px 16px; }
.xpe-pick-body strong { font-family: var(--serif); font-weight: 600; font-size: 16.5px; }
.xpe-pick-body span { font-size: 11.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--c, #FF0075); font-weight: 700; }

/* ---- reveals ---- */
.xpe-reveal { opacity: 0; transform: translateY(26px); transition: opacity 680ms ease, transform 680ms cubic-bezier(0.22,1,0.36,1); }
.xpe-reveal.xpe-in { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .xpe-hero { min-height: 64vh; }
  .xpe-hero-inner { padding-top: 130px; }
  .xpe-body-inner { grid-template-columns: 1fr; }
  .xpe-gallery { order: -1; }
  .xpe-more-grid { grid-template-columns: 1fr; }
  .xpe-pn { grid-template-columns: 1fr; }
  .xpe-pn-link.next { text-align: left; border-left: 0; border-top: 1px solid rgba(255,255,255,0.08); }
}
@media (prefers-reduced-motion: reduce) {
  .xpe-hero-bg { animation: none; }
  .xpe-car-track { transition: none; }
  .xpe-reveal { opacity: 1; transform: none; transition: none; }
}
