:root {
  --paper: #f3eadb;
  --paper-deep: #e8dcc8;
  --cream: #fbf7ef;
  --ink: #211a15;
  --muted: #766858;
  --walnut: #3a261a;
  --walnut-deep: #241710;
  --pine: #1e332c;
  --pine-soft: #2d4b40;
  --brass: #a9852f;
  --brass-light: #d4b56e;
  --terracotta: #a85f46;
  --line: rgba(58, 38, 26, .17);
  --line-light: rgba(251, 247, 239, .24);
  --serif: "Cormorant Garamond", "Noto Serif KR", Georgia, serif;
  --sans: "Pretendard Variable", Pretendard, "Noto Sans KR", "Microsoft JhengHei", Arial, sans-serif;
  --max: 1240px;
  --radius: 3px;
  --shadow: 0 24px 70px rgba(58, 38, 26, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.55; overflow-x: hidden; }
body.drawer-open { overflow: hidden; }
::selection { background: var(--brass); color: var(--cream); }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.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; }
.grain { position: fixed; inset: 0; z-index: 30; pointer-events: none; opacity: .075; mix-blend-mode: multiply; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E"); }

.site-header { position: sticky; top: 0; z-index: 20; width: min(100%, var(--max)); margin: 0 auto; padding: 18px 28px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; background: color-mix(in srgb, var(--paper) 90%, transparent); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; flex-direction: column; width: max-content; transition: color .2s ease; }
.wordmark:hover, .wordmark:focus-visible { color: var(--brass); }
.wordmark-main { font-family: var(--serif); font-size: 1.33rem; letter-spacing: .17em; line-height: 1; }
.wordmark-sub { color: var(--brass); font-size: .56rem; letter-spacing: .19em; margin-top: 8px; }
.desktop-nav { display: flex; justify-content: center; align-items: center; gap: clamp(18px, 3vw, 35px); color: var(--muted); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.desktop-nav a, .footer-links a { transition: color .2s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--brass); }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 18px; }
.language-switch { display: flex; align-items: center; gap: 6px; color: var(--muted); font-size: .64rem; letter-spacing: .07em; white-space: nowrap; }
.language-button { border: 0; padding: 3px 0; background: transparent; color: var(--muted); }
.language-button.is-active { color: var(--pine); font-weight: 800; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 15px; min-height: 47px; padding: 12px 19px; border: 1px solid transparent; border-radius: 1px; font-size: .69rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 12px 25px rgba(58, 38, 26, .14); }
.button span:last-child { font-size: 1rem; line-height: 0; }
.button-small { min-height: 36px; padding: 8px 13px; font-size: .59rem; }
.button-home { border-color: var(--brass); color: var(--brass); background: transparent; }
.button-home:hover, .button-home:focus-visible { background: var(--brass); color: #fffaf0; }
.button-brass { background: var(--brass); color: #fffaf0; }
.button-brass:hover, .button-brass:focus-visible { background: #8f7127; }
.button-pine { background: var(--pine); color: var(--cream); }
.button-pine:hover, .button-pine:focus-visible { background: var(--pine-soft); }
.button-oat { background: var(--paper); color: var(--walnut); }
.button-oat:hover, .button-oat:focus-visible { background: var(--cream); }
.button-wide { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 9px; width: max-content; padding: 0 0 6px; border: 0; border-bottom: 1px solid var(--brass); color: var(--pine); background: transparent; font-size: .7rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; transition: color .2s ease, gap .2s ease; }
.text-link span { color: var(--brass); font-size: 1rem; line-height: 0; }
.text-link:hover, .text-link:focus-visible { color: var(--brass); gap: 14px; }
.section-wrap { width: min(100%, var(--max)); margin: 0 auto; padding-left: 28px; padding-right: 28px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--brass); font-size: .64rem; font-weight: 800; letter-spacing: .18em; line-height: 1.2; text-transform: uppercase; }
.eyebrow-mark { display: inline-block; width: 28px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: .97; }
h1 em, h2 em { color: var(--terracotta); font-style: italic; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.65,.25,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .12s; }

/* Hero */
.hero { display: grid; grid-template-columns: minmax(300px, .78fr) minmax(580px, 1.22fr); gap: clamp(40px, 7vw, 105px); align-items: center; min-height: min(760px, calc(100vh - 72px)); padding-top: 82px; padding-bottom: 95px; }
.hero-copy { padding-bottom: 12px; }
.hero-copy h1 { max-width: 520px; margin-bottom: 28px; font-size: clamp(3.7rem, 6.1vw, 6.9rem); letter-spacing: -.055em; }
.hero-lede { max-width: 405px; margin-bottom: 30px; color: var(--muted); font-size: .96rem; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.hero-footnote { display: flex; align-items: center; gap: 12px; max-width: 310px; margin-top: 72px; color: var(--muted); font-size: .68rem; }
.footnote-mark { color: var(--brass); font-size: .58rem; font-weight: 800; letter-spacing: .15em; }
.hero-stage { display: grid; grid-template-columns: minmax(0, 1.24fr) minmax(190px, .76fr); min-height: 565px; background: var(--walnut); color: var(--paper); box-shadow: var(--shadow); }
.hero-visual { position: relative; padding: 22px; }
.hero-image-frame { position: relative; height: 100%; min-height: 520px; overflow: hidden; background: var(--walnut-deep); }
.hero-image-frame::before { position: absolute; inset: 17px; z-index: 1; border: 1px solid rgba(251,247,239,.3); content: ""; pointer-events: none; }
.hero-image-frame img { width: 100%; height: 100%; object-fit: cover; transition: opacity .35s ease, transform .55s cubic-bezier(.2,.7,.2,1); }
.hero-image-frame.is-changing img { opacity: .35; transform: scale(1.03); }
.image-wash { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(36,23,16,0) 48%, rgba(36,23,16,.68) 100%); pointer-events: none; }
.image-stamp { position: absolute; left: 35px; bottom: 35px; z-index: 2; color: var(--paper); font-family: var(--serif); font-size: 1.05rem; line-height: .9; letter-spacing: .14em; }
.image-stamp small { display: inline-block; margin-top: 9px; color: var(--brass-light); font-family: var(--sans); font-size: .48rem; letter-spacing: .2em; }
.image-index { position: absolute; right: 33px; bottom: 35px; z-index: 2; color: var(--brass-light); font-size: .6rem; letter-spacing: .12em; }
.hero-vertical-note { position: absolute; top: 8px; right: 7px; bottom: 8px; writing-mode: vertical-rl; color: var(--brass-light); font-size: .52rem; letter-spacing: .16em; }
.hero-controls { display: flex; flex-direction: column; min-width: 0; padding: 31px 27px 27px 15px; }
.hero-tabs { display: flex; flex-direction: column; gap: 0; }
.hero-tab { position: relative; display: grid; grid-template-columns: 26px 1fr; gap: 8px; align-items: start; min-width: 0; padding: 15px 0; border: 0; border-bottom: 1px solid var(--line-light); color: rgba(243,234,219,.58); background: transparent; text-align: left; transition: color .2s ease, padding .2s ease; }
.hero-tab::before { position: absolute; left: -15px; top: 0; bottom: 0; width: 2px; background: var(--brass-light); content: ""; opacity: 0; transition: opacity .2s ease; }
.hero-tab:hover, .hero-tab:focus-visible, .hero-tab.is-active { padding-left: 5px; color: var(--paper); }
.hero-tab.is-active::before { opacity: 1; }
.hero-tab-no { color: var(--brass-light); font-size: .59rem; letter-spacing: .12em; }
.hero-tab strong { display: block; font-family: var(--serif); font-size: 1.25rem; font-weight: 500; line-height: .96; }
.hero-tab small { display: block; margin-top: 7px; color: rgba(243,234,219,.52); font-size: .59rem; line-height: 1.25; }
.hero-pick { margin-top: auto; padding-top: 28px; }
.card-kicker { margin: 0 0 12px; color: var(--brass-light); font-size: .59rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.hero-pick-heading { display: flex; align-items: end; justify-content: space-between; gap: 10px; }
.hero-pick h2 { margin: 0; font-size: clamp(1.9rem, 3vw, 3rem); letter-spacing: -.03em; }
.hero-pick-heading span { color: var(--brass-light); font-family: var(--serif); font-size: 1.28rem; white-space: nowrap; }
.hero-pick > p:not(.card-kicker):not(.hero-pick-zh) { margin: 10px 0 0; color: var(--paper); font-family: var(--serif); font-size: 1.02rem; }
.hero-pick-zh { min-height: 22px; margin: 3px 0 25px; color: rgba(243,234,219,.58); font-size: .7rem; }
.hero-pick .button { width: 100%; }

.signal-band { display: flex; justify-content: center; align-items: center; gap: clamp(28px, 7vw, 90px); padding: 25px 28px; background: var(--pine); color: var(--paper); }
.signal-item { display: flex; align-items: baseline; gap: 10px; font-family: var(--serif); font-size: 1.14rem; }
.signal-number { color: var(--brass-light); font-family: var(--sans); font-size: .6rem; font-weight: 700; letter-spacing: .1em; }

/* Menu explorer */
.menu-section { padding-top: 125px; padding-bottom: 125px; }
.section-heading { display: grid; grid-template-columns: 1fr minmax(280px, 390px); gap: 60px; align-items: end; margin-bottom: 52px; }
.section-heading h2, .guide-intro h2, .builder-heading h2 { margin-bottom: 0; font-size: clamp(3rem, 5vw, 5.7rem); letter-spacing: -.045em; }
.section-aside { padding-bottom: 4px; color: var(--muted); font-size: .9rem; }
.section-aside p { max-width: 350px; }
.interaction-hint { display: flex; gap: 8px; align-items: center; margin-bottom: 0; color: var(--brass); font-size: .64rem; letter-spacing: .02em; }
.menu-toolbar { padding: 0 0 18px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.toolbar-row { display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.toolbar-row-primary { padding: 15px 0; }
.toolbar-row-secondary { align-items: start; padding: 4px 0 0; }
.service-tabs, .category-tabs, .price-tabs { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; }
.filter-chip, .mini-filter { display: inline-flex; align-items: center; gap: 8px; border: 1px solid transparent; border-radius: 999px; background: transparent; color: var(--muted); white-space: nowrap; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.filter-chip { padding: 9px 13px; font-size: .67rem; }
.filter-chip b { color: var(--brass); font-size: .56rem; font-weight: 700; }
.filter-chip:hover, .filter-chip.is-active { border-color: var(--pine); background: var(--pine); color: var(--paper); }
.filter-chip:hover b, .filter-chip.is-active b { color: var(--brass-light); }
.service-tabs { display: flex; align-items: flex-end; gap: 27px; }
.service-tab { padding: 2px 1px 11px; border: 0; border-bottom: 2px solid transparent; border-radius: 0; background: transparent; color: var(--muted); font-family: var(--serif); font-size: 1.5rem; font-weight: 500; line-height: 1; }
.service-tab b { font-size: .6rem; letter-spacing: .1em; }
.service-tab:hover { border-color: var(--line); background: transparent; color: var(--pine); }
.service-tab.is-active { border-bottom-color: var(--brass); background: transparent; color: var(--pine); }
.service-tab.is-active b, .service-tab:hover b { color: var(--brass); }
.category-tabs { max-width: 690px; }
.category-tab { border: 0; padding: 5px 2px; border-bottom: 1px solid transparent; background: transparent; color: var(--muted); font-size: .65rem; white-space: nowrap; transition: color .2s ease, border-color .2s ease; }
.category-tab::after { content: "·"; margin-left: 10px; color: var(--brass); }
.category-tab:last-child::after { display: none; }
.category-tab:hover, .category-tab.is-active { border-color: var(--brass); color: var(--pine); }
.toolbar-tools { display: flex; flex-direction: column; align-items: end; gap: 10px; }
.mini-filter { padding: 5px 0; border: 0; font-size: .59rem; }
.mini-filter:not(:last-child) { margin-right: 11px; }
.mini-filter:hover, .mini-filter.is-active { color: var(--terracotta); }
.sort-box { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: .58rem; letter-spacing: .08em; text-transform: uppercase; }
.sort-box select { padding: 5px 20px 5px 0; border: 0; border-bottom: 1px solid var(--line); outline: 0; color: var(--pine); background: transparent; font-size: .63rem; letter-spacing: 0; text-transform: none; }
.search-box { position: relative; display: flex; align-items: center; width: min(100%, 220px); border-bottom: 1px solid var(--walnut); }
.search-box input { width: 100%; padding: 10px 0 9px 22px; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: .72rem; }
.search-box input::placeholder { color: #9b8c7a; }
.search-icon { position: absolute; left: 0; top: 6px; color: var(--brass); font-size: 1.25rem; line-height: 1; }
.menu-layout { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 39px; align-items: start; padding-top: 26px; }
.results-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 17px; color: var(--muted); font-size: .66rem; }
.results-head p { margin: 0; }
.results-head strong { color: var(--pine); font-size: .8rem; }
.clear-filter { border: 0; padding: 0; border-bottom: 1px solid var(--brass); background: transparent; color: var(--brass); font-size: .6rem; }
.menu-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }
.bbq-alc-note { grid-column: 1 / -1; padding: 21px 24px; border: 1px solid var(--line); border-left: 3px solid var(--brass); background: var(--cream); }
.bbq-alc-note h3 { margin: 0 0 7px; font-size: 1.35rem; }
.bbq-alc-note p { margin: 0; max-width: 720px; color: var(--muted); font-size: .78rem; }
.drinks-board { grid-column: 1 / -1; margin-top: 9px; padding: 23px 24px 15px; border: 1px solid var(--line); background: var(--cream); }
.drinks-board > h3 { margin: 0 0 15px; font-size: 1.35rem; }
.drinks-board-groups { display: grid; grid-template-columns: repeat(auto-fit, minmax(235px, 1fr)); gap: 8px 36px; }
.drinks-group h4 { margin: 8px 0 3px; color: var(--brass); font-family: var(--sans); font-size: .6rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.drink-line { display: flex; align-items: center; gap: 11px; padding: 7px 0; border-bottom: 1px dashed var(--line); font-size: .8rem; }
.drink-line:last-child { border-bottom: 0; }
.drink-name { flex: 1; color: var(--ink); }
.drink-name small { color: var(--muted); font-size: .68rem; }
.drink-price { color: var(--pine); font-weight: 700; }
.drink-add { display: inline-flex; align-items: center; justify-content: center; width: 27px; height: 27px; border: 1px solid var(--brass); border-radius: 999px; background: transparent; color: var(--brass); font-size: .8rem; line-height: 1; transition: background .2s ease, color .2s ease; }
.drink-add:hover, .drink-add:focus-visible { background: var(--brass); color: var(--cream); }
.menu-card { position: relative; display: flex; flex-direction: column; min-height: 305px; overflow: hidden; border: 1px solid var(--line); background: var(--cream); transition: transform .27s ease, border-color .27s ease, box-shadow .27s ease; }
.menu-card:hover, .menu-card:focus-within, .menu-card.is-selected { transform: translateY(-4px); border-color: var(--brass); box-shadow: 0 16px 30px rgba(58,38,26,.1); }
.menu-card-button { display: flex; flex: 1; flex-direction: column; width: 100%; height: 100%; padding: 0; border: 0; background: transparent; color: inherit; text-align: left; }
.menu-card-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--paper-deep); }
.menu-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.menu-card:hover .menu-card-media img { transform: scale(1.04); }
.menu-card-media::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(36,23,16,0) 55%, rgba(36,23,16,.42) 100%); content: ""; pointer-events: none; }
.menu-card-placeholder { display: grid; place-items: center; align-content: center; height: 100%; background: linear-gradient(135deg, var(--walnut) 0%, var(--walnut-deep) 100%); color: var(--brass-light); }
.menu-card-placeholder strong { font-family: var(--serif); font-size: 3.5rem; font-weight: 400; letter-spacing: -.08em; }
.menu-card-placeholder span { margin-top: 7px; color: rgba(243,234,219,.63); font-size: .51rem; letter-spacing: .13em; text-transform: uppercase; }
.menu-badge { position: absolute; left: 12px; top: 11px; z-index: 1; padding: 5px 7px; background: var(--brass); color: #fffaf0; font-size: .5rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.menu-card-service { position: absolute; right: 12px; bottom: 12px; z-index: 1; color: var(--paper); font-size: .5rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.menu-card-copy { display: flex; flex: 1; flex-direction: column; padding: 15px 15px 14px; }
.menu-card-meta { display: flex; justify-content: space-between; gap: 8px; color: var(--brass); font-size: .53rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.menu-card-meta span:last-child { color: var(--muted); font-weight: 500; letter-spacing: .03em; }
.menu-card h3 { margin: 11px 0 6px; font-size: 1.55rem; letter-spacing: -.02em; line-height: .94; }
.menu-card-en { min-height: 20px; margin-bottom: 1px; color: var(--muted); font-family: var(--serif); font-size: .88rem; line-height: 1.1; }
.menu-card-zh { min-height: 18px; margin: 0; color: #9a8979; font-size: .62rem; }
.menu-card-footer { display: flex; justify-content: space-between; align-items: end; gap: 10px; margin-top: auto; padding-top: 13px; }
.menu-card-price { color: var(--walnut); font-family: var(--serif); font-size: 1.15rem; }
.menu-card-add { position: absolute; right: 13px; bottom: 13px; z-index: 2; width: 25px; height: 25px; border: 1px solid var(--brass); border-radius: 50%; background: var(--cream); color: var(--brass); font-size: 1.05rem; line-height: 1; transition: transform .2s ease, background .2s ease, color .2s ease; }
.menu-card-add:hover, .menu-card-add:focus-visible { transform: rotate(90deg); background: var(--brass); color: var(--cream); }
.menu-card.is-selected .menu-card-add { background: var(--pine); color: var(--cream); }
.empty-state { padding: 80px 20px; border: 1px dashed var(--line); text-align: center; }
.empty-mark { color: var(--brass); font-family: var(--serif); font-size: 3rem; }
.empty-state h3 { margin: 10px 0; font-size: 2rem; }
.empty-state p { margin-bottom: 22px; color: var(--muted); font-size: .82rem; }
.selection-rail { position: sticky; top: 105px; padding: 22px 20px 18px; border-top: 3px solid var(--pine); background: var(--cream); box-shadow: 0 14px 35px rgba(58,38,26,.08); }
.rail-topline { display: flex; align-items: center; gap: 7px; color: var(--brass); font-size: .56rem; font-weight: 800; letter-spacing: .18em; }
.rail-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--terracotta); }
.selection-rail h3 { margin: 18px 0 8px; font-size: 2.15rem; letter-spacing: -.04em; }
.rail-copy { margin-bottom: 19px; color: var(--muted); font-size: .73rem; line-height: 1.45; }
.rail-list { display: flex; flex-direction: column; gap: 10px; max-height: 285px; overflow: auto; }
.rail-item { display: grid; grid-template-columns: 1fr auto; gap: 8px; padding-bottom: 9px; border-bottom: 1px solid var(--line); }
.rail-item-name { font-family: var(--serif); font-size: 1rem; line-height: 1; }
.rail-item-meta { margin-top: 4px; color: var(--muted); font-size: .55rem; }
.rail-item-side { display: flex; flex-direction: column; align-items: end; gap: 4px; }
.rail-item-price { color: var(--brass); font-family: var(--serif); font-size: .86rem; white-space: nowrap; }
.quantity-stepper { display: inline-flex; align-items: center; gap: 5px; color: var(--muted); font-size: .58rem; }
.quantity-stepper button { width: 17px; height: 17px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: inherit; line-height: 1; }
.rail-empty { display: flex; align-items: center; gap: 10px; padding: 16px 0; color: var(--muted); font-size: .67rem; }
.rail-empty span:first-child { display: grid; place-items: center; width: 25px; height: 25px; border: 1px dashed var(--brass); border-radius: 50%; color: var(--brass); }
.rail-total { display: flex; justify-content: space-between; align-items: baseline; margin: 15px 0; padding-top: 14px; border-top: 1px solid var(--line); color: var(--muted); font-size: .61rem; text-transform: uppercase; letter-spacing: .08em; }
.rail-total strong { color: var(--walnut); font-family: var(--serif); font-size: 1.5rem; font-weight: 500; letter-spacing: 0; }
.rail-note { margin: 11px 0 0; color: #9a8979; font-size: .57rem; line-height: 1.4; }

/* Hero guide */
.hero-guide { display: grid; grid-template-columns: minmax(230px, .65fr) minmax(0, 1.35fr); gap: clamp(45px, 8vw, 120px); padding-top: 110px; padding-bottom: 130px; }
.guide-intro { align-self: start; padding-top: 38px; }
.guide-intro > p:not(.eyebrow) { max-width: 250px; margin: 26px 0 29px; color: var(--muted); font-size: .83rem; }
.guide-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; align-items: end; }
.guide-card { position: relative; overflow: hidden; min-height: 390px; padding: 14px; display: flex; flex-direction: column; justify-content: end; border: 1px solid var(--line); background: var(--walnut); color: var(--paper); cursor: pointer; transition: transform .3s ease, box-shadow .3s ease; }
.guide-card:nth-child(2) { min-height: 470px; background: var(--pine); }
.guide-card:nth-child(3) { min-height: 430px; background: var(--terracotta); }
.guide-card:hover, .guide-card:focus-visible, .guide-card.is-active { transform: translateY(-8px); box-shadow: 0 21px 35px rgba(58,38,26,.18); }
.guide-card-media { position: absolute; inset: 0; opacity: .56; }
.guide-card-media img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: luminosity; opacity: .85; }
.guide-card::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(36,23,16,.03) 30%, rgba(36,23,16,.82) 100%); content: ""; }
.guide-card-copy { position: relative; z-index: 1; }
.guide-card-no { color: var(--brass-light); font-size: .6rem; letter-spacing: .13em; }
.guide-card h3 { margin: 12px 0 7px; font-size: 2.1rem; letter-spacing: -.035em; }
.guide-card-en { margin: 0; color: rgba(243,234,219,.77); font-family: var(--serif); font-size: .93rem; line-height: 1.1; }
.guide-card-price { display: block; margin-top: 16px; color: var(--brass-light); font-family: var(--serif); font-size: 1.2rem; }
.guide-card-trigger { position: absolute; top: 17px; right: 17px; z-index: 1; display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid rgba(243,234,219,.45); border-radius: 50%; color: var(--paper); font-size: 1rem; }

/* Builder */
.builder-section { background: var(--walnut); color: var(--paper); }
.builder-inner { padding-top: 115px; padding-bottom: 82px; }
.builder-heading { display: grid; grid-template-columns: .77fr 1.15fr .75fr; gap: 40px; align-items: end; margin-bottom: 55px; }
.builder-heading .eyebrow { align-self: start; }
.builder-heading h2 { font-size: clamp(3.2rem, 5vw, 5.3rem); }
.builder-heading > p:last-child { margin: 0 0 8px; color: rgba(243,234,219,.61); font-size: .84rem; }
.builder-heading h2 em { color: var(--brass-light); }
.builder-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(330px, 1.1fr); gap: 18px; }
.builder-picker { min-height: 530px; padding: 20px; border: 1px solid var(--line-light); background: rgba(251,247,239,.07); }
.mood-tabs { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line-light); }
.mood-tab { display: flex; flex-direction: column; align-items: start; min-height: 115px; padding: 12px 13px; border: 0; border-right: 1px solid var(--line-light); background: transparent; color: rgba(243,234,219,.56); text-align: left; transition: background .2s ease, color .2s ease; }
.mood-tab:last-child { border-right: 0; }
.mood-tab:hover, .mood-tab.is-active { background: rgba(212,181,110,.1); color: var(--paper); }
.mood-tab span { margin-bottom: 20px; color: var(--brass-light); font-size: .58rem; letter-spacing: .12em; }
.mood-tab strong { font-family: var(--serif); font-size: 1.28rem; font-weight: 500; line-height: .95; }
.mood-tab small { margin-top: 6px; color: inherit; font-size: .56rem; }
.suggestion-panel { padding: 29px 5px 0; }
.suggestion-head { display: flex; align-items: center; gap: 12px; color: var(--brass-light); font-size: .6rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.suggestion-rule { width: 52px; height: 1px; background: var(--brass); }
.suggestion-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; margin-top: 20px; }
.suggestion-item { position: relative; display: flex; flex-direction: column; justify-content: end; min-height: 190px; overflow: hidden; padding: 16px; border: 1px solid var(--line-light); color: var(--paper); background: var(--walnut-deep); cursor: pointer; text-align: left; }
.suggestion-item img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .42; transition: transform .5s ease, opacity .3s ease; }
.suggestion-item:hover img { transform: scale(1.05); opacity: .62; }
.suggestion-item::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 28%, rgba(36,23,16,.93)); content: ""; }
.suggestion-copy { position: relative; z-index: 1; }
.suggestion-copy strong { display: block; font-family: var(--serif); font-size: 1.4rem; font-weight: 500; line-height: .94; }
.suggestion-copy small { display: block; margin-top: 7px; color: rgba(243,234,219,.65); font-size: .58rem; }
.suggestion-price { position: absolute; top: 13px; right: 13px; z-index: 1; color: var(--brass-light); font-family: var(--serif); font-size: 1rem; }
.builder-tip { min-height: 25px; margin: 21px 0 0; color: rgba(243,234,219,.6); font-size: .71rem; }
.builder-summary { display: flex; flex-direction: column; min-height: 530px; padding: 28px 29px 23px; background: var(--paper); color: var(--ink); }
.summary-head { display: flex; gap: 11px; align-items: center; color: var(--brass); font-size: .58rem; font-weight: 800; letter-spacing: .16em; }
.summary-number { color: var(--walnut); font-size: .58rem; }
.builder-summary h3 { margin: 29px 0 24px; color: var(--walnut); font-size: 3rem; letter-spacing: -.04em; }
.builder-list { display: flex; flex-direction: column; gap: 10px; max-height: 205px; overflow: auto; }
.builder-list-item { display: grid; grid-template-columns: 1fr auto auto; gap: 12px; align-items: center; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.builder-list-item strong { font-family: var(--serif); font-size: 1.08rem; font-weight: 500; line-height: .95; }
.builder-list-item small { display: block; margin-top: 4px; color: var(--muted); font-size: .55rem; }
.builder-list-item > span { color: var(--brass); font-family: var(--serif); font-size: .95rem; white-space: nowrap; }
.builder-remove { width: 22px; height: 22px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--muted); line-height: 1; }
.builder-empty { padding: 17px 0; color: var(--muted); font-size: .74rem; }
.builder-bottom { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }
.builder-bottom > div { display: flex; flex-direction: column; gap: 3px; color: var(--muted); font-size: .58rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.builder-bottom strong { color: var(--walnut); font-family: var(--serif); font-size: 1.75rem; font-weight: 500; letter-spacing: 0; text-transform: none; }
.source-note { display: flex; gap: 8px; align-items: start; max-width: 700px; margin: 23px 0 0; color: rgba(243,234,219,.48); font-size: .61rem; }
.source-note span:first-child { color: var(--brass-light); }

/* Visit */
.visit-section { padding-top: 130px; padding-bottom: 125px; }
.visit-card { display: grid; grid-template-columns: 1.06fr .94fr; min-height: 410px; background: var(--pine); color: var(--paper); box-shadow: var(--shadow); }
.visit-copy { padding: clamp(35px, 6vw, 76px); }
.visit-copy h2 { margin-bottom: 26px; font-size: clamp(3rem, 5vw, 5.3rem); letter-spacing: -.05em; }
.visit-copy h2 em { color: var(--brass-light); }
.visit-copy > p:not(.eyebrow) { max-width: 430px; margin-bottom: 29px; color: rgba(243,234,219,.64); font-size: .85rem; }
.visit-detail { display: grid; align-content: center; gap: 0; padding: 45px 55px; border-left: 1px solid var(--line-light); background: rgba(36,23,16,.16); }
.visit-detail > div { display: flex; flex-direction: column; gap: 7px; padding: 19px 0; border-bottom: 1px solid var(--line-light); }
.visit-detail > div:last-child { border-bottom: 0; }
.visit-detail span { color: var(--brass-light); font-size: .58rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.visit-detail strong { font-family: var(--serif); font-size: 1.42rem; font-weight: 500; line-height: 1.05; }
.site-footer { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-top: 25px; padding-bottom: 28px; border-top: 1px solid var(--line); color: var(--muted); font-size: .57rem; letter-spacing: .12em; }
.footer-brand { color: var(--walnut); font-family: var(--serif); font-size: 1.15rem; letter-spacing: .14em; }
.footer-brand span { color: var(--brass); font-size: .8rem; }
.site-footer p { margin: 0; }
.back-main { color: var(--brass); white-space: nowrap; }
.back-top { color: var(--brass); }

/* Drawer */
.drawer-backdrop { position: fixed; inset: 0; z-index: 40; background: rgba(33,26,21,.58); backdrop-filter: blur(5px); }
.menu-drawer { position: fixed; top: 0; right: 0; z-index: 41; display: grid; grid-template-rows: 270px 1fr; width: min(460px, 100vw); height: 100dvh; overflow: auto; background: var(--cream); box-shadow: -20px 0 70px rgba(33,26,21,.24); transform: translateX(105%); transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.menu-drawer.is-open { transform: none; }
.drawer-close { position: absolute; right: 20px; top: 17px; z-index: 2; display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid rgba(251,247,239,.6); border-radius: 50%; background: rgba(36,23,16,.35); color: var(--paper); font-size: 1.35rem; line-height: 1; }
.drawer-image { position: relative; overflow: hidden; background: var(--walnut); }
.drawer-image img { width: 100%; height: 100%; object-fit: cover; }
.drawer-image::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(36,23,16,.5)); content: ""; }
.drawer-placeholder { display: grid; place-items: center; height: 100%; color: var(--brass-light); font-family: var(--serif); font-size: 4rem; }
.drawer-content { padding: 30px 34px 48px; }
.drawer-service { margin: -6px 0 19px; color: var(--muted); font-size: .58rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.drawer-content h2 { margin-bottom: 9px; color: var(--walnut); font-size: 3.3rem; letter-spacing: -.05em; }
.drawer-en { margin-bottom: 4px; color: var(--muted); font-family: var(--serif); font-size: 1.15rem; line-height: 1; }
.drawer-zh { margin: 0; color: #9a8979; font-size: .75rem; }
.drawer-price { margin-top: 25px; color: var(--brass); font-family: var(--serif); font-size: 2rem; }
.drawer-rule { height: 1px; margin: 22px 0; background: var(--line); }
.drawer-actions { display: flex; flex-direction: column; align-items: start; gap: 20px; }
.toast { position: fixed; right: 25px; bottom: 25px; z-index: 50; display: flex; align-items: center; gap: 10px; padding: 12px 17px; border: 1px solid var(--brass); background: var(--walnut); color: var(--paper); box-shadow: 0 12px 35px rgba(33,26,21,.22); font-size: .69rem; transform: translateY(120px); opacity: 0; transition: transform .3s ease, opacity .3s ease; }
.toast.is-visible { transform: none; opacity: 1; }
.toast > span:first-child { color: var(--brass-light); }

@media (max-width: 1000px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 42px; min-height: auto; padding-top: 70px; }
  .hero-copy { display: grid; grid-template-columns: .9fr 1.1fr; gap: 20px 40px; align-items: end; }
  .hero-copy .eyebrow, .hero-copy h1 { grid-column: 1 / -1; }
  .hero-copy h1 { margin-bottom: 0; }
  .hero-footnote { margin-top: 0; }
  .hero-stage { max-width: 850px; margin-left: auto; }
  .menu-layout { grid-template-columns: minmax(0, 1fr) 225px; gap: 20px; }
  .menu-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-guide { grid-template-columns: 1fr; gap: 45px; }
  .guide-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: 30px; align-items: end; }
  .guide-intro .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
  .guide-intro > p:not(.eyebrow) { margin: 0 0 7px; }
  .guide-intro .text-link { margin-bottom: 7px; }
  .builder-heading { grid-template-columns: .7fr 1.3fr; }
  .builder-heading > p:last-child { grid-column: 2; }
}

@media (max-width: 720px) {
  .site-header { padding: 15px 18px; }
  .header-actions { gap: 10px; }
  .language-switch { font-size: .57rem; gap: 4px; }
  .header-actions .button { display: none; }
  .header-actions .button-home { display: inline-flex; min-height: 30px; padding: 6px 10px; }
  .section-wrap { padding-left: 18px; padding-right: 18px; }
  .hero { padding-top: 58px; padding-bottom: 65px; }
  .hero-copy { display: block; }
  .hero-copy h1 { margin-bottom: 24px; font-size: clamp(3.5rem, 15vw, 5rem); }
  .hero-lede { font-size: .9rem; }
  .hero-footnote { margin-top: 35px; }
  .hero-stage { grid-template-columns: 1fr; min-height: auto; }
  .hero-visual { padding: 13px 13px 0; }
  .hero-image-frame { min-height: 390px; }
  .hero-controls { padding: 11px 13px 20px; }
  .hero-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
  .hero-tab { display: block; min-height: 92px; padding: 10px 8px; border: 1px solid var(--line-light); }
  .hero-tab::before { left: 0; right: 0; top: auto; bottom: 0; width: auto; height: 2px; }
  .hero-tab:hover, .hero-tab:focus-visible, .hero-tab.is-active { padding-left: 8px; }
  .hero-tab strong { margin-top: 9px; font-size: 1.08rem; }
  .hero-tab small { display: none; }
  .hero-pick { padding-top: 22px; }
  .signal-band { justify-content: start; gap: 25px; overflow: auto; padding: 20px 18px; }
  .signal-item { flex: 0 0 auto; font-size: .96rem; }
  .signal-item:nth-child(3), .signal-item:nth-child(4) { display: none; }
  .menu-section { padding-top: 83px; padding-bottom: 84px; }
  .section-heading { display: block; margin-bottom: 35px; }
  .section-heading h2, .guide-intro h2, .builder-heading h2 { font-size: clamp(3rem, 13vw, 4.5rem); }
  .section-aside { margin-top: 28px; }
  .toolbar-row { display: block; }
  .toolbar-row-primary { padding: 13px 0 17px; }
  .service-tabs { margin-bottom: 14px; }
  .search-box { width: 100%; }
  .toolbar-row-secondary { padding-top: 14px; }
  .category-tabs { flex-wrap: nowrap; max-width: none; padding-bottom: 7px; overflow: auto; }
  .category-tab { flex: 0 0 auto; }
  .toolbar-tools { display: block; margin-top: 15px; }
  .price-tabs { flex-wrap: nowrap; overflow: auto; }
  .mini-filter { flex: 0 0 auto; }
  .sort-box { margin-top: 16px; justify-content: space-between; }
  .sort-box select { flex: 1; }
  .menu-layout { display: block; }
  .selection-rail { position: fixed; left: 13px; right: 13px; bottom: 13px; top: auto; z-index: 18; display: grid; grid-template-columns: 1fr auto; gap: 6px 16px; align-items: center; padding: 13px 15px; border-top: 2px solid var(--pine); box-shadow: 0 8px 28px rgba(33,26,21,.2); }
  .rail-topline, .selection-rail h3, .rail-copy, .rail-list, .rail-empty, .rail-note { display: none; }
  .rail-total { grid-column: 1; grid-row: 1 / span 2; display: flex; flex-direction: column; align-items: start; gap: 2px; margin: 0; padding: 0; border-top: 0; }
  .rail-total strong { font-size: 1.35rem; }
  .selection-rail .button { grid-column: 2; grid-row: 1 / span 2; width: auto; min-width: 145px; min-height: 40px; }
  .menu-grid { gap: 9px; }
  .menu-card { min-height: 275px; }
  .menu-card-copy { padding: 11px 11px 12px; }
  .menu-card h3 { font-size: 1.3rem; }
  .menu-card-en { font-size: .76rem; }
  .menu-card-zh { font-size: .55rem; }
  .menu-card-price { font-size: 1rem; }
  .guide-intro { display: block; }
  .guide-intro > p:not(.eyebrow) { margin: 23px 0 22px; }
  .guide-cards { grid-template-columns: 1fr; gap: 9px; }
  .guide-card, .guide-card:nth-child(2), .guide-card:nth-child(3) { min-height: 275px; }
  .guide-card h3 { font-size: 2.35rem; }
  .builder-inner { padding-top: 82px; padding-bottom: 72px; }
  .builder-heading { display: block; margin-bottom: 35px; }
  .builder-heading > p:last-child { margin-top: 25px; }
  .builder-layout { display: block; }
  .builder-picker { min-height: auto; padding: 13px; }
  .mood-tabs { grid-template-columns: 1fr; }
  .mood-tab { min-height: 73px; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .mood-tab:last-child { border-bottom: 0; }
  .mood-tab span { margin-bottom: 8px; }
  .suggestion-list { grid-template-columns: 1fr 1fr; }
  .suggestion-item { min-height: 155px; padding: 11px; }
  .suggestion-copy strong { font-size: 1.2rem; }
  .builder-summary { min-height: 430px; margin-top: 13px; padding: 23px 20px 18px; }
  .builder-summary h3 { font-size: 2.7rem; }
  .builder-bottom { align-items: start; flex-direction: column; }
  .builder-bottom .button { width: 100%; }
  .visit-section { padding-top: 82px; padding-bottom: 80px; }
  .visit-card { display: block; }
  .visit-copy { padding: 38px 25px 35px; }
  .visit-copy h2 { font-size: clamp(3rem, 13vw, 4.5rem); }
  .visit-detail { padding: 16px 25px 28px; border-top: 1px solid var(--line-light); border-left: 0; }
  .site-footer { flex-wrap: wrap; padding: 23px 18px 28px; }
  .site-footer p { order: 3; width: 100%; }
  .toast { right: 15px; bottom: 83px; left: 15px; justify-content: center; }
  .menu-drawer { grid-template-rows: 220px 1fr; }
  .drawer-content { padding: 25px 25px 45px; }
  .drawer-content h2 { font-size: 2.8rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* ------------------------------------------------------------------
   Accessibility patch (2026-07-16 review) — WCAG AA contrast + tap targets.
   Scoped overrides; no layout/color-system change beyond legibility.
------------------------------------------------------------------ */
:root { --brass-text: #7a5d15; --caption: #6b5d4e; }
/* Small brass label text fails AA (~2.9:1) on paper/cream — darken text only, fills keep --brass */
.eyebrow, .menu-card-meta, .rail-topline { color: var(--brass-text); }
/* Caption grays (#9a8979 ~2.9:1) → AA-compliant */
.menu-card-zh, .rail-note { color: var(--caption); }
/* Focus visibility for controls that previously relied on UA default only */
.filter-chip:focus-visible, .category-tab:focus-visible, .mini-filter:focus-visible,
.menu-sort:focus-visible, .language-button:focus-visible, .mood-tab:focus-visible {
  outline: 2px solid var(--pine); outline-offset: 2px;
}
/* Tap targets: raise the tiny circular controls to at least the 24px AA minimum,
   and to a comfortable size on touch (coarse pointer) devices. */
.quantity-stepper button { width: 24px; height: 24px; }
.builder-remove { width: 24px; height: 24px; }
@media (pointer: coarse) {
  .menu-card-add { width: 40px; height: 40px; font-size: 1.2rem; }
  .quantity-stepper button { width: 34px; height: 34px; }
  .builder-remove { width: 38px; height: 38px; }
}
/* Visit block CTA row (reserve · message · directions) — visit-card bg is dark pine */
.visit-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.visit-actions .text-link { color: var(--brass-light); border-bottom-color: var(--brass-light); }
.visit-actions .text-link span { color: var(--brass-light); }
.visit-actions .text-link:hover, .visit-actions .text-link:focus-visible { color: #fffaf0; }

@media (max-width: 520px) {
  .site-header { padding: 12px 14px; }
  .wordmark-main { font-size: 1rem; letter-spacing: .16em; }
  .wordmark-sub { display: none; }
  .header-actions { gap: 8px; }
  .language-switch { font-size: .53rem; gap: 3px; }
  .button-home.button-small { min-height: 28px; padding: 5px 9px; font-size: .55rem; }
}

/* Korean typography detail: word-unit wrapping + balanced headings */
html[lang="ko"] body { word-break: keep-all; }
h1, h2, h3 { text-wrap: balance; }
html[lang="ko"] p { text-wrap: pretty; }
