/* Three-phase visitor experience · museum → reception → creator studio */

.xp-rail {
  max-width: 52rem;
  margin: 0 auto 1.5rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 0.25rem;
  background: rgba(6, 10, 18, 0.55);
}
.xp-rail__kicker {
  margin: 0 0 0.5rem;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(212, 175, 55, 0.85);
  text-align: center;
}
.xp-rail__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.xp-rail__step a {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.4rem 0.65rem;
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 999px;
  color: rgba(245, 230, 200, 0.75);
  text-decoration: none;
  font-size: 0.78rem;
  transition: border-color 0.2s, color 0.2s;
}
.xp-rail__step a:hover {
  border-color: rgba(212, 175, 55, 0.5);
  color: #f0d78c;
}
.xp-rail__step--here a {
  border-color: rgba(212, 175, 55, 0.65);
  background: rgba(212, 175, 55, 0.12);
  color: #f0d78c;
}
.xp-rail__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 700;
  background: rgba(212, 175, 55, 0.2);
  color: #f0d78c;
}

/* Phase 1 · museum entry */
.museum-entry {
  max-width: 56rem;
  margin: 0 auto;
  padding: 1.25rem 1.15rem 2rem;
}
.museum-frame {
  display: grid;
  gap: 1.25rem;
  border: 4px solid #c9a227;
  border-image: linear-gradient(135deg, #f0d78c 0%, #b8923e 35%, #f0d78c 50%, #8a6b1f 100%) 1;
  padding: 0.65rem;
  background: linear-gradient(180deg, rgba(8, 12, 22, 0.95), rgba(6, 9, 18, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(240, 215, 140, 0.15),
    0 12px 40px rgba(0, 0, 0, 0.45);
}
@media (min-width: 720px) {
  .museum-frame {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: stretch;
  }
}
.museum-frame__art {
  margin: 0;
  overflow: hidden;
}
.museum-frame__art img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 14rem;
  object-fit: cover;
}
.museum-placard {
  padding: 1rem 1.1rem 1.15rem;
  border-left: 3px solid rgba(212, 175, 55, 0.45);
}
@media (max-width: 719px) {
  .museum-placard { border-left: none; border-top: 3px solid rgba(212, 175, 55, 0.45); padding-top: 1.1rem; }
}
.museum-placard__venue {
  margin: 0 0 0.35rem;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(212, 175, 55, 0.85);
}
.museum-placard__title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.35rem, 3.4vw, 1.95rem);
  font-weight: 600;
  margin: 0 0 0.35rem;
  color: #f0d78c;
  line-height: 1.2;
}
.museum-placard__artist,
.museum-placard__medium,
.museum-placard__year {
  margin: 0 0 0.25rem;
  font-size: 0.88rem;
  color: rgba(245, 230, 200, 0.72);
}
.museum-placard__copy {
  margin: 0.85rem 0 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(245, 230, 200, 0.88);
}
.museum-wrapper-strip {
  max-width: 52rem;
  margin: 0 auto 1.25rem;
  padding: 0.75rem 1rem;
  border: 3px solid #c9a227;
  border-image: linear-gradient(135deg, #f0d78c 0%, #b8923e 40%, #f0d78c 100%) 1;
  background: rgba(6, 10, 18, 0.72);
}
.museum-wrapper-strip p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(245, 230, 200, 0.9);
}
.museum-wrapper-strip__kicker {
  margin: 0 0 0.3rem !important;
  font-size: 0.68rem !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(212, 175, 55, 0.85) !important;
}
.museum-entry__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.25rem;
  justify-content: center;
}

/* Phase 2 · reception lobby */
.reception-lobby {
  max-width: 56rem;
  margin: 0 auto;
  padding: 1.5rem 1.25rem 2.5rem;
}
.reception-lobby__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #d4af37;
}
.reception-lobby__head h1,
.reception-lobby__head h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.75rem, 4.5vw, 2.35rem);
  color: #fef3c7;
  margin: 0 0 0.65rem;
  line-height: 1.15;
}
.front-desk__intro {
  max-width: 42rem;
  margin: 0 0 1rem;
  line-height: 1.55;
  color: #d6cfc4;
  font-size: 0.95rem;
}
.reception-lobby__art {
  margin: 0 0 1.1rem;
  border: 3px solid #c9a227;
  border-image: linear-gradient(135deg, #f0d78c 0%, #b8923e 40%, #f0d78c 100%) 1;
  background: #070b14;
}
.reception-lobby__art img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.reception-lobby__art figcaption {
  padding: 0.45rem 0.75rem;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(245, 230, 200, 0.62);
}
.reception-lobby__lede {
  max-width: 42rem;
  line-height: 1.55;
  color: #e8e0d4;
  margin: 0 0 1.5rem;
}
.reception-mode {
  margin-bottom: 2rem;
  padding: 1.25rem;
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: 0.35rem;
  background: rgba(16, 26, 44, 0.55);
}
.reception-mode h3,
.reception-tour h3 {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: 1.35rem;
  letter-spacing: 0.06em;
  color: #f0d78c;
  margin: 0 0 0.5rem;
}
.reception-mode__note,
.reception-tour__note {
  margin: 0 0 1rem;
  font-size: 0.92rem;
  color: rgba(232, 224, 212, 0.78);
  max-width: 40rem;
}
.reception-mode__choices {
  display: grid;
  gap: 0.85rem;
}
@media (min-width: 640px) {
  .reception-mode__choices { grid-template-columns: 1fr 1fr; }
}
.reception-mode__choice {
  display: block;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 0.25rem;
  color: inherit;
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s;
}
.reception-mode__choice:hover {
  border-color: rgba(212, 175, 55, 0.55);
  background: rgba(212, 175, 55, 0.08);
}
.reception-mode__choice strong {
  display: block;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.15rem;
  color: #f0d78c;
  margin-bottom: 0.35rem;
}
.reception-mode__choice span {
  font-size: 0.88rem;
  line-height: 1.5;
  color: rgba(232, 224, 212, 0.82);
}
.reception-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 15rem), 1fr));
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.reception-card {
  display: block;
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 0.25rem;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  background: rgba(7, 11, 20, 0.65);
  transition: border-color 0.2s, transform 0.2s;
}
.reception-card:hover {
  border-color: rgba(212, 175, 55, 0.5);
  transform: translateY(-2px);
}
.reception-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.reception-card__body {
  display: block;
  padding: 0.75rem 0.85rem;
}
.reception-card__body strong {
  display: block;
  font-size: 0.95rem;
  color: #f0d78c;
  margin-bottom: 0.25rem;
}
.reception-card__body span {
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(232, 224, 212, 0.75);
}
.reception-next {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 1rem 0 0;
}
.reception-honesty {
  margin-top: 1.5rem;
  font-size: 0.85rem;
  color: rgba(168, 162, 158, 0.95);
  max-width: 42rem;
  line-height: 1.5;
}

/* Phase 2 · ship primer */
.reception-primer {
  margin: 1.5rem 0 1.75rem;
  padding: 1.25rem 1.15rem 1.35rem;
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: 0.35rem;
  background: rgba(6, 10, 18, 0.55);
}
.reception-primer h3,
.reception-primer h4 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  color: #f0d78c;
  margin: 0 0 0.55rem;
}
.reception-primer h3 { font-size: 1.45rem; }
.reception-primer h4 { font-size: 1.1rem; margin-top: 0.25rem; }
.reception-primer__lede {
  line-height: 1.58;
  color: rgba(245, 230, 200, 0.88);
  margin: 0 0 1.1rem;
  max-width: 48rem;
}
.reception-primer__grid {
  display: grid;
  gap: 0.85rem;
  margin-bottom: 1.15rem;
}
@media (min-width: 720px) {
  .reception-primer__grid { grid-template-columns: 1fr 1fr; }
}
.reception-primer__card {
  padding: 0.95rem 1rem;
  border: 1px solid rgba(212, 175, 55, 0.16);
  border-radius: 0.25rem;
  background: rgba(4, 8, 14, 0.45);
}
.reception-primer__card p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(245, 230, 200, 0.78);
}
.reception-primer__card a { color: #e8c96a; }
.reception-router {
  margin-top: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(212, 175, 55, 0.2);
}
.reception-router p {
  margin: 0 0 0.75rem;
  line-height: 1.55;
  color: rgba(245, 230, 200, 0.82);
  max-width: 48rem;
}
.reception-router__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 0.85rem 0 0.65rem;
}
.reception-router__links {
  font-size: 0.82rem;
  margin: 0;
}
.reception-router__links a { color: #e8c96a; }
.reception-primer__honesty {
  margin: 1rem 0 0;
  font-size: 0.8rem;
  line-height: 1.45;
  color: rgba(168, 162, 158, 0.92);
  max-width: 44rem;
}

/* Phase 3 · creator studio header block */
.creator-phase {
  max-width: 42rem;
  margin: 0 auto;
  padding: 0 1.35rem 1.5rem;
}
.creator-phase__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #e8d5a3;
}
.creator-phase__head h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.5rem, 4vw, 2rem);
  color: #f0d78c;
  margin: 0 0 0.55rem;
}
.creator-phase__lede {
  line-height: 1.55;
  color: #c9bda8;
  margin: 0 0 1rem;
}
.creator-phase__materials {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
  color: #c9bda8;
  line-height: 1.55;
}
.creator-phase__materials strong { color: #e8d5a3; }
.creator-phase__cta {
  margin: 1rem 0 0.75rem;
}
.creator-phase__cta .btn {
  display: inline-block;
  padding: 0.7rem 1.15rem;
  font-weight: 800;
  text-decoration: none;
  background: linear-gradient(180deg, #e8d4a8, #b8923e);
  color: #2a1c12;
  border: 0;
}
.creator-phase__back {
  font-size: 0.82rem;
  color: #9aa3b0;
}
.creator-phase__back a { color: #e8d5a3; }

/* Players & NPCs · dual tracks */
.xp-npc-player {
  margin: 1.75rem 0;
  padding: 1.25rem 1.15rem;
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: 0.35rem;
  background: rgba(8, 12, 22, 0.5);
}
.xp-npc-player h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.35rem;
  color: #f0d78c;
  margin: 0 0 0.5rem;
}
.xp-npc-player__line {
  font-style: italic;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(240, 215, 140, 0.9);
  margin: 0 0 0.65rem;
}
.xp-npc-player__intro {
  margin: 0 0 1rem;
  line-height: 1.55;
  color: rgba(245, 230, 200, 0.85);
  max-width: 44rem;
}
.xp-tracks-art {
  margin: 0 0 1.1rem;
  border: 2px solid rgba(212, 175, 55, 0.35);
  background: #070b14;
}
.xp-tracks-art img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.xp-tracks-art figcaption {
  padding: 0.45rem 0.75rem;
  font-size: 0.78rem;
  line-height: 1.4;
  color: rgba(245, 230, 200, 0.7);
}
.xp-tracks {
  display: grid;
  gap: 0.85rem;
  margin-bottom: 1.1rem;
}
@media (min-width: 640px) {
  .xp-tracks { grid-template-columns: 1fr 1fr; }
}
.xp-track-card {
  padding: 0.9rem 1rem;
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 0.25rem;
  background: rgba(6, 10, 18, 0.45);
}
.xp-track-card h4 {
  margin: 0 0 0.4rem;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #d4af37;
}
.xp-track-card p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: rgba(245, 230, 200, 0.78);
}
.xp-npc-roster {
  margin: 0 0 1rem;
}
.xp-npc-roster__label {
  margin: 0 0 0.55rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(212, 175, 55, 0.75);
}
.xp-npc-roster__faces {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.xp-npc-face {
  margin: 0;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(212, 175, 55, 0.35);
}
.xp-npc-face img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.xp-self-test {
  display: block;
  margin: 0.85rem 0 0.85rem;
  padding: 0.95rem 1.05rem;
  border-radius: 0.25rem;
  border: 1px solid rgba(212, 175, 55, 0.4);
  background: rgba(212, 175, 55, 0.08);
  color: inherit;
  text-decoration: none;
}
.xp-self-test:hover,
.xp-self-test:focus-visible {
  border-color: #f0d78c;
  background: rgba(212, 175, 55, 0.16);
  outline: 2px solid rgba(212, 175, 55, 0.65);
  outline-offset: 2px;
}
.xp-self-test strong {
  display: block;
  color: #f0d78c;
  font-size: 0.98rem;
  font-weight: 700;
}
.xp-self-test span {
  display: block;
  margin-top: 0.4rem;
  color: rgba(168, 162, 158, 0.95);
  font-size: 0.88rem;
  line-height: 1.45;
}
.xp-npc-player__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  margin: 0 0 0.75rem;
  font-size: 0.82rem;
}
.xp-npc-player__links a {
  color: #e8c96a;
  text-decoration: none;
  letter-spacing: 0.04em;
}
.xp-npc-player__links a:hover {
  text-decoration: underline;
}
.xp-npc-player__honesty {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.45;
  color: rgba(168, 162, 158, 0.9);
}

/* Golden path · Canvas → Program → Reception (cold-traffic funnel) */
.visit-golden-path {
  max-width: 52rem;
  margin: 0 auto;
  padding: 0.85rem 1rem 0.35rem;
  border: 1px solid rgba(212, 175, 55, 0.32);
  border-radius: 0.35rem;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.08), rgba(6, 10, 18, 0.72));
}
.visit-golden-path--hero {
  margin-top: 0.5rem;
}
.visit-golden-path__kicker {
  margin: 0 0 0.55rem;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(212, 175, 55, 0.9);
  text-align: center;
}
.visit-golden-path__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem 0.65rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.visit-golden-path__step a {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: 999px;
  color: rgba(245, 230, 200, 0.82);
  text-decoration: none;
  font-size: 0.82rem;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.visit-golden-path__step a:hover {
  border-color: rgba(212, 175, 55, 0.55);
  color: #f0d78c;
}
.visit-golden-path__step--here a {
  border-color: rgba(212, 175, 55, 0.7);
  background: rgba(212, 175, 55, 0.14);
  color: #f0d78c;
}
.visit-golden-path__step--primary a {
  border-color: rgba(212, 175, 55, 0.45);
  font-weight: 600;
}
.visit-golden-path__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 700;
  background: rgba(212, 175, 55, 0.22);
  color: #f0d78c;
}
.visit-golden-path__doors-note {
  max-width: 52rem;
  margin: 0.65rem auto 0;
  padding: 0 1rem;
  font-size: 0.88rem;
  line-height: 1.5;
  color: rgba(201, 187, 163, 0.88);
  text-align: center;
}
.visit-golden-path__doors-note a {
  color: #f0d78c;
}
