@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;600;700;800;900&family=Noto+Serif+TC:wght@500;600;700;900&display=swap');
:root{--ink:#283a29;--green:#34452f;--paper:#faf7ee;--cream:#f0ebdd;--yellow:#eac561;--line:#d9d6c8;--muted:#656b5b;--serif:'Noto Serif TC',serif;--sans:'Noto Sans TC',sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.8 var(--sans)}a{color:inherit;text-decoration:none}button{font:inherit}img{display:block;max-width:100%;object-fit:cover}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #b36027;outline-offset:5px}.skip{position:fixed;top:-100px;background:white;padding:12px;z-index:99}.skip:focus{top:0}.site-header{height:98px;padding:0 5.5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:var(--paper);position:sticky;top:0;z-index:20}.brand{display:flex;gap:13px;align-items:center;line-height:1.1}.brand-mark{font-size:50px;color:#a37c26}.brand strong{font-family:var(--serif);font-size:31px;font-weight:900;letter-spacing:4px}.brand small{display:block;font-size:12px;text-align:center;letter-spacing:3px;margin-top:6px}.brand-en{font-size:11px;letter-spacing:2px;line-height:1.5;border-left:1px solid var(--line);padding-left:16px}nav{display:flex;gap:35px;align-items:center;font-size:14px}nav>a:hover,.text-link:hover{color:#8e6221}.nav-visit{border:1px solid var(--ink);padding:10px 18px;display:flex;gap:30px}.hero{display:grid;grid-template-columns:1fr 1fr;max-width:1600px;margin:auto;min-height:650px}.hero-copy{padding:72px 10% 36px 11%;display:flex;flex-direction:column;align-items:flex-start}.eyebrow{font-size:12px;font-weight:600;letter-spacing:2.6px;margin:0 0 23px}.hero h1{font:900 clamp(40px,4.25vw,68px)/1.5 var(--serif);letter-spacing:2px;margin:0 0 21px}.hero h1 span{position:relative;white-space:nowrap}.hero h1 span:after{content:'';height:9px;position:absolute;left:1px;right:0;bottom:3px;background:var(--yellow);z-index:-1}.hero-desc{color:var(--muted);margin:0 0 34px;line-height:2}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:42px;background:var(--green);color:var(--paper);padding:15px 24px;font-size:15px;transition:background .2s,transform .2s}.button:hover{background:#516242;transform:translateY(-2px)}.button span{font-size:23px}.hero-foot{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding-top:24px;margin-top:auto;width:100%;font-size:11px;letter-spacing:1px}.hero-photo{position:relative;min-height:650px;overflow:hidden}.hero-photo>img{width:100%;height:100%;position:absolute;object-position:50% 55%}.photo-note{position:absolute;left:30px;bottom:25px;background:rgba(250,247,238,.93);padding:14px 20px;font-family:var(--serif);font-size:22px}.photo-note small{display:block;font-family:var(--sans);font-size:9px;letter-spacing:2px;margin-top:6px}.hero-stamp{position:absolute;top:26px;right:25px;display:flex;align-items:center;justify-content:center;flex-direction:column;width:105px;height:105px;border-radius:50%;background:var(--yellow);font:700 30px/1.3 var(--serif);transform:rotate(12deg)}.hero-stamp span{font:9px/1.5 var(--sans);letter-spacing:2px;margin-top:5px;text-align:center}.ribbon{display:flex;align-items:center;justify-content:space-around;gap:35px;overflow:hidden;white-space:nowrap;padding:17px 25px;background:var(--green);color:var(--paper);font-size:13px;letter-spacing:2px}.ribbon b{font-size:23px;color:var(--yellow);line-height:1}.section{padding:95px 6%;max-width:1500px;margin:auto}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:42px}.section-heading .eyebrow{margin-bottom:13px}h2{font:700 clamp(29px,3vw,43px)/1.5 var(--serif);margin:0;letter-spacing:1px}.section-heading>p{font-size:14px;color:var(--muted);margin:0 0 5px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.feature-image{aspect-ratio:1.15;overflow:hidden;position:relative}.feature-image img{width:100%;height:100%;transition:transform .5s}.feature-card:hover img{transform:scale(1.035)}.tag{position:absolute;left:15px;top:15px;background:var(--paper);padding:4px 13px;font-size:12px}.feature-title{display:flex;justify-content:space-between;align-items:center;padding-top:19px}.feature-title h3{font:700 23px var(--serif);margin:0}.feature-title>span{font-size:25px}.feature-card p{font-size:14px;color:var(--muted);margin:10px 0}.feature-card>small{font-size:13px;letter-spacing:.5px}.fine-print{font-size:12px;color:var(--muted);margin:24px 0 0}.menu-section{background:var(--cream);max-width:none}.menu-section>*{max-width:1320px;margin-left:auto;margin-right:auto}.text-link{font-size:14px;border-bottom:1px solid;padding-bottom:5px;white-space:nowrap}.set-note{display:flex;align-items:center;gap:27px;padding:23px 30px;background:var(--yellow);margin-bottom:33px}.set-price{font:500 49px/1 Georgia,serif;white-space:nowrap}.set-price small{font:14px var(--sans);margin-left:4px}.set-note strong{font-size:17px}.set-note p{font-size:14px;margin:3px 0 0}.set-aside{margin-left:auto;font-size:12px;border-left:1px solid #ac913e;padding-left:30px}.category-nav{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:37px}.category-nav button{border:1px solid #adb09e;background:transparent;padding:9px 19px;border-radius:3px;color:var(--ink);cursor:pointer;font-size:14px;min-height:44px}.category-nav button[aria-pressed=true]{background:var(--green);border-color:var(--green);color:#fff}.category-nav button:hover{border-color:var(--ink)}.menu-category-title{display:flex;align-items:center;gap:17px;margin-bottom:24px}.menu-category-title h3{font:700 28px var(--serif);margin:0}.menu-category-title span{font-size:12px;letter-spacing:1.2px;color:var(--muted)}.menu-layout{display:grid;grid-template-columns:300px 1fr;gap:48px}.category-photo{position:relative;align-self:start}.category-photo>img{width:100%;aspect-ratio:4/5;object-fit:cover}.category-photo>small{display:block;font-size:12px;color:var(--muted);margin-top:8px}.photo-placeholder{aspect-ratio:4/5;background:#e6e3d6;border:1px solid #c6c8b7;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;color:#707862}.photo-placeholder span{font-size:40px;font-family:var(--serif)}.photo-placeholder strong{font:500 20px var(--serif);letter-spacing:3px}.photo-placeholder small{font-size:12px;letter-spacing:2px}.menu-items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:35px;align-content:start}.menu-item{padding:16px 0;border-bottom:1px solid #cecfbf}.item-top{display:flex;justify-content:space-between;gap:16px;align-items:baseline}.menu-item h4{font-size:16px;line-height:1.6;margin:0;font-weight:600}.item-price{font:22px Georgia,serif;white-space:nowrap}.menu-item p{font-size:12px;color:var(--muted);margin:6px 0 0;line-height:1.8}.menu-item .variants{color:var(--ink);font-size:13px}.category-note{font-size:13px;line-height:1.9;margin:22px 0 0;color:var(--muted)}.menu-footer{margin-top:35px;border-top:1px solid #bec3af;padding-top:20px}.menu-footer p{font-size:12px;color:var(--muted);margin:2px 0}.about{display:grid;grid-template-columns:1fr 1fr;background:var(--green);color:var(--paper)}.about-image{position:relative;min-height:580px}.about-image>img{height:100%;width:100%;position:absolute}.about-image>small{position:absolute;bottom:15px;left:20px;font-size:11px;background:#253025cc;color:white;padding:4px 9px}.about-copy{padding:85px 12%}.about-copy .eyebrow{color:var(--yellow);font-size:11px}.about-copy h2{font-size:43px;margin-bottom:28px}.about-copy p:not(.eyebrow){font-size:15px;line-height:2.1;color:#e1e2d5;margin:0 0 24px}.about-signature{font:600 24px var(--serif);display:block;margin-top:36px;letter-spacing:7px}.visit{display:grid;grid-template-columns:1fr 1fr;gap:80px;padding-top:105px;padding-bottom:110px}.visit-intro{color:var(--muted);margin:26px 0}.visit-details>div{padding:0 0 24px;margin:0 0 25px;border-bottom:1px solid var(--line)}.visit-details>div>span{font-size:11px;letter-spacing:1.6px;color:var(--muted)}.visit-details p{font-size:17px;margin:9px 0}.visit-details a{font:27px/1.8 Georgia,serif;display:block}.visit-details small{font-size:12px;color:var(--muted);display:block}footer{padding:44px 6% 25px;background:#e8e8dc;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:25px}.footer-brand{font:900 34px var(--serif);letter-spacing:4px}.footer-brand span{font-size:13px;margin-left:12px;letter-spacing:2px}footer>p{font-size:10px;letter-spacing:2px}footer>a:last-of-type{font-size:13px}footer details{flex-basis:100%;font-size:12px;color:var(--muted);border-top:1px solid #cdd0c0;padding-top:17px}footer details p{max-width:850px}footer details a{text-decoration:underline}summary{cursor:pointer}.mobile-menu-cta{display:none}@media(min-width:1600px){.hero-photo{min-height:720px}.hero-copy{padding-top:100px}}@media(max-width:1000px){.site-header{padding:0 4%}.brand-en{display:none}nav{gap:22px}.hero{min-height:590px}.hero-copy{padding:50px 8% 30px}.hero-photo{min-height:590px}.hero h1{font-size:42px}.hero-foot{font-size:9px;gap:9px}.section{padding:70px 5%}.menu-layout{grid-template-columns:220px 1fr;gap:30px}.menu-items{grid-template-columns:1fr}.feature-title h3{font-size:20px}.about-copy{padding:65px 9%}.about-copy h2{font-size:36px}.visit{gap:45px}}@media(max-width:680px){html{scroll-padding-top:83px}.site-header{height:78px;padding:0 5%}.brand-mark{font-size:35px}.brand{gap:8px}.brand strong{font-size:24px}.brand small{font-size:10px;margin-top:4px}nav{gap:18px;font-size:13px}nav>a:first-child,nav>a:nth-child(3){display:none}.nav-visit{padding:7px 12px;gap:13px}.hero{display:flex;flex-direction:column}.hero-copy{padding:38px 7% 28px}.eyebrow{font-size:10px;letter-spacing:2px;margin-bottom:18px}.hero h1{font-size:clamp(35px,9.5vw,48px);line-height:1.5;margin-bottom:14px}.hero-desc{font-size:14px;line-height:1.9;margin-bottom:23px}.hero-desc br:nth-child(2){display:none}.hero .button{font-size:14px;padding:11px 18px}.hero-foot{margin-top:28px;padding-top:17px;font-size:9px}.hero-photo{height:420px;min-height:0}.hero-photo>img{object-position:50% 61%}.hero-stamp{width:86px;height:86px;top:20px;right:20px;font-size:25px}.photo-note{left:20px;bottom:20px;font-size:19px;padding:10px 16px}.ribbon{justify-content:flex-start;padding:14px 20px;gap:25px;font-size:11px}.ribbon span:nth-of-type(n+3),.ribbon b:nth-of-type(n+2){display:none}.section{padding:58px 6%}.section-heading{align-items:flex-start;gap:17px;flex-direction:column;margin-bottom:28px}.section-heading>p{font-size:14px}.section-heading>p br{display:none}h2{font-size:29px}.feature-grid{grid-template-columns:1fr;gap:32px}.feature-image{aspect-ratio:1.3}.feature-title{padding-top:15px}.feature-title h3{font-size:23px}.feature-card p{margin:5px 0}.feature-card>small{display:block;margin-top:7px}.fine-print{font-size:12px;line-height:1.8}.set-note{padding:20px 17px;gap:16px;align-items:flex-start;margin-bottom:24px}.set-price{font-size:36px;padding-top:4px}.set-note strong{font-size:15px}.set-note p{font-size:12px;line-height:1.8}.set-aside{display:none}.category-nav{flex-wrap:nowrap;overflow-x:auto;padding-bottom:12px;gap:8px;margin-right:-6.8%;margin-bottom:22px;padding-right:20px}.category-nav button{flex-shrink:0;padding:8px 14px;font-size:14px}.menu-category-title{display:block;margin-bottom:20px}.menu-category-title h3{font-size:25px;margin-bottom:5px}.menu-layout{grid-template-columns:1fr;gap:10px}.category-photo>img{aspect-ratio:1.65;max-height:260px}.photo-placeholder{aspect-ratio:auto;min-height:155px;gap:7px}.photo-placeholder span{font-size:25px}.photo-placeholder strong{font-size:17px}.menu-items{column-gap:20px}.menu-item{padding:18px 0}.menu-item h4{font-size:16px}.menu-item p{font-size:13px}.menu-footer{margin-top:26px}.about{grid-template-columns:1fr}.about-image{min-height:350px;order:2}.about-copy{padding:60px 8%}.about-copy h2{font-size:36px}.about-signature{margin-top:27px}.visit{grid-template-columns:1fr;gap:45px}.visit-details>div:last-child{margin-bottom:0}.visit .button{gap:20px;font-size:14px}footer{padding:34px 6% 92px;gap:20px}.footer-brand{font-size:29px}footer>p{order:3;width:100%;font-size:9px}footer details{order:4}.mobile-menu-cta{display:flex;position:fixed;bottom:15px;right:15px;left:15px;z-index:30;background:var(--green);color:#fff;padding:13px 22px;justify-content:space-between;box-shadow:0 4px 22px #18231533;border:1px solid #f8f6e680;font-size:14px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.menu-item p,.category-note,.feature-card p{font-size:14px}.hero h1 span{isolation:isolate}.hero h1 span:after{bottom:4px}.brand-en,.photo-note small,.hero-foot,.eyebrow,.hero-stamp span,.tag,.about-copy .eyebrow,.visit-details>div>span,footer>p{font-size:12px}.menu-footer p{font-size:13px} @media(max-width:680px){.hero-foot{font-size:12px;flex-wrap:wrap}.hero-stamp span{font-size:10px}.photo-note small{font-size:10px}.eyebrow{font-size:12px}.set-note p{font-size:14px}.visit-details small{font-size:13px}.feature-card>small{font-size:14px}}
.arrow-icon{width:1em;height:1em;display:inline-block;vertical-align:-.12em;fill:none;stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.visit-map{margin:0 0 22px;border:1px solid var(--line);background:#e8e9e4}.visit-map iframe{display:block;width:100%;height:360px}.visit-details{align-self:center}@media(max-width:680px){.visit-map iframe{height:300px}}
