@charset "UTF-8";
:root {
  --bg-color: #0c0c0c;
  --bg-rgb: 0, 0, 0;
  --text-color: #ffffff;
  --text-rgb: 255, 255, 255;
  --theme-invert-filter: invert(0);
  --gradient-end: #0a0a0a;
}

.light-theme {
  --bg-color: #f4f4f4;
  --bg-rgb: 255, 255, 255;
  --text-color: #1a1a1a;
  --text-rgb: 26, 26, 26;
  --theme-invert-filter: invert(1) hue-rotate(180deg);
  --gradient-end: #e8e8e8;
}

:root {
  --bg-color: #0c0c0c;
  --bg-rgb: 0, 0, 0;
  --text-color: #ffffff;
  --text-rgb: 255, 255, 255;
  --theme-invert-filter: invert(0);
  --gradient-end: #0a0a0a;
}

.light-theme {
  --bg-color: #f4f4f4;
  --bg-rgb: 255, 255, 255;
  --text-color: #1a1a1a;
  --text-rgb: 26, 26, 26;
  --theme-invert-filter: invert(1) hue-rotate(180deg);
  --gradient-end: #e8e8e8;
}

:root {
  --bg-color: #0c0c0c;
  --bg-rgb: 0, 0, 0;
  --text-color: #ffffff;
  --text-rgb: 255, 255, 255;
  --theme-invert-filter: invert(0);
  --gradient-end: #0a0a0a;
}

.light-theme {
  --bg-color: #f4f4f4;
  --bg-rgb: 255, 255, 255;
  --text-color: #1a1a1a;
  --text-rgb: 26, 26, 26;
  --theme-invert-filter: invert(1) hue-rotate(180deg);
  --gradient-end: #e8e8e8;
}

:root {
  --bg-color: #0c0c0c;
  --bg-rgb: 0, 0, 0;
  --text-color: #ffffff;
  --text-rgb: 255, 255, 255;
  --theme-invert-filter: invert(0);
  --gradient-end: #0a0a0a;
}

.light-theme {
  --bg-color: #f4f4f4;
  --bg-rgb: 255, 255, 255;
  --text-color: #1a1a1a;
  --text-rgb: 26, 26, 26;
  --theme-invert-filter: invert(1) hue-rotate(180deg);
  --gradient-end: #e8e8e8;
}

:root {
  --bg-color: #0c0c0c;
  --bg-rgb: 0, 0, 0;
  --text-color: #ffffff;
  --text-rgb: 255, 255, 255;
  --theme-invert-filter: invert(0);
  --gradient-end: #0a0a0a;
}

.light-theme {
  --bg-color: #f4f4f4;
  --bg-rgb: 255, 255, 255;
  --text-color: #1a1a1a;
  --text-rgb: 26, 26, 26;
  --theme-invert-filter: invert(1) hue-rotate(180deg);
  --gradient-end: #e8e8e8;
}

.btn-primary {
  background: white !important;
  border: 1px solid white !important;
  color: black !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.btn-primary:hover {
  background: transparent !important;
  color: white !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.btn-ghost {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.btn-ghost:hover {
  background: white !important;
  color: black !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.normal-btn {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.normal-btn:hover {
  background: white !important;
  color: black !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.primary-btn {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.primary-btn:hover {
  background: white !important;
  color: black !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.secondary-btn {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.secondary-btn:hover {
  background: white !important;
  color: black !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.third-btn {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.third-btn:hover {
  background: white !important;
  color: black !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.fouth-btn {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.fouth-btn:hover {
  background: white !important;
  color: black !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.secondary-white-btn {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.secondary-white-btn:hover {
  background: white !important;
  color: black !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.warning-btn {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.warning-btn:hover {
  background: white !important;
  color: black !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.success-btn {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.success-btn:hover {
  background: white !important;
  color: black !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.info-btn {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.info-btn:hover {
  background: white !important;
  color: black !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.danger-btn {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.danger-btn:hover {
  background: white !important;
  color: black !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.r-white-transparent-btn,
.r-black-transparent-btn,
.r-baige-transparent-btn {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.r-white-transparent-btn:hover,
.r-black-transparent-btn:hover,
.r-baige-transparent-btn:hover {
  background: white !important;
  color: black !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.cta-link {
  display: inline-flex;
  align-items: center;
  color: rgba(var(--text-rgb), 0.8);
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 2px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  border-bottom: 0;
  padding-bottom: 2px;
}
.cta-link:after {
  content: "→";
  margin-left: 8px;
  transition: transform 0.3s ease;
}
.cta-link:hover {
  color: var(--text-color);
  border-bottom-color: var(--text-color);
}
.cta-link:hover:after {
  transform: translateX(5px);
}

:root {
  --bg-color: #0c0c0c;
  --bg-rgb: 0, 0, 0;
  --text-color: #ffffff;
  --text-rgb: 255, 255, 255;
  --theme-invert-filter: invert(0);
  --gradient-end: #0a0a0a;
}

.light-theme {
  --bg-color: #f4f4f4;
  --bg-rgb: 255, 255, 255;
  --text-color: #1a1a1a;
  --text-rgb: 26, 26, 26;
  --theme-invert-filter: invert(1) hue-rotate(180deg);
  --gradient-end: #e8e8e8;
}

@keyframes revealUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes heroZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.15);
  }
}
.exhibition-frame-container {
  width: 100%;
  background: var(--bg-color);
  border: 1px solid rgba(var(--text-rgb), 0.1);
  border-radius: 4px;
  overflow: hidden;
}
.exhibition-frame-container iframe {
  display: block;
}

.how-to-view .guide-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .how-to-view .guide-grid {
    grid-template-columns: 1fr;
  }
}
.how-to-view .guide-grid .guide-item {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}
.how-to-view .guide-grid .guide-item .guide-number {
  font-family: "big-caslon-fb", serif;
  font-size: 2.5rem;
  color: rgba(var(--text-rgb), 0.1);
  line-height: 1;
  font-style: italic;
}
.how-to-view .guide-grid .guide-item .guide-text h4 {
  margin-bottom: 0.5rem;
  color: var(--text-color);
  font-size: 1.25rem;
}
.how-to-view .guide-grid .guide-item .guide-text p {
  color: rgba(var(--text-rgb), 0.6);
  font-size: 1rem;
  line-height: 1.6;
}

.artist-opts-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.artist-opts-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
  color: rgba(var(--text-rgb), 0.7);
  font-weight: 300;
}
.artist-opts-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--text-color);
  font-weight: bold;
}
.artist-opts-list {
  margin-top: 2rem;
}

.exhibition-cta {
  text-align: center;
}
.exhibition-cta .cta-text {
  max-width: 800px;
  margin: 0 auto 3rem;
  font-size: 1.2rem;
  color: rgba(var(--text-rgb), 0.85);
}

.ex-story-visual {
  position: relative;
  overflow: hidden;
  background: var(--bg-color);
  cursor: pointer;
}
.ex-story-visual .ex-preview-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.55);
  transition: filter 0.6s ease, transform 1.5s cubic-bezier(0.2, 1, 0.3, 1);
}
.ex-story-visual .ex-preview-video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ex-story-visual:hover .ex-preview-video {
  filter: brightness(0.45);
  transform: scale(1.04);
}
.ex-story-visual .ex-stop-btn, .ex-story-visual .ex-play-btn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(var(--text-rgb), 0.08);
  border: 1px solid rgba(var(--text-rgb), 0.25);
  border-radius: 50%;
  color: var(--text-color);
  cursor: pointer;
  z-index: 3;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: background 0.35s ease, border-color 0.35s ease, transform 0.35s ease, opacity 0.35s ease, visibility 0.35s ease;
}
.ex-story-visual .ex-stop-btn .ex-btn-label, .ex-story-visual .ex-play-btn .ex-btn-label {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  color: rgba(var(--text-rgb), 0.6);
  transition: color 0.35s ease;
}
.ex-story-visual .ex-stop-btn .ex-btn-icon i, .ex-story-visual .ex-play-btn .ex-btn-icon i {
  font-size: 1.3rem;
  margin-left: 3px;
}
.ex-story-visual .ex-stop-btn:hover, .ex-story-visual .ex-play-btn:hover {
  background: rgba(var(--text-rgb), 0.18);
  border-color: rgba(var(--text-rgb), 0.6);
  transform: scale(1.08);
}
.ex-story-visual .ex-stop-btn:hover .ex-btn-label, .ex-story-visual .ex-play-btn:hover .ex-btn-label {
  color: var(--text-color);
}
.ex-story-visual .ex-play-btn {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.ex-story-visual .ex-stop-btn {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.85);
  border-color: rgba(var(--text-rgb), 0.4);
}
.light-theme .ex-story-visual .ex-play-btn, .light-theme .ex-story-visual .ex-stop-btn {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}
.light-theme .ex-story-visual .ex-play-btn .ex-btn-label, .light-theme .ex-story-visual .ex-stop-btn .ex-btn-label {
  color: rgba(255, 255, 255, 0.6);
}
.light-theme .ex-story-visual .ex-play-btn:hover, .light-theme .ex-story-visual .ex-stop-btn:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.6);
}
.light-theme .ex-story-visual .ex-play-btn:hover .ex-btn-label, .light-theme .ex-story-visual .ex-stop-btn:hover .ex-btn-label {
  color: #ffffff;
}
.light-theme .ex-story-visual .ex-stop-btn {
  border-color: rgba(255, 255, 255, 0.4);
}
.ex-story-visual.is-playing .ex-play-btn {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.85);
  pointer-events: none;
}
.ex-story-visual.is-playing .ex-stop-btn {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.ex-video-modal {
  position: fixed;
  inset: 0;
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.ex-video-modal.is-open {
  visibility: visible;
  opacity: 1;
}
.ex-video-modal.is-open .ex-video-modal-content {
  transform: scale(1);
}
.ex-video-modal .ex-video-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(var(--bg-rgb), 0.92);
  cursor: pointer;
}
.ex-video-modal .ex-video-modal-content {
  position: relative;
  z-index: 1;
  width: min(90vw, 1100px);
  aspect-ratio: 16/9;
  background: var(--bg-color);
  transform: scale(0.94);
  transition: transform 0.4s cubic-bezier(0.2, 1, 0.3, 1);
}
.ex-video-modal .ex-video-modal-content .ex-full-video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.ex-video-modal .ex-modal-close {
  position: absolute;
  top: -3rem;
  right: 0;
  background: transparent;
  border: none;
  color: rgba(var(--text-rgb), 0.6);
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0.5rem;
  transition: color 0.25s ease;
}
.ex-video-modal .ex-modal-close:hover {
  color: var(--text-color);
}/*# sourceMappingURL=exhibition.css.map */