/* =========================================================
   PROFILE WRAPPER
========================================================= */


/* =========================================================
   CONVENTION PROFILE LAYOUT STYLES
========================================================= */

html {
  scroll-behavior: smooth;
}

.convention-profile {
  padding: 2rem 0 4rem;
}

.convention-profile-section {
  margin-top: 7rem;
}

.convention-profile-section-tight {
  margin-top: 2rem;
}

.convention-profile-hero {
  margin-top: 2rem;
}

.convention-section-title {
  margin-bottom: 1rem;
}

.convention-recessed {
  padding: 15px;
  border-radius: 15px;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.22);
}

/* Info booth intentionally not recessed */
.convention-info-booth {
  padding: 10px;
  border-radius: 10px;
}

.convention-anchor-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}

.convention-anchor {
  display: block;
  padding: 0.65rem;
  border: 1px solid var(--ccc-border-soft);
  border-radius: 10px;
  text-align: center;
}

.convention-green {
  border-top: 5px solid var(--ccc-green);
}

.convention-gold {
  border-top: 5px solid var(--ccc-gold);
}

.convention-blue {
  border-top: 5px solid var(--ccc-blue);
}

.convention-gray {
  border-top: 5px solid #999;
}
  


/* =========================================================
   INFORMATION BOOTH
========================================================= */

<!-- Information Booth -->
<div class="cell medium-5">

  <style>
  .convention-info-booth {
    padding: 18px;
    border-radius: 15px;

    background:
      linear-gradient(
        135deg,
        rgba(var(--ccc-green-rgb), 0.08),
        rgba(var(--ccc-cyan-glow-rgb), 0.08)
      );

    border: 1px solid rgba(var(--ccc-cyan-glow-rgb), 0.18);
  }

  .info-booth-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 12px;
    margin-bottom: 1rem;
  }

  .info-booth-cell {
    padding: 12px 14px;
    border-radius: 12px;

    background: rgba(255,255,255,0.55);

    border: 1px solid rgba(255,255,255,0.45);

    box-shadow:
      0 1px 4px rgba(0,0,0,0.05);
  }

  .info-booth-cell h6 {
    margin-bottom: 0.35rem;

    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;

    color: var(--ccc-text-muted);
  }

  .info-booth-cell p {
    margin: 0;

    font-size: 0.95rem;
    font-weight: 600;
  }

  .info-booth-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .info-anchor {
    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 56px;
    padding: 10px;

    border-radius: 14px;

    background:
      linear-gradient(
        180deg,
        rgba(255,255,255,0.88),
        rgba(240,240,240,0.82)
      );

    border: 1px solid rgba(0,0,0,0.08);

    box-shadow:
      inset 0 2px 2px rgba(255,255,255,0.6),
      0 2px 5px rgba(0,0,0,0.08);

    text-align: center;
    font-weight: 600;

    transition:
      transform 0.15s ease,
      box-shadow 0.15s ease,
      background 0.15s ease;
  }

  .info-anchor:hover {
    transform: translateY(-2px);

    box-shadow:
      inset 0 2px 2px rgba(255,255,255,0.6),
      0 6px 12px rgba(var(--ccc-blue-rgb), 0.18);

    background:
      linear-gradient(
        180deg,
        rgba(255,255,255,0.96),
        rgba(230,240,248,0.92)
      );
  }

  .info-anchor i {
    margin-right: 0.45rem;
  }
  
  #travel,
#guests,
#merchants,
#media,
#themes {
  scroll-margin-top: 150px;
}

@media only screen and (max-width: 40em) {
  #travel,
#guests,
#merchants,
#media,
#themes {
  scroll-margin-top: 30px;
}

}


/* =========================================================
   HERO
========================================================= */


/* =========================================================
   CONVENTION HERO PARTIAL
========================================================= */

.convention-hero-shell {
  padding: 24px;
  border-radius: 15px;

  background:
    linear-gradient(
      90deg,
      rgba(var(--ccc-green-rgb), 0) 0%,
      rgba(var(--ccc-green-rgb), 0) 68%,
      rgba(var(--ccc-green-rgb), 0.04) 84%,
      rgba(var(--ccc-green-light-rgb), 0.07) 100%
    );
}

.convention-hero-primary {
  min-height: 220px;
  padding: 28px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  text-align: center;
}

.convention-hero-title {
  margin: 0;

  color: var(--ccc-burgundy);

  font-family: 'Russo One', sans-serif;
  font-size: clamp(2.35rem, 5vw, 4.5rem);
  line-height: 0.95;
}

.convention-hero-countdown {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  margin-top: 1.5rem;
  padding: 0.8rem 1.2rem;

  border-radius: 999px;

  background: rgba(var(--ccc-green-rgb), 0.12);
  border: 1px solid rgba(var(--ccc-green-dark-rgb), 0.22);

  box-shadow:
    0 8px 22px rgba(var(--ccc-green-dark-rgb), 0.14),
    inset 0 0 14px rgba(255,255,255,0.55);

  color: var(--ccc-green-dark);

  font-size: 0.95rem;
  font-weight: 800;
}

.convention-hero-location-row {
  margin-top: 1rem;
}

.convention-location-cell {
  height: 100%;
  padding: 18px;
  border-radius: 15px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  background: rgba(0,0,0,0.035);
  box-shadow: inset 0 0 12px rgba(0,0,0,0.08);

  text-align: center;
}

.convention-location-cell i {
  color: var(--ccc-green-dark);
  font-size: 0.95rem;
  opacity: 0.8;
}

.convention-location-value {
  margin: 0;

  color: var(--ccc-shell-dark);

  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.3;
}

.convention-hero-utility {
  height: 100%;
  padding: 22px;
  border-radius: 15px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;

  text-align: right;
}

.hero-utility-item {
  margin-bottom: 1rem;
}

.hero-utility-item:last-child {
  margin-bottom: 0;
}

.hero-utility-label {
  margin-bottom: 0.2rem;

  color: var(--ccc-text-muted);

  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-utility-value {
  margin: 0;

  color: var(--ccc-shell-dark);

  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.3;
}

.convention-hero-link {
  color: var(--ccc-burgandy);
  font-weight: 800;
  text-decoration: none;
}

.convention-hero-link:hover {
  color: var(--ccc-magenta);
}

.hero-social-links {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 0.35rem;
}

.hero-social-links a {
  color: var(--ccc-green-dark);
  font-size: 1rem;
  text-decoration: none;
}

.hero-social-links a:hover {
  color: var(--ccc-magenta);
}

/* =========================================================
   MOBILE HERO INFO WELL
========================================================= */

.convention-hero-mobile-well {
  display: none;
}

@media only screen and (max-width: 40em) {

  .convention-hero-shell {
    padding: 16px;

    background:
      linear-gradient(
        135deg,
        rgba(var(--ccc-green-rgb), 0) 0%,
        rgba(var(--ccc-green-rgb), 0) 58%,
        rgba(var(--ccc-green-rgb), 0.04) 82%,
        rgba(var(--ccc-green-light-rgb), 0.07) 100%
      );
  }

  .convention-hero-primary {
    min-height: auto;
    padding: 24px 10px 18px;
  }

  .convention-hero-title {
    font-size: clamp(2rem, 12vw, 3.25rem);
  }

  .convention-hero-countdown {
    width: 100%;
    border-radius: 15px;
  }

  .convention-hero-location-row,
  .convention-hero-utility {
    display: none;
  }

  .convention-hero-mobile-well {
    position: relative;

    display: grid;
    grid-template-columns: 1fr 54px;
    gap: 0;

    min-height: 178px;
    margin-top: 0.75rem;

    border-radius: 15px;
    overflow: hidden;

    background: rgba(0,0,0,0.035);
    box-shadow:
  6px 0 14px rgba(0,0,0,0.08);
  }

  .mobile-location-stack {
    padding: 18px 16px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.85rem;
  }

  .mobile-location-item {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .mobile-location-item i {
    width: 18px;
    color: var(--ccc-green-dark);
    opacity: 0.8;
    text-align: center;
  }

  .mobile-location-item p {
    margin: 0;

    color: var(--ccc-shell-dark);

    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.3;
  }

  .mobile-utility-tab {
    position: relative;
    z-index: 4;

    border: 0;
    border-left: 1px solid rgba(0,0,0,0.05);

    background: rgba(var(--ccc-green-rgb), 0.08);
    color: var(--ccc-green-dark);

    font-size: 1.1rem;
    cursor: pointer;
  }

  .mobile-utility-tab.is-active {
    background: rgba(var(--ccc-green-rgb), 0.14);
    color: var(--ccc-burgundy);
  }

  .mobile-utility-panel {
    position: absolute;
    z-index: 3;

    top: 0;
    bottom: 0;
    left: 0;

    width: 75%;
    padding: 18px 16px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    background: rgba(255,255,255,0.94);
    box-shadow:
      8px 0 18px rgba(0,0,0,0.10);

    transform: translateX(-105%);
    transition: transform 0.55s ease;
  }

  .mobile-utility-panel.is-visible {
    transform: translateX(0);
  }

  .mobile-utility-close {
    position: absolute;
    top: 9px;
    right: 10px;

    border: 0;
    background: transparent;

    color: var(--ccc-text-muted);

    font-size: 0.95rem;
    cursor: pointer;
  }

  .mobile-utility-item {
    margin-bottom: 0.75rem;
  }

  .mobile-utility-item:last-child {
    margin-bottom: 0;
  }

  .mobile-utility-label {
    margin-bottom: 0.15rem;

    color: var(--ccc-text-muted);

    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .mobile-utility-value {
    margin: 0;

    color: var(--ccc-shell-dark);

    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.25;
  }

  .mobile-utility-socials {
    display: flex;
    gap: 10px;
    margin-top: 0.2rem;
  }

  .mobile-utility-socials a {
    color: var(--ccc-green-dark);
    font-size: 1rem;
  }

}



/* =========================================================
   THEMES
========================================================= */


/* =========================================================
   LIVING CONSTELLATION THEMES
========================================================= */
.theme-proof {
  
}

.theme-proof-hero {
  text-align: center;
  margin-bottom: 2rem;
}

.theme-constellation-card {
  position: relative;
  overflow: hidden;
  padding: 0;
  border-radius: 20px;
  margin: 0;
}

.theme-constellation-wrap {
  position: relative;
  min-height: 420px;
  /* border-radius: 18px; */
  background:
    radial-gradient(circle at top left, rgba(93, 220, 138, 0.12), transparent 24%),
    radial-gradient(circle at bottom right, rgba(255, 159, 67, 0.12), transparent 24%),
    radial-gradient(circle at top left, rgba(211, 234, 254, 0.08), transparent 30%),
    radial-gradient(circle at bottom right, rgba(93, 220, 138, 0.08), transparent 24%),
    linear-gradient(145deg, #2D2D2D, #252525);
  border: 1px solid rgba(255,255,255,0.08);
  overflow: hidden;
}

.theme-constellation-backdrop {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,0.8) 1px, transparent 1px),
    radial-gradient(circle at 75% 20%, rgba(255,255,255,0.7) 1px, transparent 1px),
    radial-gradient(circle at 65% 70%, rgba(255,255,255,0.8) 1px, transparent 1px),
    radial-gradient(circle at 35% 80%, rgba(255,255,255,0.7) 1px, transparent 1px);
}

.theme-shooting-star {
  position: absolute;
  top: 18%;
  left: -18%;
  width: 120px;
  height: 2px;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(211,234,254,0.95), transparent);
  box-shadow: 0 0 12px rgba(211,234,254,0.55);
  transform: rotate(-18deg);
  animation: themeShootingStar 78s ease-in-out infinite;
}

.theme-constellation-title {
  position: relative;
  z-index: 2;
  padding: 1.25rem 1.25rem 0;
  color: #d3eafe;
}

.theme-constellation-title h3 {
  margin-bottom: 0.35rem;
  color: #d3eafe;
  font-family: 'Russo One', sans-serif;
  font-weight: bold;
}

.theme-constellation-title p {
  opacity: 0.78;
}

.theme-field {
  position: relative;
  min-height: 320px;
}

.theme-node {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(4px);
  box-shadow:
    0 0 24px rgba(255,255,255,0.08),
    inset 0 0 18px rgba(255,255,255,0.05);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    opacity 0.35s ease;
  animation: themeFloat 11s ease-in-out infinite;
}

.theme-node:hover {
  color: #fff;
  transform: scale(1.10);
  box-shadow:
    0 0 34px rgba(255,255,255,0.24),
    0 0 60px rgba(93, 220, 138, 0.18);
  z-index: 3;
}

.theme-node i {
  pointer-events: none;
}

.theme-node-large {
  width: 108px;
  height: 108px;
  font-size: 2.35rem;
}

.theme-node-medium {
  width: 88px;
  height: 88px;
  font-size: 1.9rem;
}

.theme-node-small {
  width: 66px;
  height: 66px;
  font-size: 1.35rem;
}

.theme-node-anime {
  top: 10%;
  left: 14%;
  color: #ffd56a;
  animation-duration: 12s;
}

.theme-node-cosplay {
  top: 42%;
  left: 38%;
  color: #ff9fd6;
  animation-duration: 13s;
}

.theme-node-gaming {
  top: 18%;
  right: 12%;
  color: #7fd6ff;
  animation-duration: 11s;
}

.theme-node-fantasy {
  bottom: 10%;
  left: 12%;
  color: #9cff9a;
  animation-duration: 14s;
}

.theme-node-scifi {
  bottom: 14%;
  right: 16%;
  color: #d9a6ff;
  animation-duration: 15s;
}

.theme-node-miniatures {
  top: 58%;
  right: 8%;
  color: #ffe7a3;
  animation-duration: 7s;
}

.theme-node-drwho {
  top: 8%;
  left: 48%;
  color: #8bc7ff;
  animation-duration: 10s;
}

.theme-node-furry {
  bottom: 8%;
  right: 40%;
  color: #ffc37a;
  animation-duration: 8s;
}

.theme-focus-panel {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 280px;
  padding: 1rem 1.1rem;
  /* border-radius: 18px; */
  background: rgba(18, 22, 31, 0.84);
  border: 1px solid rgba(255,255,255,0.08);
  color: #fff;
  backdrop-filter: blur(10px);
  transform: translate(-50%, -50%) scale(0.92);
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.28s ease,
    transform 0.28s ease;
  z-index: 4;
}

.theme-focus-panel.is-visible {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.theme-focus-panel h4 {
  margin-bottom: 0.5rem;
  color: #d3eafe;
}

.theme-focus-panel p {
  margin-bottom: 0;
  line-height: 1.5;
  opacity: 0.88;
}

@keyframes themeFloat {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-4px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes themeShootingStar {
  0%, 86% {
    opacity: 0;
    transform: translate3d(0, 0, 0) rotate(-18deg);
  }

  87% {
    opacity: 0;
  }

  88% {
    opacity: 0.75;
  }

  90% {
    opacity: 0;
    transform: translate3d(145vw, 42vh, 0) rotate(-18deg);
  }

  100% {
    opacity: 0;
    transform: translate3d(145vw, 42vh, 0) rotate(-18deg);
  }
}

.theme-node-deep {
  opacity: 0.55;
  filter: blur(0.3px);
}

.theme-node-mid {
  opacity: 0.82;
}

.theme-node-foreground {
  opacity: 1;
}

.theme-node {
  cursor: pointer;
  appearance: none;
  border: 1px solid rgba(255,255,255,0.08);
}

.theme-node:focus-visible {
  outline: 2px solid #d3eafe;
  outline-offset: 4px;
}

@media only screen and (max-width: 40em) {
  .theme-field {
    min-height: 520px;
  }

  .theme-focus-panel {
    width: 82%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .theme-node,
  .theme-shooting-star {
    animation: none;
  }
}



/* =========================================================
   TRAVEL COMPANION
========================================================= */


/* =========================================================
   TRAVEL COMPANION
========================================================= */

.travel-proof,
.travel-mobile-shell {
  position: relative;
}

.travel-mobile-shell {
  display: none;
}

.travel-proof-hero {
  text-align: center;
  margin-bottom: 2rem;
}

.travel-guide-card,
.travel-map-card {
  height: 100%;
  background: linear-gradient(145deg, #fff, #f6f2ef);
  border: 1px solid rgba(95, 14, 20, 0.2);
  border-radius: 18px;
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.12),
    0 0 22px rgba(211, 234, 254, 0.22);
  overflow: hidden;
}

.travel-guide-card {
  padding: 1.25rem;
}

.travel-guide-title {
  margin-bottom: 1rem;
}

.travel-guide-title p {
  margin-bottom: 0;
}

.travel-selector-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
}

.travel-selector {
  position: relative;
  padding: 1rem;
  border-radius: 14px;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(95, 14, 20, 0.14);
  cursor: pointer;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
}

.travel-selector:hover {
  transform: translateY(-2px);
  border-color: rgba(95, 14, 20, 0.32);
  box-shadow: 0 10px 18px rgba(0,0,0,0.08);
}

.travel-selector.is-active {
  border-color: rgba(93, 220, 138, 0.75);
  box-shadow:
    0 0 0 2px rgba(93, 220, 138, 0.2),
    0 12px 22px rgba(0,0,0,0.1);
}

.travel-selector strong {
  display: block;
  font-size: 1rem;
  line-height: 1.3;
}

.travel-selector small {
  display: block;
  margin-top: 0.25rem;
  opacity: 0.72;
}

.travel-actions {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 0.85rem;
  margin-top: 1rem;
}

.travel-action-card {
  display: flex;
  min-height: 110px;
  padding: 1rem;
  border-radius: 16px;
  align-items: center;
  color: #1f1f1f;
  border: 2px solid rgba(255,255,255,0.7);
  box-shadow: 0 8px 18px rgba(0,0,0,0.14);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.travel-action-card:hover {
  color: #1f1f1f;
  transform: translateY(-4px) rotate(-0.5deg);
  box-shadow: 0 14px 28px rgba(0,0,0,0.2);
}

.travel-action-primary {
  background: linear-gradient(135deg, #5ddc8a, #d7ff77);
}

.travel-action-secondary {
  background: linear-gradient(135deg, #ffd56a, #ff9f43);
}

.travel-action-card strong,
.travel-action-card span {
  display: block;
}

.travel-action-card strong {
  font-size: 1.08rem;
}

.travel-action-card span span {
  font-size: 0.9rem;
  margin-top: 0.25rem;
}

.travel-map-card {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

.travel-map-fake {
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 30% 30%, rgba(211, 234, 254, 0.9), transparent 24%),
    radial-gradient(circle at 70% 65%, rgba(188, 71, 173, 0.35), transparent 22%),
    linear-gradient(135deg, #e7eef5, #d7d2c9);
}

.travel-map-fake-inner {
  text-align: center;
  padding: 2rem;
}

.travel-map-fake-inner i {
  font-size: 4rem;
  color: #5f0e14;
}

.travel-map-note {
  padding: 0.85rem 1rem;
  margin: 0;
  font-size: 0.85rem;
  background: rgba(35, 35, 42, 0.92);
  color: #fff;
}

.travel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 68%;
  height: 100%;
  padding: 1.5rem;
  background: rgba(255,255,255,0.78);
  backdrop-filter: blur(10px);
  border-right: 1px solid rgba(95, 14, 20, 0.14);
  transform: translateX(-102%);
  transition: transform 0.49s ease;
  z-index: 2;
}

.travel-overlay.is-visible {
  transform: translateX(0);
}

.travel-overlay-close {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: #5f0e14;
  cursor: pointer;
}

.travel-overlay h3 {
  margin-bottom: 0.75rem;
}

.travel-overlay p {
  line-height: 1.6;
}

.travel-overlay-footer {
  margin-top: 1.5rem;
  font-size: 0.85rem;
  opacity: 0.72;
}

/* =========================================================
   MOBILE CONCEPT
========================================================= */

.travel-mobile-primary {
  display: flex;
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 16px;
  background: linear-gradient(135deg, #5ddc8a, #d7ff77);
  color: #1f1f1f;
  box-shadow: 0 10px 24px rgba(0,0,0,0.15);
}

.travel-mobile-primary:hover {
  color: #1f1f1f;
}

.travel-mobile-primary strong,
.travel-mobile-primary small {
  display: block;
}

.travel-mobile-selector-stack {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.12),
    0 0 22px rgba(211, 234, 254, 0.22);
}

.travel-mobile-selector {
  position: relative;
  width: 100%;
  min-height: 72px;
  padding: 1rem 1.25rem;
  border: 0;
  border-bottom: 1px solid rgba(95,14,20,0.08);
  background: rgba(255,255,255,0.96);
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  cursor: pointer;
}

.travel-mobile-selector:last-child {
  border-bottom: 0;
}

.travel-mobile-selector-label {
  font-weight: 700;
}

.travel-mobile-selector-icon {
  font-size: 1.3rem;
  opacity: 0.85;
}

.travel-mobile-selector.is-active {
  background: rgba(244,255,248,0.96);
}

.travel-mobile-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(10px);
  border-right: 1px solid rgba(95,14,20,0.12);
  transform: translateX(-102%);
  transition: transform 0.42s ease;
  z-index: 5;
}

.travel-mobile-overlay.is-visible {
  transform: translateX(0);
}

.travel-mobile-overlay-inner {
  padding: 1.25rem;
}

.travel-mobile-overlay-close {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: #5f0e14;
  cursor: pointer;
}

.travel-mobile-overlay-title {
  margin-bottom: 0.75rem;
}

.travel-mobile-overlay-body {
  line-height: 1.6;
}

.travel-mobile-map-toggle {
  width: 100%;
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 14px;
  background: #23232a;
  color: #fff;
  border: 0;
  cursor: pointer;
}

.travel-mobile-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: translateX(-102%);
  transition: transform 0.42s ease;
  z-index: 8;
}

.travel-mobile-map.is-visible {
  transform: translateX(0);
}

.travel-mobile-map-close {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  z-index: 9;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: rgba(35,35,42,0.92);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
}

@media only screen and (max-width: 40em) {
  .travel-proof {
    display: none;
  }

  .travel-mobile-shell {
    display: block;
  }

  .travel-map-fake {
    min-height: 340px;
  }
}



/* =========================================================
   GUEST SHOWCASE
========================================================= */


/* =========================================================
   GUEST GALLERY SHARED
========================================================= */

.guest-mobile-shell {
  display: none;
}

.guest-desktop-shell,
.guest-mobile-shell {
  position: relative;
}

.guest-section button {
  font-family: inherit;
}

/* =========================================================
   DESKTOP GUEST GALLERY
========================================================= */

.guest-desktop-shell {
  position: relative;
  padding: 1.25rem;
  border-radius: 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 5%, rgba(var(--ccc-cyan-glow-rgb), 0.35), transparent 26%),
    radial-gradient(circle at 88% 12%, rgba(var(--ccc-blue-rgb), 0.12), transparent 28%),
    linear-gradient(
      180deg,
      rgba(var(--ccc-blue-rgb), 0.04),
      rgba(var(--ccc-blue-rgb), 0.085)
    );
}

.guest-desktop-tabs {
  position: relative;
  z-index: 15;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin-bottom: 1.25rem;
}

.guest-desktop-tab {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.65rem 0.95rem;
  border: 1px solid rgba(var(--ccc-blue-rgb), 0.22);
  border-radius: 999px;
  background: rgba(255,255,255,0.88);
  color: var(--ccc-blue-dark);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.guest-desktop-tab:hover,
.guest-desktop-tab.is-active {
  transform: translateY(-2px);
  background: var(--ccc-blue);
  border-color: rgba(var(--ccc-blue-rgb), 0.42);
  color: #fff;
}

.guest-desktop-stage {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.36),
      rgba(var(--ccc-blue-rgb), 0.08)
    );
}

.guest-desktop-grid-wrap {
  position: relative;
  z-index: 2;
  padding: 1.2rem;
  transition:
    opacity 260ms ease,
    filter 260ms ease,
    transform 260ms ease;
}

.guest-desktop-grid-wrap.is-switching {
  opacity: 0;
  filter: saturate(0.84);
  transform: translateX(-18px) scale(0.992);
}

.guest-desktop-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.guest-desktop-heading h3 {
  margin: 0;
  color: var(--ccc-burgundy);
  font-size: 1.65rem;
}

.guest-desktop-count {
  color: var(--ccc-blue-dark);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.guest-desktop-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 1.2rem;
  max-height: calc((360px * 2) + 1.2rem);
  overflow-y: auto;
  padding-right: 0.35rem;
}

.guest-desktop-card {
  position: relative;
  aspect-ratio: 3 / 4;
  min-height: 360px;
  overflow: hidden;
  border-radius: 18px;
  background: #151515;
  border-top: 5px solid rgba(194,178,128,0.55);
  box-shadow: 0 16px 34px rgba(0,0,0,0.12);
  text-align: left;
  outline: 0;
  transition:
    transform 280ms ease,
    box-shadow 280ms ease;
}

.guest-desktop-card.is-spotlight {
  border-top-color: var(--ccc-gold-bright);
}

.guest-desktop-card:hover,
.guest-desktop-card:focus {
  transform: translateY(-4px);
  box-shadow: 0 20px 42px rgba(0,0,0,0.18);
}

.guest-desktop-card-photo {
  position: absolute;
  inset: 0;
  background-size: cover;
  transition:
    transform 420ms ease,
    filter 320ms ease;
}

.guest-desktop-card:hover .guest-desktop-card-photo,
.guest-desktop-card:focus .guest-desktop-card-photo {
  transform: scale(1.03);
  filter: grayscale(70%) brightness(0.72);
}

.guest-desktop-card-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to top,
      rgba(0,0,0,0.92) 0%,
      rgba(0,0,0,0.54) 30%,
      rgba(0,0,0,0.06) 65%,
      transparent 100%
    );
}

.guest-desktop-card-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 1.15rem;
  color: #fff;
  transform: translateY(2.7rem);
  transition: transform 280ms ease;
}

.guest-desktop-card:hover .guest-desktop-card-info,
.guest-desktop-card:focus .guest-desktop-card-info {
  transform: translateY(0);
}

.guest-desktop-card-name {
  margin: 0;
  color: #fff;
  font-family: 'Russo One', sans-serif;
  font-size: 1.15rem;
  line-height: 1.08;
}

.guest-desktop-card-role {
  margin: 0.45rem 0 0;
  color: var(--ccc-gold-bright);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0;
  transition: opacity 240ms ease;
}

.guest-desktop-card-credits {
  margin: 0.4rem 0 0;
  color: rgba(255,255,255,0.92);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.88rem;
  line-height: 1.34;
  opacity: 0;
  transition: opacity 240ms ease;
}

.guest-desktop-card:hover .guest-desktop-card-role,
.guest-desktop-card:hover .guest-desktop-card-credits,
.guest-desktop-card:focus .guest-desktop-card-role,
.guest-desktop-card:focus .guest-desktop-card-credits {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .guest-desktop-grid {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }
}

/* =========================================================
   MOBILE GUEST STACK
========================================================= */

.guest-mobile-selector-stack {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-radius: 18px;
  background:
    radial-gradient(circle at 18% 5%, rgba(var(--ccc-cyan-glow-rgb), 0.42), transparent 28%),
    linear-gradient(
      180deg,
      rgba(var(--ccc-blue-rgb), 0.075),
      rgba(var(--ccc-blue-rgb), 0.13)
    );
}

.guest-mobile-type-button {
  position: relative;
  width: 100%;
  min-height: 72px;
  padding: 1rem 1.25rem;
  border: 0;
  border-bottom: 1px solid rgba(var(--ccc-blue-rgb), 0.10);
  background: rgba(255, 255, 255, 0.96);
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  cursor: pointer;
}

.guest-mobile-type-button:last-child {
  border-bottom: 0;
}

.guest-mobile-type-button.is-active {
  background: rgba(var(--ccc-cyan-glow-rgb), 0.22);
}

.guest-mobile-type-label {
  color: var(--ccc-burgundy);
  font-family: 'Russo One', sans-serif;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
}

.guest-mobile-type-icon {
  font-size: 1.45rem;
}

.guest-mobile-list-panel,
.guest-mobile-detail-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
  border-right: 1px solid rgba(var(--ccc-blue-rgb), 0.14);
  transform: translateX(-104%);
  transition: transform 420ms ease;
}

.guest-mobile-list-panel {
  z-index: 5;
}

.guest-mobile-detail-panel {
  z-index: 8;
}

.guest-mobile-list-panel.is-visible,
.guest-mobile-detail-panel.is-visible {
  transform: translateX(0);
}

.guest-mobile-panel-inner {
  padding: 1rem;
}

.guest-mobile-panel-title {
  margin: 0 0 1rem;
  color: var(--ccc-burgundy);
  font-size: 1.4rem;
  line-height: 1.15;
}

.guest-mobile-card-list {
  display: grid;
  gap: 0.85rem;
  padding-bottom: 1rem;
}

.guest-mobile-card {
  position: relative;
  min-height: 76px;
  overflow: hidden;
  border: 0;
  border-radius: 16px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.98),
      rgba(250, 250, 250, 0.92)
    );
  border-left: 5px solid rgba(194,178,128,0.55);
  box-shadow: 0 8px 18px rgba(0,0,0,0.10);
  cursor: pointer;
  text-align: left;
}

.guest-mobile-card.has-photo {
  aspect-ratio: 3 / 4;
  min-height: 0;
  background: #151515;
  border-left: 0;
  border-top: 5px solid rgba(194,178,128,0.55);
}

.guest-mobile-card.is-spotlight {
  border-left-color: var(--ccc-gold-bright);
}

.guest-mobile-card.has-photo.is-spotlight {
  border-top-color: var(--ccc-gold-bright);
}

.guest-mobile-card.is-selected {
  background:
    linear-gradient(
      145deg,
      rgba(var(--ccc-cyan-glow-rgb), 0.22),
      rgba(255,255,255,0.96)
    );
}

.guest-mobile-card.has-photo.is-selected {
  background: #151515;
  box-shadow: 0 16px 34px rgba(0,0,0,0.18);
}

.guest-mobile-card-photo {
  position: absolute;
  inset: 0;
  background-size: cover;
  filter: brightness(0.76);
  transform: scale(1.01);
}

.guest-mobile-card-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to top,
      rgba(0,0,0,0.92) 0%,
      rgba(0,0,0,0.46) 48%,
      rgba(0,0,0,0.10) 100%
    );
}

.guest-mobile-card-info {
  position: relative;
  z-index: 2;
  min-height: 76px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.85rem 1rem;
}

.guest-mobile-card.has-photo .guest-mobile-card-info {
  position: absolute;
  inset: 0;
  justify-content: flex-end;
  padding: 1rem;
  color: #fff;
}

.guest-mobile-card-name {
  margin: 0;
  color: var(--ccc-burgundy);
  font-family: 'Russo One', sans-serif;
  font-size: 1rem;
  line-height: 1.12;
}

.guest-mobile-card.has-photo .guest-mobile-card-name {
  color: #fff;
  font-size: 1.15rem;
}

.guest-mobile-card-role {
  margin: 0.32rem 0 0;
  color: var(--ccc-blue-dark);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.guest-mobile-card.has-photo .guest-mobile-card-role {
  color: var(--ccc-gold-bright);
}

.guest-mobile-detail-top {
  display: flex;
  justify-content: space-between;
  gap: 0.85rem;
  align-items: flex-start;
  margin-bottom: 0.85rem;
}

.guest-mobile-detail-type {
  margin-bottom: 0.25rem;
  color: var(--ccc-blue-dark);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.guest-mobile-detail-heading {
  margin: 0;
  color: var(--ccc-burgundy);
  font-size: 1.35rem;
  line-height: 1.15;
}

.guest-mobile-close {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(var(--ccc-blue-rgb), 0.12);
  color: var(--ccc-blue-dark);
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
}

.guest-mobile-detail-image {
  height: 255px;
  overflow: hidden;
  border-radius: 16px;
  background: rgba(var(--ccc-blue-rgb), 0.08);
}

.guest-mobile-detail-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.guest-mobile-role {
  margin: 1rem 0 0;
  color: var(--ccc-blue-dark);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.guest-mobile-credits {
  margin: 0.45rem 0 0;
  color: var(--ccc-text-muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.guest-mobile-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
  margin-top: 1rem;
}

.guest-mobile-actions button,
.guest-mobile-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.55rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(var(--ccc-blue-rgb), 0.24);
  background: rgba(var(--ccc-blue-rgb), 0.10);
  color: var(--ccc-blue-dark);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.guest-mobile-actions a {
  grid-column: 1 / -1;
}

.guest-mobile-actions button:hover,
.guest-mobile-actions a:hover {
  background: var(--ccc-blue);
  color: #fff;
}

@media screen and (max-width: 760px) {
  .guest-desktop-shell {
    display: none;
  }

  .guest-mobile-shell {
    display: block;
  }
}



/* =========================================================
   MERCHANT ROW
========================================================= */


/* =========================================================
   MERCHANT ROOMS
========================================================= */

.merchant-room-proof,
.merchant-mobile-shell {
  position: relative;
}

.merchant-mobile-shell {
  display: none;
}

.merchant-room-proof {
  --merchant-panel-width: 72%;

  position: relative;
  min-height: 620px;
  padding: 1.25rem;
  border-radius: 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 5%, rgba(var(--ccc-cyan-glow-rgb), 0.42), transparent 26%),
    radial-gradient(circle at 88% 12%, rgba(var(--ccc-blue-rgb), 0.14), transparent 28%),
    linear-gradient(
      180deg,
      rgba(var(--ccc-blue-rgb), 0.055),
      rgba(var(--ccc-blue-rgb), 0.095)
    );
}

.merchant-room-inner {
  position: relative;
  z-index: 2;
}

.merchant-room-sign-wrap {
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.merchant-room-sign {
  position: relative;
  min-width: min(430px, 92%);
  padding: 0.9rem 1.35rem;
  text-align: center;
  border: 0;
  border-radius: 16px;
  color: #fff;
  cursor: pointer;
  background:
    linear-gradient(
      135deg,
      var(--ccc-blue-light),
      var(--ccc-blue),
      var(--ccc-blue-dark)
    );
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.merchant-room-sign:hover {
  transform: translateY(-2px);
}

.merchant-room-sign::before,
.merchant-room-sign::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
  transform: translateY(-50%);
}

.merchant-room-sign::before {
  left: 14px;
}

.merchant-room-sign::after {
  right: 14px;
}

.merchant-room-sign h3 {
  margin: 0;
  color: #fff;
  font-size: 1.7rem;
  letter-spacing: 0.06em;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.22);
}

.merchant-room-floor {
  position: relative;
  min-height: 470px;
  padding: 1.4rem;
  border-radius: 20px;
  overflow: visible;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.36),
      rgba(var(--ccc-blue-rgb), 0.08)
    );
}

.merchant-room-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(82px, 1fr));
  gap: 1rem;
  align-items: start;
  transition:
    opacity 220ms ease,
    filter 220ms ease,
    transform 220ms ease;
}

.merchant-room-proof.is-open .merchant-room-grid {
  opacity: 0.72;
  filter: saturate(0.85);
}

.merchant-marker {
  position: relative;
  min-height: 88px;
  border: 0;
  border-radius: 18px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.96),
      rgba(250, 250, 250, 0.88)
    );
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.merchant-marker::before {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 14px;
  border: 1px solid rgba(var(--ccc-blue-rgb), 0.25);
  pointer-events: none;
}

.merchant-marker::after {
  content: attr(data-name);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  width: max-content;
  max-width: 220px;
  padding: 0.4rem 0.65rem;
  border-radius: 999px;
  background: var(--ccc-blue-dark);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.76rem;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 6px);
  transition:
    opacity 150ms ease,
    transform 150ms ease;
  z-index: 60;
}

.merchant-marker:hover,
.merchant-marker.is-selected {
  z-index: 50;
  transform: translateY(-4px);
}

.merchant-marker:hover::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

.merchant-marker.is-selected {
  background:
    linear-gradient(
      145deg,
      rgba(var(--ccc-cyan-glow-rgb), 0.95),
      rgba(255, 255, 255, 0.96)
    );
}

.merchant-marker-initials {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  color: var(--ccc-blue-dark);
  font-family: 'Russo One', sans-serif;
  font-size: 1.45rem;
  letter-spacing: 0.08em;
}

.merchant-room-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--merchant-panel-width);
  height: 100%;
  z-index: 30;
  padding: 1rem;
  transform: translateX(-105%);
  transition: transform 420ms ease;
}

.merchant-room-proof.is-open .merchant-room-panel {
  transform: translateX(0);
}

.merchant-room-panel-card {
  position: relative;
  height: 100%;
  border-radius: 22px;
  overflow: hidden;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.985),
      rgba(250, 250, 250, 0.965)
    );
  border: 1px solid rgba(var(--ccc-blue-rgb), 0.24);
  box-shadow: 0 18px 42px rgba(17, 45, 74, 0.18);
}

.merchant-room-panel-card::before {
  content: "";
  display: block;
  height: 12px;
  background:
    linear-gradient(
      90deg,
      var(--ccc-blue-dark),
      var(--ccc-blue-light),
      var(--ccc-blue)
    );
}

#merchantPanelContent {
  height: calc(100% - 12px);
  overflow-y: auto;
}

.merchant-panel-close {
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  z-index: 4;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  color: var(--ccc-blue-dark);
  background: rgba(255, 255, 255, 0.88);
  cursor: pointer;
}

.merchant-panel-image {
  position: relative;
  height: 300px;
  overflow: hidden;
  background: rgba(var(--ccc-blue-rgb), 0.08);
}

.merchant-panel-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--focal-x, 50%) var(--focal-y, 50%);
  transform: scale(1.02);
}

.merchant-panel-image::after {
  content: "";
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      180deg,
      rgba(var(--ccc-blue-rgb), 0.00) 0%,
      rgba(var(--ccc-blue-rgb), 0.20) 45%,
      rgba(var(--ccc-cyan-glow-rgb), 0.55) 75%,
      rgba(var(--ccc-cyan-glow-rgb), 0.75) 100%
    );
}

.merchant-panel-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  padding: 1rem;
  background:
    radial-gradient(circle at 30% 25%, rgba(var(--ccc-cyan-glow-rgb), 0.55), transparent 28%),
    linear-gradient(
      135deg,
      rgba(var(--ccc-blue-rgb), 0.18),
      rgba(var(--ccc-blue-rgb), 0.07)
    );
  color: var(--ccc-blue-dark);
  font-family: 'Russo One', sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}

.merchant-panel-body {
  position: relative;
  z-index: 5;
  margin-top: -4rem;
  padding: 0 1.5rem 1rem;
}

.merchant-panel-district {
  display: inline-block;
  margin-bottom: 0.65rem;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(6px);
  color: var(--ccc-blue-dark);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 4px 14px rgba(17,45,74,0.10);
}

.merchant-panel-body h4 {
  margin: 0 0 0.75rem;
  color: var(--ccc-burgundy);
  font-size: 2rem;
  line-height: 1.05;
}

.merchant-panel-body p {
  max-width: 90%;
}

.merchant-panel-body p {
  margin: 0;
  color: var(--ccc-text-muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.merchant-panel-actions {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
  padding: 0 1.5rem 1.5rem;
}

.merchant-panel-actions button,
.merchant-panel-actions a,
.merchant-room-choice {
  display: inline-block;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(var(--ccc-blue-rgb), 0.24);
  background: rgba(var(--ccc-blue-rgb), 0.10);
  color: var(--ccc-blue-dark);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
}

.merchant-panel-actions button:hover,
.merchant-panel-actions a:hover,
.merchant-room-choice:hover,
.merchant-room-choice.is-active {
  background: var(--ccc-blue);
  color: #fff;
}

.merchant-room-chooser {
  padding: 1.35rem;
}

.merchant-room-choice-list {
  display: grid;
  gap: 0.75rem;
  padding-bottom: 1rem;
}

.merchant-room-choice {
  width: 100%;
  border-radius: 16px;
  text-align: center;
}

.merchant-room-choice strong {
  display: block;
  font-size: 1rem;
}

.merchant-room-return-zone {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - var(--merchant-panel-width));
  height: 100%;
  z-index: 25;
  display: none;
  cursor: pointer;
}

.merchant-room-proof.is-open .merchant-room-return-zone {
  display: block;
}

/* =========================================================
   SIGN PERSONALITIES
========================================================= */

.merchant-room-proof.vendor-room .merchant-room-sign {
  border-radius: 12px;
  background:
    linear-gradient(
      135deg,
      var(--ccc-blue-dark),
      var(--ccc-blue),
      var(--ccc-blue-muted)
    );
}

.merchant-room-proof.artist-alley .merchant-room-sign {
  border-radius: 24px 10px 24px 10px;
  background:
    radial-gradient(circle at 12% 38%, rgba(255, 255, 255, 0.32), transparent 12%),
    radial-gradient(circle at 88% 62%, rgba(var(--ccc-cyan-glow-rgb), 0.38), transparent 15%),
    linear-gradient(
      135deg,
      var(--ccc-blue-light),
      var(--ccc-blue),
      var(--ccc-blue-dark)
    );
}

.merchant-room-proof.writers-loft .merchant-room-sign {
  border-radius: 10px;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.07) 0,
      rgba(255, 255, 255, 0.07) 2px,
      transparent 2px,
      transparent 12px
    ),
    linear-gradient(
      135deg,
      var(--ccc-blue-dark),
      #345f78,
      var(--ccc-blue)
    );
}

.merchant-room-proof.entertainer-stage .merchant-room-sign {
  border-radius: 999px;
  background:
    radial-gradient(circle at 14% 50%, rgba(255, 255, 255, 0.42) 0 4px, transparent 5px),
    radial-gradient(circle at 28% 50%, rgba(255, 255, 255, 0.28) 0 3px, transparent 4px),
    radial-gradient(circle at 72% 50%, rgba(255, 255, 255, 0.28) 0 3px, transparent 4px),
    radial-gradient(circle at 86% 50%, rgba(255, 255, 255, 0.42) 0 4px, transparent 5px),
    linear-gradient(
      135deg,
      var(--ccc-blue-dark),
      var(--ccc-blue),
      var(--ccc-blue-light)
    );
  border: 2px solid rgba(255, 255, 255, 0.35);
}

.merchant-room-proof.photo-studio .merchant-room-sign {
  border-radius: 18px;
  background:
    conic-gradient(
      from 20deg at 50% 50%,
      var(--ccc-blue-dark),
      var(--ccc-blue),
      var(--ccc-blue-light),
      var(--ccc-blue),
      var(--ccc-blue-dark)
    );
}

.merchant-room-proof.cosplay-corner .merchant-room-sign {
  border-radius: 26px 26px 8px 8px;
  background:
    linear-gradient(135deg, transparent 0 8%, rgba(255, 255, 255, 0.20) 8% 13%, transparent 13%),
    linear-gradient(
      135deg,
      var(--ccc-blue-light),
      var(--ccc-blue),
      var(--ccc-blue-dark)
    );
  border: 2px solid rgba(var(--ccc-cyan-glow-rgb), 0.55);
}

.merchant-room-proof.celebrity-showcase .merchant-room-sign {
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% -20%, rgba(255, 255, 255, 0.55), transparent 36%),
    linear-gradient(
      135deg,
      var(--ccc-blue-dark),
      var(--ccc-blue),
      var(--ccc-blue-light)
    );
  border: 1px solid rgba(var(--ccc-cyan-glow-rgb), 0.75);
}

/* =========================================================
   MOBILE MERCHANT STACK
========================================================= */

#merchantMobileRoomButtons {
  position: relative;
  z-index: 1;
}

.merchant-mobile-shell {
  display: none;
  position: relative;
}

.merchant-mobile-selector-stack {
  position: relative;
  min-height: 520px;
  max-height: 680px;
  overflow: hidden;
  border-radius: 18px;
  background:
    radial-gradient(circle at 18% 5%, rgba(var(--ccc-cyan-glow-rgb), 0.42), transparent 28%),
    linear-gradient(
      180deg,
      rgba(var(--ccc-blue-rgb), 0.075),
      rgba(var(--ccc-blue-rgb), 0.13)
    );
}

.merchant-mobile-room-button {
  position: relative;
  width: 100%;
  min-height: 72px;
  padding: 1rem 1.25rem;
  border: 0;
  border-bottom: 1px solid rgba(var(--ccc-blue-rgb), 0.10);
  background: rgba(255, 255, 255, 0.96);
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  cursor: pointer;
}

.merchant-mobile-room-button:last-child {
  border-bottom: 0;
}

.merchant-mobile-room-button.is-active {
  background: rgba(var(--ccc-cyan-glow-rgb), 0.22);
}

.merchant-mobile-room-label {
  color: var(--ccc-burgundy);
  font-family: 'Russo One', sans-serif;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
}

.merchant-mobile-room-icon {
  font-size: 1.45rem;
}

.merchant-mobile-room-panel,
.merchant-mobile-detail-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
  border-right: 1px solid rgba(var(--ccc-blue-rgb), 0.14);
  transform: translateX(-104%);
  transition: transform 420ms ease;
}

.merchant-mobile-room-panel {
  z-index: 5;
}

.merchant-mobile-detail-panel {
  z-index: 8;
}

.merchant-mobile-room-panel.is-visible,
.merchant-mobile-detail-panel.is-visible {
  transform: translateX(0);
}

.merchant-mobile-panel-inner {
  padding: 1rem;
}

.merchant-mobile-panel-title {
  margin: 0 0 1rem;
  color: var(--ccc-burgundy);
  font-size: 1.4rem;
  line-height: 1.15;
}

.merchant-mobile-booth-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(64px, 1fr));
  gap: 0.65rem;
  padding-bottom: 1rem;
}

.merchant-mobile-booth-button {
  min-height: 68px;
  border: 0;
  border-radius: 16px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.98),
      rgba(250, 250, 250, 0.90)
    );
  color: var(--ccc-blue-dark);
  font-family: 'Russo One', sans-serif;
  font-size: 1.05rem;
  letter-spacing: 0.07em;
  cursor: pointer;
}

.merchant-mobile-booth-button.is-selected {
  background:
    linear-gradient(
      145deg,
      rgba(var(--ccc-cyan-glow-rgb), 0.9),
      rgba(255, 255, 255, 0.95)
    );
}

.merchant-mobile-detail-top {
  display: flex;
  justify-content: space-between;
  gap: 0.85rem;
  align-items: flex-start;
  margin-bottom: 0.85rem;
}

.merchant-mobile-detail-room {
  margin-bottom: 0.25rem;
  color: var(--ccc-blue-dark);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.merchant-mobile-detail-heading {
  margin: 0;
  color: var(--ccc-burgundy);
  font-size: 1.35rem;
  line-height: 1.15;
}

.merchant-mobile-close {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(var(--ccc-blue-rgb), 0.12);
  color: var(--ccc-blue-dark);
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
}

.merchant-mobile-image {
  aspect-ratio: 4 / 3;
  max-height: 210px;
  overflow: hidden;
  border-radius: 16px;
  background: rgba(var(--ccc-blue-rgb), 0.08);
}

.merchant-mobile-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--focal-x, 50%) var(--focal-y, 50%);
}

.merchant-mobile-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 3;
  max-height: 210px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 30% 25%, rgba(var(--ccc-cyan-glow-rgb), 0.55), transparent 28%),
    linear-gradient(
      135deg,
      rgba(var(--ccc-blue-rgb), 0.18),
      rgba(var(--ccc-blue-rgb), 0.07)
    );
  color: var(--ccc-blue-dark);
  font-family: 'Russo One', sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.merchant-mobile-description {
  margin: 1rem 0 0;
  color: var(--ccc-text-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.merchant-mobile-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
  margin-top: 1rem;
}

.merchant-mobile-actions button,
.merchant-mobile-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.55rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(var(--ccc-blue-rgb), 0.24);
  background: rgba(var(--ccc-blue-rgb), 0.10);
  color: var(--ccc-blue-dark);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.merchant-mobile-actions a {
  grid-column: 1 / -1;
}

@media screen and (max-width: 760px) {
  .merchant-room-proof {
    display: none;
  }

  .merchant-mobile-shell {
    display: block;
  }
}



/* =========================================================
   MEDIA GALLERY
========================================================= */

/* media css */