/* Myeongdong — porcelain, celadon, walnut and the generous Korean table. */
:root {
  --porcelain: #f2f4f0;
  --walnut: #3b2925;
  --celadon: #a8bcaf;
  --silver: #c3c5bf;
  --charcoal: #282c2a;
  --muted: #66706a;
  --line: rgba(40, 44, 42, .18);
  --font-body: "DM Sans", "Noto Sans KR", -apple-system, BlinkMacSystemFont, sans-serif;
  --font-display: "Newsreader", Georgia, serif;
  --font-korean: "MaruBuri", "Noto Serif KR", "Batang", serif;
  --gutter: clamp(24px, 4.45vw, 64px);
  --content-width: 1360px;
  --header-height: 88px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; background: var(--porcelain); color: var(--charcoal); font-family: var(--font-body); font-size: 15px; line-height: 1.85; -webkit-font-smoothing: antialiased; }
body.nav-open, body.dialog-open { overflow: hidden; }
body:lang(ko) { --font-body: "Pretendard", "Noto Sans KR", sans-serif; --font-display: "MaruBuri", "Noto Serif KR", "Batang", serif; }
button, input, select, textarea { font: inherit; }
button, a, input, textarea, select { -webkit-tap-highlight-color: transparent; }
button { color: inherit; cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .5; }
a { color: inherit; text-decoration: none; }
button, a { touch-action: manipulation; }
img, svg { display: block; max-width: 100%; }
img { width: 100%; object-fit: cover; }
svg { flex-shrink: 0; }
h1, h2, h3, h4, p, figure { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }
address { font-style: normal; }
::selection { background: var(--celadon); color: var(--walnut); }
:focus-visible { outline: 2px solid #527262; outline-offset: 5px; }
[hidden] { display: none !important; }
.skip-link { position: fixed; z-index: 200; left: 20px; top: 12px; padding: 10px 18px; background: var(--walnut); color: var(--porcelain); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.container { width: min(var(--content-width), calc(100% - var(--gutter) * 2)); margin-inline: auto; }
.eyebrow, .section-kicker, .dialog-eyebrow { font-size: 10px; font-weight: 500; line-height: 1.6; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { display: block; }
.section { padding-block: clamp(80px, 8.35vw, 120px); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 45px; }
.section-kicker { display: block; margin-bottom: 20px; color: var(--muted); }
.section-title { font-family: var(--font-display); font-size: clamp(30px, 3.2vw, 46px); font-weight: 400; line-height: 1.55; letter-spacing: -.045em; }
.section-copy { max-width: 530px; color: var(--muted); font-size: 14px; line-height: 2.1; }
.section-copy p + p { margin-top: 18px; }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; min-height: 44px; padding: 9px 0; border: 0; border-bottom: 1px solid currentColor; border-radius: 0; background: transparent; font-size: 12px; font-weight: 500; line-height: 1.7; }
.text-link .arrow, .button .arrow { transition: transform .2s ease; }
.text-link:hover .arrow, .button:hover .arrow { transform: translateX(4px); }
.arrow { font-family: Arial, sans-serif; font-size: 20px; line-height: 1; font-weight: 400; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 34px; min-height: 52px; padding: 14px 24px; border: 1px solid transparent; border-radius: 0; font-size: 12px; line-height: 1.7; font-weight: 500; letter-spacing: .02em; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.button-dark { background: var(--walnut); color: var(--porcelain); }
.button-dark:hover { background: #553d34; }
.button-light { background: var(--porcelain); color: var(--walnut); }
.button-light:hover { background: #dfe6df; }
.button-outline { border-color: currentColor; background: transparent; color: inherit; }
.button-outline:hover { background: var(--celadon); color: var(--walnut); border-color: var(--celadon); }

/* Navigation */
.site-header { position: relative; z-index: 50; display: flex; align-items: center; justify-content: space-between; gap: 34px; height: var(--header-height); padding-inline: max(var(--gutter), calc((100vw - var(--content-width)) / 2)); background: var(--porcelain); border-bottom: 1px solid var(--line); }
.header-inner, .site-header > .container { display: flex; align-items: center; justify-content: space-between; height: 100%; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 14px; flex-shrink: 0; min-height: 44px; color: var(--walnut); }
.brand-mark { font-family: var(--font-korean); font-size: 32px; line-height: 1; letter-spacing: -.09em; }
.brand-name { display: block; font-size: 11px; font-weight: 500; letter-spacing: .18em; line-height: 1.3; }
.brand-name small, .brand-name > span { display: block; margin-top: 5px; font-size: 8px; font-weight: 400; letter-spacing: .17em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 2.8vw, 40px); margin-left: auto; }
.nav-link { position: relative; display: inline-flex; align-items: center; min-height: 44px; font-size: 12px; white-space: nowrap; }
.nav-link::after { content: ""; position: absolute; left: 0; right: 0; bottom: 5px; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.nav-link:hover::after, .nav-link[aria-current="page"]::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 24px; flex-shrink: 0; }
.header-cta { font-size: 11px; gap: 15px; }
.announcement { padding: 8px var(--gutter); background: var(--walnut); color: var(--porcelain); text-align: center; font-size: 11px; }
.mobile-address { margin-top: auto; padding-top: 40px; font-size: 11px; color: var(--muted); line-height: 2; }
.language-switch { display: inline-flex; align-items: center; gap: 4px; }
.language-switch > span { color: var(--silver); font-size: 10px; }
.language-button { min-width: 44px; min-height: 44px; padding: 6px 5px; background: transparent; border: 0; font-size: 10px; color: var(--muted); }
.language-button[aria-pressed="true"], .language-button.active { color: var(--walnut); font-weight: 600; text-decoration: underline; text-underline-offset: 5px; }
.menu-toggle { display: none; position: relative; width: 44px; height: 44px; flex-shrink: 0; padding: 12px 10px; border-radius: 50%; border: 1px solid var(--charcoal); background: transparent; }
.menu-toggle span { position: absolute; width: 20px; height: 1px; left: 11px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle span:nth-child(1) { top: 15px; }
.menu-toggle span:nth-child(2) { top: 21px; }
.menu-toggle span:nth-child(3) { top: 27px; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-nav { display: none; }
.mobile-nav[hidden] { display: none !important; }

/* The table, before anything else. */
.hero { display: grid; grid-template-columns: 43% 57%; position: relative; }
.hero-copy { position: relative; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; min-height: 680px; padding: 91px 30px 180px max(var(--gutter), calc((100vw - var(--content-width)) / 2)); overflow: hidden; }
.hero-copy .eyebrow { margin-bottom: 33px; color: var(--muted); }
.hero-copy .eyebrow { display: flex; align-items: center; gap: 11px; }
.tiny-symbol { color: #7d9787; font-size: 20px; line-height: 1; }
.hero-title { position: relative; z-index: 1; max-width: 10em; margin-bottom: 27px; font-family: var(--font-display); font-size: clamp(40px, 4.3vw, 68px); font-weight: 400; letter-spacing: -.05em; line-height: 1.52; color: var(--walnut); }
.hero-title:lang(ko) { font-size: clamp(33px, 3.25vw, 51px); letter-spacing: -.065em; line-height: 1.6; }
.hero-description { position: relative; z-index: 1; max-width: 330px; color: var(--muted); font-size: 14px; line-height: 2; }
.hero-actions { position: relative; z-index: 1; display: flex; flex-wrap: wrap; align-items: center; gap: 22px 28px; margin-top: 31px; }
.hero-actions .button { min-width: 150px; }
.hero-wordmark { position: absolute; left: max(calc(var(--gutter) - 7px), calc((100vw - var(--content-width)) / 2 - 7px)); bottom: -27px; color: #dce3da; font-family: var(--font-korean); font-size: clamp(144px, 15.8vw, 225px); font-weight: 400; letter-spacing: -.1em; line-height: 1.05; pointer-events: none; user-select: none; }
.hero-wordmark > span { position: absolute; right: -118px; bottom: 53px; font-family: var(--font-body); color: #7c8e80; font-size: 10px; font-weight: 400; line-height: 1.5; letter-spacing: .16em; white-space: nowrap; }
.hero-media { position: relative; min-height: 680px; overflow: hidden; background: var(--walnut); }
.hero-media > img, .hero-media > picture, .hero-media > picture img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media > img, .hero-media > picture img { object-fit: cover; object-position: center; }
.hero-media::after { content: ""; position: absolute; inset: 60% 0 0; background: linear-gradient(transparent, rgba(20, 17, 14, .55)); pointer-events: none; }
.hero-stamp { position: absolute; z-index: 2; top: 29px; right: 30px; display: flex; align-items: center; gap: 8px; padding: 7px 12px; border: 1px solid rgba(242,244,240,.45); border-radius: 30px; background: rgba(31, 31, 25, .25); color: var(--porcelain); font-size: 9px; letter-spacing: .09em; }
.hero-stamp::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: var(--celadon); }
.image-note { position: absolute; z-index: 2; left: 32px; right: 32px; bottom: 26px; display: flex; align-items: end; justify-content: space-between; gap: 20px; color: var(--porcelain); font-size: 10px; letter-spacing: .05em; line-height: 1.8; }
.hero-media > .image-note { top: 29px; bottom: auto; right: auto; padding: 4px 8px; border-radius: 2px; background: rgba(24, 22, 19, .68); color: var(--porcelain); font-size: 9px; }
.hero-photo-caption { position: absolute; z-index: 2; bottom: 29px; left: 32px; right: 32px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--porcelain); font-size: 12px; letter-spacing: .03em; }
.hero-photo-caption > :last-child { font-family: Arial, sans-serif; font-size: 26px; font-weight: 300; }
.image-note small { font-size: 9px; opacity: .75; }
.hero-bottom { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; min-height: 99px; padding-inline: max(var(--gutter), calc((100vw - var(--content-width)) / 2)); background: var(--celadon); }
.hero-bottom > div { padding: 10px 40px; border-left: 1px solid rgba(40,44,42,.2); }
.hero-bottom > div:first-child { padding-left: 0; border-left: 0; }
.hero-bottom > .text-link { justify-self: end; }
.hero-bottom > .container, .hero-bottom-inner { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; min-height: 99px; }
.hero-bottom > .container > *, .hero-bottom-inner > * { padding: 16px 40px; border-left: 1px solid rgba(40,44,42,.2); }
.hero-bottom > .container > :first-child, .hero-bottom-inner > :first-child { padding-left: 0; border-left: 0; }
.hero-bottom > .container > :last-child, .hero-bottom-inner > :last-child { padding-right: 0; }
.hero-bottom span, .hero-bottom small { display: block; font-size: 9px; letter-spacing: .12em; line-height: 1.6; }
.hero-bottom strong, .hero-bottom p { display: block; margin-top: 6px; font-size: 12px; font-weight: 400; }
.hero-bottom .text-link { justify-self: end; min-width: 165px; }
.hero-bottom .arrow { display: inline-block; font-size: 20px; }

/* Home */
.intro { text-align: center; }
.intro .section-title { max-width: 770px; margin-inline: auto; }
.intro .section-copy { max-width: 590px; margin: 24px auto 0; }
.intro .section-kicker { margin-bottom: 28px; }
.intro + .section { padding-top: 0; }
.signature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 27px; }
.dish-feature { min-width: 0; }
.dish-feature-image { position: relative; display: block; overflow: hidden; background: #dce3da; aspect-ratio: 1.22; }
.dish-image-arrow { position: absolute; bottom: 15px; right: 15px; display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background: var(--porcelain); color: var(--walnut); font-family: Arial, sans-serif; font-size: 21px; transition: transform .2s ease; }
.dish-feature-image:hover .dish-image-arrow { transform: translate(2px, -2px); }
.dish-feature-image img { height: 100%; transition: transform .55s cubic-bezier(.2,.65,.3,1); }
a.dish-feature:hover img, .dish-feature-image:hover img { transform: scale(1.025); }
.dish-feature-body { padding-top: 23px; }
.dish-feature-body h3 { margin-bottom: 9px; font-family: var(--font-display); font-size: 24px; font-weight: 400; line-height: 1.6; letter-spacing: -.035em; }
.dish-feature-body p { max-width: 325px; color: var(--muted); font-size: 14px; line-height: 1.9; }
.dish-meta { display: block; margin-bottom: 7px; color: var(--muted); font-size: 9px; letter-spacing: .07em; }
.dish-meta .arrow { font-size: 18px; }
.banchan-section { display: grid; grid-template-columns: 1.04fr 1fr; background: var(--walnut); color: var(--porcelain); }
.banchan-image { position: relative; min-height: 650px; overflow: hidden; }
.banchan-image img { position: absolute; width: 100%; height: 100%; }
.banchan-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 75px max(var(--gutter), calc((100vw - var(--content-width)) / 2)) 75px clamp(44px, 5.6vw, 90px); }
.banchan-copy .section-kicker { color: var(--celadon); }
.banchan-copy .section-title { margin-bottom: 24px; }
.banchan-copy .section-copy { color: #c9c6bf; }
.banchan-copy > p { color: #c9c6bf; font-size: 14px; line-height: 2.1; }
.light-link { color: var(--porcelain); }
.banchan-copy .text-link { margin-top: 32px; }
.banchan-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; gap: 18px 24px; margin-top: 32px; padding-top: 26px; border-top: 1px solid rgba(242,244,240,.25); }
.banchan-list li, .banchan-list > div { color: #dbdcd4; font-size: 11px; line-height: 1.9; }
.banchan-list strong { display: block; margin-bottom: 5px; color: var(--porcelain); font-size: 12px; font-weight: 500; }
.review-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.review-card { display: flex; flex-direction: column; align-items: flex-start; min-width: 0; padding: 31px; border: 1px solid var(--line); }
.review-card blockquote { margin: 19px 0 25px; font-family: var(--font-display); font-size: 20px; font-weight: 400; line-height: 1.85; letter-spacing: -.02em; }
.review-card p { font-size: 14px; line-height: 2; }
.review-card h3 { margin-top: 22px; font-family: var(--font-display); font-size: 23px; font-weight: 400; line-height: 1.7; letter-spacing: -.025em; }
.review-card .review-summary { display: block; margin: 16px 0 20px; padding: 0; color: var(--muted); font-size: 14px; line-height: 2; }
.review-card > .text-link:last-child { margin-top: auto; font-size: 10px; }
.review-filters { margin-bottom: 30px; }
.review-source { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 16px; color: var(--muted); font-size: 10px; }
.review-source strong { font-weight: 500; color: var(--charcoal); }
.review-card > .review-source:last-child { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); }
.review-card .text-link { margin-top: 16px; font-size: 10px; }
.review-card cite { font-style: normal; font-size: 11px; }
.review-stars { color: #6b765f; font-size: 12px; letter-spacing: .12em; }
.review-summary { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding-top: 29px; }
.review-summary p { max-width: 660px; color: var(--muted); font-size: 11px; line-height: 1.9; }
.visit-strip { padding-block: 61px; background: var(--celadon); }
.visit-strip > .container, .visit-strip-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.visit-strip .section-title, .visit-strip h2 { margin-top: 13px; font-family: var(--font-display); font-size: clamp(27px, 3vw, 42px); font-weight: 400; line-height: 1.6; letter-spacing: -.045em; }
.visit-strip p { margin-top: 10px; font-size: 12px; }
.visit-strip .button { flex-shrink: 0; }
.visit-strip-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 28px; }

/* Footer */
.site-footer { padding: 69px var(--gutter) 22px; background: var(--walnut); color: var(--porcelain); }
.site-footer .container { width: min(var(--content-width), 100%); }
.footer-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 60px; padding-bottom: 55px; }
.footer-brand { font-family: var(--font-korean); font-size: clamp(66px, 7.7vw, 110px); line-height: 1.1; letter-spacing: -.1em; }
.footer-brand > span, .footer-brand > small { display: block; margin-top: 20px; font-family: var(--font-body); font-size: 9px; line-height: 1.8; letter-spacing: .2em; }
.footer-brand > .section-kicker { margin: 0 0 22px; color: var(--celadon); font-size: 8px; letter-spacing: .16em; }
.footer-brand > p { font-size: clamp(51px, 5.8vw, 83px); letter-spacing: -.065em; }
.footer-links { display: flex; gap: clamp(36px, 6vw, 90px); padding-top: 8px; }
.footer-links > div { display: flex; flex-direction: column; align-items: flex-start; }
.footer-links h3, .footer-links strong { margin: 0 0 12px; color: var(--celadon); font-size: 9px; font-weight: 400; letter-spacing: .1em; }
.footer-links a { display: inline-flex; align-items: center; min-height: 44px; font-size: 11px; }
.footer-links a:hover { color: var(--celadon); }
.footer-links p { max-width: 230px; color: #c9c6bf; font-size: 11px; line-height: 2; }
.footer-links > div > p:first-child { margin-bottom: 13px; color: var(--celadon); font-size: 10px; }
.footer-links .text-link { gap: 32px; width: 100%; border-bottom: 0; font-size: 11px; }
.footer-links .arrow { font-size: 14px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px 24px; padding-top: 22px; border-top: 1px solid rgba(242,244,240,.21); color: #beb8b0; font-size: 9px; letter-spacing: .02em; }
.footer-bottom a { text-underline-offset: 4px; }
.footer-bottom a:hover { text-decoration: underline; }

/* Interior pages */
.page-hero { padding-block: 76px 73px; border-bottom: 1px solid var(--line); }
.page-hero > .container { display: grid; grid-template-columns: 1.2fr 1fr; align-items: end; gap: 60px; }
.page-hero > .page-intro { max-width: none; padding-bottom: 0; color: var(--charcoal); }
.page-hero > .page-intro > p { max-width: 465px; padding-bottom: 8px; color: var(--muted); font-size: 14px; line-height: 2.1; }
.page-hero .eyebrow { margin-bottom: 23px; color: var(--muted); }
.page-hero h1 { font-family: var(--font-display); font-size: clamp(42px, 4.6vw, 66px); font-weight: 400; line-height: 1.5; letter-spacing: -.045em; }
.page-intro { max-width: 465px; padding-bottom: 8px; color: var(--muted); font-size: 14px; line-height: 2.1; }
.page-intro p + p { margin-top: 14px; }
.page-hero-dark { background: var(--walnut); color: var(--porcelain); border-color: var(--walnut); }
.page-hero-dark .eyebrow { color: var(--celadon); }
.page-hero-dark .page-intro { color: #c9c6bf; }
.page-hero-dark > .page-intro { color: var(--porcelain); }
.page-hero-dark > .page-intro > p { color: #c9c6bf; }
.page-hero-dark .section-kicker { color: var(--celadon); }
.page-banner { height: 370px; overflow: hidden; }
.page-banner img { height: 100%; object-position: center; }
.menu-section { padding-block: 45px 90px; }
.menu-result-bar { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 25px 0; color: var(--muted); font-size: 10px; }
.menu-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-bottom: 35px; border-bottom: 1px solid var(--line); }
.filter-list { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.filter-button { min-height: 44px; padding: 10px 20px; border: 1px solid var(--line); border-radius: 30px; background: transparent; font-size: 11px; line-height: 1.7; transition: color .2s, background .2s, border-color .2s; }
.filter-button:hover { border-color: var(--walnut); }
.filter-button[aria-pressed="true"], .filter-button.active { border-color: var(--walnut); background: var(--walnut); color: var(--porcelain); }
.search-field { position: relative; flex: 0 1 260px; }
.search-field input { width: 100%; min-height: 46px; padding: 11px 40px 11px 0; border: 0; border-bottom: 1px solid var(--charcoal); border-radius: 0; background: transparent; color: var(--charcoal); font-size: 12px; }
.search-field input::placeholder { color: var(--muted); opacity: 1; }
.search-field svg, .search-field > span { position: absolute; right: 9px; top: 15px; width: 16px; height: 16px; pointer-events: none; }
.menu-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 64px; }
.menu-item { display: flex; flex-direction: column; padding-block: 31px 26px; border-bottom: 1px solid var(--line); }
.menu-item-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; }
.menu-item-top .dish-meta { margin-bottom: 8px; }
.menu-item-top > .tag { flex-shrink: 0; margin-top: 9px; }
.menu-item-title { font-family: var(--font-display); font-size: 23px; font-weight: 400; line-height: 1.6; letter-spacing: -.035em; }
.menu-item-title small { display: block; margin-top: 4px; font-family: var(--font-body); color: var(--muted); font-size: 10px; line-height: 1.7; letter-spacing: .04em; }
.menu-item-price { flex-shrink: 0; padding-top: 6px; font-size: 12px; }
.menu-item-description { margin-top: 13px; color: var(--muted); font-size: 14px; line-height: 1.95; }
.menu-item-footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; margin-top: 23px; }
.menu-item-footer > span { color: var(--muted); font-size: 10px; }
.menu-item-footer .text-link { font-size: 10px; }
.tag { display: inline-flex; align-items: center; gap: 5px; padding: 3px 9px; border: 1px solid var(--line); font-size: 9px; line-height: 1.8; }
.tag + .tag { margin-left: 5px; }
.empty-state { padding-block: 65px; grid-column: 1 / -1; text-align: center; color: var(--muted); }
.empty-state h2, .empty-state h3 { margin-bottom: 12px; color: var(--walnut); font-family: var(--font-display); font-size: 26px; font-weight: 400; }
.empty-state p { font-size: 13px; }
.menu-note { display: flex; align-items: center; gap: 26px; margin-top: 36px; padding: 27px 30px; background: #e7ece5; color: var(--muted); font-size: 11px; line-height: 1.9; }
.menu-note h3 { margin-bottom: 6px; color: var(--charcoal); font-size: 13px; font-weight: 500; }
.menu-note .text-link { flex-shrink: 0; }
.small-mark { flex-shrink: 0; font-family: var(--font-korean); font-size: 29px; line-height: 1.3; color: #7c8e80; }
.menu-note strong { color: var(--charcoal); font-weight: 500; }
.story-layout { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: clamp(40px, 6.2vw, 90px); }
.story-layout + .story-layout { margin-top: 95px; }
.story-layout.reverse .story-image { order: 2; }
.story-image { min-width: 0; height: 530px; }
.story-image img { height: calc(100% - 30px); background: var(--silver); }
.story-image .source-note { margin-top: 9px; font-size: 9px; }
.story-reverse { grid-template-columns: 1fr 1.1fr; }
.story-copy .section-title { margin-bottom: 24px; }
.story-copy p { color: var(--muted); font-size: 14px; line-height: 2.1; }
.story-copy p + p { margin-top: 18px; }
.story-copy .text-link { margin-top: 25px; }
.story-copy .button { margin-top: 28px; }
.values-section { padding-block: 70px; background: #e5ebe3; }
.values-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 42px; }
.value-card { padding-top: 28px; border-top: 1px solid var(--line); }
.value-card h3 { margin-bottom: 16px; font-family: var(--font-display); font-size: 27px; font-weight: 400; letter-spacing: -.04em; }
.value-card p { color: var(--muted); font-size: 12px; line-height: 2; }
.value-card .eyebrow { margin-bottom: 15px; color: var(--muted); }
.value-card > span { display: block; margin-bottom: 20px; color: #7a9182; font-family: var(--font-korean); font-size: 40px; line-height: 1.3; }
.source-note { margin-top: 31px; color: var(--muted); font-size: 11px; line-height: 2; }
.source-note a { text-decoration: underline; text-underline-offset: 4px; }
.google-panel { padding-block: 64px; background: #e3e9e1; }
.google-panel > .container { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.google-panel .section-kicker { margin-bottom: 15px; }
.google-symbol { display: flex; align-items: center; justify-content: center; flex-shrink: 0; width: 68px; height: 68px; border: 1px solid #a5b2a6; border-radius: 50%; font-size: 37px; font-family: Arial, sans-serif; }
.google-panel h2, .google-panel h3 { margin-bottom: 10px; font-family: var(--font-display); font-size: 29px; font-weight: 400; }
.google-panel p { max-width: 620px; font-size: 12px; line-height: 2; }
.google-panel .button { flex-shrink: 0; }
.visit-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 75px; }
.visit-information .section-title { margin-bottom: 26px; }
.information-row { display: block; padding-block: 23px; border-bottom: 1px solid var(--line); font-size: 12px; }
.information-row:first-child { padding-top: 0; }
.information-row h2 { margin-top: 14px; font-family: var(--font-display); font-size: 30px; font-weight: 400; letter-spacing: -.035em; line-height: 1.5; }
.information-row h3 { margin-top: 14px; font-family: var(--font-display); font-size: 20px; font-weight: 400; line-height: 1.6; }
.information-row p { margin-top: 10px; color: var(--muted); font-size: 14px; line-height: 1.95; }
.information-row .text-link { margin-top: 11px; font-size: 11px; text-decoration: none; }
.information-row dt, .information-row > :first-child { color: var(--muted); }
.information-row dd { margin: 0; }
.information-row a { text-decoration: underline; text-underline-offset: 4px; }
.visit-information dl { margin: 0; }
.visit-information .button { margin-top: 29px; }
.map-panel { display: flex; flex-direction: column; min-height: 470px; background: #e3e8e0; }
.map-panel iframe, .map-frame { display: block; width: 100%; height: 100%; min-height: 405px; border: 0; filter: saturate(.65); }
.map-panel > .text-link { align-self: flex-start; margin: 10px 24px; }
.map-placeholder { position: relative; display: flex; flex: 1; flex-direction: column; align-items: center; justify-content: center; min-height: 405px; padding: 40px; text-align: center; overflow: hidden; background-color: #e3e8e0; background-image: linear-gradient(28deg, transparent 45%, #f2f4f0 45%, #f2f4f0 51%, transparent 51%), linear-gradient(112deg, transparent 38%, #f2f4f0 38%, #f2f4f0 42%, transparent 42%), linear-gradient(90deg, transparent 63%, #ccd8cf 63%, #ccd8cf 78%, transparent 78%); }
.map-placeholder > * { position: relative; z-index: 1; }
.map-placeholder .brand-mark { margin-bottom: 19px; font-size: 51px; color: var(--walnut); }
.map-placeholder h3 { padding: 4px 12px; background: var(--porcelain); font-size: 14px; font-weight: 500; }
.map-placeholder p { max-width: 260px; padding: 6px 12px; background: var(--porcelain); font-size: 11px; }
.map-placeholder .button { margin-top: 20px; }
.map-streets { position: absolute; inset: 0; z-index: 0; }
.map-streets > span:first-child { position: absolute; top: 22%; left: 20px; transform: rotate(28deg); font-size: 8px; letter-spacing: .14em; color: #829185; }
.map-streets > span:last-child { position: absolute; top: 17%; right: 25px; font-size: 7px; letter-spacing: .2em; color: #829185; }
.map-marker { display: flex; align-items: center; justify-content: center; width: 62px; height: 62px; margin-bottom: 28px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: var(--walnut); color: var(--porcelain); }
.map-marker span { transform: rotate(45deg); font-family: var(--font-korean); font-size: 23px; letter-spacing: -.08em; }
.map-card { width: 100%; max-width: 310px; padding: 24px 20px; background: var(--porcelain); box-shadow: 0 5px 25px rgba(40,44,42,.04); }
.map-card h3 { margin-top: 13px; padding: 0; font-family: var(--font-display); font-size: 24px; font-weight: 400; line-height: 1.7; letter-spacing: -.03em; }
.map-card p { max-width: none; margin-top: 9px; padding: 0; color: var(--muted); font-size: 10px; }
.map-card .button { min-height: 47px; margin-top: 20px; padding-inline: 19px; font-size: 11px; }
.map-placeholder > small { margin-top: 25px; font-size: 8px; color: var(--muted); }
.map-fallback { padding: 7px 22px; }
.map-fallback .text-link { width: 100%; font-size: 10px; border-bottom: 0; }
.faq-section { padding-top: 0; }
.faq-list { margin-top: 37px; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { position: relative; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 76px; padding: 18px 36px 18px 0; cursor: pointer; font-size: 14px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary > span { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 1px; top: 20px; font-family: Arial, sans-serif; font-size: 25px; font-weight: 300; }
.faq-item[open] summary::after { content: "−"; }
.faq-item p, .faq-item > div { max-width: 830px; padding: 0 35px 24px 0; color: var(--muted); font-size: 14px; line-height: 2; }
.inquiry-banner { padding-block: 64px; background: var(--walnut); color: var(--porcelain); }
.inquiry-banner > .container { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.inquiry-banner .section-kicker { color: var(--celadon); }
.inquiry-banner h2 { font-family: var(--font-display); font-size: 30px; font-weight: 400; }
.inquiry-banner p { max-width: 670px; margin-top: 12px; font-size: 14px; }
.inquiry-banner .button { flex-shrink: 0; }

/* Inquiry and menu details */
.dialog { width: min(640px, calc(100vw - 40px)); max-height: min(90dvh, 900px); padding: 0; border: 0; border-radius: 0; background: var(--porcelain); color: var(--charcoal); overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; }
.dialog::backdrop { background: rgba(20, 20, 17, .68); }
.dialog-close { position: absolute; z-index: 1; top: 17px; right: 17px; display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: var(--porcelain); font-family: Arial, sans-serif; font-size: 26px; line-height: 1; }
.dialog-close:hover { border-color: var(--charcoal); }
.dialog-content { padding: 50px 44px 40px; }
.dialog-eyebrow { display: block; margin-bottom: 19px; padding-right: 35px; color: var(--muted); }
.dialog-title { padding-right: 15px; margin-bottom: 19px; font-family: var(--font-display); font-size: clamp(29px, 3vw, 38px); font-weight: 400; line-height: 1.5; letter-spacing: -.035em; }
.dialog-copy { margin-bottom: 27px; color: var(--muted); font-size: 14px; line-height: 2; }
.dialog-copy p + p { margin-top: 13px; }
.dialog-image { width: 100%; max-height: 280px; margin-bottom: 25px; object-fit: cover; }
.dialog-dish-image { margin: -50px -44px 28px; }
.dialog-dish-image img { height: 265px; }
.dialog-dish-image .source-note { margin: 9px 44px 0; font-size: 8px; }
.dish-detail-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.dish-detail-tags .tag + .tag { margin-left: 0; }
.dialog-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 25px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 18px; }
.field { display: flex; flex-direction: column; gap: 7px; min-width: 0; color: var(--charcoal); font-size: 11px; }
.field.full, .field-full, .field-wide, .field:has(textarea) { grid-column: 1 / -1; }
.field input, .field select, .field textarea { display: block; width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid #b6beb5; border-radius: 0; background: transparent; color: var(--charcoal); font-size: 13px; line-height: 1.8; }
.field textarea { min-height: 95px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #828a81; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: #527262; }
.form-note { margin-top: 18px; color: var(--muted); font-size: 10px; line-height: 1.9; }
#inquiry-form > .button { margin-top: 23px; }
.form-status { margin-top: 18px; color: #3d634d; font-size: 12px; line-height: 1.9; }
.form-status:empty { display: none; }
.dialog > .form-status:not(:empty) { margin: 0 30px 28px; padding: 16px; background: #e7ece5; }
.request-preview { margin-top: 23px; padding: 20px; background: #e3e9e1; white-space: pre-wrap; font-size: 12px; line-height: 2; overflow-wrap: anywhere; }
.request-preview h3 { margin-bottom: 8px; font-family: var(--font-display); font-size: 21px; font-weight: 400; }
.request-preview .form-note { margin: 10px 0 17px; }
.request-preview > .button { margin-top: 19px; }
.toast { position: fixed; z-index: 150; left: 50%; bottom: 24px; transform: translateX(-50%); width: max-content; max-width: calc(100vw - 40px); padding: 14px 22px; background: var(--walnut); color: var(--porcelain); box-shadow: 0 6px 25px rgba(0,0,0,.14); font-size: 12px; line-height: 1.8; text-align: center; }
.motion-ready .reveal { transition: opacity .75s ease, transform .75s cubic-bezier(.2,.65,.3,1); }
.motion-ready .reveal:not(.is-visible) { opacity: 0; transform: translateY(18px); }

@media (min-width: 1700px) {
  .hero-copy { padding-top: 108px; }
  .hero-copy, .hero-media { min-height: 745px; }
  .hero-title { font-size: 70px; }
  .hero-wordmark { font-size: 245px; }
}

@media (max-width: 1099px) {
  .desktop-nav { display: none; }
  .header-cta { display: none; }
  .header-actions { margin-left: auto; gap: 21px; }
  .menu-toggle { display: inline-flex; }
  .mobile-nav:not([hidden]) { position: fixed; z-index: 45; inset: var(--header-height) 0 0; display: flex; flex-direction: column; align-items: stretch; padding: 25px var(--gutter) 40px; overflow-y: auto; background: var(--porcelain); }
  .mobile-nav .nav-link { min-height: 66px; padding-block: 15px; border-bottom: 1px solid var(--line); font-family: var(--font-display); font-size: 23px; }
  .mobile-nav .nav-link::after { display: none; }
  .mobile-nav .nav-link[aria-current="page"] { color: #527262; }
  .mobile-nav .button { align-self: flex-start; margin-top: 29px; }
  body.nav-open .site-header { position: sticky; top: 0; }
  .hero-copy { min-height: 650px; padding-top: 75px; }
  .hero-media { min-height: 650px; }
  .hero-actions { gap: 13px 18px; }
  .hero-actions .button { min-width: 140px; padding-inline: 17px; }
  .hero-description { max-width: 280px; font-size: 14px; }
  .hero-title:lang(ko) { font-size: 33px; }
  .hero-wordmark { bottom: -12px; font-size: 170px; }
  .hero-bottom > .container > *, .hero-bottom-inner > * { padding-inline: 25px; }
  .hero-bottom > div { padding-inline: 25px; }
  .hero-bottom > div:first-child { padding-left: 0; }
  .banchan-copy { padding: 55px 40px; }
  .banchan-image { min-height: 590px; }
  .banchan-list { gap: 18px; }
  .footer-links { gap: 38px; }
  .visit-grid { gap: 38px; }
  .menu-toolbar { align-items: flex-start; }
  .filter-list { gap: 8px; }
  .filter-button { padding-inline: 15px; }
  .search-field { flex-basis: 210px; }
  .menu-grid { column-gap: 40px; }
  .story-image { height: 470px; }
  .google-panel > .container { gap: 25px; }
  .google-symbol { width: 55px; height: 55px; font-size: 31px; }
  .google-panel h2 { font-size: 25px; }
}

@media (max-width: 899px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 575px; padding: 67px var(--gutter) 167px; }
  .hero-title { max-width: 12em; font-size: clamp(43px, 6.7vw, 59px); line-height: 1.45; }
  .hero-title:lang(ko) { font-size: clamp(35px, 5.8vw, 50px); }
  .hero-description { max-width: 450px; font-size: 14px; }
  .hero-actions { gap: 22px 28px; }
  .hero-wordmark { left: calc(var(--gutter) - 5px); bottom: -20px; font-size: 190px; }
  .hero-media { min-height: 550px; }
  .hero-bottom > .container > *, .hero-bottom-inner > * { padding-inline: 20px; }
  .hero-bottom > div { padding-inline: 20px; }
  .hero-bottom > div:first-child { padding-left: 0; }
  .hero-bottom .text-link { min-width: auto; gap: 20px; }
  .signature-grid { gap: 20px; }
  .dish-feature-image { aspect-ratio: .92; }
  .dish-feature-body h3 { font-size: 21px; }
  .banchan-section { grid-template-columns: 1fr 1fr; }
  .banchan-image { min-height: 590px; }
  .banchan-copy { padding: 50px 30px; }
  .banchan-copy .section-title { font-size: 31px; }
  .banchan-copy .section-copy { font-size: 14px; }
  .banchan-list { grid-template-columns: 1fr; gap: 14px; }
  .review-card { padding: 26px; }
  .review-card blockquote { font-size: 18px; }
  .footer-top { gap: 35px; }
  .footer-links { gap: 29px; }
  .footer-brand { font-size: 77px; }
  .page-hero > .container { grid-template-columns: 1fr; gap: 24px; }
  .page-hero h1 { font-size: 45px; }
  .page-intro { font-size: 12px; }
  .page-hero > .page-intro > p { font-size: 14px; }
  .menu-toolbar { flex-direction: column; gap: 23px; }
  .search-field { flex-basis: auto; width: 100%; max-width: 330px; }
  .story-layout { gap: 35px; }
  .story-image { height: 450px; }
  .story-copy p { font-size: 14px; }
  .menu-note { flex-wrap: wrap; gap: 20px; }
  .menu-note > div { flex: 1; min-width: 230px; }
  .menu-note > .text-link { margin-left: 75px; }
  .values-grid { gap: 28px; }
  .visit-grid { grid-template-columns: 1fr; gap: 44px; }
  .information-row { grid-template-columns: 125px 1fr; }
  .map-panel { min-height: 400px; }
  .map-panel iframe, .map-placeholder { min-height: 360px; }
  .inquiry-banner { padding: 34px; }
  .google-panel > .container { flex-wrap: wrap; }
  .google-panel > .container > div { flex: 1; min-width: 300px; }
  .google-panel > .container > .button { margin-left: 80px; }
}

@media (max-width: 600px) {
  :root { --gutter: 24px; --header-height: 76px; }
  html { scroll-padding-top: 92px; }
  body { font-size: 14px; }
  .site-header, .site-header > .container, .header-inner { gap: 14px; }
  .brand { gap: 10px; }
  .brand-mark { font-size: 29px; }
  .brand-name { font-size: 8px; letter-spacing: .13em; }
  .brand-name small, .brand-name > span { font-size: 6px; letter-spacing: .08em; }
  .header-actions { gap: 13px; }
  .language-switch { gap: 0; }
  .language-button { min-width: 44px; padding-inline: 3px; font-size: 12px; }
  .menu-toggle { width: 44px; height: 44px; }
  .menu-toggle span { left: 11px; }
  .mobile-nav:not([hidden]) { padding-top: 14px; }
  .mobile-nav .nav-link { min-height: 62px; font-size: 21px; }
  .section { padding-block: 73px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 17px; margin-bottom: 32px; }
  .section-heading > .text-link { align-self: flex-start; }
  .section-title { font-size: 31px; line-height: 1.6; }
  .section-kicker { margin-bottom: 18px; font-size: 9px; }
  .section-copy { font-size: 14px; }
  .hero-copy { min-height: 535px; padding: 50px var(--gutter) 150px; }
  .hero-copy .eyebrow { margin-bottom: 23px; font-size: 9px; letter-spacing: .13em; }
  .hero-title { margin-bottom: 20px; font-size: clamp(34px, 8.85vw, 47px); line-height: 1.55; letter-spacing: -.055em; }
  .hero-title:lang(ko) { font-size: clamp(28px, 7.65vw, 43px); line-height: 1.6; }
  .hero-description { max-width: 320px; font-size: 14px; line-height: 1.95; }
  .hero-actions { gap: 15px 23px; margin-top: 26px; }
  .hero-actions .button { min-width: 148px; min-height: 49px; }
  .hero-actions .text-link { font-size: 11px; gap: 18px; }
  .hero-wordmark { bottom: -19px; font-size: 155px; }
  .hero-wordmark > span { display: none; }
  .hero-media { min-height: 400px; }
  .hero-stamp { top: 21px; right: 20px; font-size: 8px; }
  .hero-media > .image-note { top: 21px; font-size: 9px; }
  .hero-photo-caption { left: 24px; right: 24px; bottom: 23px; font-size: 10px; }
  .image-note { left: 24px; right: 24px; bottom: 21px; font-size: 9px; }
  .image-note small { max-width: 105px; text-align: right; font-size: 8px; }
  .hero-bottom > .container, .hero-bottom-inner { grid-template-columns: 1fr 1fr; min-height: auto; padding-block: 22px 17px; }
  .hero-bottom { grid-template-columns: 1fr 1fr; min-height: auto; padding-block: 22px 17px; }
  .hero-bottom > div { padding: 0 0 0 20px; }
  .hero-bottom > div:first-child { padding-left: 0; }
  .hero-bottom > .text-link { grid-column: 1 / -1; justify-self: stretch; margin-top: 17px; padding: 14px 0 0; border-top: 1px solid rgba(40,44,42,.2); border-left: 0; }
  .hero-bottom > .container > *, .hero-bottom-inner > * { padding: 0 0 0 20px; }
  .hero-bottom > .container > :first-child, .hero-bottom-inner > :first-child { padding-left: 0; }
  .hero-bottom > .container > :last-child, .hero-bottom-inner > :last-child { grid-column: 1 / -1; justify-self: stretch; margin-top: 17px; padding: 14px 0 0; border-top: 1px solid rgba(40,44,42,.2); border-left: 0; }
  .hero-bottom .text-link { width: 100%; border-bottom: 0; }
  .hero-bottom p, .hero-bottom strong { font-size: 10px; }
  .hero-bottom span, .hero-bottom small { font-size: 8px; }
  .intro .section-title { max-width: 380px; font-size: 29px; }
  .intro .section-copy { max-width: 365px; margin-top: 20px; font-size: 14px; }
  .signature-grid { grid-template-columns: 1fr; gap: 38px; }
  .dish-feature-image { aspect-ratio: 1.2; }
  .dish-feature-body { padding-top: 18px; }
  .dish-feature-body h3 { font-size: 24px; }
  .dish-feature-body p { max-width: none; }
  .dish-meta { margin-top: 0; padding-top: 0; }
  .banchan-section { grid-template-columns: 1fr; }
  .banchan-image { min-height: 420px; }
  .banchan-copy { padding: 53px var(--gutter) 61px; }
  .banchan-copy .section-title { font-size: 32px; }
  .banchan-list { grid-template-columns: 1fr 1fr; gap: 22px; }
  .review-grid { grid-template-columns: 1fr; gap: 18px; }
  .review-card { padding: 25px; }
  .review-card blockquote { font-size: 19px; }
  .review-card h3 { font-size: 22px; }
  .review-card .review-summary { padding-top: 0; }
  .review-summary { flex-direction: column; align-items: flex-start; gap: 15px; padding-top: 24px; }
  .review-summary p { font-size: 14px; }
  .visit-strip { padding-block: 42px; }
  .visit-strip > .container, .visit-strip-inner { flex-direction: column; align-items: flex-start; gap: 25px; }
  .visit-strip .section-title { font-size: 30px; }
  .visit-strip p { max-width: 310px; font-size: 11px; }
  .site-footer { padding-top: 49px; padding-bottom: 22px; }
  .footer-top { flex-direction: column; gap: 41px; padding-bottom: 36px; }
  .footer-brand { font-size: 90px; }
  .footer-brand > p { font-size: clamp(48px, 12vw, 65px); }
  .footer-brand > span, .footer-brand > small { margin-top: 15px; }
  .footer-links { flex-wrap: wrap; width: 100%; gap: 28px 43px; padding-top: 0; }
  .footer-links > div { min-width: 85px; }
  .footer-links > div:last-child { flex: 1; }
  .footer-links a { min-height: 44px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; font-size: 8px; }
  .page-hero { padding-block: 49px 43px; }
  .page-hero > .container { grid-template-columns: 1fr; gap: 23px; }
  .page-hero .eyebrow { margin-bottom: 18px; font-size: 9px; }
  .page-hero h1 { font-size: clamp(32px, 9vw, 40px); line-height: 1.5; }
  .page-intro { padding: 0; font-size: 12px; line-height: 2; }
  .page-hero > .page-intro > p { padding: 0; }
  .page-banner { height: 285px; }
  .menu-toolbar { gap: 21px; padding-bottom: 28px; }
  .menu-section { padding-block: 31px 65px; }
  .menu-result-bar { align-items: flex-start; gap: 17px; font-size: 9px; }
  .menu-result-bar > :last-child { max-width: 175px; text-align: right; }
  .filter-list { gap: 8px; }
  .filter-button { padding: 9px 16px; font-size: 10px; }
  .search-field { max-width: none; }
  .menu-grid { grid-template-columns: 1fr; }
  .menu-item { padding-block: 26px 23px; }
  .menu-item-title { font-size: 24px; }
  .menu-item-description { font-size: 14px; }
  .menu-note { padding: 21px; font-size: 10px; }
  .menu-note > div { min-width: 0; flex-basis: calc(100% - 80px); }
  .menu-note > .text-link { margin-left: 0; }
  .story-layout { grid-template-columns: 1fr; gap: 34px; }
  .story-layout + .story-layout { margin-top: 65px; }
  .story-layout.reverse .story-image { order: 0; }
  .story-reverse .story-image { order: -1; }
  .story-image { height: 400px; }
  .story-copy .section-title { margin-bottom: 18px; }
  .values-grid { grid-template-columns: 1fr; gap: 31px; }
  .values-section { padding-block: 51px; }
  .value-card { padding-top: 22px; }
  .value-card h3 { margin-bottom: 13px; font-size: 27px; }
  .source-note { font-size: 10px; }
  .google-panel { margin: 0; padding: 42px 0; }
  .google-panel > .container { align-items: flex-start; gap: 21px; }
  .google-panel > .container > div { flex-basis: 100%; min-width: 0; }
  .google-panel > .container > .button { margin-left: 0; }
  .google-panel h2, .google-panel h3 { font-size: 26px; }
  .google-panel p { font-size: 11px; }
  .information-row { padding-block: 22px; font-size: 11px; }
  .information-row h2 { font-size: 29px; }
  .information-row h3 { font-size: 21px; }
  .map-panel, .map-panel iframe, .map-placeholder { min-height: 330px; }
  .map-placeholder { padding: 38px 22px 27px; }
  .map-card h3 { font-size: 23px; }
  .map-marker { margin-bottom: 23px; }
  .faq-list { margin-top: 26px; }
  .faq-item summary { min-height: 72px; font-size: 13px; }
  .faq-item p, .faq-item > div { padding-right: 15px; font-size: 14px; }
  .inquiry-banner { margin: 0; padding: 46px 0; }
  .inquiry-banner > .container { flex-direction: column; align-items: flex-start; gap: 23px; }
  .inquiry-banner h2 { font-size: 26px; }
  .inquiry-banner p { font-size: 14px; }
  .dialog { width: calc(100vw - 24px); max-height: 92dvh; }
  .dialog-content { padding: 45px 25px 30px; }
  .dialog-dish-image { margin: -45px -25px 25px; }
  .dialog-dish-image img { height: 225px; }
  .dialog-dish-image .source-note { margin-inline: 25px; }
  .dialog-close { top: 12px; right: 12px; }
  .dialog-eyebrow { max-width: calc(100% - 35px); padding-right: 0; font-size: 9px; }
  .dialog-title { font-size: 30px; }
  .dialog-copy { font-size: 14px; }
  .form-grid { gap: 16px 12px; }
  .field input, .field select, .field textarea { font-size: 16px; }
  .dialog-actions .button { flex: 1 1 auto; padding-inline: 17px; gap: 19px; font-size: 11px; }
  .request-preview { padding: 17px; font-size: 11px; }
  .toast { bottom: 17px; padding: 13px 19px; font-size: 11px; }
}

@media (max-width: 359px) {
  :root { --gutter: 20px; }
  .brand-name { font-size: 7px; letter-spacing: .08em; }
  .brand-name small, .brand-name > span { display: none; }
  .brand { gap: 8px; }
  .brand-mark { font-size: 25px; }
  .header-actions { gap: 7px; }
  .language-button { min-width: 44px; }
  .hero-title { font-size: 31px; }
  .hero-title:lang(ko) { font-size: 26px; }
  .hero-wordmark > span { display: none; }
  .hero-copy { min-height: 520px; }
  .hero-actions { column-gap: 18px; }
  .hero-actions .button { min-width: 134px; gap: 24px; }
  .hero-actions .text-link { gap: 12px; font-size: 10px; }
  .hero-media { min-height: 350px; }
  .banchan-list { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
}

/* Complete menu: a quiet index and readable, price-aligned lists. */
body[data-page="menu"] .page-hero { padding-block: 58px 52px; }
body[data-page="menu"] .page-hero h1 { font-size: clamp(34px, 3.6vw, 52px); }
.menu-source-bar { display: flex; justify-content: space-between; align-items: center; gap: 28px; }
.menu-source-switch { display: inline-flex; padding: 4px; border: 1px solid var(--line); border-radius: 4px; }
.menu-source-switch button { min-height: 46px; padding: 9px 24px; border: 0; border-radius: 2px; background: transparent; font-size: 13px; }
.menu-source-switch button[aria-pressed="true"] { background: var(--walnut); color: var(--porcelain); }
.menu-source-bar .search-field { flex: 0 1 320px; max-width: 360px; }
.menu-source-bar .search-field input { font-size: 14px; }
.menu-source-note { max-width: 1000px; margin: 20px 0 40px; color: var(--muted); font-size: 12px; line-height: 1.9; }
.menu-source-note > span { display: block; margin-top: 5px; }
.menu-layout { display: grid; grid-template-columns: 178px minmax(0, 1fr); align-items: start; gap: clamp(32px, 5vw, 76px); scroll-margin-top: 24px; }
.menu-index { position: sticky; top: 24px; min-width: 0; max-height: calc(100dvh - 48px); overflow-y: auto; scrollbar-width: thin; }
.menu-index .section-kicker { margin-bottom: 18px; }
.menu-category-list { display: flex; flex-direction: column; gap: 3px; }
.menu-category { display: flex; justify-content: space-between; align-items: center; gap: 15px; width: 100%; min-height: 44px; padding: 9px 13px; border: 0; border-radius: 3px; background: transparent; text-align: left; font-size: 13px; }
.menu-category small { color: var(--muted); font-size: 10px; font-variant-numeric: tabular-nums; }
.menu-category:hover { background: #e5ebe4; }
.menu-category[aria-pressed="true"] { background: var(--walnut); color: var(--porcelain); }
.menu-category[aria-pressed="true"] small { color: #dedbd7; }
.menu-index-note { margin-top: 24px; color: var(--muted); font-size: 11px; line-height: 2; }
.menu-content { min-width: 0; }
.menu-content .menu-result-bar { padding: 0 0 20px; border-bottom: 1px solid var(--line); font-size: 11px; }
.menu-group { margin-bottom: 48px; }
.menu-group-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding: 29px 0 18px; }
.menu-group-heading .section-kicker { margin-bottom: 6px; color: #647d6e; letter-spacing: .08em; }
.menu-group-heading h2 { font-family: var(--font-display); font-size: 29px; line-height: 1.5; font-weight: 400; color: var(--walnut); }
.menu-group-heading > span { font-size: 11px; color: var(--muted); }
.menu-group-note { margin-bottom: 8px; color: var(--muted); font-size: 12px; }
.catalog-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 38px; }
.catalog-item { min-width: 0; padding: 19px 0; border-bottom: 1px solid var(--line); }
.catalog-item-head { display: flex; align-items: center; gap: 12px; }
.catalog-item-name { flex: 1; min-width: 0; }
.catalog-subtitle { display: block; margin-bottom: 4px; color: var(--muted); font-size: 11px; line-height: 1.7; overflow-wrap: anywhere; }
.catalog-item h3 { font-family: var(--font-display); color: var(--walnut); font-size: 19px; line-height: 1.65; font-weight: 500; overflow-wrap: anywhere; }
.catalog-price { flex-shrink: 0; color: var(--walnut); font-size: 13px; white-space: nowrap; font-variant-numeric: tabular-nums; }
.dish-open { display: grid; place-items: center; flex-shrink: 0; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 20px; transition: background .2s; }
.dish-open:hover { background: var(--celadon); }
.catalog-variants { margin-top: 14px; padding-left: 12px; border-left: 2px solid var(--celadon); font-size: 12px; color: var(--muted); }
.catalog-variants li { display: flex; justify-content: space-between; gap: 16px; padding-block: 3px; }
.catalog-variants li > :last-child { flex-shrink: 0; white-space: nowrap; font-variant-numeric: tabular-nums; }
.catalog-serving { margin-top: 9px; color: var(--muted); font-size: 11px; }
.menu-source-links { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 12px; }
.dialog-menu-price { color: var(--walnut); font-size: 22px; font-weight: 400; font-variant-numeric: tabular-nums; }
.dialog-variants { margin-block: 22px; font-size: 14px; }
@media (max-width: 1199px) {
  .menu-layout { grid-template-columns: 155px minmax(0, 1fr); gap: 30px; }
  .catalog-grid { gap: 0 25px; }
  .catalog-item-head { gap: 8px; }
  .catalog-item h3 { font-size: 17px; }
  .catalog-price { font-size: 12px; }
}
@media (max-width: 999px) {
  .menu-layout { display: block; scroll-margin-top: 0; }
  .menu-index { top: 0; z-index: 20; max-height: none; overflow: visible; margin-inline: calc(-1 * var(--gutter)); padding: 12px var(--gutter); border-block: 1px solid var(--line); background: var(--porcelain); }
  .menu-index .section-kicker, .menu-index-note { display: none; }
  .menu-category-list { flex-direction: row; gap: 8px; overflow-x: auto; overscroll-behavior-inline: contain; padding-block: 3px; scrollbar-width: thin; }
  .menu-category { flex: 0 0 auto; width: auto; border: 1px solid var(--line); white-space: nowrap; gap: 10px; }
  .menu-content .menu-result-bar { padding-top: 22px; }
  .menu-source-bar .search-field { width: auto; flex-basis: 300px; }
  .catalog-item h3 { font-size: 19px; }
}
@media (max-width: 639px) {
  body[data-page="menu"] .page-hero { padding-block: 39px; }
  body[data-page="menu"] .page-hero h1 { font-size: 34px; }
  .menu-section { padding-top: 28px; }
  .menu-source-bar { flex-direction: column; align-items: stretch; gap: 16px; }
  .menu-source-switch { width: 100%; }
  .menu-source-switch button { flex: 1; padding-inline: 12px; }
  .menu-source-bar .search-field { flex-basis: auto; width: 100%; max-width: none; }
  .menu-source-bar .search-field input { font-size: 16px; }
  .menu-source-note { margin: 18px 0 24px; font-size: 11px; }
  .menu-category { padding-inline: 13px; font-size: 12px; }
  .menu-content .menu-result-bar { font-size: 10px; gap: 15px; }
  .menu-group { margin-bottom: 27px; }
  .menu-group-heading { padding-top: 25px; }
  .menu-group-heading h2 { font-size: 27px; }
  .catalog-grid { grid-template-columns: 1fr; }
  .catalog-item { padding-block: 20px; }
  .catalog-item-head { gap: 12px; }
  .catalog-item h3 { font-size: 20px; }
  .catalog-price { font-size: 13px; }
  .catalog-subtitle, .catalog-serving { font-size: 12px; }
  .menu-note { align-items: flex-start; }
  .menu-note .small-mark { display: none; }
}
/* Latin type keeps the same quiet character with a tighter editorial rhythm. */
:lang(en).hero-title { line-height: 1.1; letter-spacing: -.045em; font-size: clamp(44px, 4.8vw, 76px); max-width: 10em; }
:lang(en).section-title, :lang(en).page-hero h1 { line-height: 1.15; letter-spacing: -.03em; }
:lang(en).page-intro, :lang(en).page-hero > .page-intro > p { line-height: 1.85; }
:lang(en).hero-description, :lang(en).section-copy, :lang(en).story-copy p, :lang(en).dialog-copy { line-height: 1.85; }
:lang(en).review-card h3, :lang(en).dish-feature-body h3, :lang(en).dialog-title { line-height: 1.25; }
:lang(en).catalog-item h3 { line-height: 1.3; letter-spacing: -.015em; font-size: 22px; }
:lang(en).catalog-subtitle { letter-spacing: 0; }
:lang(en).menu-category { line-height: 1.4; }
:lang(en).menu-index { max-height: calc(100dvh - 32px); top: 16px; }
:lang(en).menu-note { font-size: 12px; }
:lang(en).review-source { flex-wrap: wrap; gap: 4px 16px; }
@media (max-width: 1199px) {
  :lang(en).catalog-item h3 { font-size: 20px; }
}
@media (max-width: 999px) {
  :lang(en).menu-index { top: 0; max-height: none; }
}
@media (max-width: 899px) {
  :lang(en).hero-title { max-width: 13em; font-size: clamp(46px, 7vw, 66px); }
}
@media (max-width: 639px) {
  :lang(en).hero-title { font-size: clamp(40px, 10vw, 54px); }
  :lang(en).hero-copy { padding-bottom: 150px; }
  :lang(en).catalog-item h3 { font-size: 22px; }
  :lang(en).catalog-item-head { gap: 10px; }
  :lang(en).menu-result-bar { flex-wrap: wrap; gap: 5px; }
  :lang(en).menu-result-bar > :last-child { max-width: none; text-align: left; }
  :lang(en).hero-stamp { top: 60px; }
}
/* The table in pictures: a generous view, followed by the smaller details. */
.gallery-section { border-bottom: 1px solid var(--line); }
.gallery-section .section-heading { gap: 36px; }
.gallery-intro { flex: 0 1 380px; max-width: 380px; color: var(--muted); font-size: 14px; line-height: 1.95; }
.gallery-grid { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); gap: 32px clamp(24px, 3.1vw, 44px); }
.gallery-item { display: flex; flex-direction: column; min-width: 0; }
.gallery-item-lead { grid-row: span 2; }
.gallery-trigger { position: relative; display: block; width: 100%; min-height: 44px; padding: 0; border: 0; border-radius: 0; aspect-ratio: 3 / 2; overflow: hidden; background: #dce3da; }
.gallery-trigger img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.65,.3,1); }
.gallery-item-lead .gallery-trigger { flex: 1; min-height: 380px; aspect-ratio: auto; }
.gallery-item-lead .gallery-trigger img { position: absolute; inset: 0; }
.gallery-expand { position: absolute; right: 16px; bottom: 16px; display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(242,244,240,.6); border-radius: 50%; background: var(--porcelain); color: var(--walnut); transition: background .2s ease; }
.gallery-expand svg { width: 18px; height: 18px; }
.gallery-trigger:focus-visible { outline: 3px solid #527262; outline-offset: 5px; }
.gallery-caption { padding-top: 18px; }
.gallery-caption h3 { color: var(--walnut); font-family: var(--font-display); font-size: 25px; font-weight: 400; line-height: 1.5; letter-spacing: -.03em; }
.gallery-caption p { max-width: 520px; margin-top: 5px; color: var(--muted); font-size: 13px; line-height: 1.9; }
.gallery-source-note { max-width: 850px; margin-top: 34px; }
:lang(en).gallery-caption h3 { line-height: 1.25; }

.dialog.gallery-dialog { width: min(1120px, calc(100vw - 48px)); max-height: 92dvh; }
.gallery-dialog .dialog-content { padding: 28px 36px 26px; }
.gallery-dialog-title { padding-right: 60px; margin-bottom: 22px; color: var(--walnut); font-family: var(--font-display); font-size: 30px; font-weight: 400; line-height: 1.5; letter-spacing: -.035em; }
.gallery-stage, .gallery-stage figure { min-width: 0; }
.gallery-stage img { width: auto; height: auto; max-width: 100%; max-height: min(58dvh, 640px); margin-inline: auto; object-fit: contain; }
.gallery-stage figcaption { display: flex; align-items: baseline; justify-content: space-between; gap: 20px 36px; padding-top: 20px; }
.gallery-stage figcaption h3 { color: var(--walnut); font-family: var(--font-display); font-size: 25px; font-weight: 400; line-height: 1.5; letter-spacing: -.025em; }
.gallery-stage figcaption p { flex: 0 1 540px; color: var(--muted); font-size: 13px; line-height: 1.85; }
.gallery-controls { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); }
.gallery-nav { display: inline-flex; align-items: center; justify-content: center; justify-self: start; gap: 14px; min-width: 44px; min-height: 44px; padding: 9px 16px; border: 1px solid var(--line); border-radius: 0; background: transparent; font-size: 12px; line-height: 1.7; transition: background .2s ease, border-color .2s ease; }
.gallery-nav:last-child { justify-self: end; }
.gallery-nav:hover { border-color: var(--celadon); background: var(--celadon); }
.gallery-nav svg { width: 16px; height: 16px; }
#gallery-count { color: var(--muted); font-size: 11px; font-variant-numeric: tabular-nums; text-align: center; }
.gallery-disclaimer { max-width: 850px; margin-top: 17px; color: var(--muted); font-size: 11px; line-height: 1.85; }

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .gallery-trigger:hover img { transform: scale(1.025); }
  .gallery-trigger:hover .gallery-expand { background: var(--celadon); }
}
@media (min-width: 1100px) and (max-width: 1279px) {
  .site-header, .header-inner, .site-header > .container { gap: 24px; }
  .desktop-nav { gap: 22px; }
  .header-actions { gap: 18px; }
}
@media (max-width: 899px) {
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 24px; }
  .gallery-item-lead { grid-column: 1 / -1; grid-row: auto; }
  .gallery-item-lead .gallery-trigger { flex: initial; min-height: 44px; aspect-ratio: 3 / 2; }
  .gallery-item-lead .gallery-trigger img { position: static; }
  .gallery-intro { flex-basis: 310px; }
  .gallery-stage figcaption { display: block; }
  .gallery-stage figcaption p { max-width: 620px; margin-top: 6px; }
}
@media (max-width: 600px) {
  .gallery-section .section-heading { gap: 17px; }
  .gallery-intro { flex-basis: auto; max-width: 380px; }
  .gallery-grid { grid-template-columns: 1fr; gap: 34px; }
  .gallery-item-lead { grid-column: auto; }
  .gallery-caption { padding-top: 16px; }
  .gallery-caption h3 { font-size: 24px; }
  .gallery-caption p { font-size: 13px; }
  .gallery-expand { right: 13px; bottom: 13px; }
  .gallery-source-note { margin-top: 28px; }
  .dialog.gallery-dialog { width: calc(100vw - 24px); }
  .gallery-dialog .dialog-content { padding: 24px 20px; }
  .gallery-dialog-title { padding-right: 48px; margin-bottom: 24px; font-size: 26px; }
  .gallery-stage img { max-height: 52dvh; }
  .gallery-stage figcaption { padding-top: 17px; }
  .gallery-stage figcaption h3 { font-size: 23px; }
  .gallery-controls { gap: 10px; margin-top: 19px; padding-top: 16px; }
  .gallery-nav { gap: 8px; padding-inline: 12px; }
  .gallery-disclaimer { font-size: 10px; }
}
@media (max-height: 500px) and (orientation: landscape) {
  .gallery-dialog .dialog-content { padding-top: 22px; }
  .gallery-dialog-title { margin-bottom: 18px; font-size: 26px; }
  .gallery-stage img { max-height: 62dvh; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .motion-ready .reveal:not(.is-visible) { opacity: 1; transform: none; }
}
