:root{--c-primary:#9d4edd;}
@charset "UTF-8";
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Rajdhani', 'Noto Sans SC', sans-serif; background: #0d0d1a; color: #e8e8f0; line-height: 1.7; }
h1, h2, h3, .brand { font-family: 'Bungee', 'Noto Sans SC', sans-serif; font-weight: 400; }
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

.site-header { position: fixed; top: 0; left: 0; width: 100%; z-index: 100; background: rgba(13,13,26,.92); backdrop-filter: blur(8px); border-bottom: 1px solid rgba(157,78,221,.4); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.brand { display: flex; align-items: center; gap: 12px; color: #ffffff; font-size: 20px; letter-spacing: 1px; }
.brand .wave { width: 34px; height: 20px; position: relative; }
.brand .wave i { position: absolute; bottom: 0; width: 4px; border-radius: 2px; background: linear-gradient(#00f5d4, #9d4edd); animation: eq 1.1s ease-in-out infinite; }
.brand .wave i:nth-child(1) { left: 0; height: 8px; animation-delay: 0s; }
.brand .wave i:nth-child(2) { left: 8px; height: 16px; animation-delay: .2s; }
.brand .wave i:nth-child(3) { left: 16px; height: 12px; animation-delay: .4s; }
.brand .wave i:nth-child(4) { left: 24px; height: 18px; animation-delay: .1s; }
.brand .wave i:nth-child(5) { left: 30px; height: 10px; animation-delay: .3s; }
.main-nav ul { display: flex; list-style: none; gap: 32px; }
.main-nav a { color: #9aa0b8; letter-spacing: 2px; font-weight: 600; padding: 6px 0; position: relative; }
.main-nav a::after { content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: #00f5d4; transition: width .3s; }
.main-nav a:hover, .main-nav a.active { color: #ffffff; }
.main-nav a:hover::after, .main-nav a.active::after { width: 100%; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: #ffffff; margin: 5px 0; }

.hero { position: relative; min-height: 640px; display: flex; align-items: center; overflow: hidden; background: #1a1a2e; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .4; }
.hero-overlay { position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 80%, rgba(157,78,221,.4), rgba(13,13,26,.55) 60%, rgba(13,13,26,.9)); }
.hero-content { position: relative; z-index: 2; text-align: center; padding-top: 120px; padding-bottom: 120px; }
.hero-badge { display: inline-block; color: #00f5d4; border: 1px solid #00f5d4; padding: 6px 20px; letter-spacing: 4px; font-size: 14px; font-weight: 600; margin-bottom: 22px; background: rgba(0,245,212,.08); }
.hero-content h1 { font-size: 62px; line-height: 1.1; color: #ffffff; margin-bottom: 16px; text-shadow: 0 0 30px rgba(157,78,221,.8); }
.hero-content h1 em { font-style: normal; color: #00f5d4; }
.hero-content h1 em.mag { color: #ff006e; }
.hero-content p { max-width: 560px; margin: 0 auto 32px; color: #c9cbe0; font-size: 18px; letter-spacing: 1px; }
.hero-actions { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; }

.btn { display: inline-block; background: linear-gradient(90deg, #9d4edd, #ff006e); color: #ffffff; padding: 13px 36px; letter-spacing: 2px; font-weight: 700; transition: transform .3s, box-shadow .3s; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(255,0,110,.4); }
.btn.outline { background: transparent; border: 1px solid #00f5d4; color: #00f5d4; }
.btn.outline:hover { background: rgba(0,245,212,.12); box-shadow: 0 0 24px rgba(0,245,212,.35); }

.stage-arch { position: absolute; left: 50%; bottom: -140px; transform: translateX(-50%); width: 92%; height: 360px; border: 3px solid rgba(157,78,221,.55); border-bottom: 0; border-radius: 46% 46% 0 0; z-index: 1; }
.stage-arch::before { content: ''; position: absolute; inset: 10px; border: 1px solid rgba(0,245,212,.35); border-bottom: 0; border-radius: 46% 46% 0 0; }
.beams { position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); z-index: 1; }
.beam { position: absolute; bottom: 0; width: 46px; height: 330px; transform-origin: bottom center; opacity: .5; mix-blend-mode: screen; }
.beam.p1 { left: -320px; background: linear-gradient(transparent, rgba(157,78,221,.85)); transform: rotate(-24deg); }
.beam.p2 { left: -120px; background: linear-gradient(transparent, rgba(255,0,110,.8)); transform: rotate(-10deg); }
.beam.c1 { left: 80px; background: linear-gradient(transparent, rgba(0,245,212,.8)); transform: rotate(10deg); }
.beam.c2 { left: 280px; background: linear-gradient(transparent, rgba(157,78,221,.85)); transform: rotate(24deg); }

.confetti { position: absolute; top: 0; z-index: 1; width: 8px; height: 8px; opacity: .8; animation: fall linear infinite; }
.confetti.f1 { left: 12%; background: #ff006e; animation-duration: 7s; }
.confetti.f2 { left: 26%; background: #00f5d4; animation-duration: 9s; animation-delay: 1s; }
.confetti.f3 { left: 44%; background: #9d4edd; animation-duration: 6.5s; animation-delay: .5s; }
.confetti.f4 { left: 61%; background: #ff006e; animation-duration: 8s; animation-delay: 2s; }
.confetti.f5 { left: 78%; background: #00f5d4; animation-duration: 7.5s; animation-delay: 1.5s; }
.confetti.f6 { left: 90%; background: #9d4edd; animation-duration: 9.5s; }
@keyframes fall { 0% { transform: translateY(-40px) rotate(0deg); opacity: 0; } 10% { opacity: .9; } 100% { transform: translateY(680px) rotate(360deg); opacity: 0; } }

.eq { position: absolute; left: 4%; bottom: 40px; z-index: 2; display: flex; gap: 8px; align-items: flex-end; height: 120px; }
.eq span { width: 10px; border-radius: 5px; background: linear-gradient(180deg, #00f5d4, #9d4edd); animation: eq 1s ease-in-out infinite; }
.eq span:nth-child(1) { height: 40%; animation-delay: 0s; }
.eq span:nth-child(2) { height: 80%; animation-delay: .15s; }
.eq span:nth-child(3) { height: 55%; animation-delay: .3s; }
.eq span:nth-child(4) { height: 95%; animation-delay: .45s; }
.eq span:nth-child(5) { height: 60%; animation-delay: .6s; }
.eq span:nth-child(6) { height: 75%; animation-delay: .75s; }
.eq span:nth-child(7) { height: 45%; animation-delay: .9s; }
.eq span:nth-child(8) { height: 90%; animation-delay: 1s; }
@keyframes eq { 0%, 100% { height: 20%; } 50% { height: 100%; } }

.section { padding: 84px 0; }
.section.alt { background: #131326; }
.section-head { text-align: center; margin-bottom: 48px; }
.kicker { display: block; color: #00f5d4; letter-spacing: 5px; font-size: 14px; font-weight: 600; margin-bottom: 10px; }
.section-head h2 { font-size: 38px; color: #ffffff; position: relative; display: inline-block; padding-bottom: 14px; }
.section-head h2::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 64px; height: 3px; background: linear-gradient(90deg, #00f5d4, #ff006e); }
.section-head h2 em { font-style: normal; color: #9d4edd; }

.soundwave { display: flex; justify-content: center; align-items: center; gap: 6px; height: 90px; margin-bottom: 40px; }
.soundwave span { width: 12px; border-radius: 6px; background: linear-gradient(180deg, #ff006e, #00f5d4); animation: eq 1.2s ease-in-out infinite; }
.soundwave span:nth-child(1) { animation-delay: .1s; }
.soundwave span:nth-child(2) { animation-delay: .25s; }
.soundwave span:nth-child(3) { animation-delay: .4s; }
.soundwave span:nth-child(4) { animation-delay: .1s; }
.soundwave span:nth-child(5) { animation-delay: .3s; }
.soundwave span:nth-child(6) { animation-delay: .5s; }
.soundwave span:nth-child(7) { animation-delay: .2s; }
.soundwave span:nth-child(8) { animation-delay: .35s; }
.soundwave span:nth-child(9) { animation-delay: .55s; }
.soundwave span:nth-child(10) { animation-delay: .15s; }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.about-media img { width: 100%; height: 460px; object-fit: cover; border: 2px solid rgba(157,78,221,.5); box-shadow: 0 20px 60px rgba(0,0,0,.5); }
.about-text h3 { color: #ffffff; font-size: 26px; margin-bottom: 18px; }
.about-text p { color: #b9bcd0; margin-bottom: 14px; }
.stats { display: flex; gap: 30px; margin: 26px 0; }
.stat b { display: block; font-size: 34px; color: #00f5d4; font-family: 'Bungee', sans-serif; }
.stat span { color: #8a8ca5; font-size: 14px; }
.more-link { display: inline-block; color: #00f5d4; letter-spacing: 2px; font-weight: 700; border-bottom: 2px solid #00f5d4; padding-bottom: 4px; }

.stage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.stage-card { border: 1px solid rgba(157,78,221,.45); background: rgba(26,26,46,.6); padding: 34px 26px; position: relative; transition: transform .3s, border-color .3s; overflow: hidden; }
.stage-card:hover { transform: translateY(-6px); border-color: #00f5d4; }
.stage-card .num { font-size: 52px; color: transparent; -webkit-text-stroke: 1px rgba(255,0,110,.8); font-family: 'Bungee', sans-serif; margin-bottom: 12px; }
.stage-card h3 { color: #ffffff; font-size: 20px; margin-bottom: 12px; }
.stage-card p { color: #b9bcd0; font-size: 15px; }
.stage-card .lbl { position: absolute; top: 14px; right: 14px; color: #00f5d4; font-size: 13px; letter-spacing: 2px; font-weight: 600; }

.lineup-row { display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; }
.lineup-card { width: 280px; background: rgba(26,26,46,.8); border: 1px solid rgba(0,245,212,.3); overflow: hidden; transition: transform .3s; }
.lineup-card:hover { transform: translateY(-6px); }
.lineup-card img { width: 100%; height: 200px; object-fit: cover; }
.lineup-card .name { padding: 16px 18px 20px; }
.lineup-card h3 { color: #ffffff; font-size: 18px; }
.lineup-card .slot { color: #ff006e; font-weight: 600; letter-spacing: 1px; font-size: 14px; }

.port-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.port-item { position: relative; overflow: hidden; display: block; border: 1px solid rgba(157,78,221,.4); }
.port-item img { width: 100%; height: 300px; object-fit: cover; transition: transform .5s; }
.port-item:hover img { transform: scale(1.06); }
.port-cap { position: absolute; left: 0; bottom: 0; right: 0; padding: 46px 18px 14px; background: linear-gradient(transparent, rgba(13,13,26,.9)); color: #ffffff; letter-spacing: 1px; font-weight: 600; }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.blog-card { background: rgba(26,26,46,.8); border: 1px solid rgba(157,78,221,.35); }
.blog-card img { width: 100%; height: 220px; object-fit: cover; }
.blog-body { padding: 22px 24px 26px; }
.blog-date { color: #00f5d4; font-size: 14px; letter-spacing: 2px; font-weight: 600; }
.blog-body h3 { color: #ffffff; font-size: 19px; margin: 10px 0; }
.blog-body p { color: #b9bcd0; font-size: 15px; margin-bottom: 14px; }
.read-more { color: #ff006e; letter-spacing: 1.5px; font-weight: 700; border-bottom: 2px solid #ff006e; padding-bottom: 3px; }

.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.team-card { text-align: center; background: rgba(26,26,46,.8); border: 1px solid rgba(157,78,221,.4); padding: 30px 24px; }
.team-card img { width: 150px; height: 150px; object-fit: cover; border-radius: 50%; border: 3px solid #9d4edd; margin: 0 auto 18px; }
.team-card h3 { color: #ffffff; font-size: 20px; }
.team-card .role { display: block; color: #00f5d4; letter-spacing: 2px; font-size: 14px; margin: 6px 0 12px; font-weight: 600; }
.team-card p { color: #b9bcd0; font-size: 14px; }

.cta { background: #1a1a2e; text-align: center; padding: 80px 0; position: relative; overflow: hidden; border-top: 1px solid rgba(157,78,221,.4); border-bottom: 1px solid rgba(157,78,221,.4); }
.cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(255,0,110,.22), transparent 65%); }
.cta .container { position: relative; z-index: 1; }
.cta h2 { color: #ffffff; font-size: 36px; margin-bottom: 12px; }
.cta p { color: #c9cbe0; margin-bottom: 26px; letter-spacing: 1px; }

.site-footer { background: #0d0d1a; color: #8a8ca5; padding: 60px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 40px; padding-bottom: 40px; }
.footer-brand { color: #ffffff; font-size: 18px; display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.footer-brand .wave { width: 34px; height: 20px; position: relative; }
.footer-brand .wave i { position: absolute; bottom: 0; width: 4px; border-radius: 2px; background: linear-gradient(#00f5d4, #9d4edd); }
.footer-brand .wave i:nth-child(1) { left: 0; height: 8px; }
.footer-brand .wave i:nth-child(2) { left: 8px; height: 16px; }
.footer-brand .wave i:nth-child(3) { left: 16px; height: 12px; }
.footer-brand .wave i:nth-child(4) { left: 24px; height: 18px; }
.footer-brand .wave i:nth-child(5) { left: 30px; height: 10px; }
.footer-grid p { font-size: 14px; }
.footer-grid h4 { color: #ffffff; font-size: 16px; margin-bottom: 16px; letter-spacing: 1px; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 14px; color: #8a8ca5; transition: color .3s; }
.footer-links a:hover { color: #00f5d4; }
.footer-bottom { border-top: 1px solid #26263d; padding: 20px 0; text-align: center; font-size: 13px; color: #5c5e76; }

.page-hero { position: relative; height: 340px; display: flex; align-items: center; justify-content: center; overflow: hidden; background: #1a1a2e; }
.page-hero .hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .35; }
.page-hero .hero-overlay { position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(157,78,221,.3), rgba(13,13,26,.85)); }
.page-hero .container { position: relative; z-index: 2; text-align: center; }
.page-hero h1 { font-size: 48px; color: #ffffff; text-shadow: 0 0 24px rgba(157,78,221,.8); }
.page-hero .crumb { color: #00f5d4; letter-spacing: 4px; margin-top: 10px; font-weight: 600; }

.blog-list { max-width: 980px; margin: 0 auto; }
.blog-row { display: grid; grid-template-columns: 300px 1fr; gap: 30px; align-items: center; padding: 28px 0; border-bottom: 1px solid #26263d; }
.blog-row img { width: 100%; height: 200px; object-fit: cover; border: 1px solid rgba(157,78,221,.4); }
.blog-text h2 { color: #ffffff; font-size: 24px; margin: 10px 0; }
.blog-text p { color: #b9bcd0; margin-bottom: 14px; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; }
.contact-info h3 { color: #ffffff; font-size: 24px; margin-bottom: 16px; }
.contact-info p { color: #b9bcd0; margin-bottom: 12px; }
.contact-info .info-note { background: rgba(157,78,221,.14); border-left: 4px solid #00f5d4; padding: 14px 18px; color: #d3d5e8; }
.contact-form label { display: block; margin-bottom: 6px; font-weight: 600; color: #e8e8f0; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 12px 14px; margin-bottom: 18px; border: 1px solid #38385a; background: #131326; color: #e8e8f0; font-family: 'Rajdhani', 'Noto Sans SC', sans-serif; font-size: 16px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: none; border-color: #00f5d4; }
.submit-btn { border: 0; cursor: pointer; }
.map-frame { margin-top: 18px; border: 2px solid rgba(157,78,221,.5); }
.map-frame img { width: 100%; height: 220px; object-fit: cover; }

@media (max-width: 768px) {
  .nav-toggle { display: block; }
  .main-nav { display: none; position: absolute; top: 74px; left: 0; right: 0; background: #131326; border-bottom: 1px solid rgba(157,78,221,.4); }
  .main-nav.open { display: block; }
  .main-nav ul { flex-direction: column; gap: 0; padding: 10px 24px 20px; }
  .main-nav a { display: block; padding: 12px 0; border-bottom: 1px solid #26263d; }
  .eq, .beams, .stage-arch { display: none; }
  .hero-content h1 { font-size: 38px; }
  .about-grid, .contact-grid, .blog-row { grid-template-columns: 1fr; }
  .stage-grid, .port-grid, .blog-grid, .team-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .section-head h2 { font-size: 28px; }
  .lineup-card { width: 100%; }
  .about-media img { height: 280px; }
  .port-item img { height: 220px; }
  .blog-row img { height: 200px; }
}


/* ===== CMS helpers ===== */
.form-alert{padding:12px 16px;border-radius:8px;margin:0 0 16px;font-size:.92rem;line-height:1.6}
.form-alert-ok{background:rgba(46,160,67,.08);border:1px solid rgba(46,160,67,.35);color:#2ea043}
.form-alert-err{background:rgba(220,53,69,.08);border:1px solid rgba(220,53,69,.35);color:#dc3545}
.form-alert ul{margin:0;padding-left:18px}
.cms-pager{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:44px 0 0}
.cms-pager a,.cms-pager span{min-width:38px;padding:8px 13px;border:1px solid rgba(128,128,128,.35);border-radius:6px;text-align:center;text-decoration:none;color:inherit}
.cms-pager .active{background:var(--c-primary);border-color:var(--c-primary);color:#fff}
.detail-page{max-width:1100px;margin:0 auto;padding:72px 24px}
.detail-media{width:100%;max-height:520px;object-fit:cover;border-radius:14px;margin-bottom:26px;display:block}
.detail-title{font-size:clamp(26px,3vw,38px);line-height:1.3;margin-bottom:12px}
.detail-meta{color:#777;font-size:.95rem;margin-bottom:20px}
.detail-body{line-height:1.9;color:#444}
.detail-body p{margin-bottom:1em}
.detail-body img{max-width:100%;height:auto;border-radius:10px}
.detail-back{display:inline-block;margin-top:28px;padding:11px 26px;border:1px solid rgba(128,128,128,.4);border-radius:999px;text-decoration:none;color:inherit}
/* ===== 深色 banner 标题白字（避免 h1 与背景同色不可读） ===== */
.banner--ink h1,.banner--purple h1,.banner--coral h1{color:#fff}
/* ===== 阅读全文按钮（硬边 neo-brutalist 风格） ===== */
.news-item .more{display:inline-block;margin-top:14px;padding:10px 20px;background:var(--c-ink);color:#fff;border:var(--border-2);box-shadow:var(--shadow-sm);font-family:var(--font-en);font-weight:800;font-size:.85rem;letter-spacing:.02em;text-decoration:none;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}
.news-item .more:hover{background:var(--c-coral);transform:translate(-2px,-2px);box-shadow:var(--shadow)}
/* ===== 留言板一行一个 input（01 翰墨轩） ===== */
.form-grid{grid-template-columns:1fr}
