:root {
  --ink: #141311;
  --paper: #f1ede4;
  --ivory: #fffaf0;
  --ember: #c9462d;
  --muted: #716b62;
  --line: rgba(20, 19, 17, 0.18);
  --pad: clamp(20px, 4.5vw, 72px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Noto Sans KR", sans-serif;
  letter-spacing: 0;
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
h1, h2, p, figure, dl { margin-top: 0; }
button, input, select { font: inherit; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 76px;
  padding: 0 var(--pad);
  color: var(--ivory);
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}
.site-header.is-scrolled { border-bottom: 1px solid var(--line); background: rgba(241, 237, 228, 0.93); color: var(--ink); backdrop-filter: blur(16px); }
.brand { display: inline-flex; width: fit-content; align-items: center; gap: 11px; font-size: 19px; font-weight: 900; }
.brand-mark { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 15px; }
.site-header nav { display: flex; gap: 28px; font-size: 14px; font-weight: 700; }
.header-action { justify-self: end; border-bottom: 1px solid currentColor; padding: 10px 0 7px; font-size: 14px; font-weight: 800; }

.hero { position: relative; min-height: 100svh; overflow: hidden; background: #191714; color: var(--ivory); }
.hero-image, .hero-overlay { position: absolute; inset: 0; }
.hero-image { transform: scale(1.025); animation: hero-breathe 14s ease-out both; }
.hero-overlay { background: linear-gradient(90deg, rgba(10,9,8,.1), rgba(10,9,8,.18) 45%, rgba(10,9,8,.78)), linear-gradient(0deg, rgba(10,9,8,.72), transparent 48%); }
.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(680px, calc(100% - 40px));
  min-height: 100svh;
  margin-left: auto;
  flex-direction: column;
  justify-content: flex-end;
  padding: 120px var(--pad) clamp(130px, 17vh, 190px) 20px;
}
.kicker, .eyebrow { margin-bottom: 14px; color: var(--ember); font-size: 12px; font-weight: 900; letter-spacing: .16em; }
h1 { display: grid; gap: 3px; margin-bottom: 24px; font-size: clamp(52px, 6.2vw, 92px); font-weight: 900; line-height: 1.04; word-break: keep-all; }
h1 span { display: block; }
.hero-copy > p:not(.kicker) { max-width: 500px; margin-bottom: 30px; color: rgba(255,250,240,.78); font-size: clamp(16px,1.25vw,20px); line-height: 1.7; word-break: keep-all; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; border: 0; border-radius: 7px; padding: 0 24px; cursor: pointer; font-weight: 800; }
.button.primary { background: var(--ember); color: #fff; }
.button.light { background: var(--ivory); color: var(--ink); }
.text-action { border-bottom: 1px solid currentColor; padding: 11px 0 8px; font-weight: 800; }
.hero-meta { position: absolute; right: var(--pad); bottom: 38px; left: var(--pad); z-index: 2; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.34); padding-top: 17px; color: rgba(255,250,240,.72); font-size: 13px; }

.signature { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(28px, 6vw, 96px); width: min(1320px, calc(100% - 40px)); margin: 0 auto; align-items: center; padding: clamp(90px, 12vw, 170px) 0; }
.section-index { position: absolute; top: 48px; left: 0; color: rgba(20,19,17,.08); font-size: clamp(96px,16vw,230px); font-weight: 900; line-height: 1; }
.signature-copy { position: relative; z-index: 1; padding-left: clamp(0px, 4vw, 54px); }
h2 { margin-bottom: 22px; font-size: clamp(38px,5vw,72px); font-weight: 900; line-height: 1.08; word-break: keep-all; }
.signature-copy > p:not(.eyebrow), .menu-heading > p { color: var(--muted); line-height: 1.75; word-break: keep-all; }
.signature-copy dl { margin: 36px 0 0; border-top: 1px solid var(--line); }
.signature-copy dl div { display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); padding: 18px 0; }
.signature-copy dt { font-weight: 800; }
.signature-copy dd { margin: 0; color: var(--ember); font-weight: 900; }
.signature figure { min-height: 650px; margin: 0; overflow: hidden; border-radius: 7px; }

.menu { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 820px; background: var(--ink); color: var(--ivory); }
.menu-image { min-height: 680px; }
.menu-panel { display: flex; flex-direction: column; justify-content: space-between; padding: clamp(62px,7vw,108px) var(--pad); }
.menu-heading { display: grid; gap: 24px; }
.menu-heading > p { color: rgba(255,250,240,.62); }
.menu-list { border-top: 1px solid rgba(255,255,255,.22); }
.menu-list div { display: flex; justify-content: space-between; gap: 24px; border-bottom: 1px solid rgba(255,255,255,.22); padding: 23px 0; }
.menu-list span { font-size: clamp(17px,1.4vw,21px); font-weight: 700; }
.menu-list strong { color: #e98264; font-variant-numeric: tabular-nums; }

.space { position: relative; min-height: 88svh; overflow: hidden; color: #fff; }
.space > img { position: absolute; inset: 0; filter: brightness(.68); }
.space::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(13,12,10,.72), transparent 62%), linear-gradient(0deg, rgba(13,12,10,.55), transparent 45%); }
.space-copy { position: relative; z-index: 2; width: min(610px, calc(100% - 40px)); padding: clamp(100px, 14vh, 160px) 0 0 var(--pad); }
.space-copy p:last-child { max-width: 400px; color: rgba(255,255,255,.72); line-height: 1.7; }
.space-facts { position: absolute; right: var(--pad); bottom: 38px; left: var(--pad); z-index: 2; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.35); }
.space-facts span { padding: 18px 0; color: rgba(255,255,255,.82); }

.reservation { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; }
.reservation-media { min-height: 640px; }
.reservation-panel { align-self: center; padding: clamp(64px,8vw,120px) var(--pad); }
.reservation-panel > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; }
.reservation form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 15px; margin-top: 32px; }
label { display: grid; gap: 8px; font-size: 13px; font-weight: 800; }
input, select { width: 100%; min-height: 50px; border: 1px solid var(--line); border-radius: 6px; background: var(--ivory); color: var(--ink); padding: 0 14px; }
.wide { grid-column: 1 / -1; }
.inquiry-link { display: inline-flex; margin-top: 18px; border-bottom: 1px solid var(--line); padding-bottom: 6px; color: var(--muted); font-size: 14px; font-weight: 700; }

.news { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 680px; background: #d9d1c3; }
.news-image { min-height: 580px; }
.news-panel { align-self: center; padding: clamp(60px,8vw,110px) var(--pad); }
.board { border-top: 1px solid var(--line); }
.board a { display: grid; grid-template-columns: 64px 1fr; gap: 18px; border-bottom: 1px solid var(--line); padding: 19px 0; }
.board time { color: var(--ember); font-size: 13px; font-weight: 900; }
.board span { line-height: 1.55; word-break: keep-all; }

.location { position: relative; min-height: 86svh; overflow: hidden; color: #fff; }
.location > img, .location-shade { position: absolute; inset: 0; }
.location-shade { background: linear-gradient(90deg, rgba(8,9,10,.82), rgba(8,9,10,.3) 60%, transparent); }
.location-copy { position: relative; z-index: 2; width: min(620px, calc(100% - 40px)); padding: clamp(110px,16vh,170px) 0 90px var(--pad); }
.location-copy dl { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px 28px; margin: 36px 0; border-top: 1px solid rgba(255,255,255,.35); padding-top: 24px; }
.location-copy dt { margin-bottom: 6px; color: #ed8a6b; font-size: 12px; font-weight: 900; }
.location-copy dd { margin: 0; color: rgba(255,255,255,.8); line-height: 1.55; }

footer { display: flex; gap: 22px; align-items: center; padding: 30px var(--pad); background: var(--ink); color: rgba(255,255,255,.58); font-size: 13px; }
footer strong { color: #fff; font-size: 17px; } footer a { margin-left: auto; }
.mobile-booking { display: none; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 620ms ease, transform 620ms ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@keyframes hero-breathe { from { transform: scale(1.06); } to { transform: scale(1.025); } }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 64px; padding: 0 18px; }
  .site-header nav, .header-action { display: none; }
  .hero-image { object-position: 35% center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(10,9,8,.88), rgba(10,9,8,.06) 70%); }
  .hero-copy { width: auto; min-height: 100svh; padding: 92px 20px 144px; justify-content: flex-end; }
  h1 { gap: 0; font-size: clamp(38px,11vw,51px); line-height: 1.1; }
  .hero-copy > p:not(.kicker) { max-width: 330px; font-size: 15px; word-break: normal; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 10px; }
  .hero-actions .button { width: 100%; }
  .hero-meta { right: 20px; bottom: 24px; left: 20px; grid-template-columns: 1fr 1fr; gap: 8px; font-size: 11px; }
  .hero-meta span:last-child { display: none; }
  .signature, .menu, .reservation, .news { grid-template-columns: 1fr; }
  .signature { gap: 34px; width: calc(100% - 36px); padding: 80px 0; }
  .section-index { top: 30px; font-size: 110px; }
  .signature-copy { padding: 0; }
  h2 { font-size: clamp(33px,9vw,44px); line-height: 1.12; }
  .signature figure { min-height: 0; aspect-ratio: 4 / 5; }
  .menu { min-height: 0; }
  .menu-image { min-height: 0; aspect-ratio: 4 / 3; }
  .menu-panel { padding: 58px 20px 68px; }
  .menu-heading { gap: 10px; }
  .menu-list div { padding: 17px 0; }
  .menu-list span { font-size: 16px; }
  .space { min-height: 760px; }
  .space > img { object-position: 62% center; }
  .space::after { background: linear-gradient(0deg, rgba(13,12,10,.84), rgba(13,12,10,.08) 72%); }
  .space-copy { position: absolute; right: 20px; bottom: 128px; left: 20px; width: auto; padding: 0; }
  .space-facts { right: 20px; bottom: 20px; left: 20px; grid-template-columns: 1fr; }
  .space-facts span { padding: 7px 0; }
  .reservation-media { min-height: 0; aspect-ratio: 4 / 3; }
  .reservation-panel { padding: 60px 20px 72px; }
  .reservation form { grid-template-columns: 1fr; }
  .wide { grid-column: auto; }
  .news-image { min-height: 0; aspect-ratio: 4 / 3; }
  .news-panel { padding: 58px 20px 68px; }
  .location { min-height: 760px; }
  .location > img { object-position: 62% center; }
  .location-shade { background: linear-gradient(0deg, rgba(8,9,10,.9), rgba(8,9,10,.08) 78%); }
  .location-copy { position: absolute; right: 20px; bottom: 56px; left: 20px; width: auto; padding: 0; }
  .location-copy dl { grid-template-columns: 1fr 1fr; gap: 14px; }
  footer { padding-bottom: 92px; }
  .mobile-booking { position: fixed; right: 14px; bottom: 14px; left: 14px; z-index: 80; display: flex; min-height: 56px; align-items: center; justify-content: center; border-radius: 7px; background: var(--ember); color: #fff; font-weight: 900; box-shadow: 0 16px 38px rgba(20,19,17,.28); opacity: 0; pointer-events: none; transform: translateY(16px); transition: opacity 180ms ease, transform 180ms ease; }
  .mobile-booking.is-visible { opacity: 1; pointer-events: auto; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-image, .reveal { animation: none; transition: none; transform: none; }
  .reveal { opacity: 1; }
}
