:root {
  --ink: #10273b;
  --blue: #205d89;
  --sky: #d9edf3;
  --paper: #f7f7f2;
  --white: #fffef9;
  --orange: #e97832;
  --muted: #647484;
  --line: rgba(16,39,59,.16);
  --pad: clamp(20px,4.5vw,70px);
}

* { 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, 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: 72px; padding: 0 var(--pad); color: var(--ink); transition: background 180ms ease, border-color 180ms ease; }
.site-header.is-scrolled { border-bottom: 1px solid var(--line); background: rgba(255,254,249,.94); backdrop-filter: blur(16px); }
.brand { display: inline-flex; width: fit-content; align-items: center; gap: 10px; font-size: 19px; font-weight: 900; }
.brand-mark { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; font-size: 14px; }
.site-header nav { display: flex; gap: 27px; font-size: 14px; font-weight: 700; }
.header-action { justify-self: end; min-height: 42px; border: 1px solid var(--ink); border-radius: 6px; padding: 10px 17px; font-size: 14px; font-weight: 800; }

.hero { position: relative; min-height: 92svh; overflow: hidden; background: var(--sky); }
.hero > img { position: absolute; inset: 0; }
.hero-copy { position: relative; z-index: 2; display: flex; width: min(680px, calc(100% - 40px)); min-height: 92svh; flex-direction: column; justify-content: center; padding: 100px 0 90px var(--pad); }
.hero-copy::before { position: absolute; z-index: -1; top: 16%; right: -80px; bottom: 14%; left: calc(var(--pad) - 35px); border-radius: 7px; content: ""; background: rgba(255,254,249,.9); box-shadow: 0 28px 90px rgba(16,39,59,.1); backdrop-filter: blur(7px); }
.eyebrow { margin-bottom: 13px; color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .15em; }
h1 { display: grid; gap: 2px; margin-bottom: 22px; font-size: clamp(49px,5.7vw,84px); font-weight: 900; line-height: 1.05; word-break: keep-all; }
h1 span { display: block; }
.hero-copy > p:not(.eyebrow) { max-width: 470px; margin-bottom: 30px; color: var(--muted); font-size: clamp(16px,1.2vw,19px); line-height: 1.7; word-break: keep-all; }
.hero-actions { display: flex; gap: 10px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; border: 0; border-radius: 7px; padding: 0 23px; cursor: pointer; font-weight: 800; }
.button.primary { background: var(--orange); color: #fff; }
.button.quiet { border: 1px solid var(--line); background: var(--white); color: var(--ink); }
.button.dark { background: var(--ink); color: #fff; }
.today-quick { position: absolute; right: var(--pad); bottom: 36px; z-index: 2; display: grid; gap: 5px; width: min(330px, calc(100% - 40px)); border-left: 4px solid var(--orange); border-radius: 6px; background: rgba(255,254,249,.94); padding: 18px 20px; }
.today-quick span, .today-quick small { color: var(--muted); }
.today-quick strong { font-size: 21px; }

.catch { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 760px; background: var(--white); }
.catch-image { min-height: 620px; }
.catch-panel { align-self: center; padding: clamp(70px,8vw,120px) var(--pad); }
h2 { margin-bottom: 20px; font-size: clamp(38px,4.7vw,68px); font-weight: 900; line-height: 1.1; word-break: keep-all; }
.catch-panel > p:not(.eyebrow), .menu-head > p, .space-copy p:last-child, .takeout-copy > p:not(.eyebrow), .reservation-card > p:not(.eyebrow) { color: var(--muted); line-height: 1.72; word-break: keep-all; }
.catch-list { margin-top: 34px; border-top: 1px solid var(--line); }
.catch-list div { display: grid; grid-template-columns: 10px .6fr 1fr auto; gap: 13px; align-items: center; border-bottom: 1px solid var(--line); padding: 18px 0; }
.catch-list small { color: var(--muted); }
.catch-list em { color: var(--blue); font-size: 12px; font-style: normal; font-weight: 900; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: #63a98a; }
.dot.limited { background: var(--orange); }

.menu { width: min(1320px, calc(100% - 40px)); margin: 0 auto; padding: clamp(90px,11vw,150px) 0; }
.menu-head { display: grid; grid-template-columns: 1fr .8fr; gap: 40px; align-items: end; margin-bottom: 38px; }
.menu-head > p { max-width: 480px; }
.menu-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 22px; }
.menu-layout > img { min-height: 590px; border-radius: 7px; }
.menu-options { display: grid; grid-template-columns: repeat(3,1fr); align-content: start; border-top: 1px solid var(--line); }
.menu-options button { min-height: 58px; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--muted); cursor: pointer; font-weight: 800; }
.menu-options button.is-active { background: var(--ink); color: #fff; }
.menu-copy { grid-column: 1 / -1; display: grid; gap: 12px; margin-top: 28px; border-top: 4px solid var(--orange); background: var(--white); padding: 28px; }
.menu-copy span { font-size: 19px; font-weight: 800; }
.menu-copy strong { font-size: 34px; }
.menu-copy p { margin: 0; color: var(--muted); line-height: 1.65; }

.space { position: relative; min-height: 85svh; overflow: hidden; }
.space > img { position: absolute; inset: 0; }
.space::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(255,254,249,.94), rgba(255,254,249,.56) 42%, transparent 68%); }
.space-copy { position: relative; z-index: 2; width: min(590px, calc(100% - 40px)); padding: clamp(100px,14vh,160px) 0 0 var(--pad); }
.space-facts { position: absolute; right: var(--pad); bottom: 34px; z-index: 2; display: grid; grid-template-columns: repeat(3,1fr); width: min(640px, calc(100% - 40px)); border-radius: 7px; background: rgba(16,39,59,.94); color: #fff; }
.space-facts div { display: grid; gap: 4px; padding: 20px 24px; }
.space-facts strong { font-size: 27px; }
.space-facts span { color: rgba(255,255,255,.66); font-size: 12px; }

.takeout { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 760px; background: #e5eef0; }
.takeout-copy { align-self: center; padding: clamp(65px,8vw,120px) var(--pad); }
.takeout-image { min-height: 640px; }
form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; margin-top: 30px; }
label { display: grid; gap: 7px; color: #294257; font-size: 13px; font-weight: 800; }
input, select { width: 100%; min-height: 50px; border: 1px solid var(--line); border-radius: 6px; background: var(--white); color: var(--ink); padding: 0 14px; }
.wide { grid-column: 1 / -1; }

.reservation { position: relative; min-height: 720px; overflow: hidden; }
.reservation > img { position: absolute; inset: 0; }
.reservation-card { position: relative; z-index: 2; width: min(500px, calc(100% - 40px)); margin-left: var(--pad); border-radius: 7px; background: rgba(255,254,249,.94); padding: clamp(38px,4vw,58px); transform: translateY(120px); box-shadow: 0 28px 80px rgba(16,39,59,.15); }
.reservation-card h2 { font-size: clamp(36px,4vw,54px); }
.reservation-card form { grid-template-columns: 1fr 1fr; }

.news { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 650px; background: var(--white); }
.news-image { min-height: 560px; }
.news-copy { 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: 15px; border-bottom: 1px solid var(--line); padding: 18px 0; }
.board time { color: var(--orange); font-size: 13px; font-weight: 900; }
.board span { line-height: 1.55; word-break: keep-all; }

.location { position: relative; min-height: 82svh; overflow: hidden; }
.location > img { position: absolute; inset: 0; }
.location-panel { position: absolute; right: var(--pad); bottom: 48px; width: min(560px, calc(100% - 40px)); border-radius: 7px; background: rgba(255,254,249,.94); padding: clamp(38px,4vw,58px); }
.location-panel dl { display: grid; grid-template-columns: 1fr 1fr; gap: 15px 24px; margin: 30px 0; border-top: 1px solid var(--line); padding-top: 22px; }
.location-panel dt { margin-bottom: 5px; color: var(--blue); font-size: 12px; font-weight: 900; }
.location-panel dd { margin: 0; color: var(--muted); line-height: 1.5; }

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

@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 { min-height: 100svh; }
  .hero > img { object-position: 63% center; }
  .hero-copy { width: auto; min-height: 100svh; justify-content: flex-end; padding: 88px 20px 166px; }
  .hero-copy::before { top: auto; right: 14px; bottom: 96px; left: 14px; height: 390px; }
  h1 { font-size: clamp(37px,10.4vw,48px); line-height: 1.12; }
  .hero-copy > p:not(.eyebrow) { max-width: 315px; font-size: 15px; word-break: normal; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .today-quick { right: 20px; bottom: 18px; left: 20px; width: auto; padding: 13px 16px; }
  .today-quick small { display: none; }
  .catch, .menu-head, .menu-layout, .takeout, .news { grid-template-columns: 1fr; }
  .catch-image, .takeout-image, .news-image { min-height: 0; aspect-ratio: 4 / 3; }
  .catch-panel { padding: 58px 20px 70px; }
  h2 { font-size: clamp(33px,9vw,44px); }
  .catch-list div { grid-template-columns: 10px .55fr 1fr auto; gap: 9px; }
  .catch-list small { font-size: 11px; }
  .menu { width: calc(100% - 36px); padding: 72px 0; }
  .menu-head { gap: 8px; margin-bottom: 28px; }
  .menu-layout > img { min-height: 0; aspect-ratio: 4 / 3; }
  .menu-copy { margin-top: 16px; padding: 22px; }
  .space { min-height: 760px; }
  .space > img { object-position: 56% center; }
  .space::after { background: linear-gradient(0deg, rgba(255,254,249,.96), rgba(255,254,249,.12) 76%); }
  .space-copy { position: absolute; right: 20px; bottom: 142px; left: 20px; width: auto; padding: 0; }
  .space-facts { right: 20px; bottom: 20px; left: 20px; width: auto; }
  .space-facts div { padding: 15px 13px; }
  .space-facts strong { font-size: 21px; }
  .takeout-copy { order: 2; padding: 58px 20px 70px; }
  .takeout-image { order: 1; }
  form, .reservation-card form { grid-template-columns: 1fr; }
  .wide { grid-column: auto; }
  .reservation { min-height: 780px; }
  .reservation > img { object-position: 64% center; }
  .reservation-card { position: absolute; right: 18px; bottom: 22px; left: 18px; width: auto; margin: 0; padding: 28px 22px; transform: none; }
  .news-copy { padding: 58px 20px 70px; }
  .location { min-height: 760px; }
  .location > img { object-position: 46% center; }
  .location-panel { right: 18px; bottom: 22px; left: 18px; width: auto; padding: 28px 22px; }
  .location-panel dl { grid-template-columns: 1fr 1fr; gap: 12px; }
  footer { padding-bottom: 92px; }
  .mobile-inquiry { 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(--orange); color: #fff; font-weight: 900; box-shadow: 0 16px 36px rgba(16,39,59,.24); opacity: 0; pointer-events: none; transform: translateY(16px); transition: opacity 180ms ease, transform 180ms ease; }
  .mobile-inquiry.is-visible { opacity: 1; pointer-events: auto; transform: none; }
}

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