.glass-nav {
  background: rgba(11, 17, 47, 0.8);
  backdrop-filter: blur(20px);
  border-bottom: 0.5px solid rgba(234, 194, 73, 0.1);
}
.gold-leaf-btn {
  background: linear-gradient(135deg, #ffe9b0 0%, #f2ca50 100%);
}
.ghost-border {
  border: 0.5px solid rgba(234, 194, 73, 0.15);
}
.italic-headline {
  font-style: italic;
  letter-spacing: -0.02em;
}
.exhibit-wall {
  border-left: 1px solid rgba(234, 194, 73, 0.1);
  padding-left: 2rem;
}
@media (max-width: 1024px) {
  .exhibit-wall {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid rgba(234, 194, 73, 0.1);
    padding-top: 2rem;
  }
}
body {
  background-color: #0b112f;
  color: #d0c5af;
}
select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23eac249' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
