:root {
  --green: #073f2e;
  --green-2: #0c513b;
  --cream: #f5eedc;
  --paper: #fbf7ec;
  --gold: #c79a48;
  --ink: #1e2822;
  --muted: #627067;
  --line: #bcb49f;
  --serif: Georgia, "Times New Roman", "Noto Serif SC", "Songti SC", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans SC", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6.25rem; }
body { overflow-x: hidden; margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.55; }
a { color: inherit; }
.skip-link { position: fixed; z-index: 100; top: .75rem; left: .75rem; padding: .75rem 1rem; color: #fff; background: var(--green); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid #d8a948; outline-offset: 4px; }

.site-header { position: sticky; z-index: 50; top: 0; min-height: 4.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .65rem clamp(1rem, 4vw, 4rem); border-bottom: 1px solid rgba(7,63,46,.2); background: rgba(251,247,236,.97); }
.brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; }
.brand img { border-radius: 50%; }
.brand span { display: grid; line-height: 1.1; }
.brand strong { font-family: var(--serif); font-size: .95rem; letter-spacing: .06em; }
.brand small { margin-top: .25rem; color: var(--green); font-size: .58rem; font-weight: 800; letter-spacing: .18em; }
.desktop-nav { display: none; }
.desktop-nav a[aria-current="page"], .nav-panel a[aria-current="page"] { color: var(--green); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: .35rem; }
.site-nav summary { min-height: 2.8rem; display: flex; align-items: center; gap: .55rem; padding: .5rem .75rem; border: 1px solid var(--green); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; list-style: none; }
.site-nav summary::-webkit-details-marker { display: none; }
.nav-panel { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: none; padding: .5rem 1rem 1rem; border-bottom: 1px solid var(--line); background: var(--paper); }
.site-nav[open] .nav-panel { display: grid; }
.nav-panel a { min-height: 3rem; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid rgba(7,63,46,.15); font-weight: 800; text-decoration: none; }

.hero { display: grid; align-items: stretch; background: var(--cream); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2.5rem, 5vw, 5rem) clamp(1rem, 5vw, 5rem); }
.eyebrow { margin: 0 0 1.1rem; color: var(--green); font-size: .75rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.hero h1, .section-heading h1, .section-heading h2 { margin: 0; font-family: var(--serif); font-weight: 700; line-height: .82; letter-spacing: -.045em; }
.hero h1 { max-width: 9ch; font-size: clamp(3.8rem, 12vw, 7rem); }
.hero h1 span { white-space: nowrap; }
.hero-tagline { margin: 1.4rem 0 0; color: var(--green); font-size: clamp(1.15rem, 3vw, 1.6rem); font-weight: 900; letter-spacing: .12em; }
.hero-chinese { margin: .1rem 0 1.5rem; font-family: var(--serif); font-size: clamp(1.15rem, 3vw, 1.5rem); letter-spacing: .15em; }
.hero-descriptor { max-width: 48rem; margin: 0 0 1rem; font-weight: 800; }
.hero-intro { max-width: 42rem; margin: 0; color: var(--muted); font-size: clamp(1rem, 2vw, 1.15rem); }
.actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 2rem; }
.button { min-height: 3.25rem; display: inline-flex; align-items: center; justify-content: center; padding: .8rem 1.25rem; border: 1px solid var(--green); font-size: .8rem; font-weight: 900; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.button-primary { color: #fff; background: var(--green); }
.button-primary:hover { background: var(--green-2); }
.button-secondary:hover { color: #fff; background: var(--green); }
.text-link { min-height: 3.25rem; display: inline-flex; align-items: center; gap: .5rem; padding: .7rem .2rem; color: var(--green); font-size: .8rem; font-weight: 900; text-underline-offset: .3rem; text-transform: uppercase; }
.hero-media { position: relative; min-width: 0; aspect-ratio: 1.08; overflow: hidden; margin: 0; background: var(--cream); }
/* The original cover's left 43% is a duplicate wordmark. Frame its food half. */
.hero-media img { position: absolute; top: 0; right: 0; width: 176%; max-width: none; height: 100%; display: block; object-fit: cover; object-position: right center; }

.desktop-nav .nav-order, .nav-panel .nav-order { padding: .7rem 1rem; border: 1px solid var(--green); color: #fff; background: var(--green); text-decoration: none; white-space: nowrap; }
.desktop-nav .nav-order:hover, .nav-panel .nav-order:hover { background: var(--green-2); }
.nav-panel .nav-order { margin-top: .5rem; }

.glance { display: grid; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.glance article { padding: 1.5rem clamp(1rem, 4vw, 2.5rem); border-bottom: 1px solid var(--line); }
.glance article:last-child { border-bottom: 0; }
.glance span { color: var(--gold); font-family: var(--serif); font-size: 1.4rem; }
.glance h2 { margin: .5rem 0 .2rem; font-family: var(--serif); font-size: 1.25rem; }
.glance p { margin: 0; color: var(--muted); font-size: .9rem; }

.menu-section { padding: clamp(4rem, 9vw, 8rem) clamp(1rem, 5vw, 5rem); }
.section-heading { max-width: 58rem; }
.section-heading h1, .section-heading h2 { max-width: 13ch; font-size: clamp(3rem, 10vw, 6.8rem); }
.section-heading > p:last-child { max-width: 42rem; margin: 1.5rem 0 0; color: var(--muted); font-size: 1.05rem; }
.menu-overview .section-heading { margin-bottom: 3rem; }
.section-actions { margin-top: 2rem; }
.category-nav { display: flex; gap: .6rem; overflow-x: auto; margin: 2.5rem 0 4rem; padding: .2rem 0 .8rem; scrollbar-width: thin; }
.category-nav a { flex: 0 0 auto; min-height: 2.8rem; display: inline-flex; align-items: center; padding: .6rem .9rem; border: 1px solid var(--line); background: var(--paper); font-size: .75rem; font-weight: 800; text-decoration: none; }
.category-nav a:hover { border-color: var(--green); }
.menu-category { padding-top: 6rem; }
.category-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-top: 2px solid var(--green); border-bottom: 1px solid var(--green); }
.category-heading div { display: flex; align-items: baseline; gap: 1rem; }
.category-heading p { margin: 0; color: var(--gold); font-family: var(--serif); font-size: 1.5rem; }
.category-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(1.7rem, 5vw, 2.6rem); }
.category-heading > span { color: var(--green); font-family: var(--serif); font-size: 1.05rem; }
.menu-grid { display: grid; }
.menu-item { position: relative; display: grid; grid-template-columns: clamp(6.25rem, 27vw, 8rem) minmax(0, 1fr); align-items: start; gap: clamp(.85rem, 3vw, 1.25rem); padding: 1.4rem 0; border-bottom: 1px solid var(--line); }
.menu-item--text-only { grid-template-columns: 1fr; }
.menu-item.featured { background: linear-gradient(90deg, rgba(199,154,72,.09), transparent); }
.menu-item__media { width: 100%; aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; margin: 0; border: 1px solid rgba(7,63,46,.14); background: var(--cream); }
.menu-item__media--pair { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .3rem; padding: .3rem; }
.menu-item__media img { width: 100%; height: 100%; display: block; object-fit: contain; }
.menu-item__content { min-width: 0; }
.item-top { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: start; gap: 1rem; }
.item-top h3, .item-top h4 { margin: 0; font-family: var(--serif); font-size: clamp(1.15rem, 4vw, 1.45rem); line-height: 1.2; }
.item-top h3 span, .item-top h4 span { color: var(--gold); font-size: .7em; }
.item-top strong { color: var(--green); font-size: 1.05rem; white-space: nowrap; }
/* Keep full-menu names and prices separate when thumbnail columns get narrow. */
.menu-category .item-top { display: flex; flex-wrap: wrap; gap: .35rem 1rem; }
.menu-category .item-top h3 { flex: 1 1 9rem; }
.menu-category .item-top strong { max-width: 100%; }
.menu-item p { margin: .6rem 0 0; color: var(--muted); font-size: .9rem; }
.menu-item .translations { color: var(--ink); font-weight: 700; }
.item-link { display: inline-block; margin-top: .8rem; color: var(--green); font-size: .75rem; font-weight: 900; text-underline-offset: .3rem; text-transform: uppercase; }
.menu-highlights { row-gap: 1.75rem; }
.menu-highlights .menu-item { grid-template-columns: minmax(0, 1fr); align-content: start; gap: 1.15rem; padding: 0 0 1.4rem; }
.menu-highlights .menu-item__media { position: relative; display: block; aspect-ratio: 4 / 3; border: 0; border-bottom: 1px solid var(--line); }
.menu-highlights .menu-item__media img { position: absolute; inset: 0; padding: .5rem; object-fit: contain; }
.menu-highlights .item-top { gap: .75rem; }
.menu-highlights .item-top h3 { font-size: clamp(1.35rem, 2vw, 1.7rem); }
.menu-highlights .item-link { min-height: 2.75rem; display: inline-flex; align-items: center; margin-top: .35rem; }
.menu-order-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem; }
.translations span { display: block; margin-top: .15rem; font-family: var(--serif); font-weight: 400; }
.add-ons { max-width: 52rem; margin-top: 1.75rem; padding: 1.25rem; color: var(--cream); background: var(--green); }
.add-ons h3 { margin: 0 0 .8rem; color: #e3c58c; font-size: .75rem; letter-spacing: .15em; }
.add-on-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1rem; padding: 1rem 0; border-top: 1px solid rgba(245,238,220,.25); }
.add-on-row p { margin: .25rem 0 0; color: rgba(245,238,220,.75); font-size: .85rem; }
.add-on-row > span { font-weight: 900; white-space: nowrap; }
.set-grid { display: grid; }
.set-card { grid-template-columns: 1fr; align-content: start; padding-inline: clamp(.75rem, 2vw, 1.25rem); }
.set-card .menu-item__media { width: min(100%, 11rem); height: 10rem; aspect-ratio: auto; justify-self: center; }
.set-card ul { margin: .25rem 0 .75rem; padding-left: 1.15rem; color: var(--ink); font-size: .9rem; }
.set-card .set-label { margin-top: 1rem; color: var(--green); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.drink-grid .item-top strong { max-width: 12.5rem; text-align: right; white-space: normal; }
.iced-note { display: flex; flex-direction: column; gap: .15rem; margin-top: 1.5rem; padding: 1.25rem; border: 1px solid var(--green); color: var(--green); text-align: center; }
.iced-note strong { font-family: var(--serif); font-size: 1.25rem; }
.iced-note span { font-size: .8rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.retail-item { display: grid; grid-template-columns: clamp(7rem, 28vw, 10rem) minmax(0, 1fr); align-items: start; gap: 1rem; padding: clamp(1.5rem, 5vw, 3rem) 0; border-bottom: 1px solid var(--line); }
.retail-item__media { grid-row: 1 / span 2; width: 100%; aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; margin: 0; border: 1px solid rgba(7,63,46,.14); background: var(--cream); }
.retail-item__media img { width: 100%; height: 100%; display: block; object-fit: contain; }
.retail-item__content { min-width: 0; }
.retail-item h3 { margin: .45rem 0 0; font-family: var(--serif); font-size: clamp(1.7rem, 5vw, 3rem); }
.retail-item h3 span { color: var(--gold); font-size: .6em; }
.retail-item p { max-width: 42rem; margin: .7rem 0 0; color: var(--muted); }
.retail-item .translations { color: var(--ink); font-weight: 700; }
.retail-item > strong { grid-column: 2; color: var(--green); font-size: clamp(1.25rem, 4vw, 2rem); white-space: nowrap; }
.retail-item .retail-label { color: var(--green); font-size: .7rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }

.sourdough-feature { position: relative; display: grid; gap: 2rem; overflow: hidden; padding: clamp(4rem, 10vw, 8rem) clamp(1rem, 7vw, 7rem); color: var(--cream); background-color: var(--green); background-image: linear-gradient(90deg, rgba(245,238,220,.04) 50%, transparent 50%), linear-gradient(rgba(245,238,220,.04) 50%, transparent 50%); background-size: 36px 36px; }
.sourdough-feature::before { content: ""; position: absolute; inset: 1rem; border: 1px solid rgba(199,154,72,.55); pointer-events: none; }
.feature-number { color: #e3c58c; font-family: var(--serif); font-size: 1.5rem; }
.feature-copy { position: relative; z-index: 1; }
.feature-copy .eyebrow { color: #e3c58c; }
.feature-copy h2 { max-width: 14ch; margin: 0; font-family: var(--serif); font-size: clamp(3rem, 9vw, 6.5rem); line-height: .95; letter-spacing: -.04em; }
.feature-copy > p:not(.eyebrow) { max-width: 44rem; margin: 1.25rem 0 0; color: rgba(245,238,220,.8); }
.feature-links { display: flex; flex-wrap: wrap; gap: 1.5rem; margin-top: 2rem; }
.feature-links a { font-size: .75rem; font-weight: 900; text-underline-offset: .35rem; text-transform: uppercase; }
.bread-mark { position: relative; z-index: 1; width: min(15rem, 60vw); aspect-ratio: 1; display: grid; place-content: center; justify-self: center; border: 1px solid var(--gold); border-radius: 48% 48% 42% 42%; box-shadow: inset 0 0 0 8px var(--green), inset 0 0 0 9px rgba(227,197,140,.5); text-align: center; }
.bread-mark::before, .bread-mark::after { content: ""; position: absolute; top: 22%; width: 18%; height: 26%; border-top: 2px solid var(--gold); border-radius: 50%; }
.bread-mark::before { left: 25%; transform: rotate(-25deg); }
.bread-mark::after { right: 25%; transform: rotate(25deg); }
.bread-mark span { font-family: var(--serif); font-size: 2.5rem; }
.bread-mark small { color: #e3c58c; font-size: .6rem; font-weight: 900; letter-spacing: .17em; }

.visit-section { display: grid; gap: 3rem; padding: clamp(4rem, 9vw, 8rem) clamp(1rem, 7vw, 7rem); border-bottom: 1px solid var(--line); }
.visit-intro h2 { max-width: 12ch; margin: 0; font-family: var(--serif); font-size: clamp(3rem, 9vw, 6.5rem); line-height: .9; letter-spacing: -.04em; }
.visit-intro > p:last-child { max-width: 35rem; margin: 1.5rem 0 0; color: var(--muted); }
.address-card { align-self: end; padding: clamp(1.5rem, 4vw, 2.5rem); border: 1px solid var(--green); font-style: normal; }
.address-card > span { display: block; margin-bottom: 1.2rem; color: var(--green); font-size: .7rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.address-card > strong { display: block; margin-bottom: .5rem; font-family: var(--serif); font-size: 1.55rem; }
.contact-list { display: grid; margin-top: 1.5rem; border-top: 1px solid var(--line); }
.contact-list a { min-height: 3.4rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--line); font-size: .8rem; font-weight: 900; text-decoration: none; text-transform: uppercase; }

.faq-section { display: grid; gap: 3rem; padding: clamp(4rem, 9vw, 8rem) clamp(1rem, 7vw, 7rem); }
.section-heading.compact h2 { font-size: clamp(3rem, 8vw, 5.6rem); }
.faq-list { border-top: 2px solid var(--green); }
.faq-list article { display: grid; grid-template-columns: 2.5rem minmax(0, 1fr); gap: 1rem; padding: 1.4rem 0; border-bottom: 1px solid var(--line); }
.faq-list article > span { color: var(--gold); font-family: var(--serif); font-size: 1.2rem; }
.faq-list h3 { margin: 0; font-family: var(--serif); font-size: 1.25rem; }
.faq-list p { margin: .5rem 0 0; color: var(--muted); }
.faq-list a { color: var(--green); font-weight: 800; }

.contact-cta { padding: clamp(4rem, 10vw, 8rem) clamp(1rem, 7vw, 7rem); color: var(--cream); background: var(--green); }
.contact-cta .eyebrow { color: #e3c58c; }
.contact-cta h2 { max-width: 14ch; margin: 0; font-family: var(--serif); font-size: clamp(3rem, 9vw, 6.8rem); line-height: .9; letter-spacing: -.045em; }
.contact-cta > p:not(.eyebrow) { max-width: 38rem; color: rgba(245,238,220,.75); }
.button-light { color: var(--green); border-color: var(--cream); background: var(--cream); }
.button-light:hover { background: #fff; }
.contact-phone { min-height: 3.25rem; display: inline-flex; align-items: center; padding: .75rem; font-weight: 900; letter-spacing: .08em; text-underline-offset: .3rem; }

.page-intro { padding: clamp(4rem, 10vw, 8rem) clamp(1rem, 7vw, 7rem); border-bottom: 1px solid var(--line); background: var(--cream); }
.page-intro h1 { max-width: 12ch; margin: 0; font-family: var(--serif); font-size: clamp(3.4rem, 11vw, 7.5rem); line-height: .84; letter-spacing: -.045em; }
.page-intro > p:last-child { max-width: 42rem; margin: 1.5rem 0 0; color: var(--muted); font-size: 1.05rem; }
.visit-page-section { border-top: 0; }

.site-footer { padding: clamp(2.5rem, 5vw, 4rem) clamp(1rem, 5vw, 5rem); color: var(--cream); background: #052f23; }
.footer-brand { display: inline-grid; text-decoration: none; }
.footer-brand strong { font-family: var(--serif); font-size: clamp(1.5rem, 4vw, 2.4rem); }
.footer-brand > span { color: #e3c58c; font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; margin: 2rem 0; padding: 1.25rem 0; border-top: 1px solid rgba(245,238,220,.2); border-bottom: 1px solid rgba(245,238,220,.2); }
.site-footer nav a { min-height: 2.75rem; display: inline-flex; align-items: center; font-size: .75rem; font-weight: 900; text-underline-offset: .3rem; text-transform: uppercase; }
.footer-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem 2rem; color: rgba(245,238,220,.65); font-size: .75rem; }
.footer-meta p { margin: 0; }

@media (min-width: 48rem) {
  .glance { grid-template-columns: repeat(3, 1fr); }
  .glance article { border-right: 1px solid var(--line); border-bottom: 0; }
  .glance article:last-child { border-right: 0; }
  .menu-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: clamp(2rem, 6vw, 6rem); }
  .set-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--line); }
  .set-card { border: 0; background-color: var(--paper); }
  .retail-item { grid-template-columns: 10rem minmax(0, 1fr) auto; align-items: center; }
  .retail-item__media { grid-row: 1; }
  .retail-item > strong { grid-column: 3; }
}

@media (min-width: 60rem) {
  .site-nav { display: none; }
  .desktop-nav { display: flex; align-items: center; gap: clamp(.65rem, 1.5vw, 1.75rem); }
  .desktop-nav a { min-height: 2.75rem; display: inline-flex; align-items: center; font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
  .hero { grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); }
  .hero-media { aspect-ratio: auto; }
  .hero h1 { font-size: clamp(4.5rem, 8vw, 5.5rem); }
  .menu-item:not(.set-card) { grid-template-columns: 9rem minmax(0, 1fr); }
  .menu-item:not(.set-card).menu-item--text-only { grid-template-columns: 1fr; }
  .menu-highlights { grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: clamp(1.5rem, 3vw, 3rem); }
  .menu-highlights .menu-item { grid-template-columns: minmax(0, 1fr); }
  .sourdough-feature { grid-template-columns: 5rem minmax(0, 1fr) minmax(13rem, .45fr); align-items: center; }
  .visit-section, .faq-section { grid-template-columns: minmax(0, 1fr) minmax(22rem, .75fr); align-items: start; }
}

@media (max-width: 30rem) {
  .brand { gap: .5rem; }
  .brand img { width: 40px; height: 40px; }
  .brand strong { font-size: .8rem; letter-spacing: .035em; white-space: nowrap; }
  .brand small { font-size: .48rem; letter-spacing: .12em; white-space: nowrap; }
  .site-nav summary { padding-inline: .6rem; font-size: .7rem; }
  .category-heading { align-items: start; }
  .category-heading > span { max-width: 7rem; text-align: right; }
  .retail-item { grid-template-columns: 1fr; }
  .retail-item > strong { grid-column: auto; grid-row: 1; }
  .retail-item__media { grid-row: 2; width: min(100%, 12rem); justify-self: center; }
  .retail-item__content { grid-row: 3; }
  .drink-grid .item-top { grid-template-columns: 1fr; }
  .drink-grid .item-top strong { max-width: none; text-align: left; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
