*{box-sizing:border-box}html,body{margin:0;padding:0}img{max-width:100%;display:block}.site-header__bar{background:#ffe5a6;padding-top:30px;padding-bottom:20px;box-shadow:0 4px 8px #0000004d;position:relative;z-index:100}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.site-header__logo{flex-shrink:0}.site-header__logo img{width:200px;height:auto;display:block}.site-header__burger{display:none;flex-direction:column;gap:4px;background:transparent;border:none;cursor:pointer;padding:8px;border-radius:4px;transition:background .2s ease}.site-header__burger span{width:24px;height:3px;background:#000;border-radius:2px;transition:all .3s ease}.site-header__burger:hover{background:#0000001a}.site-header__nav{display:flex;align-items:center;gap:50px}.site-header__link{font-size:16px;color:#000;text-decoration:none;padding:12px 0;transition:all .2s ease;white-space:nowrap}.site-header__link:hover,.site-header__link.is-active{background:#fff;border:1px solid #000;border-radius:999px;padding:12px 20px}@media (max-width: 768px){.site-header__burger{display:flex}.site-header__nav{position:absolute;left:0;right:0;top:100%;background:#ffe5a6;padding:16px;display:none;flex-direction:column;gap:12px;box-shadow:0 4px 8px #0003}.site-header.is-open .site-header__nav{display:flex}.site-header__link{padding:16px 20px;text-align:center;background:#fff;border:1px solid #ddd;border-radius:8px}.site-header__link:hover,.site-header__link.is-active{background:#000;color:#fff;border-color:#000}.site-header.is-open .site-header__burger span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.site-header.is-open .site-header__burger span:nth-child(2){opacity:0}.site-header.is-open .site-header__burger span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}}.container{width:min(1200px,calc(100% - 40px));margin:0 auto}section{padding:80px 0}@media (max-width: 768px){section{padding:56px 0}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #ff6b6b;--secondary-color: #4ecdc4;--text-color: #333;--bg-color: #fff;--accent-color: #ffd93d}body{font-family:Arial,Microsoft JhengHei,sans-serif;line-height:1.6;color:var(--text-color);background-color:var(--bg-color)}h1,h2,h3,h4,h5,h6{margin-bottom:1rem}a{text-decoration:none;color:var(--primary-color);transition:color .3s ease}a:hover{color:var(--secondary-color)}.container{max-width:1200px;margin:0 auto;padding:0 20px}header{background-color:var(--bg-color);box-shadow:0 2px 5px #0000001a;position:fixed;top:0;width:100%;z-index:1000}nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}main{margin-top:80px}section{padding:4rem 0}.sec-hero{position:relative;min-height:80vh;display:flex;align-items:center;overflow:hidden;color:#fff}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000008c,#00000040 45%,#0000008c);z-index:1}.sec-hero .container{position:relative;z-index:3}.hero__content{max-width:600px;text-align:left}.hero__title{font-size:4rem;font-weight:800;margin:0 0 1rem;text-shadow:2px 2px 4px rgba(0,0,0,.45)}.hero__subtitle{font-size:1.2rem;margin:0 0 2rem;line-height:1.6;text-shadow:1px 1px 2px rgba(0,0,0,.45)}.hero__cta{display:flex;gap:1rem;flex-wrap:wrap}.hero__icon{position:absolute;z-index:2;opacity:.85;transition:transform .3s ease}@media (hover: hover){.hero__icon:hover{transform:scale(1.08)}}.hero__icon--01{top:10%;left:5%;width:60px;height:60px}.hero__icon--02{top:15%;right:8%;width:80px;height:80px}.hero__icon--03{bottom:20%;left:8%;width:70px;height:70px}.hero__icon--04{bottom:10%;right:5%;width:65px;height:65px}@media (max-width: 768px){.sec-hero{justify-content:center;text-align:center}.hero__content{text-align:center;max-width:90%;padding:2rem 0}.hero__title{font-size:2.5rem}.hero__subtitle{font-size:1rem}.hero__cta{justify-content:center}.hero__icon--01{width:40px;height:40px;top:5%;left:3%}.hero__icon--02{width:50px;height:50px;top:8%;right:5%}.hero__icon--03{display:none}.hero__icon--04{width:45px;height:45px;bottom:5%;right:3%}}.sec-expo{background-color:#f8f9fa;padding:80px 0}.expo__header{text-align:center;margin-bottom:3rem}.expo__header h2{font-size:2.5rem;font-weight:700;color:var(--text-color);margin:0}.expo__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;align-items:start}.expo__card{background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease}@media (hover: hover){.expo__card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}}.expo__img{width:100%;height:250px;object-fit:cover;display:block}.expo__body{padding:1.5rem}.expo__body h3{font-size:1.25rem;font-weight:600;color:var(--text-color);margin:0 0 .75rem}.expo__body p{font-size:.95rem;line-height:1.6;color:#666;margin:0}@media (max-width: 1024px){.expo__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.sec-expo{padding:60px 0}.expo__header h2{font-size:2rem}}@media (max-width: 768px){.expo__grid{grid-template-columns:1fr;gap:1.5rem}.sec-expo{padding:56px 0}.expo__header{margin-bottom:2rem}.expo__header h2{font-size:1.75rem}.expo__img{height:200px}.expo__body{padding:1.25rem}}.sec-artist{padding:0}.artist__banner{position:relative;min-height:65vh;overflow:hidden;display:flex;align-items:center}.artist__bg{position:absolute;top:0;height:100%;width:50%;object-fit:cover;z-index:0}.artist__bg--left{left:0}.artist__bg--right{right:0}.artist__content{position:relative;z-index:2;max-width:520px;color:#fff}.artist__title{font-size:3rem;font-weight:700;margin:0 0 1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.6)}.artist__desc{font-size:1.1rem;line-height:1.7;margin:0;text-shadow:1px 1px 2px rgba(0,0,0,.6)}.artist__main{position:absolute;right:8%;bottom:0;width:min(520px,45vw);aspect-ratio:1 / 1;z-index:2}.artist__main img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;display:block}.artist__main-bg{transform:translate(10%,10%);opacity:.85}.artist__main-fg{transform:translate(0)}@media (max-width: 1024px){.artist__banner{min-height:55vh}.artist__title{font-size:2.5rem}.artist__desc{font-size:1rem}.artist__main{right:5%;width:min(450px,48vw)}}@media (max-width: 768px){.artist__banner{min-height:50vh;justify-content:center;text-align:center}.artist__bg{opacity:.7}.artist__content{max-width:90%}.artist__title{font-size:2rem}.artist__desc{font-size:.95rem;line-height:1.6}.artist__main{left:50%;transform:translate(-50%);right:auto;bottom:5%;width:min(300px,80vw)}}footer{background-color:var(--text-color);color:#fff;text-align:center;padding:2rem 0}.sec-news{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;overflow:hidden;padding-top:150px;padding-bottom:150px}.sec-title--center{text-align:center;font-size:32px;font-weight:700;margin-bottom:80px;color:#fff;letter-spacing:2px}.news{position:relative;display:flex;align-items:center;gap:1rem}.news__viewport{flex:1;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.news__viewport::-webkit-scrollbar{display:none}.news__track{display:flex;gap:2rem;padding:0 2rem;min-width:100%}.news__slide{flex:0 0 520px;scroll-snap-align:center;opacity:.4;transition:opacity .3s ease}.news__slide.is-active{opacity:1}.news__card{background:#ffffff0d;border-radius:16px;overflow:hidden;transition:all .3s ease;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.news__card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000004d;background:#ffffff14}.news__media{height:280px;background:linear-gradient(90deg,#ff6b6b,#ff6b6b 35%,#f0f0f0 35%,#f0f0f0);position:relative}.news__media:before{content:"";position:absolute;top:50%;left:50%;width:40px;height:40px;background:#ffffffe6;border-radius:50%;transform:translate(-50%,-50%)}.news__body{padding:1.5rem}.news__body h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#fff;line-height:1.4}.news__body time{color:#ffffffb3;font-size:.875rem}.news__nav{flex:0 0 auto;width:50px;height:50px;border-radius:50%;border:3px solid #fff;background:#000;color:#fff;font-size:1.5rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.news__nav:hover{background:#333;border-color:#fff;transform:scale(1.05)}.news__nav:active{transform:scale(.95)}.news__nav:disabled{opacity:.4;cursor:not-allowed;transform:none}@media (max-width: 768px){.sec-title--center{font-size:2rem;margin-bottom:2rem}.news{gap:.5rem}.news__slide{flex:0 0 85vw}.news__track{gap:1rem;padding:0 1rem}.news__nav{width:48px;height:48px;font-size:1.25rem}.news__media{height:200px}.news__body{padding:1rem}.news__body h3{font-size:1rem}}.sec-tickets{margin:0 20px;padding:150px 10px 80px}.tickets__banner{position:relative;background-image:url(/assets/tickets/ticket_banner.png);background-size:cover;background-position:center;background-repeat:no-repeat;background-size:contain;min-height:640px;display:flex;align-items:center;justify-content:center}.tickets__content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:60px 20px;gap:40px}.btn-ticket{display:inline-block;width:200px;height:60px;background-color:#f4ede5;border:1.5px solid #000;border-radius:30px;color:#000;text-decoration:none;font-size:16px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;transition:background-color .3s ease,opacity .3s ease;cursor:pointer}.btn-ticket:hover{background-color:#e8ddd4;opacity:.9}@media (max-width: 768px){.sec-tickets{margin:0 10px;padding-top:100px}.tickets__banner{min-height:400px}.tickets__content{padding:40px 15px;gap:30px}.btn-ticket{width:180px;height:50px;font-size:14px}}.sec-guests{padding-top:150px;padding-bottom:150px;background:#f8f9fa}.sec-guests .sec-title--center{text-align:center;font-size:32px;font-weight:700;margin-bottom:80px;color:#333;letter-spacing:2px}.guests__stage{position:relative;max-width:1100px;margin:0 auto;height:380px}.guests__img{position:absolute;top:50%;transform:translateY(-50%);object-fit:contain;border-radius:16px;box-shadow:0 8px 32px #0000001a}.guests__img--center{width:74%;height:100%;left:50%;transform:translate(-50%,-50%);z-index:3;object-fit:contain;clip-path:polygon(8% 0,100% 0,92% 100%,0 100%)}.guests__img--left{width:50%;height:90%;left:-4%;z-index:1;object-fit:contain;clip-path:polygon(0 0,92% 0,100% 100%,0 100%)}.guests__img--right{width:50%;height:90%;right:-4%;z-index:2;object-fit:contain;clip-path:polygon(8% 0,100% 0,100% 100%,0 100%)}@media (max-width: 768px){.sec-guests{padding-top:80px;padding-bottom:80px;background:transparent}.sec-guests .sec-title--center{font-size:24px;margin-bottom:40px}.guests__stage{height:280px;max-width:90vw}.guests__img--center{width:85%}.guests__img--left,.guests__img--right{width:60%;height:85%}}@media (max-width: 480px){.guests__stage{height:220px}.guests__img--left,.guests__img--right{opacity:.7;width:55%}}.sec-ceremony{padding-top:150px;padding-bottom:150px}.sec-ceremony .sec-title--center{font-size:32px;font-weight:700;text-align:center;margin-bottom:80px;color:#333}.ceremony__banner{max-width:1100px;margin:0 auto;padding:0 20px}.ceremony__img{width:100%;height:auto;object-fit:contain;border-radius:18px;display:block}@media (max-width: 768px){.sec-ceremony{padding-top:80px;padding-bottom:80px}.sec-ceremony .sec-title--center{font-size:24px}.ceremony__banner{padding:0 10px}}.sec-related{padding-top:150px;padding-bottom:150px;background:#000;overflow:hidden}.sec-related .sec-title--center{text-align:center;font-size:32px;font-weight:700;margin-bottom:80px;color:#fff;letter-spacing:2px}.related{display:flex;align-items:center;gap:16px;max-width:1100px;margin:0 auto;padding:0 20px;box-sizing:border-box}.related__track{display:flex;gap:15px;overflow:hidden;flex:1;padding:0 10px;min-width:0}.related__item{display:block;border-radius:18px;overflow:hidden;flex:0 0 calc((100% - 45px)/4);height:130px;filter:grayscale(100%);transition:filter .2s ease,transform .2s ease,opacity .2s ease;opacity:.75;text-decoration:none;position:relative;min-width:0}.related__item:hover{filter:grayscale(0%);opacity:1;transform:translateY(-2px)}.related__img{width:100%;height:100%;object-fit:cover;display:block}.related__nav{width:50px;height:50px;border:3px solid #fff;background:#000;border-radius:50%;display:grid;place-items:center;cursor:pointer;transition:all .2s ease;outline:none}.related__nav:hover{background:#333;transform:scale(1.05)}.related__nav:active{transform:scale(.95)}.related__arrow{color:#fff;font-size:30px;line-height:1;font-weight:700;-webkit-user-select:none;user-select:none}@media (max-width: 768px){.sec-related{padding-top:80px;padding-bottom:80px}.sec-related .sec-title--center{font-size:24px;margin-bottom:50px}.related{gap:12px}.related__item{flex:0 0 240px;height:110px;scroll-snap-align:start}.related__nav{width:44px;height:44px;border-width:2px}.related__arrow{font-size:24px}.related__track{padding:0 5px;gap:15px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}}.sec-shop{background-image:url(/assets/shop/SHOP_01.png);background-size:cover;background-position:center;background-repeat:no-repeat;padding-top:150px;padding-bottom:150px}.shop__logo{display:block;margin:0 auto 20px;padding-top:80px}.shop__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;row-gap:50px;margin-top:40px}.shop__item{text-align:center}.shop__thumb{position:relative;background:#111;aspect-ratio:1/1;border-radius:16px;overflow:hidden;margin-bottom:23px}.shop__detail{position:absolute;left:50%;bottom:20px;transform:translate(-50%);width:160px;background:#f3b2c1;border:1.5px solid #000;padding:15px;border-radius:0;font-weight:500;cursor:pointer;opacity:0;transition:opacity .2s ease}.shop__item:hover .shop__detail{opacity:1}.shop__name{font-size:16px;font-weight:500;margin-bottom:10px}.shop__price{font-size:14px;font-weight:500;color:#333}.shop__more{margin-top:50px;text-align:center}.btn-more{width:200px;height:60px;background:#f4ede5;border:1.5px solid #000;font-size:16px;font-weight:500;cursor:pointer;border-radius:0}.btn-more:hover{background:#e5d6c8}@media (max-width: 1024px){.shop__grid{grid-template-columns:repeat(2,1fr);gap:20px;row-gap:40px}.sec-shop{padding-top:100px;padding-bottom:100px}.shop__logo{padding-top:60px}}@media (max-width: 600px){.shop__grid{grid-template-columns:1fr;gap:15px;row-gap:30px}.sec-shop{padding-top:80px;padding-bottom:80px}.shop__logo{padding-top:40px;margin-bottom:15px}.shop__more{margin-top:40px}.btn-more{width:180px;height:50px;font-size:14px}.shop__detail{width:140px;padding:12px;font-size:14px}}.sec-qa{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;padding-top:150px;padding-bottom:150px}.sec-title--left{text-align:left;font-size:32px;font-weight:700;margin-bottom:50px;color:#fff;letter-spacing:2px}.qa{display:flex;flex-direction:column;gap:20px}.qa__item{border-radius:15px;overflow:hidden}.qa__head{width:100%;display:flex;align-items:center;justify-content:space-between;text-align:left;padding:15px 18px;border:0;background:#f4ede599;cursor:pointer;transition:background .3s ease}.qa__q{font-size:18px;font-weight:600;color:#333}.qa__icon{font-size:24px;line-height:1;color:#333;font-weight:700}.qa__body{padding:12px 18px 15px;display:none;background:transparent}.qa__body p{margin:0;font-size:14px;line-height:1.6;color:#333}.qa__item.is-open{background:linear-gradient(90deg,#f0afbe,#ea6d8d)}.qa__item.is-open .qa__head{background:transparent}.qa__item.is-open .qa__body{display:block;background:transparent;border-top:1px solid rgba(255,255,255,.25)}.qa__item.is-open .qa__q,.qa__item.is-open .qa__icon,.qa__item.is-open .qa__body p{color:#fff}@media (max-width: 768px){.sec-qa{padding-top:80px;padding-bottom:80px}.sec-title--left{font-size:24px;margin-bottom:30px}.qa{gap:16px}.qa__q{font-size:16px}.qa__icon{font-size:20px}.qa__body p{font-size:13px;line-height:18px}}.sec-cta{padding-top:0}.cta{padding-top:80px;padding-bottom:80px;background:linear-gradient(135deg,#ffeef7,#f8d7da,#f4c2c2)}.cta__inner{display:flex;align-items:center;gap:24px}.cta__text{font-size:24px;font-weight:700;letter-spacing:2px;margin:0;color:#000;white-space:nowrap}.cta__line{flex:1;height:1px;background:#000;opacity:1}.cta__btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 22px;background:#f4ede5;border:1.5px solid #000;border-radius:999px;color:#000;text-decoration:none;white-space:nowrap;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;font-size:16px;font-weight:600}.cta__btn:hover{transform:translateY(-2px);box-shadow:0 8px 18px #0000002e;background:#f0e7df}@media (max-width: 768px){.sec-cta{padding-top:100px}.cta__inner{flex-direction:column;align-items:center;text-align:center;gap:20px}.cta__text{white-space:normal;font-size:20px;letter-spacing:1px;text-align:center}.cta__line{width:120px;flex:0 0 auto}.cta__btn{padding:14px 24px;font-size:16px}}.site-footer{background:#ffe5a6;color:#000}.site-footer__main{padding:4rem 0}.site-footer__inner{display:grid;grid-template-columns:320px minmax(0,1fr);gap:64px;align-items:start}.footer-right{display:flex;flex-direction:column;gap:32px}.footer-units{display:flex;flex-direction:column;gap:32px;justify-self:start}.footer-brand{align-self:start;margin-top:100px}.footer-brand__logo{width:260px;max-width:100%;height:auto;display:block}.footer-contact__title{font-size:16px;font-weight:600;margin:0;display:block}.footer-contact__mail{display:inline-block;margin-top:5px;font-size:14px;color:#000;text-decoration:none}.footer-unit{justify-self:start}.footer-unit+.footer-unit{margin-top:10px}.footer-unit__title{font-size:16px;font-weight:600;margin:0}.footer-unit__grid{margin-top:16px;display:grid;gap:16px}.footer-unit__grid--organizers{display:grid;grid-template-columns:repeat(3,140px);gap:24px}.footer-unit__grid--partners{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,140px));gap:14px;max-width:760px}.footer-unit__logo{width:120px;height:32px;background:#c93b4a;border-radius:2px}.site-footer__bottom{border-top:1px solid #000}.site-footer__bottom-inner{display:flex;align-items:center;justify-content:space-between;padding:18px 0}.site-footer__copy{margin:0;font-size:14px}.site-footer__links{display:flex;align-items:center;gap:16px;font-size:14px}.site-footer__link{color:#000;text-decoration:none}.site-footer__social{display:flex;align-items:center;gap:15px;padding-right:15px}.site-footer__social-btn{width:40px;height:40px;border:0;border-radius:0;padding:0;background:transparent;display:inline-flex;align-items:center;justify-content:center}.site-footer__social-btn img{width:40px;height:40px;display:block}.footer-contact{align-self:start}@media (max-width: 768px){.site-footer__inner{grid-template-columns:1fr;gap:28px}.footer-unit__grid--organizers,.footer-unit__grid--partners{grid-template-columns:repeat(2,minmax(120px,1fr))}.site-footer__bottom-inner{flex-direction:column;gap:12px;text-align:center}.site-footer__social{padding-right:0;justify-content:center}}
