.an-seo-accessible-data {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body {
  background-color: #f8fafc;
  background-image: 
    radial-gradient(at 0% 0%, rgb(255 220 220 / 80%) 0px, transparent 50%), 
    radial-gradient(at 100% 10%, rgba(253, 230, 238, 0.75) 0px, transparent 50%), 
    radial-gradient(at 50% 50%, rgba(243, 232, 255, 0.6) 0px, transparent 60%), 
    radial-gradient(at 80% 90%, rgb(237 224 255 / 70%) 0px, transparent 50%);
  background-attachment: fixed;
}

.an-gala-header {
  position: relative;
  width: 100%;
  padding: calc(var(--nav-h) + 40px) 24px 20px 24px;
  text-align: center;
}

.an-gala-header-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.an-gala-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(213, 67, 93, 0.18);
  color: var(--burgundy);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  padding: 8px 24px;
  border-radius: 50px;
  margin-bottom: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  backdrop-filter: blur(8px);
}

.an-gala-pill i {
  color: var(--rose-deep);
}

.an-gala-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px 90px 28px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  box-sizing: border-box;
perspective: 1200px;
}

.an-poster-full-section {
  width: 100%;
}

.an-poster-full-card {
  position: relative;
  width: 100%;
  background: rgba(255, 255, 255, 0.92);
  padding: 14px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 
    0 25px 50px -12px rgba(110, 58, 67, 0.12),
    0 0 0 1px rgba(255, 255, 255, 0.6) inset;
  box-sizing: border-box;
  backdrop-filter: blur(12px);
  overflow: hidden;
}

.an-poster-shimmer {
  position: absolute;
  top: 0;
  left: -150%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.4) 50%,
    transparent 100%
  );
  transform: skewX(-20deg);
  pointer-events: none;
  z-index: 2;
}


.an-poster-full-img {
width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
}


.an-content-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 32px;
  align-items: stretch;
}

.h-100 {
  height: 100%;
  box-sizing: border-box;
}

.an-modern-glass-box {
  position: relative;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.93) 0%, rgba(255, 250, 252, 0.88) 100%);
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 28px;
  padding: 38px 40px;
  box-shadow: 
    0 18px 38px rgba(110, 58, 67, 0.04),
    0 1px 2px rgba(255, 255, 255, 0.9) inset;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.an-modern-glass-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, rgba(213, 67, 93, 0.4) 30%, rgba(189, 156, 50, 0.6) 50%, rgba(213, 67, 93, 0.4) 70%, transparent 100%);
}

.an-modern-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 26px;
}

.an-icon-ring {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffffff 0%, #ffe8ed 100%);
  color: var(--rose-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.an-header-titles h2 {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--burgundy);
  margin: 0;
  line-height: 1.2;
}

.an-header-subtag {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--rose-deep);
  font-weight: 700;
  margin-top: 3px;
  display: block;
}

.an-details-flex {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.an-detail-item {
  position: relative;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 245, 247, 0.55) 100%);
  border: 1px solid rgba(213, 67, 93, 0.12);
  border-radius: 18px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 18px;
  transition: all 0.3s ease;
}

.an-detail-item:hover {
  transform: translateX(4px);
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(213, 67, 93, 0.28);
  box-shadow: 0 8px 22px rgba(110, 58, 67, 0.06);
}

.an-detail-accent {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--rose-deep) 0%, #bd9c32 100%);
  border-radius: 18px 0 0 18px;
  opacity: 0.6;
}

.an-detail-icon-wrap {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ffc6cf 0%, #d59399 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  flex-shrink: 0;
}

.an-detail-content h3 {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--rose-deep);
  margin: 0 0 4px 0;
  font-weight: 700;
}

.an-detail-zh {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--burgundy);
  margin: 0 0 2px 0;
}

.an-detail-en {
  font-size: 0.88rem;
  color: var(--text-mid);
  margin: 0;
}

.an-action-bar {
  margin-top: 18px;
}

.an-btn-calendar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 12px 20px;
  background: linear-gradient(135deg, var(--burgundy) 0%, #581d29 100%);
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 600;
  border-radius: 14px;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(90, 32, 45, 0.18);
  transition: all 0.25s ease;
}

.an-btn-calendar:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(90, 32, 45, 0.28);
  color: #ffffff;
}

.an-divider-sparkle {
  position: relative;
  text-align: center;
  margin: 26px 0;
}

.an-divider-sparkle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(213, 67, 93, 0.2) 30%, rgba(213, 67, 93, 0.2) 70%, transparent 100%);
}

.an-divider-sparkle i {
  position: relative;
  z-index: 1;
  background: #ffffff;
  padding: 0 12px;
  color: #bd9c32;
  font-size: 0.8rem;
}

.an-map-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  flex-wrap: wrap;
  gap: 10px;
}

.an-map-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: var(--burgundy);
  font-size: 1.05rem;
}

.an-map-title i {
  color: var(--rose-deep);
}

.an-mtr-badge {
  font-size: 0.82rem;
  background: #f0f4f9;
  border: 1px solid rgba(0, 0, 0, 0.06);
  color: #334155;
  padding: 5px 14px;
  border-radius: 50px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.an-mtr-badge i {
  color: #0072ce;
}

.an-map-wrapper {
  position: relative;
  width: 100%;
  height: 320px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.9);
}

.an-map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.an-map-external-link {
  margin-top: 12px;
}

.an-btn-subtle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--rose-deep);
  text-decoration: none;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(213, 67, 93, 0.15);
  transition: all 0.25s ease;
}

.an-btn-subtle:hover {
  background: var(--rose-deep);
  color: #ffffff;
  border-color: var(--rose-deep);
}

.an-about-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  line-height: 1.8;
}

.an-about-block {
  background: rgba(255, 255, 255, 0.5);
  padding: 18px 22px;
  border-radius: 16px;
  border: 1px solid rgba(213, 67, 93, 0.08);
}

.an-text-zh-lead {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--burgundy);
  margin: 0 0 6px 0;
}

.an-text-en-lead {
  font-size: 0.96rem;
  color: var(--rose-deep);
  margin: 0;
  font-weight: 600;
}

.an-text-zh {
  font-size: 1.02rem;
  font-weight: 500;
  color: #2c3e50;
  margin: 0 0 10px 0;
}

.an-text-en {
  font-size: 0.92rem;
  color: var(--text-mid);
  margin: 0;
}

.an-modern-quote {
  padding: 20px 24px;
  background: linear-gradient(135deg, rgba(255, 240, 243, 0.9) 0%, rgba(255, 250, 240, 0.7) 100%);
  border-left: 4px solid var(--rose-deep);
  border-radius: 0 18px 18px 0;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-top: 6px;
}

.an-modern-quote i {
  color: var(--rose-deep);
  font-size: 1.2rem;
  margin-top: 3px;
}

.an-quote-main {
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--burgundy);
  margin: 0 0 4px 0;
}

.an-quote-sub {
  font-size: 0.88rem;
  font-style: italic;
  color: var(--text-mid);
}

.an-reveal-poster-3d {
  opacity: 0;
  transform: translateY(60px) rotateX(12deg) scale(0.96);
  transform-origin: center top;
  transition: opacity 1.1s cubic-bezier(0.165, 0.84, 0.44, 1), 
              transform 1.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.an-reveal-poster-3d.an-visible {
  opacity: 1 !important;
  transform: translateY(0) rotateX(0deg) scale(1) !important;
}

.an-reveal-poster-3d.an-visible .an-poster-shimmer {
  animation: shimmerSweep 1.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s forwards;
}

@keyframes shimmerSweep {
  0% { left: -150%; }
  100% { left: 150%; }
}

.an-reveal-card {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), 
              transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.an-reveal-card.an-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

@media (max-width: 1024px) {
  .an-content-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}


@media (max-width: 768px) {
  .an-gala-container {
    padding: 0 16px 60px 16px;
  }

  .an-modern-glass-box {
    padding: 26px 20px;
    border-radius: 22px;
  }

  .an-detail-item {
    padding: 16px;
    gap: 14px;
  }

  .an-map-wrapper {
    height: 280px;
  }
}