@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{--page-bg:radial-gradient(circle at top,#fdf5f6 0%,#f4f7fb 45%,#edf4fb 100%);--surface:#fff;--text-primary:#0f172a;--text-muted:#475569;--accent:#e94b3c;--accent-soft:rgba(233,75,60,.12)}*{box-sizing:border-box}body{margin:0;font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;background:var(--page-bg);color:var(--text-primary)}code{font-family:Space Grotesk,Courier New,monospace}.App{min-height:100vh;display:flex;flex-direction:column;background:var(--page-bg)}.page-shell{width:100%;flex:1 1;display:flex;flex-direction:column;gap:3rem}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit}.header-shell{width:100%;display:flex;justify-content:center;padding:1.5rem 0 0;position:relative;z-index:25}.header-floating{position:relative;width:min(1100px,100% - 2.5rem);background:hsla(0,0%,100%,.92);border-radius:999px;box-shadow:0 25px 60px rgba(15,23,42,.12);display:flex;align-items:center;justify-content:space-between;padding:.85rem 2.25rem;gap:1.5rem;border:1px solid hsla(0,0%,100%,.6);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.header-logo{font-size:1.05rem;font-weight:600;letter-spacing:.35rem;text-transform:uppercase;color:var(--text-primary)}.header-nav{flex:1 1}.header-nav-list{list-style:none;display:flex;justify-content:flex-end;align-items:center;gap:.35rem;margin:0;padding:0;flex-wrap:wrap}.header-nav-item{position:relative}.header-nav-trigger{border:none;background:transparent;color:var(--text-primary);font-size:1rem;font-weight:500;padding:.45rem 1.05rem;border-radius:999px;display:inline-flex;align-items:center;gap:.35rem;cursor:pointer;transition:background .2s ease,color .2s ease}.header-nav-trigger:after{font-size:.7rem;opacity:.5}.header-nav-trigger:hover,.header-nav-trigger[aria-expanded=true]{background:rgba(15,23,42,.08);color:var(--text-primary)}.header-dropdown{position:absolute;top:calc(100% + .5rem);left:50%;transform:translateX(-50%);background:#fff;border-radius:1.5rem;padding:.65rem;min-width:260px;box-shadow:0 25px 60px rgba(15,23,42,.18);display:flex;flex-direction:column;gap:.35rem;z-index:50}.header-dropdown-item{width:100%;border:none;background:transparent;text-align:left;padding:.75rem 1rem;border-radius:1rem;font-size:.95rem;font-weight:500;color:var(--text-primary);cursor:pointer;transition:background .2s ease,transform .2s ease;word-wrap:break-word;overflow-wrap:break-word;white-space:normal}.header-dropdown-item:hover{background:rgba(15,23,42,.05);transform:translateX(4px)}@media screen and (max-width:900px){.header-floating{flex-direction:column;align-items:flex-start;border-radius:32px;gap:.75rem}.header-nav-list{justify-content:flex-start}}@media screen and (max-width:520px){.header-floating{width:calc(100% - 1.5rem);padding:1rem 1.25rem;align-items:center;overflow:visible}.header-nav-list{gap:.1rem;width:100%;justify-content:center;flex-wrap:wrap}.header-nav-item,.header-nav-list{position:relative}.header-nav-trigger{font-size:.9rem;padding:.4rem .8rem}.header-dropdown{position:absolute;top:calc(100% + .5rem);left:50%;transform:translateX(-50%);max-width:calc(100vw - 3rem);width:max-content;min-width:200px}.header-nav-item:first-child .header-dropdown{left:0;right:auto;transform:none;max-width:calc(100vw - 3rem)}.header-nav-item:nth-child(2) .header-dropdown{left:50%;transform:translateX(-50%);max-width:min(100vw - 3rem,280px);width:max-content}.header-nav-item:nth-child(3) .header-dropdown{right:0;left:auto;transform:none;max-width:min(100vw - 3rem,280px);width:max-content}.header-nav-item:last-child .header-dropdown{left:50%;transform:translateX(-50%);max-width:min(100vw - 3rem,280px);width:max-content}}.footer{width:100%;background:var(--surface);border-top:1px solid rgba(15,23,42,.08);padding:4rem 0 2.5rem}.footer-content{width:min(1200px,100% - 2rem);margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:3rem 4rem;gap:3rem 4rem;align-items:start}.footer-section{display:flex;flex-direction:column;gap:1.25rem}.footer-title{margin:0;font-size:1.1rem;font-weight:600;color:var(--text-primary);letter-spacing:.05em;text-transform:uppercase}.footer-nav{display:flex;flex-direction:column;gap:1rem}.footer-link{color:var(--text-muted);text-decoration:none;font-size:.95rem;transition:color .2s ease,transform .2s ease;display:inline-block;width:-moz-fit-content;width:fit-content}.footer-link:hover{color:var(--accent);transform:translateX(4px)}.footer-subsection{display:flex;flex-direction:column;gap:.65rem;margin-top:.5rem}.footer-subtitle{font-size:.85rem;font-weight:600;color:var(--text-primary);margin-bottom:.25rem;opacity:.7}.footer-link-sub{font-size:.9rem;padding-left:.75rem;position:relative}.footer-link-sub:before{position:absolute;left:0;opacity:.4;transition:opacity .2s ease,transform .2s ease}.footer-link-sub:hover:before{opacity:1;transform:translateX(2px)}.footer-social{display:flex;flex-direction:column;gap:.85rem}.footer-social-link{display:flex;align-items:center;gap:.75rem;color:var(--text-muted);text-decoration:none;font-size:.95rem;transition:color .2s ease,transform .2s ease;width:-moz-fit-content;width:fit-content}.footer-social-link:hover{color:var(--accent);transform:translateX(4px)}.footer-social-icon{width:1.5rem;height:1.5rem;opacity:.7;transition:opacity .2s ease}.footer-social-link:hover .footer-social-icon{opacity:1}.footer-section-credits{justify-content:flex-start;gap:1rem}.footer-credit{margin:0;font-size:.9rem;color:var(--text-muted);line-height:1.6}.footer-credit strong{color:var(--text-primary);font-weight:600}.footer-portfolio-link{color:var(--accent);text-decoration:none;font-size:.9rem;font-weight:500;display:inline-flex;align-items:center;gap:.5rem;transition:gap .2s ease,opacity .2s ease;width:-moz-fit-content;width:fit-content;opacity:.85}.footer-portfolio-link:hover{gap:.75rem;opacity:1}.footer-copyright{width:100%;border-top:1px solid rgba(15,23,42,.08);margin-top:3rem;padding-top:2rem}.footer-copyright-text{margin:0;text-align:center;font-size:.85rem;color:var(--text-muted);opacity:.7}@media screen and (max-width:768px){.footer{padding:3rem 0 2rem}.footer-content{grid-template-columns:1fr;gap:2.5rem}.footer-section{gap:1rem}.footer-nav{gap:.85rem}}@media screen and (max-width:480px){.footer{padding:2.5rem 0 1.5rem}.footer-content{gap:2rem}.footer-title{font-size:1rem}.footer-link,.footer-social-link{font-size:.9rem}.footer-link-sub{font-size:.85rem}.footer-copyright{margin-top:2rem;padding-top:1.5rem}.footer-copyright-text{font-size:.8rem}}.home{width:100%;display:flex;flex-direction:column;gap:4rem;align-items:center;padding-top:2rem;padding-bottom:5rem}.home-hero{position:relative;width:min(1200px,100% - 2rem);min-height:70vh;border-radius:42px;overflow:hidden;isolation:isolate;box-shadow:0 45px 80px rgba(15,23,42,.18)}.home-hero-img{width:100%;height:100%;object-fit:cover;display:block}.home-hero-overlay{position:absolute;inset:0;background:linear-gradient(120deg,rgba(3,7,18,.8),rgba(15,23,42,.2));z-index:1}.home-hero-content{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;justify-content:flex-end;gap:1rem;padding:clamp(2rem,6vw,4rem);color:#fff;max-width:640px}.home-hero-kicker{letter-spacing:.4rem;text-transform:uppercase;font-size:.85rem;margin:0;color:hsla(0,0%,100%,.8)}.home-hero-content h1{font-size:clamp(2.25rem,5vw,3.75rem);margin:0;line-height:1.15}.home-hero-text{font-size:1.05rem;line-height:1.7;margin:0;color:hsla(0,0%,100%,.92)}.home-hero-cta{margin-top:.75rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.75rem;border-radius:999px;background:var(--accent);color:#fff;font-weight:600;font-size:.95rem;box-shadow:0 10px 40px rgba(233,75,60,.35);transition:transform .2s ease,box-shadow .2s ease}.home-hero-cta:hover{transform:translateY(-2px);box-shadow:0 18px 45px rgba(233,75,60,.4)}.home-sections{width:min(1200px,100% - 2rem);display:flex;flex-direction:column;gap:4rem}.home-section{width:100%;border-radius:34px;background:var(--surface);box-shadow:0 30px 60px rgba(15,23,42,.12);overflow:hidden;text-decoration:none;color:inherit;display:block;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.home-section:hover{transform:translateY(-4px);box-shadow:0 40px 80px rgba(15,23,42,.18)}.home-section-inner{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;min-height:clamp(360px,45vw,520px)}.home-section.is-reversed .home-section-inner{direction:rtl}.home-section.is-reversed .home-section-inner>*{direction:ltr}.home-section-media{position:relative;overflow:hidden}.home-section-media img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.home-section:hover .home-section-media img{transform:scale(1.05)}.home-section-content{padding:clamp(1.75rem,4vw,3rem);display:flex;flex-direction:column;justify-content:center;gap:.65rem}.home-section-kicker{margin:0;text-transform:uppercase;letter-spacing:.3rem;font-size:.8rem;color:var(--accent)}.home-section-title{margin:0;font-size:clamp(1.8rem,3vw,2.6rem)}.home-section-text{margin:0;font-size:1.02rem;line-height:1.8;color:var(--text-muted)}.home-section-link{margin-top:1rem;display:inline-flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;color:var(--accent);transition:gap .2s ease,transform .2s ease;width:-moz-fit-content;width:fit-content}.home-section:hover .home-section-link{gap:.75rem;transform:translateX(4px)}@media screen and (max-width:960px){.home-section-inner{grid-template-columns:1fr;min-height:auto}.home-section-media{height:clamp(280px,70vw,420px);order:1}.home-section-content{order:2}.home-section.is-reversed .home-section-media{order:1}.home-section.is-reversed .home-section-content{order:2}}@media screen and (max-width:720px){.home-hero{min-height:60vh;border-radius:34px}.home-hero-img{max-width:none;width:100%;height:100%}.home-hero-overlay{display:none}.home-hero-content{inset:auto;top:auto;left:0;right:0;bottom:0;padding:2rem;background:transparent!important}.home-hero-content h1,.home-hero-kicker,.home-hero-text{text-shadow:0 2px 12px rgba(0,0,0,.8),0 1px 4px rgba(0,0,0,.6)}}@media screen and (max-width:480px){.home-hero{min-height:55vh;border-radius:28px}.home-hero-img{max-width:none;width:100%;height:55vh!important}.home-hero-overlay{display:none}.home-hero-content{inset:auto;top:auto;left:0;right:0;bottom:0;padding:1.5rem;background:transparent!important}.home-hero-content h1{font-size:2rem}.home-hero-kicker{letter-spacing:.25rem}.home-hero-cta{width:100%}.home-hero-content h1,.home-hero-kicker,.home-hero-text{text-shadow:0 2px 12px rgba(0,0,0,.8),0 1px 4px rgba(0,0,0,.6)}}@media screen and (max-width:375px){.home{gap:2rem;padding-top:1rem;padding-bottom:3rem}.home-hero{min-height:50vh;border-radius:20px}.home-hero-img{height:60vh!important}.home-hero-content{padding:1.25rem 1rem}.home-hero-content h1{font-size:1.75rem}.home-hero-kicker{font-size:.75rem;letter-spacing:.2rem}.home-hero-text{font-size:.95rem}.home-hero-cta{padding:.75rem 1.5rem;font-size:.9rem}.home-sections{gap:2rem}.home-section{border-radius:20px}.home-section-media{height:clamp(220px,70vw,360px)}.home-section-content{padding:1.25rem 1rem}.home-section-title{font-size:clamp(1.5rem,3vw,2rem)}.home-section-text{font-size:.95rem}}.visa{width:100%;display:flex;flex-direction:column;gap:4rem;align-items:center;padding-bottom:5rem}.visa-hero{width:min(1200px,100% - 2rem);margin:2rem auto 0;border-radius:34px;background:var(--surface);box-shadow:0 30px 60px rgba(15,23,42,.12);overflow:hidden}.visa-hero-inner{display:grid;grid-template-columns:1fr;align-items:stretch}.visa-hero-media{position:relative;overflow:hidden;height:clamp(280px,50vw,500px);border-radius:34px 34px 0 0}.visa-hero-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.visa-hero:hover .visa-hero-img{transform:scale(1.05)}.visa-hero-content{padding:clamp(1.75rem,4vw,3rem);display:flex;flex-direction:column;justify-content:center;gap:.65rem;text-align:center}.visa-kicker{margin:0 0 1rem;text-transform:uppercase;letter-spacing:.3rem;font-size:.8rem;color:var(--accent);font-weight:600}.visa-title{margin:0 0 1.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--text-primary);line-height:1.2}.visa-intro{font-size:1.1rem;line-height:1.8;color:var(--text-muted);max-width:800px;margin:0 auto}.visa-content-section{width:min(1200px,100% - 2rem);display:flex;flex-direction:column;gap:2.5rem}.visa-content-card{width:100%;padding:clamp(2rem,4vw,3.5rem);border-radius:34px;background:var(--surface);box-shadow:0 30px 60px rgba(15,23,42,.12)}.visa-content-inner{display:flex;flex-direction:column;gap:2rem}.visa-article{margin:0}.visa-article-text{margin:0;font-size:1.05rem;line-height:1.8;color:var(--text-muted)}.visa-link{color:var(--accent);text-decoration:none;font-weight:600;transition:opacity .2s ease;border-bottom:2px solid transparent;transition:border-color .2s ease}.visa-link:hover{border-bottom-color:var(--accent);opacity:.9}@media screen and (max-width:768px){.visa-content-section{gap:2rem}.visa-content-card{border-radius:24px;padding:2rem 1.5rem}.visa-content-inner{gap:1.5rem}}@media screen and (max-width:480px){.visa-content-card{border-radius:20px;padding:1.5rem 1.25rem}.visa-content-inner{gap:1.25rem}}@media screen and (max-width:375px){.visa{gap:2rem;padding-bottom:3rem}.visa-hero{margin:1rem auto 0;border-radius:20px}.visa-hero-media{border-radius:20px 20px 0 0;height:clamp(220px,50vw,400px)}.visa-hero-content{padding:1.25rem 1rem}.visa-content-section{gap:1.5rem}.visa-content-card{border-radius:18px;padding:1.25rem 1rem}.visa-content-inner{gap:1rem}}.cuisine{display:flex;flex-direction:column;gap:4rem;align-items:center;padding-bottom:5rem;padding-top:2rem}.cuisine,.cuisine-hero{width:100%}.cuisine-hero-content{width:min(900px,100% - 2rem);margin:0 auto;text-align:center;background:var(--surface);border-radius:34px;box-shadow:0 30px 60px rgba(15,23,42,.12);padding:clamp(1.75rem,4vw,3rem)}.cuisine-kicker{margin:0 0 1rem;text-transform:uppercase;letter-spacing:.3rem;font-size:.8rem;color:var(--accent);font-weight:600}.cuisine-title{margin:0 0 1.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--text-primary);line-height:1.2}.cuisine-intro{font-size:1.1rem;line-height:1.8;color:var(--text-muted);max-width:800px;margin:0 auto}.cuisine-dishes{width:min(1200px,100% - 2rem);display:flex;flex-direction:column;gap:4rem}.cuisine-dish{width:100%;border-radius:34px;background:transparent;box-shadow:0 30px 60px rgba(15,23,42,.12);overflow:hidden}.cuisine-dish-inner{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;min-height:clamp(360px,45vw,520px)}.cuisine-dish.is-reversed .cuisine-dish-inner{direction:rtl}.cuisine-dish.is-reversed .cuisine-dish-inner>*{direction:ltr}.cuisine-dish-media{position:relative;overflow:hidden}.cuisine-dish-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.cuisine-dish:hover .cuisine-dish-img{transform:scale(1.05)}.cuisine-dish-content{padding:clamp(1.75rem,4vw,3rem);display:flex;flex-direction:column;justify-content:center;gap:.65rem}.cuisine-dish-title{margin:0;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:700;color:var(--text-primary);line-height:1.2}.cuisine-dish-text{margin:0;font-size:1.02rem;line-height:1.8;color:var(--text-muted)}@media screen and (max-width:960px){.cuisine-dish-inner{grid-template-columns:1fr;min-height:auto}.cuisine-dish-media{height:clamp(280px,70vw,420px);order:1}.cuisine-dish-content{order:2}.cuisine-dish.is-reversed .cuisine-dish-media{order:1}.cuisine-dish.is-reversed .cuisine-dish-content{order:2}}@media screen and (max-width:768px){.cuisine{gap:3rem}.cuisine-dishes{gap:2rem}}@media screen and (max-width:375px){.cuisine{gap:2rem;padding-bottom:3rem;padding-top:1rem}.cuisine-hero-content{padding:1.25rem 1rem;border-radius:20px}.cuisine-dishes{gap:1.5rem}.cuisine-dish{border-radius:20px}.cuisine-dish-content{padding:1.25rem 1rem}}.le-the{width:100%;display:flex;flex-direction:column;gap:4rem;align-items:center;padding-bottom:5rem}.le-the-hero{width:min(1200px,100% - 2rem);margin:2rem auto 0;border-radius:34px;background:var(--surface);box-shadow:0 30px 60px rgba(15,23,42,.12);overflow:hidden}.le-the-hero-inner{display:grid;grid-template-columns:1fr;align-items:stretch}.le-the-hero-media{position:relative;overflow:hidden;height:clamp(280px,50vw,500px);border-radius:34px 34px 0 0}.le-the-hero-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.le-the-hero:hover .le-the-hero-img{transform:scale(1.05)}.le-the-hero-content{padding:clamp(1.75rem,4vw,3rem);display:flex;flex-direction:column;justify-content:center;gap:.65rem;text-align:center}.le-the-kicker{margin:0;text-transform:uppercase;letter-spacing:.3rem;font-size:.8rem;color:var(--accent);font-weight:600}.le-the-title{margin:0;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:700;color:var(--text-primary);line-height:1.2}.le-the-intro{margin:0;font-size:1.02rem;line-height:1.8;color:var(--text-muted)}.le-the-fullwidth-image img{width:100vw}.le-the-sections{width:min(1200px,100% - 2rem);display:flex;flex-direction:column;gap:2.5rem}.le-the-section{width:100%;border-radius:34px;background:var(--surface);box-shadow:0 30px 60px rgba(15,23,42,.12);overflow:hidden}.le-the-section-inner{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;min-height:clamp(360px,45vw,520px)}.le-the-section.is-reversed .le-the-section-inner{direction:rtl}.le-the-section.is-reversed .le-the-section-inner>*{direction:ltr}.le-the-section-media{position:relative;overflow:hidden}.le-the-section-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.le-the-section:hover .le-the-section-img{transform:scale(1.05)}.le-the-section-content{padding:clamp(1.75rem,4vw,3rem);display:flex;flex-direction:column;justify-content:center;gap:.65rem}.le-the-section-kicker{margin:0;text-transform:uppercase;letter-spacing:.3rem;font-size:.8rem;color:var(--accent);font-weight:600}.le-the-section-title{margin:0;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:700;color:var(--text-primary);line-height:1.2}.le-the-section-text{margin:0;font-size:1.02rem;line-height:1.8;color:var(--text-muted)}@media screen and (max-width:960px){.le-the-section-inner{grid-template-columns:1fr;min-height:auto}.le-the-section-media{height:clamp(220px,60vw,380px)}}@media screen and (max-width:768px){.le-the{gap:3rem}.le-the-sections{gap:2rem}}@media screen and (max-width:375px){.le-the{gap:2rem;padding-bottom:3rem}.le-the-hero{margin:1rem auto 0;border-radius:20px}.le-the-hero-media{border-radius:20px 20px 0 0;height:clamp(220px,50vw,400px)}.le-the-hero-content{padding:1.25rem 1rem}.le-the-sections{gap:1.5rem}.le-the-section{border-radius:20px}.le-the-section-media{height:clamp(200px,60vw,320px)}.le-the-section-content{padding:1.25rem 1rem}}.dish-container{display:flex;align-items:center;justify-content:center;padding-bottom:5%}.dish-title{font-size:3rem;display:flex;justify-content:flex-start}.dish-text{margin:5% 0;text-align:left;font-size:1.8rem}.dish-img{max-width:50%;object-fit:contain;padding:5% 0 0 5%}@media screen and (max-width:1024px){.dish-container{width:100%;margin:auto;display:flex;flex-direction:column-reverse}.dish-img{max-width:100%;object-fit:contain;animation:scale-up-center .4s cubic-bezier(.39,.575,1,1) both;padding:3%}.dish-title{font-size:2.3rem;padding-bottom:10%}.dish-text{margin-top:5%;text-align:left;font-size:1.5rem;margin-bottom:5%;width:100%}}@media screen and (max-width:390px){.dish-text{font-size:1.3rem}}.dish-container-reverse{display:flex;flex-direction:row-reverse;align-items:center;justify-content:center;padding-bottom:5%}.dish-img-reverse{max-width:50%;object-fit:contain;padding:5% 5% 0 0;animation-duration:1s}@media screen and (max-width:1024px){.dish-container-reverse{width:100%;margin:auto;display:flex;flex-direction:column-reverse}.dish-img-reverse{max-width:100%;object-fit:contain;animation:scale-up-center .4s cubic-bezier(.39,.575,1,1) both;padding:3%}}.taipei-night{width:100%;display:flex;flex-direction:column;gap:4rem;align-items:center;padding-bottom:2rem}.taipei-night-hero{width:100%;padding-top:2rem}.taipei-night-hero-content{width:min(900px,100% - 2rem);margin:0 auto;text-align:center;background:var(--surface);border-radius:34px;box-shadow:0 30px 60px rgba(15,23,42,.12);padding:clamp(1.75rem,4vw,3rem)}.taipei-night-kicker{margin:0 0 1rem;text-transform:uppercase;letter-spacing:.3rem;font-size:.8rem;color:var(--accent);font-weight:600}.taipei-night-title{margin:0 0 1.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--text-primary);line-height:1.2}.taipei-night-intro{font-size:1.1rem;line-height:1.8;color:var(--text-muted);max-width:800px;margin:0 auto}.taipei-night-gallery{width:min(1200px,100% - 2rem);margin:0 auto}.taipei-night-carousel{position:relative;border-radius:32px;overflow:hidden;box-shadow:0 30px 70px rgba(15,23,42,.15);background:var(--surface)}.taipei-night-carousel-viewport{position:relative;width:100%;overflow:hidden;aspect-ratio:16/10}.taipei-night-carousel-track{display:flex;transition:transform .5s cubic-bezier(.4,0,.2,1);height:100%}.taipei-night-carousel-slide{min-width:100%;height:100%;flex-shrink:0}.taipei-night-carousel-img{width:100%;height:100%;object-fit:cover;display:block}.taipei-night-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:48px;height:48px;border-radius:50%;background:hsla(0,0%,100%,.95);border:1px solid rgba(15,23,42,.1);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:var(--text-primary);box-shadow:0 4px 12px rgba(15,23,42,.15)}.taipei-night-carousel-btn:hover{background:#fff;transform:translateY(-50%) scale(1.05);box-shadow:0 6px 20px rgba(15,23,42,.2)}.taipei-night-carousel-btn-prev{left:1.5rem}.taipei-night-carousel-btn-next{right:1.5rem}.taipei-night-carousel-indicators{display:flex;justify-content:center;gap:.75rem;margin-top:1.5rem}.taipei-night-carousel-indicator{width:10px;height:10px;border-radius:50%;border:none;background:rgba(15,23,42,.2);cursor:pointer;transition:all .2s ease;padding:0}.taipei-night-carousel-indicator:hover{background:rgba(15,23,42,.4);transform:scale(1.2)}.taipei-night-carousel-indicator.is-active{background:var(--accent);width:32px;border-radius:5px}.taipei-night-content{width:100%;padding-bottom:3rem}.taipei-night-content-inner{width:min(900px,100% - 2rem);margin:0 auto;background:var(--surface);border-radius:34px;box-shadow:0 30px 60px rgba(15,23,42,.12);padding:clamp(1.75rem,4vw,3rem)}.taipei-night-text{margin:0;font-size:1.05rem;line-height:1.8;color:var(--text-muted);text-align:left}@media screen and (max-width:768px){.taipei-night{gap:3rem}.taipei-night-carousel-btn{width:40px;height:40px}.taipei-night-carousel-btn-prev{left:1rem}.taipei-night-carousel-btn-next{right:1rem}.taipei-night-carousel-viewport{aspect-ratio:4/3}}@media screen and (max-width:480px){.taipei-night-carousel{border-radius:24px}.taipei-night-carousel-btn{width:36px;height:36px}.taipei-night-carousel-btn-prev{left:.5rem}.taipei-night-carousel-btn-next{right:.5rem}}@media screen and (max-width:375px){.taipei-night{gap:2rem;padding-bottom:1rem}.taipei-night-hero{padding-top:1rem}.taipei-night-content-inner,.taipei-night-hero-content{padding:1.25rem 1rem;border-radius:20px}.taipei-night-carousel{border-radius:20px}.taipei-night-carousel-btn{width:32px;height:32px}.taipei-night-carousel-btn-prev{left:.25rem}.taipei-night-carousel-btn-next{right:.25rem}.taipei-night-content{padding-bottom:2rem}}.taipei-fish{width:100%;display:flex;flex-direction:column;gap:4rem;align-items:center;padding-bottom:2rem}.taipei-fish-hero{width:100%;padding-top:2rem}.taipei-fish-hero-content{width:min(900px,100% - 2rem);margin:0 auto;text-align:center;background:var(--surface);border-radius:34px;box-shadow:0 30px 60px rgba(15,23,42,.12);padding:clamp(1.75rem,4vw,3rem)}.taipei-fish-kicker{margin:0 0 1rem;text-transform:uppercase;letter-spacing:.3rem;font-size:.8rem;color:var(--accent);font-weight:600}.taipei-fish-title{margin:0 0 1.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--text-primary);line-height:1.2}.taipei-fish-intro{font-size:1.1rem;line-height:1.8;color:var(--text-muted);max-width:800px;margin:0 auto}.taipei-fish-gallery{width:min(1200px,100% - 2rem);margin:0 auto}.taipei-fish-carousel{position:relative;border-radius:32px;overflow:hidden;box-shadow:0 30px 70px rgba(15,23,42,.15);background:var(--surface)}.taipei-fish-carousel-viewport{position:relative;width:100%;overflow:hidden;aspect-ratio:16/10}.taipei-fish-carousel-track{display:flex;transition:transform .5s cubic-bezier(.4,0,.2,1);height:100%}.taipei-fish-carousel-slide{min-width:100%;height:100%;flex-shrink:0}.taipei-fish-carousel-img{width:100%;height:100%;object-fit:cover;display:block}.taipei-fish-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:48px;height:48px;border-radius:50%;background:hsla(0,0%,100%,.95);border:1px solid rgba(15,23,42,.1);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:var(--text-primary);box-shadow:0 4px 12px rgba(15,23,42,.15)}.taipei-fish-carousel-btn:hover{background:#fff;transform:translateY(-50%) scale(1.05);box-shadow:0 6px 20px rgba(15,23,42,.2)}.taipei-fish-carousel-btn-prev{left:1.5rem}.taipei-fish-carousel-btn-next{right:1.5rem}.taipei-fish-carousel-indicators{display:flex;justify-content:center;gap:.75rem;margin-top:1.5rem}.taipei-fish-carousel-indicator{width:10px;height:10px;border-radius:50%;border:none;background:rgba(15,23,42,.2);cursor:pointer;transition:all .2s ease;padding:0}.taipei-fish-carousel-indicator:hover{background:rgba(15,23,42,.4);transform:scale(1.2)}.taipei-fish-carousel-indicator.is-active{background:var(--accent);width:32px;border-radius:5px}.taipei-fish-content{width:100%;padding-bottom:3rem}.taipei-fish-content-inner{width:min(900px,100% - 2rem);margin:0 auto;background:var(--surface);border-radius:34px;box-shadow:0 30px 60px rgba(15,23,42,.12);padding:clamp(1.75rem,4vw,3rem)}.taipei-fish-subtitle{margin:0 0 1.5rem;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;color:var(--text-primary);line-height:1.2}.taipei-fish-text{margin:0;font-size:1.05rem;line-height:1.8;color:var(--text-muted);text-align:left}@media screen and (max-width:768px){.taipei-fish{gap:3rem}.taipei-fish-carousel-btn{width:40px;height:40px}.taipei-fish-carousel-btn-prev{left:1rem}.taipei-fish-carousel-btn-next{right:1rem}.taipei-fish-carousel-viewport{aspect-ratio:4/3}}@media screen and (max-width:480px){.taipei-fish-carousel{border-radius:24px}.taipei-fish-carousel-btn{width:36px;height:36px}.taipei-fish-carousel-btn-prev{left:.5rem}.taipei-fish-carousel-btn-next{right:.5rem}}@media screen and (max-width:375px){.taipei-fish{gap:2rem;padding-bottom:1rem}.taipei-fish-hero{padding-top:1rem}.taipei-fish-content-inner,.taipei-fish-hero-content{padding:1.25rem 1rem;border-radius:20px}.taipei-fish-carousel{border-radius:20px}.taipei-fish-carousel-btn{width:32px;height:32px}.taipei-fish-carousel-btn-prev{left:.25rem}.taipei-fish-carousel-btn-next{right:.25rem}.taipei-fish-content{padding-bottom:2rem}}.elephant-mountain{width:100%;display:flex;flex-direction:column;gap:4rem;align-items:center;padding-bottom:2rem}.elephant-mountain-hero{width:100%;padding-top:2rem}.elephant-mountain-hero-content{width:min(900px,100% - 2rem);margin:0 auto;text-align:center;background:var(--surface);border-radius:34px;box-shadow:0 30px 60px rgba(15,23,42,.12);padding:clamp(1.75rem,4vw,3rem)}.elephant-mountain-kicker{margin:0 0 1rem;text-transform:uppercase;letter-spacing:.3rem;font-size:.8rem;color:var(--accent);font-weight:600}.elephant-mountain-title{margin:0 0 1.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--text-primary);line-height:1.2}.elephant-mountain-intro{font-size:1.1rem;line-height:1.8;color:var(--text-muted);max-width:800px;margin:0 auto}.elephant-mountain-gallery{width:min(1200px,100% - 2rem);margin:0 auto}.elephant-mountain-carousel{position:relative;border-radius:32px;overflow:hidden;box-shadow:0 30px 70px rgba(15,23,42,.15)}.elephant-mountain-carousel-viewport{position:relative;width:100%;overflow:hidden;aspect-ratio:16/10}.elephant-mountain-carousel-track{display:flex;transition:transform .5s cubic-bezier(.4,0,.2,1);height:100%}.elephant-mountain-carousel-slide{min-width:100%;height:100%;flex-shrink:0}.elephant-mountain-carousel-img{width:100%;height:100%;object-fit:cover;display:block}.elephant-mountain-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:48px;height:48px;border-radius:50%;border:1px solid rgba(15,23,42,.1);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:var(--text-primary);box-shadow:0 4px 12px rgba(15,23,42,.15)}.elephant-mountain-carousel-btn:hover{background:#fff;transform:translateY(-50%) scale(1.05);box-shadow:0 6px 20px rgba(15,23,42,.2)}.elephant-mountain-carousel-btn-prev{left:1.5rem}.elephant-mountain-carousel-btn-next{right:1.5rem}.elephant-mountain-carousel-indicators{display:flex;justify-content:center;gap:.75rem;margin-top:1.5rem}.elephant-mountain-carousel-indicator{width:10px;height:10px;border-radius:50%;border:none;background:rgba(15,23,42,.2);cursor:pointer;transition:all .2s ease;padding:0}.elephant-mountain-carousel-indicator:hover{background:rgba(15,23,42,.4);transform:scale(1.2)}.elephant-mountain-carousel-indicator.is-active{background:var(--accent);width:32px;border-radius:5px}.elephant-mountain-content{width:100%;padding-bottom:3rem}.elephant-mountain-content-inner{width:min(900px,100% - 2rem);margin:0 auto;background:var(--surface);border-radius:34px;box-shadow:0 30px 60px rgba(15,23,42,.12);padding:clamp(1.75rem,4vw,3rem)}.elephant-mountain-text{margin:0;font-size:1.05rem;line-height:1.8;color:var(--text-muted);text-align:left}@media screen and (max-width:768px){.elephant-mountain-gallery{padding-top:1.5rem}.elephant-mountain-carousel-btn{width:40px;height:40px}.elephant-mountain-carousel-btn-prev{left:1rem}.elephant-mountain-carousel-btn-next{right:1rem}.elephant-mountain-carousel-viewport{aspect-ratio:4/3}}@media screen and (max-width:480px){.elephant-mountain-gallery{padding-top:1rem}.elephant-mountain-carousel{border-radius:24px}.elephant-mountain-carousel-btn{width:36px;height:36px}.elephant-mountain-carousel-btn-prev{left:.5rem}.elephant-mountain-carousel-btn-next{right:.5rem}}@media screen and (max-width:375px){.elephant-mountain{gap:2rem;padding-bottom:1rem}.elephant-mountain-hero{padding-top:1rem}.elephant-mountain-content-inner,.elephant-mountain-hero-content{padding:1.25rem 1rem;border-radius:20px}.elephant-mountain-gallery{padding-top:.5rem}.elephant-mountain-carousel{border-radius:20px}.elephant-mountain-carousel-btn{width:32px;height:32px}.elephant-mountain-carousel-btn-prev{left:.25rem}.elephant-mountain-carousel-btn-next{right:.25rem}.elephant-mountain-content{padding-bottom:2rem}}.jiufen{width:100%;display:flex;flex-direction:column;gap:4rem;align-items:center;padding-bottom:2rem}.jiufen-hero{width:100%;padding-top:2rem}.jiufen-hero-content{width:min(900px,100% - 2rem);margin:0 auto;text-align:center;background:var(--surface);border-radius:34px;box-shadow:0 30px 60px rgba(15,23,42,.12);padding:clamp(1.75rem,4vw,3rem)}.jiufen-kicker{margin:0 0 1rem;text-transform:uppercase;letter-spacing:.3rem;font-size:.8rem;color:var(--accent);font-weight:600}.jiufen-title{margin:0 0 1.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--text-primary);line-height:1.2}.jiufen-intro{font-size:1.1rem;line-height:1.8;color:var(--text-muted);max-width:800px;margin:0 auto}.jiufen-gallery{width:min(1200px,100% - 2rem);margin:0 auto}.jiufen-carousel{position:relative;border-radius:32px;overflow:hidden;box-shadow:0 30px 70px rgba(15,23,42,.15)}.jiufen-carousel-viewport{position:relative;width:100%;overflow:hidden;aspect-ratio:16/10}.jiufen-carousel-track{display:flex;transition:transform .5s cubic-bezier(.4,0,.2,1);height:100%}.jiufen-carousel-slide{min-width:100%;height:100%;flex-shrink:0}.jiufen-carousel-img{width:100%;height:100%;object-fit:cover;display:block}.jiufen-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:48px;height:48px;border-radius:50%;background:hsla(0,0%,100%,.95);border:1px solid rgba(15,23,42,.1);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:var(--text-primary);box-shadow:0 4px 12px rgba(15,23,42,.15)}.jiufen-carousel-btn:hover{background:#fff;transform:translateY(-50%) scale(1.05);box-shadow:0 6px 20px rgba(15,23,42,.2)}.jiufen-carousel-btn-prev{left:1.5rem}.jiufen-carousel-btn-next{right:1.5rem}.jiufen-carousel-indicators{display:flex;justify-content:center;gap:.75rem;margin-top:1.5rem}.jiufen-carousel-indicator{width:10px;height:10px;border-radius:50%;border:none;background:rgba(15,23,42,.2);cursor:pointer;transition:all .2s ease;padding:0}.jiufen-carousel-indicator:hover{background:rgba(15,23,42,.4);transform:scale(1.2)}.jiufen-carousel-indicator.is-active{background:var(--accent);width:32px;border-radius:5px}.jiufen-content{width:100%;padding-bottom:3rem}.jiufen-content-inner{width:min(900px,100% - 2rem);margin:0 auto;background:var(--surface);border-radius:34px;box-shadow:0 30px 60px rgba(15,23,42,.12);padding:clamp(1.75rem,4vw,3rem)}.jiufen-text{margin:0;font-size:1.05rem;line-height:1.8;color:var(--text-muted);text-align:left}@media screen and (max-width:768px){.jiufen-gallery{padding-top:1.5rem}.jiufen-carousel-btn{width:40px;height:40px}.jiufen-carousel-btn-prev{left:1rem}.jiufen-carousel-btn-next{right:1rem}.jiufen-carousel-viewport{aspect-ratio:4/3}}@media screen and (max-width:480px){.jiufen-gallery{padding-top:1rem}.jiufen-carousel{border-radius:24px}.jiufen-carousel-btn{width:36px;height:36px}.jiufen-carousel-btn-prev{left:.5rem}.jiufen-carousel-btn-next{right:.5rem}}@media screen and (max-width:375px){.jiufen{gap:2rem;padding-bottom:1rem}.jiufen-hero{padding-top:1rem}.jiufen-content-inner,.jiufen-hero-content{padding:1.25rem 1rem;border-radius:20px}.jiufen-gallery{padding-top:.5rem}.jiufen-carousel{border-radius:20px}.jiufen-carousel-indicator{padding-bottom:none}.jiufen-carousel-btn{width:32px;height:32px}.jiufen-carousel-btn-prev{left:.25rem}.jiufen-carousel-btn-next{right:.25rem}.jiufen-content{padding-bottom:2rem}}