:root {
  --plum: #38232c;
  --deep: #251a20;
  --peach: #f0b0a5;
  --paper: #f8f5f5;
  --muted: #75656c;
  --line: #d8cbcf;
  --heading: "Bahnschrift SemiCondensed", "Bahnschrift", "Arial Narrow", sans-serif;
  --body: "Segoe UI", "Helvetica Neue", sans-serif;
  --s1: 8px;
  --s2: 16px;
  --s3: 24px;
  --s4: 32px;
  --s5: 48px;
  --s6: 64px;
  --s7: 96px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; color: var(--plum); background: var(--paper); font: 16px/1.65 var(--body); -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
button, .button, .text-link { transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease; }
button:active, .button:active { transform: translateY(1px); }
a:focus-visible, button:focus-visible { outline: 3px solid #b55441; outline-offset: 5px; }
[hidden] { display: none !important; }
button { border: 0; }
img { max-width: 100%; display: block; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--heading); }
p { text-wrap: pretty; }
.container { width: min(1216px, calc(100% - 112px)); margin-inline: auto; }
.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; }
.skip-link { position: fixed; top: 8px; left: 8px; padding: 16px; z-index: 50; background: var(--paper); transform: translateY(-180%); opacity: 0; pointer-events: none; }
.skip-link:focus { transform: translateY(0); opacity: 1; pointer-events: auto; }
.preview-bar { padding: 8px 32px; background: #eadfe2; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 12px; }
.preview-link { background: transparent; text-decoration: underline; text-underline-offset: 4px; padding: 8px 0; font-size: inherit; }
.preview-link:hover { text-decoration-thickness: 2px; }
.site-header { position: relative; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 24px 56px; background: var(--plum); color: var(--paper); z-index: 10; }
.brand { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.brand-mark { width: 48px; height: 48px; border: 1px solid #f0b0a580; display: grid; place-items: center; color: var(--peach); font: 600 21px/1 "Malgun Gothic", sans-serif; border-radius: 50%; }
.brand-name { font: 600 25px/1.05 var(--heading); letter-spacing: -.7px; }
.brand-sub { display: block; margin-top: 7px; font: 13px/1.1 var(--body); letter-spacing: .2px; }
.brand-dot { margin: 0 6px; color: var(--peach); }
.desktop-nav { display: flex; align-items: center; gap: 36px; font-size: 14px; }
.desktop-nav a, .header-call { padding-block: 12px; }
.desktop-nav a:hover { color: var(--peach); }
.header-call { font-size: 14px; border-bottom: 1px solid #ad818d; }
.header-call span { margin-left: 12px; }
.header-call:hover { color: var(--peach); border-color: var(--peach); }
.nav-toggle, .mobile-nav { display: none; }
.hero { position: relative; background: var(--deep); color: var(--paper); min-height: 660px; display: flex; align-items: center; isolation: isolate; }
.hero-image { position: absolute; inset: 0; height: 100%; width: 100%; object-fit: cover; object-position: center 54%; z-index: -3; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(31,16,23,.78) 0%, rgba(31,16,23,.44) 43%, rgba(31,16,23,.02) 75%); z-index: -2; }
.hero-content { padding-block: 80px 72px; }
.hero-place { font-size: 16px; margin-bottom: 24px; display: flex; gap: 12px; align-items: center; color: #f6d9d1; }
.hero-place span { font-size: 25px; line-height: 1; }
.hero h1 { max-width: 750px; font-size: clamp(64px, 7.8vw, 112px); font-weight: 650; letter-spacing: -4px; line-height: .98; }
.hero-description { margin-top: 28px; font-size: 19px; line-height: 1.65; color: #f4e9eb; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 32px; padding: 16px 24px; min-height: 56px; font-weight: 600; font-size: 15px; border: 1px solid transparent; border-radius: 4px; }
.button-peach { background: var(--peach); color: var(--deep); margin-top: 32px; }
.button-peach:hover { background: #fbd0c5; }
.hero-address { display: block; width: fit-content; font-size: 13px; margin-top: 24px; color: #f5e6e9; text-decoration: underline; text-underline-offset: 5px; }
.hero-address span { display: inline-block; margin-left: 8px; }
.photo-note { position: absolute; right: 24px; bottom: 16px; background: #251a20d9; color: #f5e6e9; border-radius: 3px; padding: 4px 8px; font-size: 11px; }
.welcome-strip { display: flex; align-items: center; justify-content: center; gap: 48px; background: var(--peach); padding: 21px 24px; font: 500 19px/1.3 var(--heading); }
.welcome-strip > span:nth-child(even) { font-size: 22px; }
.menu-section { padding-block: var(--s7); }
.section-heading { display: flex; justify-content: space-between; gap: 64px; align-items: end; }
.section-label { font-size: 14px; margin-bottom: 20px; }
h2 { font-size: clamp(42px, 5vw, 64px); line-height: 1.02; letter-spacing: -2px; font-weight: 600; }
.menu-intro { max-width: 400px; padding-bottom: 4px; }
.menu-intro > p:first-child { font-size: 18px; }
.menu-note { font-size: 13px; line-height: 1.6; color: var(--muted); margin-top: 16px; }
.menu-controls { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 40px; padding-bottom: 32px; border-bottom: 1px solid var(--line); }
.filter-button { padding: 11px 20px; border-radius: 99px; border: 1px solid var(--line); background: transparent; min-height: 46px; font-size: 14px; }
.filter-button:hover { background: #eadfe2; border-color: #ae939e; }
.filter-button[aria-pressed="true"] { background: var(--plum); color: var(--paper); border-color: var(--plum); }
.menu-grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: 64px; }
.dish { padding: 28px 0; border-bottom: 1px solid var(--line); }
.dish-top { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 16px; justify-content: space-between; }
.dish h3 { font-size: 25px; letter-spacing: -.6px; font-weight: 600; line-height: 1.3; }
.dish-korean { font-size: 14px; color: var(--muted); }
.dish p { font-size: 15px; color: #69535e; margin-top: 8px; max-width: 46ch; }
.dish-category { font-size: 12px; color: var(--muted); display: block; margin-top: 14px; }
.menu-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 32px; font-size: 13px; color: var(--muted); }
.menu-bottom strong { font-weight: 400; }
.text-link { font-size: 14px; color: var(--plum); padding: 12px 0; border-bottom: 1px solid var(--plum); white-space: nowrap; }
.text-link:hover { color: #933f54; border-color: #933f54; }
.text-link span { margin-left: 12px; }
.gather-section { background: var(--plum); color: var(--paper); padding-block: var(--s7); }
.gather-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 96px; }
.gather-statement .section-label { color: var(--peach); }
.gather-statement h2 { font-size: clamp(48px, 5.8vw, 80px); line-height: 1.02; }
.gather-copy { position: relative; padding-top: 24px; }
.gather-flower { color: var(--peach); display: block; font: 60px/1 var(--body); margin-bottom: 24px; }
.gather-copy > p:first-of-type { font: 500 28px/1.4 var(--heading); letter-spacing: -.4px; }
.gather-detail { max-width: 360px; font-size: 15px; color: #d9c4cc; margin-top: 24px; }
.button-outline { border-color: #b893a2; margin-top: 28px; color: var(--paper); }
.button-outline:hover { background: var(--peach); color: var(--plum); border-color: var(--peach); }
.visit-section { display: grid; grid-template-columns: 1fr 1fr; gap: 96px; padding-block: var(--s7); }
.visit-heading > p:last-child { color: var(--muted); margin-top: 24px; }
.visit-details { padding-top: 2px; }
.visit-row { display: grid; grid-template-columns: 130px 1fr; gap: 24px; padding: 22px 0; border-top: 1px solid var(--line); }
.visit-label { font-size: 13px; color: var(--muted); }
address { font-style: normal; line-height: 1.7; }
.visit-row p { font-size: 14px; }
.muted { color: var(--muted); font-size: 13px; }
.phone-link { width: fit-content; font-size: 20px; font-family: var(--heading); }
.phone-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.button-dark { margin-top: 16px; color: var(--paper); background: var(--plum); }
.button-dark:hover { background: #633b4e; }
.copy-address { font-size: 13px; background: transparent; text-decoration: underline; text-underline-offset: 4px; padding: 16px; min-height: 48px; }
.copy-address:hover { color: #933f54; }
.copy-status { display: block; min-height: 22px; margin-top: 4px; color: #63505a; font-size: 12px; }
.site-footer { background: var(--deep); color: var(--paper); padding: 40px 0 20px; }
.footer-top { display: flex; align-items: center; gap: 40px; justify-content: space-between; padding-bottom: 32px; border-bottom: 1px solid #64505a; }
.footer-brand { font: 600 32px/1.1 var(--heading); letter-spacing: -1px; }
.footer-brand span { color: var(--peach); font-size: 20px; }
.footer-top p { color: #d9c4cc; font-size: 14px; }
.back-top { font-size: 13px; padding-block: 12px; }
.back-top span { margin-left: 16px; }
.back-top:hover { color: var(--peach); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 11px; color: #c9b5be; padding-top: 16px; }
.mobile-actions { display: none; }
dialog { background: var(--paper); color: var(--plum); border: 0; padding: 32px; border-radius: 12px; width: min(600px, calc(100% - 32px)); max-height: calc(100dvh - 64px); overflow-y: auto; box-shadow: 0 24px 96px #0005; }
dialog::backdrop { background: #251a20ad; backdrop-filter: blur(4px); }
.dialog-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.dialog-heading h2 { font-size: 32px; letter-spacing: -1px; }
.dialog-close { background: #eadfe2; width: 44px; height: 44px; flex-shrink: 0; font-size: 28px; border-radius: 50%; }
.dialog-close:hover { background: #dfcbd3; }
dialog p { margin-top: 16px; font-size: 14px; }
dialog h3 { font-size: 22px; margin-top: 24px; }
dialog ul { padding-left: 20px; font-size: 14px; }
dialog li { margin-bottom: 12px; }
dialog li a { text-decoration: underline; text-underline-offset: 3px; }
@media (min-width: 1600px) { .hero { min-height: 760px; } }
@media (max-width: 1050px) {
  .container { width: calc(100% - 64px); }
  .site-header { padding: 24px 32px; }
  .desktop-nav { gap: 24px; }
  .header-call { display: none; }
  .hero h1 { font-size: 88px; letter-spacing: -3px; }
  .hero { min-height: 620px; }
  .welcome-strip { gap: 28px; font-size: 17px; }
  .menu-grid { column-gap: 40px; }
  .section-heading, .gather-layout, .visit-section { gap: 48px; }
  .menu-intro { max-width: 350px; }
  .visit-row { grid-template-columns: 100px 1fr; gap: 16px; }
}
@media (max-width: 700px) {
  html { scroll-padding-top: 24px; }
  body { padding-bottom: 66px; }
  .container { width: calc(100% - 40px); }
  .preview-bar { padding: 6px 20px; gap: 8px; font-size: 11px; }
  .preview-extra { display: none; }
  .preview-link { min-height: 44px; }
  .site-header { padding: 18px 20px; }
  .brand-mark { width: 40px; height: 40px; font-size: 18px; }
  .brand-name { font-size: 22px; }
  .brand-sub { font-size: 11px; margin-top: 5px; }
  .brand { gap: 10px; }
  .desktop-nav { display: none; }
  .nav-toggle { display: flex; align-items: center; gap: 8px; background: transparent; border: 1px solid #92737f; padding: 10px 12px; border-radius: 4px; min-height: 44px; font-size: 13px; }
  .nav-toggle:hover { background: #563544; }
  .mobile-nav { display: flex; flex-direction: column; position: absolute; left: 0; right: 0; top: 100%; background: var(--plum); padding: 8px 20px 20px; box-shadow: 0 10px 20px #0002; }
  .mobile-nav a { display: block; padding: 13px 8px; border-top: 1px solid #6c4c5c; }
  .hero { min-height: 680px; align-items: flex-start; }
  .hero-image { object-position: 65% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(31,16,23,.88), rgba(31,16,23,.16)); }
  .hero-content { padding-top: 48px; padding-bottom: 160px; }
  .hero-place { font-size: 13px; margin-bottom: 20px; gap: 8px; }
  .hero-place span { font-size: 22px; }
  .hero h1 { font-size: clamp(48px, 12.8vw, 84px); letter-spacing: -2px; line-height: 1.03; }
  .hero-description { margin-top: 24px; font-size: 17px; }
  .hero .button { margin-top: 24px; }
  .hero-address { margin-top: 24px; font-size: 12px; }
  .photo-note { bottom: 12px; right: 16px; font-size: 11px; }
  .welcome-strip { flex-wrap: wrap; gap: 8px 16px; padding: 18px 20px; font-size: 14px; }
  .welcome-strip > span:nth-child(even) { font-size: 18px; }
  .welcome-strip > span:last-child, .welcome-strip > span:nth-child(4) { display: none; }
  .menu-section { padding-block: 64px; }
  .section-heading { display: block; }
  .section-label { font-size: 13px; margin-bottom: 16px; }
  h2 { font-size: 48px; letter-spacing: -1.8px; }
  .menu-intro { margin-top: 24px; max-width: 100%; }
  .menu-intro > p:first-child { font-size: 16px; }
  .menu-note { font-size: 12px; }
  .menu-controls { gap: 8px; margin-top: 28px; padding-bottom: 24px; }
  .filter-button { padding: 10px 15px; font-size: 13px; min-height: 44px; }
  .menu-grid { grid-template-columns: 1fr; }
  .dish { padding-block: 24px; }
  .dish h3 { font-size: 24px; }
  .dish p { font-size: 16px; }
  .menu-bottom { display: block; }
  .menu-bottom .text-link { display: inline-block; margin-top: 16px; }
  .gather-section { padding-block: 64px; }
  .gather-layout { grid-template-columns: 1fr; gap: 36px; }
  .gather-statement h2 { font-size: 56px; }
  .gather-copy { padding-top: 0; }
  .gather-flower { position: absolute; right: 4px; top: 8px; font-size: 48px; }
  .gather-copy > p:first-of-type { font-size: 25px; }
  .gather-detail { font-size: 16px; max-width: 100%; }
  .visit-section { grid-template-columns: 1fr; gap: 40px; padding-block: 64px 40px; }
  .visit-row { grid-template-columns: 94px 1fr; }
  .phone-link { font-size: 20px; }
  .visit-details .button { width: 100%; }
  .copy-address { padding-left: 0; }
  .footer-top { display: block; padding-bottom: 24px; }
  .footer-top p { margin-top: 12px; }
  .back-top { display: inline-block; margin-top: 8px; }
  .footer-bottom { display: block; font-size: 11px; }
  .footer-bottom p { max-width: 44ch; }
  .mobile-actions { display: grid; grid-template-columns: 1.2fr .8fr 1fr; position: fixed; bottom: 0; left: 0; right: 0; z-index: 15; background: var(--paper); border-top: 1px solid var(--line); padding: 8px 12px max(8px, env(safe-area-inset-bottom)); gap: 8px; }
  .mobile-actions a { display: grid; place-items: center; min-height: 48px; font-size: 14px; border-radius: 4px; }
  .mobile-actions a:first-child { background: var(--plum); color: var(--paper); }
  .mobile-actions a:hover { background: var(--peach); color: var(--plum); }
  dialog { padding: 24px; }
  .dialog-heading { gap: 12px; }
  .dialog-heading h2 { font-size: 28px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
@media print {
  .site-header, .preview-bar, .mobile-actions, .menu-controls, .copy-address, .hero-shade, .photo-note { display: none; }
  body { padding: 0; }
  .hero { min-height: 340px; }
  .hero-content { padding-block: 32px; }
  .hero h1 { font-size: 64px; }
  .dish[hidden] { display: block !important; }
  .menu-section, .gather-section, .visit-section { padding-block: 32px; }
}

.facts-notice { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 32px 0 48px; border-top: 1px solid var(--line); }
.facts-notice h2 { font-family: inherit; font-size: 26px; letter-spacing: -.4px; margin-bottom: 12px; }
.facts-notice p { max-width: 64ch; line-height: 1.7; }
.facts-notice .section-label { margin-bottom: 12px; }
.facts-links { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 28px; }
.facts-links a { min-height: 44px; display: inline-flex; align-items: center; }
.facts-notice .facts-links { flex: 0 0 200px; }
.facts-footer-link { display: inline-flex; align-items: center; min-height: 44px; font-size: 14px; text-decoration: underline; }
.facts-page { padding-bottom: 0; }
.facts-header { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px; padding-block: 24px; border-bottom: 1px solid var(--line); }
.facts-header a { padding-block: 10px; text-decoration: underline; }
.facts-main { max-width: 1000px; padding-top: 56px; }
.facts-main h1 { font-size: clamp(44px, 7vw, 76px); line-height: 1.06; letter-spacing: -2px; margin-bottom: 24px; }
.facts-main h2 { font-family: inherit; font-size: 28px; letter-spacing: -.5px; line-height: 1.25; margin-bottom: 18px; }
.facts-main h3 { font-size: 20px; line-height: 1.35; margin: 10px 0; }
.facts-main p { font-size: 16px; line-height: 1.7; }
.facts-main a { overflow-wrap: anywhere; }
.facts-lead { max-width: 72ch; }
.facts-date { margin-top: 16px; color: var(--muted); }
.facts-main section { padding-block: 40px; border-bottom: 1px solid var(--line); }
.facts-list { margin-top: 24px; }
.facts-list > div { display: grid; grid-template-columns: 120px 1fr; gap: 24px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.facts-list dt { font-weight: 600; }
.facts-list dd { margin: 0; line-height: 1.6; }
.facts-list a { text-decoration: underline; }
.hours-preview { min-width: 0; }
.hours-status { color: #824938; font-size: 14px; font-weight: 600; line-height: 1.6; }
.hours-sources { list-style: none; margin: 16px 0; padding: 0; }
.hours-sources li { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 8px 24px; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 16px; line-height: 1.6; }
.hours-sources a { text-decoration: underline; }
.hours-scope { display: block; font-size: 14px; color: var(--muted); }
.hours-preview .hours-caption { font-size: 14px; line-height: 1.7; }
.hours-preview > .text-link { display: inline-flex; align-items: center; min-height: 44px; margin-top: 10px; }
#hours-evidence, #friday-hours { scroll-margin-top: 100px; }
.facts-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.fact-card { border: 1px solid var(--line); border-radius: 6px; padding: 24px; }
.fact-card .fact-status { font-size: 14px; font-weight: 600; color: #824938; }
.facts-menu { list-style: none; padding: 0; margin-top: 20px; }
.facts-menu li { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.facts-menu li span[lang] { margin-left: 10px; color: var(--muted); font-size: 14px; }
.facts-menu small { font-size: 14px; color: var(--muted); }
.facts-sources { padding-left: 22px; }
.facts-sources li { margin-bottom: 18px; }
.facts-sources a { text-decoration: underline; font-weight: 600; }
.facts-main section > .facts-links { margin-top: 24px; }
.facts-end { padding-block: 32px; font-size: 14px; line-height: 1.7; }
.dish .dish-data-status { margin-top: 14px; color: #824938; font-size: 13px; line-height: 1.6; }
#read-updates { scroll-margin-top: 100px; }
.update-steps { padding-left: 24px; line-height: 1.7; }
.update-steps li { padding-left: 4px; margin-block: 16px; overflow-wrap: anywhere; }
@media (max-width: 700px) {
  .facts-notice { display: block; padding-block: 28px; }
  .facts-notice .facts-links { margin-top: 16px; }
  .facts-main { padding-top: 36px; }
  .facts-main h1 { letter-spacing: -1px; }
  .facts-grid { grid-template-columns: 1fr; }
  .facts-list > div { grid-template-columns: 76px 1fr; gap: 14px; }
  .facts-menu li { display: block; }
  .facts-menu small { display: block; margin-top: 6px; }
}
