@font-face {
  font-family: 'ChosunCentennial';
  src: url('/fonts/ChosunCentennial.woff2') format('woff2');
  font-display: swap;
}

:root {
  --paper: #f9f6f0;
  --paper-soft: #f4efe4;
  --card: #fffdf9;
  --ink: #443d33;
  --muted: #756d61;
  --line: #e7e0d4;
  --ember: #b85c38;
  --ember-deep: #93452c;
  --green: #386a4d;
  --shadow: 0 18px 50px rgba(68, 61, 51, .1);
  --sans: 'Pretendard Variable', 'Apple SD Gothic Neo', -apple-system, BlinkMacSystemFont, sans-serif;
  --brand: 'ChosunCentennial', serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.65;
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: '';
  pointer-events: none;
  opacity: .28;
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.04'/%3E%3C/svg%3E");
}
a { color: inherit; }
img { display: block; width: 100%; height: auto; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; background: var(--ink); color: white; transform: translateY(-140%); }
.skip-link:focus { transform: translateY(0); }
.site-nav {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  display: flex;
  width: min(1180px, calc(100% - 32px));
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  transform: translateX(-50%);
  color: white;
}
.brand-link { font-family: var(--brand); font-size: clamp(1.05rem, 2vw, 1.3rem); text-decoration: none; letter-spacing: -.02em; }
.branch-switch { padding: 8px 11px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; font-size: .78rem; font-weight: 700; text-decoration: none; backdrop-filter: blur(8px); background: rgba(20,18,15,.2); }
.location-hero { position: relative; min-height: min(760px, 90svh); display: grid; align-items: end; overflow: hidden; background: #27231e; color: white; }
.location-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.location-hero::after { position: absolute; inset: 0; content: ''; background: linear-gradient(180deg, rgba(20,18,15,.12) 20%, rgba(20,18,15,.78) 78%, rgba(20,18,15,.94)); }
.location-hero__content { position: relative; z-index: 2; width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 150px 0 54px; }
.location-kicker { margin: 0 0 10px; font-size: .78rem; font-weight: 750; letter-spacing: .06em; color: rgba(255,255,255,.78); }
.location-title { max-width: 800px; margin: 0; font-family: var(--brand); font-size: clamp(2.55rem, 7vw, 5.6rem); font-weight: 400; line-height: .98; letter-spacing: -.05em; }
.location-lead { max-width: 650px; margin: 20px 0 0; font-size: clamp(1rem, 2.2vw, 1.25rem); color: rgba(255,255,255,.88); }
.hero-status { display: inline-flex; align-items: center; gap: 9px; margin-top: 24px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(20,18,15,.4); font-size: .86rem; font-weight: 750; backdrop-filter: blur(10px); }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #d5cec2; box-shadow: 0 0 0 4px rgba(213,206,194,.15); }
.hero-status[data-state='open'] .status-dot { background: #65cc89; box-shadow: 0 0 0 4px rgba(101,204,137,.18); }
.hero-status[data-state='closing'] .status-dot, .hero-status[data-state='preparing'] .status-dot { background: #f2b861; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.action { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px; padding: 0 18px; border: 1px solid rgba(255,255,255,.65); border-radius: 10px; font-size: .9rem; font-weight: 750; text-decoration: none; }
.action--primary { border-color: var(--ember); background: var(--ember); color: white; }
.action:hover { transform: translateY(-1px); }
.action:focus-visible, .quick-link:focus-visible, .menu-link:focus-visible, .gallery a:focus-visible { outline: 3px solid #f2b861; outline-offset: 3px; }
.visit-strip { position: relative; z-index: 3; width: min(1080px, calc(100% - 32px)); margin: -24px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 16px; background: var(--card); box-shadow: var(--shadow); }
.visit-fact { min-width: 0; padding: 20px 22px; }
.visit-fact + .visit-fact { border-left: 1px solid var(--line); }
.fact-label { display: block; margin-bottom: 4px; color: var(--muted); font-size: .72rem; font-weight: 750; }
.fact-value { margin: 0; font-size: .9rem; font-weight: 680; line-height: 1.5; }
.notice-slot:empty { display: none; }
.notice-slot:not(:empty) { width: min(1080px, calc(100% - 32px)); margin: 14px auto 0; padding: 12px 16px; border: 1px solid var(--line); background: #f7e9df; font-size: .84rem; }
.notice-slot .store-hours { margin: 0; }
.page { width: min(1080px, calc(100% - 32px)); margin: 0 auto; padding: 96px 0 130px; }
.jump-nav { display: flex; gap: 8px; overflow-x: auto; padding: 0 0 14px; scrollbar-width: none; }
.jump-nav::-webkit-scrollbar { display: none; }
.quick-link { flex: 0 0 auto; min-height: 40px; display: inline-flex; align-items: center; padding: 0 13px; border: 1px solid var(--line); border-radius: 999px; background: var(--card); color: var(--muted); font-size: .78rem; font-weight: 700; text-decoration: none; }
.local-story { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .75fr); gap: clamp(48px, 8vw, 96px); align-items: center; margin-top: 48px; padding: 72px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.local-story__title { max-width: 640px; margin: 0; font-size: clamp(2rem, 4.5vw, 3.5rem); font-weight: 780; line-height: 1.12; letter-spacing: -.045em; }
.local-story__lead { max-width: 34em; margin: 24px 0 0; color: var(--muted); font-size: 1rem; }
.local-story__timeline { margin: 36px 0 0; }
.local-story__timeline div { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 18px; padding: 14px 0; border-top: 1px solid var(--line); }
.local-story__timeline div:last-child { border-bottom: 1px solid var(--line); }
.local-story__timeline dt { font-weight: 820; letter-spacing: -.02em; }
.local-story__timeline dd { margin: 0; color: var(--muted); font-size: .9rem; }
.local-story__document { align-self: center; margin: 24px 0 0; }
.local-story__document img { -webkit-mask-image: linear-gradient(to right, transparent 0%, var(--ink) 5%, var(--ink) 95%, transparent 100%); mask-image: linear-gradient(to right, transparent 0%, var(--ink) 5%, var(--ink) 95%, transparent 100%); }
.section { padding: 88px 0 0; scroll-margin-top: 20px; }
.section-head { display: grid; grid-template-columns: minmax(200px,.72fr) minmax(300px,1.28fr); gap: 50px; align-items: end; margin-bottom: 30px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.section-title { margin: 0; font-size: clamp(1.65rem, 4vw, 2.65rem); line-height: 1.15; letter-spacing: -.045em; }
.section-desc { margin: 0; color: var(--muted); font-size: .95rem; }
.menu-order-note { margin: 10px 0 0; color: var(--ink); font-size: .84rem; font-weight: 720; }
.menu-board { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 2px solid var(--ink); }
.menu-row { display: grid; grid-template-columns: 1fr auto; gap: 18px; padding: 20px 10px; border-bottom: 1px solid var(--line); }
.menu-row:nth-child(odd) { padding-right: 30px; border-right: 1px solid var(--line); }
.menu-row:nth-child(even) { padding-left: 30px; }
.menu-name { margin: 0; font-size: 1rem; font-weight: 780; }
.menu-note { margin: 3px 0 0; color: var(--muted); font-size: .78rem; }
.menu-price { align-self: start; font-size: .9rem; font-weight: 750; white-space: nowrap; }
.menu-link { display: inline-flex; min-height: 44px; align-items: center; margin-top: 18px; color: var(--ember-deep); font-size: .87rem; font-weight: 750; text-underline-offset: 4px; }
.occasion-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 20px; }
.occasion-main { min-height: 420px; padding: 34px; display: flex; flex-direction: column; justify-content: flex-end; background: var(--ink); color: white; border-radius: 16px; background-size: cover; background-position: center; position: relative; overflow: hidden; }
.occasion-main::before { position: absolute; inset: 0; content: ''; background: linear-gradient(180deg, transparent 35%, rgba(25,22,18,.88)); }
.occasion-main > * { position: relative; }
.occasion-main h3 { max-width: 520px; margin: 0; font-size: clamp(1.45rem, 3vw, 2.2rem); line-height: 1.25; }
.occasion-main p { max-width: 560px; margin: 10px 0 0; color: rgba(255,255,255,.82); }
.occasion-side { display: grid; gap: 12px; }
.info-panel { padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: var(--card); }
.info-panel h3 { margin: 0 0 8px; font-size: 1rem; }
.info-panel p { margin: 0; color: var(--muted); font-size: .86rem; }
.info-panel__link { display: inline-flex; min-height: 44px; align-items: center; gap: 6px; margin-top: 7px; color: var(--ember-deep); font-size: .78rem; font-weight: 750; text-decoration: underline; text-decoration-color: color-mix(in srgb, var(--ember-deep) 42%, transparent); text-underline-offset: 4px; }
.info-panel__link:hover { text-decoration-color: currentColor; }
.info-panel__link:focus-visible { outline: 2px solid var(--ember); outline-offset: 3px; border-radius: 6px; }
.route-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.route-item { padding: 24px; border-top: 3px solid var(--ink); background: var(--paper-soft); }
.route-item h3 { margin: 0 0 8px; font-size: 1rem; }
.route-item p { margin: 0; color: var(--muted); font-size: .84rem; }
.route-item .parking-warning { display: block; margin-top: 8px; color: #a33f35; font-size: .82rem; font-weight: 750; line-height: 1.5; }
.access-note { display: flex; align-items: baseline; gap: 14px; margin: 18px 0 0; padding: 15px 18px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-size: .84rem; }
.access-note strong { flex: 0 0 auto; color: var(--ink); }
.route-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 22px; }
.route-actions .action { border-color: var(--ink); }
.route-map-alt { display: inline-flex; min-height: 44px; align-items: center; gap: 5px; padding: 0 7px; color: var(--muted); font-size: .78rem; font-weight: 650; text-decoration: underline; text-decoration-color: color-mix(in srgb, var(--muted) 45%, transparent); text-underline-offset: 4px; }
.route-map-alt:hover { color: var(--ink); text-decoration-color: currentColor; }
.route-map-alt:focus-visible { outline: 2px solid var(--ember); outline-offset: 3px; border-radius: 6px; }
.gallery { display: grid; grid-template-columns: 1.35fr .65fr .65fr; grid-template-rows: 240px 240px; gap: 10px; }
.gallery figure { margin: 0; overflow: hidden; border-radius: 12px; background: var(--paper-soft); }
.gallery figure:first-child { grid-row: 1 / 3; }
.gallery img { height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery figure:hover img { transform: scale(1.02); }
.location-reviews { display: grid; grid-template-columns: 1fr 1fr; border-top: 2px solid var(--ink); }
.location-review { display: grid; grid-template-columns: 104px 1fr; gap: 20px; min-width: 0; padding: 24px 20px; color: var(--ink); text-decoration: none; }
.location-review + .location-review { border-left: 1px solid var(--line); }
.location-review img { width: 104px; height: 104px; border-radius: 12px; object-fit: cover; }
.location-review > span { min-width: 0; }
.location-review q { display: block; font-size: .94rem; font-weight: 650; line-height: 1.65; }
.location-review q::before, .location-review q::after { color: var(--ember); }
.location-review small { display: block; margin-top: 12px; color: var(--muted); font-size: .72rem; font-weight: 650; }
.location-review:hover q { text-decoration: underline; text-underline-offset: 4px; }
.location-review:focus-visible, .reviews-more:focus-visible { outline: 2px solid var(--ember); outline-offset: 3px; border-radius: 6px; }
.reviews-more { display: inline-flex; min-height: 44px; align-items: center; gap: 6px; margin-top: 14px; color: var(--ember-deep); font-size: .84rem; font-weight: 750; text-underline-offset: 4px; }
.other-branch { margin-top: 96px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.other-branch p { margin: 0; color: var(--muted); font-size: .88rem; }
.other-branch a { flex: 0 0 auto; font-weight: 780; color: var(--ember-deep); text-underline-offset: 4px; }
.site-footer { margin-top: 70px; padding-top: 28px; border-top: 1px solid var(--line); text-align: center; }
.footer-brand { font-family: var(--brand); font-size: 1.15rem; text-decoration: none; }
.footer-social { margin: 8px 0 0; font-size: .78rem; color: var(--muted); }
.sticky-cta { position: fixed; z-index: 30; right: 0; bottom: 0; left: 0; display: none; grid-template-columns: 1fr 1.45fr; gap: 8px; padding: 8px 12px calc(8px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: rgba(249,246,240,.94); backdrop-filter: blur(14px); }
.sticky-cta .action { min-height: 46px; border-color: var(--ink); background: var(--card); }
.sticky-cta .action--primary { border-color: var(--ember); background: var(--ember); }
.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; }

@media (max-width: 760px) {
  .site-nav { min-height: 60px; }
  .location-hero { min-height: 680px; }
  .location-hero__content { padding-bottom: 48px; }
  .location-title { max-width: 330px; }
  .location-lead { max-width: 340px; }
  .hero-actions .action { flex: 1 1 140px; }
  .visit-strip { grid-template-columns: 1fr; margin-top: -18px; }
  .visit-fact { padding: 15px 18px; }
  .visit-fact + .visit-fact { border-left: 0; border-top: 1px solid var(--line); }
  .page { padding-top: 52px; }
  .local-story { grid-template-columns: 1fr; gap: 34px; margin-top: 36px; padding: 48px 0; }
  .local-story__title { font-size: clamp(1.85rem, 8vw, 2.5rem); }
  .local-story__lead { margin-top: 20px; }
  .local-story__timeline { margin-top: 30px; }
  .local-story__timeline div { grid-template-columns: 52px minmax(0, 1fr); gap: 14px; }
  .local-story__document { width: min(100%, 360px); margin: 0 auto; }
  .section { padding-top: 68px; }
  .section-head { grid-template-columns: 1fr; gap: 12px; margin-bottom: 22px; }
  .menu-board { grid-template-columns: 1fr; }
  .menu-row:nth-child(n) { padding: 17px 4px; border-right: 0; }
  .occasion-grid { grid-template-columns: 1fr; }
  .occasion-main { min-height: 430px; padding: 24px; background-position: center; }
  .route-list { grid-template-columns: 1fr; }
  .route-item { padding: 19px; }
  .access-note { align-items: flex-start; flex-direction: column; gap: 3px; }
  .gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 260px 180px 180px; }
  .gallery figure:first-child { grid-column: 1 / 3; grid-row: auto; }
  .location-reviews { grid-template-columns: 1fr; }
  .location-review { grid-template-columns: 82px 1fr; gap: 15px; padding: 18px 4px; }
  .location-review + .location-review { border-left: 0; border-top: 1px solid var(--line); }
  .location-review img { width: 82px; height: 82px; }
  .other-branch { align-items: flex-start; flex-direction: column; }
  .sticky-cta { display: grid; }
  .site-footer { padding-bottom: 54px; }
}

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