@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;600;700&family=Playfair+Display:ital,wght@0,400;0,600;1,400&display=swap);.header{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#faf6f0eb;border-bottom:1px solid #e8d5b7;left:0;position:fixed;right:0;top:0;z-index:100}.header-topbar{background:#5a3e2b;color:#faf6f0;font-size:.78rem;letter-spacing:.03em}.topbar-inner{align-items:center;display:flex;gap:1.5rem;justify-content:flex-end;margin:0 auto;max-width:1100px;padding:.3rem 2rem}.topbar-item{align-items:center;display:inline-flex;font-family:"Noto Serif SC",Georgia,serif;gap:.35rem}.topbar-item a{color:#faf6f0;text-decoration:none;transition:color .3s}.topbar-icon,.topbar-item a:hover{color:#d4a574}.topbar-icon{flex-shrink:0;height:.95em;width:.95em}.topbar-wechat{color:#07c160}.header-inner{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1100px;padding:.8rem 2rem}.header-logo{align-items:baseline;cursor:pointer;display:flex;gap:.5rem}.logo-cn{color:#5a3e2b;font-family:"Noto Serif SC",STSong,SimSun,serif;font-size:1.4rem;font-weight:600;letter-spacing:.15em}.logo-icon{border-radius:50%;height:36px;object-fit:cover;width:36px}.logo-en{color:#5a3e2b;font-size:1.2rem;font-weight:600}.logo-cn,.logo-en{font-family:Playfair Display,Georgia,serif;letter-spacing:.08em}.logo-cn{color:#8b7355;font-size:.85rem}.header-nav{align-items:center;display:flex;gap:1.5rem}.nav-link{background:none;border:none;color:#5a3e2b;cursor:pointer;font-family:"Noto Serif SC",Playfair Display,serif;font-size:.9rem;letter-spacing:.05em;padding:.3rem 0;position:relative;transition:color .3s}.nav-link:after{background:#c41e3a;bottom:0;content:"";height:1px;left:50%;position:absolute;transform:translateX(-50%);transition:width .3s;width:0}.nav-link:hover{color:#c41e3a}.nav-link:hover:after{width:100%}.lang-toggle{background:none;border:1px solid #d4a574;border-radius:2px;color:#5a3e2b;cursor:pointer;font-family:"Noto Serif SC",Playfair Display,serif;font-size:.8rem;letter-spacing:.05em;padding:.25rem .7rem;transition:all .3s}.lang-toggle:hover{background:#5a3e2b;border-color:#5a3e2b;color:#faf6f0}@media (max-width:600px){.header-inner{padding:.6rem 1rem}.header-nav{gap:.8rem}.lang-toggle,.nav-link{font-size:.8rem}.topbar-inner{font-size:.7rem;gap:1rem;padding:.25rem 1rem}}.hero{align-items:center;background:radial-gradient(ellipse at 20% 50%,#d4a57414 0,#0000 60%),radial-gradient(ellipse at 80% 50%,#c41e3a0a 0,#0000 60%),#faf6f0;display:flex;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.hero-decoration{background-repeat:no-repeat;background-size:contain;height:400px;opacity:.06;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:200px}.hero-decoration-left{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 300'%3E%3Cpath d='M50 10q-20 70 0 140t0 140' stroke='%235a3e2b' fill='none' stroke-width='.5'/%3E%3Cpath d='M40 50q15 50 0 100' stroke='%235a3e2b' fill='none' stroke-width='.3'/%3E%3Ccircle cx='45' cy='80' r='8' fill='none' stroke='%235a3e2b' stroke-width='.3'/%3E%3Ccircle cx='55' cy='200' r='5' fill='none' stroke='%235a3e2b' stroke-width='.3'/%3E%3C/svg%3E");left:5%}.hero-decoration-right{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 300'%3E%3Cpath d='M50 290q20-70 0-140t0-140' stroke='%235a3e2b' fill='none' stroke-width='.5'/%3E%3Cpath d='M60 250q-15-50 0-100' stroke='%235a3e2b' fill='none' stroke-width='.3'/%3E%3Ccircle cx='55' cy='220' r='8' fill='none' stroke='%235a3e2b' stroke-width='.3'/%3E%3Ccircle cx='45' cy='100' r='5' fill='none' stroke='%235a3e2b' stroke-width='.3'/%3E%3C/svg%3E");right:5%}.hero-content{max-width:700px;padding:2rem;text-align:center}.hero-title{color:#3c3c3c;font-family:"Noto Serif SC",STSong,SimSun,serif;font-size:3rem;font-weight:600;letter-spacing:.2em;line-height:1.4;margin:0 0 1.5rem}.hero-divider{align-items:center;display:flex;gap:.8rem;justify-content:center;margin-bottom:1.5rem}.divider-dot{background:#c41e3a;border-radius:50%;height:4px;opacity:.6;width:4px}.divider-line{background:linear-gradient(90deg,#0000,#d4a574,#0000);height:1px;width:80px}.hero-subtitle{color:#5a3e2b;font-family:"Noto Serif SC",Playfair Display,serif;font-size:1.2rem;font-weight:600;letter-spacing:.1em;line-height:1.8;margin:0 0 1.2rem}.hero-description{color:#8b7355;font-family:"Noto Serif SC",Georgia,serif;font-size:.95rem;letter-spacing:.03em;line-height:1.9;margin:0 auto 2.5rem;max-width:560px}.hero-cta{background:#0000;border:1px solid #d4a574;color:#5a3e2b;cursor:pointer;font-family:"Noto Serif SC",Playfair Display,serif;font-size:.9rem;letter-spacing:.1em;padding:.7rem 2.2rem;transition:all .4s}.hero-cta:hover{background:#5a3e2b;border-color:#5a3e2b;color:#faf6f0}@media (max-width:600px){.hero-title{font-size:2rem;letter-spacing:.15em}.hero-subtitle{font-size:1rem}.hero-description{font-size:.88rem}.hero-decoration{display:none}}.courses-section{margin:0 auto;max-width:1100px;padding:6rem 2rem}.courses-subtitle{color:#8b7355;font-family:"Noto Serif SC",Georgia,serif;font-size:.95rem;letter-spacing:.02em;line-height:1.8;margin:1.5rem auto 0;max-width:650px;text-align:center}.courses-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:3.5rem}.course-card{background:#fff;border:1px solid #e8d5b7;border-radius:2px;box-shadow:0 2px 12px #5a3e2b0f;padding:2.5rem 2rem;text-align:center;transition:box-shadow .3s,transform .3s}.course-card:hover{box-shadow:0 8px 30px #5a3e2b1f;transform:translateY(-2px)}.course-icon{color:#c41e3a;height:56px;margin:0 auto 1.5rem;opacity:.7;width:56px}.course-icon-svg{height:100%;width:100%}.course-content{display:flex;flex-direction:column;gap:.5rem}.course-instrument{color:#3c3c3c;font-family:"Noto Serif SC",STSong,SimSun,serif;font-size:1.4rem;font-weight:600;letter-spacing:.1em;margin:0}.course-chinese-name{color:#8b7355;font-size:1rem;font-weight:400}.course-levels{color:#c41e3a;font-family:"Noto Serif SC",Playfair Display,serif;font-size:.82rem;letter-spacing:.05em;margin:0;opacity:.8}.course-description{color:#4a4a4a;font-family:"Noto Serif SC",Georgia,serif;font-size:.88rem;line-height:1.8;margin:.5rem 0 0}.courses-features{grid-gap:1rem 2rem;display:grid;gap:1rem 2rem;grid-template-columns:1fr 1fr;list-style:none;margin:3.5rem auto 0;max-width:700px;padding:0}.feature-item{color:#5a3e2b;font-family:"Noto Serif SC",Georgia,serif;font-size:.88rem;line-height:1.6;padding-left:1.2rem;position:relative}.feature-item:before{background:#d4a574;border-radius:50%;content:"";height:6px;left:0;opacity:.6;position:absolute;top:.55em;width:6px}@media (max-width:768px){.courses-section{padding:4rem 1.5rem}.courses-grid{gap:1.5rem;grid-template-columns:1fr}.courses-features{gap:.8rem;grid-template-columns:1fr}}.teachers-section{margin:0 auto;max-width:1100px;padding:6rem 2rem}.section-header{margin-bottom:4rem;text-align:center}.section-title{color:#3c3c3c;font-family:"Noto Serif SC",STSong,SimSun,serif;font-size:2rem;font-weight:600;letter-spacing:.2em;margin:0 0 1rem}.section-divider{align-items:center;display:flex;gap:.8rem;justify-content:center}.section-divider .divider-dot{background:#c41e3a;border-radius:50%;height:4px;opacity:.5;width:4px}.section-divider .divider-line{background:linear-gradient(90deg,#0000,#d4a574,#0000);height:1px;width:60px}.teachers-subtitle{color:#8b7355;font-family:"Noto Serif SC",Georgia,serif;font-size:.95rem;letter-spacing:.02em;line-height:1.8;margin:1.5rem auto 0;max-width:650px;text-align:center}.teachers-container{display:flex;flex-direction:column;gap:5rem}.teacher-card{align-items:flex-start;display:flex;gap:3rem}.teacher-card-reverse{flex-direction:row-reverse}.teacher-photo-wrapper{flex-shrink:0;width:280px}.teacher-photo{border-radius:2px;height:auto}.teacher-photo,.teacher-photo-placeholder{border:1px solid #e8d5b7;box-shadow:0 4px 20px #5a3e2b1a;width:100%}.teacher-photo-placeholder{align-items:center;aspect-ratio:3/4;background:radial-gradient(ellipse at 50% 40%,#d4a57426 0,#0000 70%),#f5ede3;border-radius:2px;display:flex;justify-content:center}.placeholder-text{color:#d4a574;font-family:"Noto Serif SC",STSong,serif;font-size:4rem;opacity:.4}.teacher-info{flex:1 1;min-width:0}.teacher-name{color:#3c3c3c;font-family:"Noto Serif SC",STSong,SimSun,serif;font-size:1.8rem;font-weight:600;letter-spacing:.15em;margin:0 0 .4rem}.teacher-title{color:#8b7355;font-size:1rem;margin:0 0 .2rem}.teacher-instrument,.teacher-title{font-family:"Noto Serif SC",Playfair Display,serif;letter-spacing:.05em}.teacher-instrument{color:#c41e3a;font-size:.85rem;margin:0;opacity:.8}.teacher-divider{background:#d4a574;height:1px;margin:1.2rem 0;width:40px}.teacher-bio p{color:#4a4a4a;font-family:"Noto Serif SC",Georgia,serif;font-size:.92rem;line-height:1.9;margin:0 0 .8rem;text-align:justify}.teacher-highlights{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;margin:1.5rem 0 0;padding:0}.teacher-highlights li{background:#e8d5b74d;border:1px solid #e8d5b7;border-radius:2px;color:#5a3e2b;font-family:"Noto Serif SC",Georgia,serif;font-size:.78rem;letter-spacing:.03em;padding:.3rem .8rem}@media (max-width:768px){.teachers-section{padding:4rem 1.5rem}.teacher-card,.teacher-card-reverse{align-items:center;flex-direction:column}.teacher-photo-wrapper{width:220px}.teacher-info{text-align:center}.teacher-divider{margin:1.2rem auto}.teacher-bio p{text-align:left}.teacher-highlights{justify-content:center}}.teacher-gallery-section{margin:0 auto;max-width:1100px;padding:6rem 2rem}.gallery-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr)}.gallery-thumb-btn{aspect-ratio:1;background:none;border:none;border-radius:2px;box-shadow:0 2px 10px #5a3e2b1a;cursor:pointer;overflow:hidden;padding:0;transition:transform .2s ease,box-shadow .2s ease}.gallery-thumb-btn:hover{box-shadow:0 6px 20px #5a3e2b2e;transform:translateY(-2px)}.gallery-thumb{display:block;height:100%;object-fit:cover;width:100%}.lightbox-overlay{align-items:center;animation:lightbox-fade-in .2s ease;background:#000000d9;display:flex;inset:0;justify-content:center;padding:2rem;position:fixed;z-index:9999}@keyframes lightbox-fade-in{0%{opacity:0}to{opacity:1}}.lightbox-image{border-radius:2px;box-shadow:0 4px 40px #0006;max-height:90vh;max-width:90vw;object-fit:contain}.lightbox-close{background:none;border:none;color:#fff;cursor:pointer;font-size:2.5rem;line-height:1;opacity:.8;position:fixed;right:1.5rem;top:1rem;transition:opacity .2s ease;z-index:10000}.lightbox-close:hover{opacity:1}@media (max-width:768px){.teacher-gallery-section{padding:4rem 1.5rem}.gallery-grid{gap:.75rem;grid-template-columns:repeat(3,1fr)}}@media (max-width:480px){.gallery-grid{gap:.5rem;grid-template-columns:repeat(2,1fr)}}.performance-info-section{margin:0 auto;max-width:1100px;padding:6rem 2rem}.performance-info-content{display:flex;justify-content:center}.performance-poster-btn{background:#0000;border:none;border-radius:2px;box-shadow:0 4px 20px #5a3e2b26;cursor:zoom-in;display:block;max-width:560px;overflow:hidden;padding:0;transition:transform .3s ease,box-shadow .3s ease;width:100%}.performance-poster-btn:focus-visible,.performance-poster-btn:hover{box-shadow:0 8px 28px #5a3e2b33;outline:none;transform:translateY(-2px)}.performance-poster{display:block;height:auto;width:100%}@media (max-width:768px){.performance-info-section{padding:4rem 1.5rem}}.performances-section{margin:0 auto;max-width:1100px;padding:6rem 2rem}.videos-container{display:flex;flex-direction:column;gap:3rem}.video-card{background:#fff;border:1px solid #e8d5b7;border-radius:2px;box-shadow:0 4px 20px #5a3e2b1a;overflow:hidden}.video-wrapper{padding-bottom:56.25%;position:relative;width:100%}.video-wrapper iframe,.video-wrapper video{background:#000;border:none;height:100%;left:0;object-fit:contain;position:absolute;top:0;width:100%}.video-info{padding:1.5rem}.video-title{color:#3c3c3c;font-family:"Noto Serif SC",STSong,SimSun,serif;font-size:1.2rem;font-weight:600;letter-spacing:.1em;margin:0 0 .5rem}.video-description{color:#4a4a4a;font-family:"Noto Serif SC",Georgia,serif;font-size:.92rem;line-height:1.8;margin:0}@media (max-width:768px){.performances-section{padding:4rem 1.5rem}.video-info{padding:1rem}}.contact-section{background:radial-gradient(ellipse at 50% 0,#d4a5740f 0,#0000 60%),#f7f1e8;padding:6rem 2rem}.contact-inner{margin:0 auto;max-width:600px;text-align:center}.contact-description{color:#5a3e2b;font-family:"Noto Serif SC",Georgia,serif;font-size:.95rem;letter-spacing:.03em;line-height:1.9;margin:0 0 2.5rem}.contact-details{gap:1.2rem;margin-bottom:2.5rem}.contact-details,.contact-item{display:flex;flex-direction:column}.contact-item{align-items:center;gap:.2rem}.contact-label{color:#8b7355;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase}.contact-label,.contact-value{font-family:"Noto Serif SC",Georgia,serif}.contact-value{color:#3c3c3c;font-size:1rem;letter-spacing:.03em;text-decoration:none}a.contact-value:hover{color:#c41e3a}.contact-with-icon{align-items:center;display:inline-flex;gap:.4rem}.contact-with-icon a{color:#3c3c3c;text-decoration:none}.contact-with-icon a:hover{color:#c41e3a}.contact-icon{color:#5a3e2b;flex-shrink:0;height:1.2em;width:1.2em}.wechat-icon{color:#07c160}.youtube-link{align-items:center;display:inline-flex;gap:.4rem}.youtube-icon{color:#c41e3a;height:1.2em;transition:color .3s;width:1.2em}.youtube-link:hover .youtube-icon{color:red}.contact-cta{background:#5a3e2b;border:1px solid #5a3e2b;color:#faf6f0;display:inline-block;font-family:"Noto Serif SC",Playfair Display,serif;font-size:.9rem;letter-spacing:.1em;padding:.75rem 2.5rem;text-decoration:none;transition:all .4s}.contact-cta:hover{background:#0000;color:#5a3e2b}@media (max-width:600px){.contact-section{padding:4rem 1.5rem}}.visitor-stats{align-items:center;border-top:1px dashed #d9c7a8;display:flex;flex-direction:column;gap:1rem;margin:0 auto 1rem;max-width:480px;padding:1.5rem 1rem .5rem}.visitor-count{align-items:baseline;background:#fffaf0;border:1px solid #e8d5b7;border-radius:999px;display:inline-flex;font-family:"Noto Serif SC",Georgia,serif;gap:.5rem;padding:.45rem 1rem}.count-label{color:#8b7355;font-size:.8rem;letter-spacing:.08em}.count-value{font-feature-settings:"tnum";color:#5a3e2b;font-size:1rem;font-variant-numeric:tabular-nums;font-weight:600}.visitor-map-wrap{align-items:center;display:flex;flex-direction:column;gap:.5rem;width:100%}.visitor-map-title{color:#8b7355;font-family:"Noto Serif SC",Georgia,serif;font-size:.78rem;letter-spacing:.08em;margin:0}.visitor-map{align-items:center;display:flex;justify-content:center;min-height:180px;overflow:hidden}.visitor-map,.visitor-map-frame{background:#fffaf0;border:1px solid #e8d5b7;border-radius:12px;width:100%}.visitor-map-frame{display:block;height:320px}.visitor-map-placeholder{color:#b89a78;font-family:"Noto Serif SC",Georgia,serif;font-size:.75rem;line-height:1.5;margin:0;padding:1rem;text-align:center}@media (max-width:480px){.visitor-stats{padding:1rem .5rem .25rem}.visitor-map{min-height:150px}}.footer{background:#faf6f0;border-top:1px solid #e8d5b7;padding:2rem;text-align:center}.footer-tagline{color:#5a3e2b;font-size:.82rem;margin:0 0 .5rem}.footer-tagline,.footer-text{font-family:"Noto Serif SC",Georgia,serif;letter-spacing:.05em}.footer-text{color:#8b7355;font-size:.78rem;margin:0}.app{background:#faf6f0;min-height:100vh}*,:after,:before{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{background:#faf6f0;color:#3c3c3c;font-family:"Noto Serif SC",STSong,SimSun,Georgia,serif;line-height:1.6;padding:0}body,h1,h2,h3,h4,h5,h6{margin:0}img{display:block;max-width:100%}button{font:inherit}::selection{background:#c41e3a26;color:#3c3c3c}
/*# sourceMappingURL=main.f735df18.css.map*/