@import url('https://fonts.googleapis.com/css2?family=Gowun+Batang:wght@400;700&family=Hahmlet:wght@400;500;600;700&family=Jua&family=Noto+Sans+KR:wght@300;400;500;600;700;800&family=Noto+Serif+KR:wght@500;600;700&display=swap');

:root {
  --ink: #17130f;
  --ink2: #241b15;
  --paper: #f6efe5;
  --cream: #fffaf2;
  --warm: #efe1cf;
  --wood: #a96f3c;
  --gold: #c6934d;
  --red: #8f241d;
  --red2: #6f1712;
  --line: rgba(36, 27, 21, .14);
  --white: #fffaf3;
  --muted: #74675b;
  --shadow: 0 28px 70px rgba(44, 28, 16, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--paper);
  color: var(--ink);
  word-break: keep-all;
  letter-spacing: -.012em;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
h1, h2, h3, p { margin-top: 0; }

.skip { position: fixed; left: 12px; top: -60px; z-index: 999; background: #fff; padding: 12px 16px; }
.skip:focus { top: 12px; }

.site-header {
  position: fixed; inset: 0 0 auto; height: 74px; z-index: 50;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 0 clamp(18px, 5vw, 72px);
  color: #fffaf3;
  border-bottom: 1px solid rgba(255,250,243,.12);
  background: linear-gradient(180deg, rgba(7, 5, 4, .42), rgba(7, 5, 4, 0));
  backdrop-filter: none;
}
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; }
.brand-mark {
  width: 36px; height: 36px; border: 1px solid rgba(255,250,243,.48);
  border-radius: 50%; display: grid; place-items: center;
  font-family: "Noto Serif KR", serif; font-weight: 700;
}
.brand b { display: block; font-size: 14px; font-weight: 800; }
.brand small { display: block; margin-top: 3px; font-size: 9px; letter-spacing: .18em; color: rgba(255,250,243,.68); }
nav { display: flex; gap: clamp(18px, 3vw, 42px); font-size: 13px; font-weight: 700; color: rgba(255,250,243,.76); }
.header-cta { justify-self: end; border: 1px solid rgba(255,250,243,.46); padding: 12px 17px; font-size: 13px; font-weight: 800; background: rgba(255,255,255,.06); }

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fffaf3;
  padding: 108px clamp(24px, 6vw, 96px) 88px;
  background: #14100d;
}
.hero::before {
  content: "";
  position: absolute; inset: 74px 0 auto;
  z-index: 2;
  height: 1px; background: rgba(255,250,243,.18);
}
.hero-bg, .hero-bg picture, .hero-bg img, .hero-shade { position: absolute; inset: 0; }
.hero-bg picture { display: block; }
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  transform: scale(1.015);
  transform-origin: center bottom;
  filter: brightness(1.04) contrast(1.04) saturate(1.04);
}
.hero-shade {
  background:
    radial-gradient(circle at 50% 47%, rgba(6,5,4,.42) 0%, rgba(6,5,4,.24) 34%, rgba(6,5,4,.34) 100%),
    linear-gradient(0deg, rgba(6,5,4,.42), rgba(6,5,4,.2) 34%, rgba(6,5,4,.28));
}
.hero-content {
  position: relative;
  z-index: 3;
  width: min(820px, 92vw);
  padding-bottom: 0;
  margin-top: 0;
  text-align: center;
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.gold { color: var(--gold); }
h1, h2 {
  font-family: "Noto Serif KR", "Noto Sans KR", serif;
  font-weight: 600;
}
h1 {
  margin-bottom: 24px;
  font-size: clamp(42px, 5vw, 82px);
  line-height: 1.1;
  letter-spacing: -.05em;
}
h1 span { font-size: .78em; color: rgba(255,250,243,.82); }
h1 em { color: #f1c78c; font-style: normal; }
.hero-place {
  margin: 0 0 8px;
  color: rgba(255,250,243,.74);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .24em;
}
.hero-center-lockup { text-shadow: 0 18px 42px rgba(0,0,0,.58); }
.hero-brand-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: clamp(18px, 2.5vw, 28px);
  color: rgba(255,250,243,.86);
  font-family: "Gowun Batang", "Noto Serif KR", serif;
  font-size: clamp(21px, 2vw, 31px);
  font-weight: 700;
  letter-spacing: .08em;
}
.hero-mark {
  width: clamp(42px, 3.4vw, 54px);
  height: clamp(42px, 3.4vw, 54px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,250,243,.66);
  border-radius: 50%;
  font-family: "Gowun Batang", "Noto Serif KR", serif;
  font-size: clamp(20px, 1.8vw, 27px);
  font-weight: 400;
  color: rgba(255,250,243,.94);
  background: rgba(10,8,7,.18);
  backdrop-filter: blur(3px);
}
.hero h1 {
  margin: 0 0 clamp(18px, 2vw, 24px);
  font-family: "Hahmlet", "Noto Serif KR", "Noto Sans KR", serif;
  font-size: clamp(37px, 4.6vw, 72px);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -.025em;
}
.hero-copy {
  max-width: 500px;
  color: rgba(255,250,243,.78);
  font-size: clamp(15px, 1.18vw, 18px);
  line-height: 1.86;
}
.hero .hero-copy {
  max-width: none;
  margin: 0;
  color: rgba(255,250,243,.86);
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1.7;
  letter-spacing: .16em;
}
.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 3;
  transform: translateX(-50%);
  display: grid;
  justify-items: center;
  gap: 7px;
  color: rgba(255,250,243,.7);
  font-size: 10px;
  letter-spacing: .1em;
}
.scroll-cue span {
  width: 16px;
  height: 28px;
  border: 1px solid rgba(255,250,243,.58);
  border-radius: 999px;
  position: relative;
}
.scroll-cue span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 7px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255,250,243,.74);
  transform: translateX(-50%);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.button {
  display: inline-flex; justify-content: center; align-items: center;
  min-height: 48px; padding: 0 21px;
  font-size: 14px; font-weight: 800;
  border: 1px solid currentColor;
}
.button.primary { background: var(--red); border-color: var(--red); color: #fff; }
.button.ghost { color: #fffaf3; background: rgba(255,255,255,.08); border-color: rgba(255,250,243,.5); }
.hero-sub-link {
  margin: 16px 0 0;
  color: rgba(255,250,243,.66);
  font-size: 13px;
  line-height: 1.6;
}
.hero-sub-link a {
  border-bottom: 1px solid rgba(255,250,243,.34);
}

.hero-visual { position: relative; z-index: 1; justify-self: stretch; }
.hero-main-photo {
  margin: 0;
  border: 1px solid rgba(36,27,21,.14);
  background: #191410;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.hero-main-photo img {
  width: 100%;
  height: min(68svh, 690px);
  object-fit: cover;
  object-position: center 42%;
}
.hero-mini-photos {
  position: absolute; left: -54px; bottom: -34px;
  display: grid; grid-template-columns: repeat(2, 160px); gap: 10px;
  padding: 10px;
  background: rgba(255,250,243,.86);
  border: 1px solid rgba(36,27,21,.12);
  box-shadow: 0 18px 42px rgba(44,28,16,.14);
}
.hero-mini-photos img {
  width: 160px;
  height: 108px;
  object-fit: cover;
}
.hero-facts {
  position: absolute;
  left: clamp(22px, 5.5vw, 88px);
  right: clamp(22px, 5.5vw, 88px);
  bottom: 30px;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(255,250,243,.22);
  background: rgba(10,8,7,.42);
  backdrop-filter: blur(12px);
}
.hero-facts div { padding: 18px 20px; border-right: 1px solid rgba(255,250,243,.16); }
.hero-facts div:last-child { border-right: 0; }
.hero-facts b { display: block; margin-bottom: 7px; font-size: 14px; font-weight: 800; }
.hero-facts span { color: rgba(255,250,243,.68); font-size: 13px; line-height: 1.45; }

section { position: relative; }
.section-paper { background: var(--paper); }
.section-cream { background: var(--cream); }
.section-ink { background: var(--ink); color: var(--white); }
.section-label { position: absolute; left: clamp(22px, 5vw, 72px); top: 48px; color: var(--wood); font-size: 11px; font-weight: 800; letter-spacing: .16em; }

.intro {
  min-height: 86svh;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(28px, 5.4vw, 78px);
  align-items: center;
  padding: 84px clamp(22px, 5vw, 72px) 78px;
}
.intro-copy h2, .menu-head h2, .review-title h2, .space-copy h2, .visit-copy h2, .faq-head h2 {
  font-size: clamp(34px, 4.25vw, 68px);
  line-height: 1.18;
  letter-spacing: -.05em;
}
.intro-copy p, .menu-head p, .review-title p, .space-copy p {
  max-width: 620px;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.92;
}
.intro-copy .story-body {
  margin: 0 0 14px;
  color: rgba(36, 27, 21, .74);
}
.intro-photo { margin: 0; box-shadow: var(--shadow); overflow: hidden; background: var(--ink); }
.intro-photo img { width: 100%; height: min(58svh, 620px); object-fit: cover; object-position: center; }
figcaption { display: none; }

.process {
  min-height: 94svh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(40px, 7vw, 104px);
  padding: 96px clamp(22px, 5vw, 72px);
}
.process-visual img { width: 100%; height: 72svh; object-fit: cover; object-position: center; box-shadow: 0 30px 70px rgba(0,0,0,.32); }
.process-copy h2 { font-size: clamp(34px, 4.1vw, 66px); line-height: 1.2; letter-spacing: -.05em; }
.steps { list-style: none; padding: 0; margin: 40px 0 0; border-top: 1px solid rgba(255,255,255,.18); }
.steps li { display: grid; grid-template-columns: 148px 1fr; gap: 26px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.steps span { color: rgba(255,250,243,.68); line-height: 1.75; }

.menu { padding: 92px clamp(22px, 5vw, 72px) 112px; }
.menu-head {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 44px;
}
.menu-head .eyebrow { grid-column: 1 / -1; margin-bottom: -18px; }
.menu-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.menu-card {
  display: grid;
  grid-template-columns: minmax(220px, .95fr) 1fr;
  align-items: stretch;
  min-height: 286px;
  background: #f3eadc;
  border: 1px solid rgba(70, 46, 29, .11);
  box-shadow: 0 18px 42px rgba(50, 34, 22, .075);
  overflow: hidden;
}
.menu-card img {
  width: 100%;
  height: 100%;
  min-height: 286px;
  object-fit: contain;
  background: #161412;
  padding: 10px;
}
.menu-card div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 3vw, 38px);
  background: linear-gradient(135deg, #f6eddf 0%, #efe1cf 100%);
}
.menu-card span {
  color: var(--red);
  font-family: "Jua", "Noto Sans KR", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .02em;
}
.menu-card h3 {
  margin: 9px 0 9px;
  min-height: 0;
  font-family: "Jua", "Noto Sans KR", sans-serif;
  font-size: clamp(25px, 2.2vw, 34px);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -.015em;
}
.menu-card p {
  min-height: 0;
  max-width: 320px;
  color: rgba(36, 27, 21, .66);
  font-family: "Noto Sans KR", sans-serif;
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.72;
  letter-spacing: -.02em;
}
.menu-card b {
  display: block;
  margin-top: 18px;
  color: var(--red);
  font-family: "Jua", "Noto Sans KR", sans-serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: -.01em;
}

.reviews {
  padding: 112px clamp(22px, 5vw, 72px) 120px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 24%, rgba(166, 34, 30, .055), transparent 30%),
    radial-gradient(circle at 82% 18%, rgba(179, 116, 52, .08), transparent 34%),
    #fbf3e6;
}
.review-title {
  max-width: 760px;
  margin-bottom: 32px;
}
.review-title h2 {
  color: var(--ink);
}
.review-title h2::first-line {
  color: var(--red);
}
.review-bubbles {
  max-width: 980px;
  margin: 0 auto 42px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  gap: 15px;
}
.review-bubble {
  position: relative;
  padding: 23px 28px 21px;
  border-radius: 999px;
  background: rgba(255, 252, 246, .78);
  border: 1px solid rgba(68, 44, 30, .08);
  box-shadow: 0 22px 52px rgba(60, 38, 24, .09);
}
.review-bubble.featured {
  grid-column: 1 / -1;
  width: min(660px, 100%);
  justify-self: center;
}
.review-bubble::before {
  content: "";
  position: absolute;
  inset: auto 32px -7px auto;
  width: 18px;
  height: 18px;
  background: inherit;
  border-right: 1px solid rgba(68, 44, 30, .08);
  border-bottom: 1px solid rgba(68, 44, 30, .08);
  transform: rotate(45deg);
}
.stars {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 7px;
  color: #f1ae2c;
  font-size: 15px;
  letter-spacing: .04em;
}
.stars em {
  font-style: normal;
  color: rgba(86, 55, 35, .58);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
}
.review-bubble p {
  margin: 0;
  color: rgba(30, 25, 21, .88);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.62;
  letter-spacing: -.035em;
}
.review-bubble small {
  display: block;
  margin-top: 8px;
  color: rgba(80, 55, 39, .52);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}
.review-slider {
  width: 100%;
  padding-top: 28px;
  border-top: 1px solid rgba(47, 33, 23, .12);
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.review-track {
  display: flex;
  align-items: flex-start;
  width: max-content;
  animation: reviewMarquee 28s linear infinite;
  will-change: transform;
}
.review-loop {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  flex: 0 0 auto;
  padding-right: 18px;
}
.review-shot {
  flex: 0 0 clamp(252px, 22vw, 330px);
  margin: 0;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 58px rgba(50,34,22,.14);
}
.review-shot img {
  width: 100%;
  height: auto;
  display: block;
}
@keyframes reviewMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.chef-proof {
  padding: 112px clamp(22px, 5vw, 72px) 118px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 4%, rgba(198, 147, 77, .14), transparent 34%),
    linear-gradient(180deg, #17130f 0%, #100e0c 100%);
}
.chef-copy {
  max-width: 780px;
  margin: 0 auto 38px;
}
.chef-copy h2 {
  margin: 0;
  color: var(--white);
  font-family: "Noto Serif KR", "Hahmlet", serif;
  font-size: clamp(36px, 4.6vw, 74px);
  font-weight: 520;
  line-height: 1.17;
  letter-spacing: -.055em;
}
.chef-copy p {
  max-width: 690px;
  margin: 22px auto 0;
  color: rgba(255, 250, 243, .72);
  font-size: 15.5px;
  font-weight: 300;
  line-height: 1.92;
  letter-spacing: -.02em;
}
.chef-photo {
  width: min(760px, 100%);
  margin: 0 auto;
  overflow: hidden;
  background: #0b0a09;
  box-shadow: 0 34px 90px rgba(0,0,0,.34);
}
.chef-photo img {
  display: block;
  width: 100%;
  height: min(72svh, 760px);
  object-fit: cover;
  object-position: center center;
}
.chef-points {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px auto 0;
}
.chef-points span {
  padding: 10px 14px;
  border: 1px solid rgba(255, 250, 243, .18);
  color: rgba(255, 250, 243, .7);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
}

.space {
  min-height: auto;
  display: block;
  padding: 108px clamp(22px, 5vw, 72px) 116px;
  text-align: center;
}
.space-copy {
  max-width: 760px;
  margin: 0 auto 34px;
}
.space-copy p {
  margin-left: auto;
  margin-right: auto;
}
.space-photo {
  width: min(1040px, 100%);
  margin: 0 auto;
}
.space-photo img {
  width: 100%;
  height: min(62svh, 620px);
  object-fit: cover;
  object-position: center;
  box-shadow: var(--shadow);
}

.visit {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 118px clamp(22px, 5vw, 72px);
  overflow: hidden;
  isolation: isolate;
  text-align: center;
}
.visit-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.visit-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.95) contrast(.96);
}
.visit::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 48%, rgba(8,7,6,.54) 0%, rgba(8,7,6,.46) 38%, rgba(8,7,6,.78) 100%),
    linear-gradient(180deg, rgba(8,7,6,.62), rgba(8,7,6,.72));
}
.visit-copy {
  width: min(760px, 100%);
  margin: 0 auto;
}
.visit-copy h2 {
  font-size: clamp(30px, 3.6vw, 52px);
  line-height: 1.28;
  letter-spacing: -.045em;
}
.naver-search-card {
  width: min(460px, 100%);
  margin: 24px auto 6px;
  padding: 15px 18px;
  display: flex;
  align-items: center;
  gap: 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  color: #16130f;
  box-shadow: 0 22px 70px rgba(0,0,0,.28);
  border: 1px solid rgba(255,255,255,.72);
}
.naver-badge {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #03c75a;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -.04em;
}
.naver-query {
  flex: 1;
  text-align: left;
  font-size: clamp(17px, 1.55vw, 22px);
  font-weight: 760;
  letter-spacing: -.035em;
}
.search-glass {
  position: relative;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  border: 2px solid rgba(22,19,15,.6);
  border-radius: 50%;
}
.search-glass::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  right: -6px;
  bottom: 0;
  background: rgba(22,19,15,.6);
  transform: rotate(45deg);
  transform-origin: left center;
  border-radius: 2px;
}
.visit-copy dl { max-width: 660px; margin: 34px auto; border-top: 1px solid rgba(255,255,255,.22); }
.visit-copy dl div { display: grid; grid-template-columns: 96px 1fr; gap: 18px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.18); text-align: left; }
.visit-copy dt { color: var(--gold); font-size: 13px; font-weight: 800; }
.visit-copy dd { margin: 0; color: rgba(255,250,243,.78); line-height: 1.72; }

.faq { padding: 112px clamp(22px, 5vw, 72px); display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(34px, 7vw, 104px); }
.faq-head h2 { font-size: clamp(28px, 3.4vw, 54px); line-height: 1.26; }
.faq-list { border-top: 1px solid rgba(26,21,17,.18); }
details { border-bottom: 1px solid rgba(26,21,17,.18); padding: 20px 0; }
summary { cursor: pointer; font-size: clamp(16px, 1.25vw, 21px); line-height: 1.55; font-weight: 720; letter-spacing: -.025em; list-style: none; }
summary::-webkit-details-marker { display: none; }
details p { margin: 13px 0 0; color: var(--muted); line-height: 1.76; font-size: 14px; }

.final-cta { padding: 100px 22px 112px; text-align: center; background: var(--red); color: #fff; }
.final-cta p { font-size: 14px; opacity: .78; }
.final-cta h2 {
  margin: 0 auto 30px;
  max-width: 760px;
  font-family: "Noto Serif KR", serif;
  font-size: clamp(34px, 4.8vw, 72px);
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: -.05em;
}
.final-actions {
  width: min(360px, 100%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.final-actions .button {
  width: 100%;
  justify-content: center;
}
.final-cta .button.primary { background: #fff; color: var(--red); border-color: #fff; }
.final-cta .button.ghost {
  background: rgba(255,255,255,.1);
  color: #fff;
  border-color: rgba(255,255,255,.48);
}
.mobile-bar { display: none; }

footer {
  display: grid; grid-template-columns: 1fr 1fr; gap: 28px;
  padding: 42px clamp(22px, 5vw, 72px);
  background: #0b0b0a; color: rgba(255,250,243,.66);
  font-size: 13px; line-height: 1.7;
}
footer b { color: #fff; }

.reveal {
  opacity: 0;
  transform: translate3d(0, 26px, 0);
  filter: blur(4px);
  transition:
    opacity .82s cubic-bezier(.22, 1, .36, 1),
    transform .82s cubic-bezier(.22, 1, .36, 1),
    filter .82s cubic-bezier(.22, 1, .36, 1);
  will-change: opacity, transform, filter;
}
.reveal.visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}
.intro-photo.reveal,
.chef-photo.reveal,
.space-photo.reveal {
  transform: translate3d(0, 34px, 0) scale(.985);
}
.intro-photo.reveal.visible,
.chef-photo.reveal.visible,
.space-photo.reveal.visible {
  transform: translate3d(0, 0, 0) scale(1);
}
.menu-card.reveal,
.review-bubble,
.review-shot {
  transform: translate3d(0, 28px, 0) scale(.985);
}
.menu-card.reveal.visible,
.review-bubbles.visible .review-bubble,
.review-slider.visible .review-shot {
  transform: translate3d(0, 0, 0) scale(1);
}
.review-bubble,
.review-shot {
  transition:
    opacity .78s cubic-bezier(.22, 1, .36, 1),
    transform .78s cubic-bezier(.22, 1, .36, 1);
}
.review-bubbles:not(.visible) .review-bubble,
.review-slider:not(.visible) .review-shot {
  opacity: 0;
}
.review-bubbles.visible .review-bubble,
.review-slider.visible .review-shot {
  opacity: 1;
}
.review-bubbles.visible .review-bubble:nth-child(2) { transition-delay: .08s; }
.review-bubbles.visible .review-bubble:nth-child(3) { transition-delay: .16s; }
.review-slider.visible .review-shot:nth-child(2) { transition-delay: .06s; }
.review-slider.visible .review-shot:nth-child(3) { transition-delay: .12s; }
.review-slider.visible .review-shot:nth-child(4) { transition-delay: .18s; }
.faq-list.visible details {
  animation: faqRise .7s cubic-bezier(.22, 1, .36, 1) both;
}
.faq-list.visible details:nth-child(2) { animation-delay: .05s; }
.faq-list.visible details:nth-child(3) { animation-delay: .1s; }
.faq-list.visible details:nth-child(4) { animation-delay: .15s; }
.faq-list.visible details:nth-child(5) { animation-delay: .2s; }
@keyframes faqRise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
.delay { transition-delay: .12s; }
.delay2 { transition-delay: .2s; }
.delay3 { transition-delay: .28s; }

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .intro-photo.reveal,
  .chef-photo.reveal,
  .space-photo.reveal,
  .menu-card.reveal,
  .review-bubble,
  .review-shot {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
    animation: none;
  }
}

@media (max-width: 1120px) {
  .menu-grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .site-header { height: 66px; grid-template-columns: 1fr auto; padding: 0 18px; }
  nav { display: none; }
  .header-cta { display: none; }
  .brand-mark { width: 34px; height: 34px; }
  .hero {
    min-height: 78svh;
    padding: 84px 22px 52px;
    place-items: center;
  }
  .hero-bg img {
    object-position: center center;
    transform: scale(1.015);
    transform-origin: center center;
  }
  .hero-shade {
    background:
      radial-gradient(circle at 50% 46%, rgba(6,5,4,.52) 0%, rgba(6,5,4,.25) 36%, rgba(6,5,4,.5) 100%),
      linear-gradient(0deg, rgba(6,5,4,.54), rgba(6,5,4,.2) 46%, rgba(6,5,4,.3));
  }
  .hero-content { max-width: none; padding-bottom: 0; margin-top: 0; }
  h1 { font-size: clamp(38px, 10.4vw, 52px); line-height: 1.18; letter-spacing: -.05em; }
  .hero-copy { font-size: 15px; line-height: 1.82; }
  .hero h1 {
    font-size: clamp(31px, 10vw, 42px);
    line-height: 1.16;
    letter-spacing: -.018em;
  }
  .hero .hero-copy {
    font-size: 12px;
    line-height: 1.75;
    letter-spacing: .06em;
  }
  .hero-brand-line {
    gap: 10px;
    margin-bottom: 16px;
    font-size: 19px;
    letter-spacing: .05em;
  }
  .hero-mark {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }
  .scroll-cue { display: none; }
  .intro, .process, .space, .faq { grid-template-columns: 1fr; min-height: auto; padding: 68px 20px; }
  .intro { padding: 42px 20px 48px; gap: 24px; }
  .section-label { position: static; padding: 0; margin-bottom: 16px; }
  .intro-copy h2, .menu-head h2, .review-title h2, .space-copy h2, .visit-copy h2, .faq-head h2 { font-size: clamp(28px, 8vw, 40px); line-height: 1.22; }
  .faq-head h2 { font-size: clamp(23px, 6.2vw, 31px); line-height: 1.34; letter-spacing: -.035em; }
  .intro-copy p, .menu-head p, .review-title p, .space-copy p { font-size: 14.5px; line-height: 1.72; }
  .intro-copy .story-body { margin-bottom: 0; }
  .intro-photo img, .process-visual img, .space-photo img {
    height: auto;
    max-height: none;
    aspect-ratio: auto;
    object-fit: contain;
  }
  .intro-photo img {
    height: 38svh;
    min-height: 238px;
    max-height: 320px;
    object-fit: cover;
    object-position: center 42%;
  }
  .steps li, .visit-copy dl div { grid-template-columns: 1fr; gap: 7px; }
  .visit {
    min-height: 88svh;
    padding: 88px 20px 96px;
  }
  .visit-bg img {
    object-position: 52% center;
  }
  .visit-copy h2 {
    font-size: clamp(25px, 7vw, 32px);
    line-height: 1.34;
    letter-spacing: -.035em;
  }
  .naver-search-card {
    margin-top: 18px;
    padding: 12px 14px;
    gap: 10px;
  }
  .naver-badge {
    width: 26px;
    height: 26px;
    font-size: 14px;
  }
  .naver-query {
    font-size: 17px;
  }
  .search-glass {
    width: 17px;
    height: 17px;
  }
  .visit-copy dl {
    margin: 26px auto;
    text-align: left;
  }
  .menu { padding: 74px 20px 84px; }
  .menu-head { grid-template-columns: 1fr; gap: 12px; margin-bottom: 30px; }
  .menu-head .eyebrow { grid-column: auto; margin-bottom: 0; }
  .menu-grid { grid-template-columns: 1fr; gap: 13px; }
  .menu-card { display: block; min-height: 0; }
  .menu-card img { height: auto; min-height: 0; aspect-ratio: 16 / 10; object-fit: contain; padding: 8px; }
  .menu-card div { padding: 20px 18px 22px; }
  .menu-card span { font-size: 13px; }
  .menu-card h3 { min-height: auto; font-size: 25px; }
  .menu-card p { min-height: auto; margin-bottom: 0; font-size: 13.8px; line-height: 1.68; }
  .menu-card b { margin-top: 12px; font-size: 22px; }
  .reviews { padding: 78px 20px 86px; }
  .review-title { margin-bottom: 26px; }
  .review-bubbles {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 30px;
  }
  .review-bubble,
  .review-bubble.featured {
    width: 100%;
    border-radius: 25px;
    padding: 19px 20px 18px;
  }
  .review-bubble::before {
    right: 28px;
    width: 14px;
    height: 14px;
  }
  .review-bubble p {
    font-size: 13.8px;
    line-height: 1.62;
    letter-spacing: -.04em;
  }
  .review-slider {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding-top: 20px;
    mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  }
  .review-track {
    animation-duration: 30s;
  }
  .review-loop {
    gap: 12px;
    padding-right: 12px;
  }
  .review-shot {
    flex-basis: 270px;
    border-radius: 14px;
  }
  .chef-proof {
    padding: 76px 20px 82px;
  }
  .chef-copy {
    margin-bottom: 26px;
  }
  .chef-copy h2 {
    font-size: clamp(30px, 8.8vw, 40px);
    line-height: 1.2;
    letter-spacing: -.045em;
  }
  .chef-copy p {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.78;
  }
  .chef-photo img {
    height: min(66svh, 440px);
    min-height: 360px;
    object-position: center center;
  }
  .chef-points {
    margin-top: 18px;
    gap: 8px;
  }
  .chef-points span {
    padding: 8px 10px;
    font-size: 10.5px;
    letter-spacing: .06em;
  }
  .space {
    padding: 70px 20px 78px;
  }
  .space-copy {
    margin-bottom: 24px;
  }
  .space-copy p {
    margin-left: auto;
    margin-right: auto;
  }
  .space-photo img {
    height: 42svh;
    min-height: 250px;
    max-height: 340px;
    object-fit: cover;
    object-position: center;
  }
  .faq {
    padding-top: 62px;
    padding-bottom: 70px;
  }
  details { padding: 17px 0; }
  summary { font-size: 15.5px; line-height: 1.55; }
  details p { margin-top: 10px; font-size: 13.4px; line-height: 1.7; }
  .final-cta { padding-bottom: 96px; }
  .mobile-bar { position: fixed; z-index: 80; inset: auto 0 0; display: grid; grid-template-columns: 1fr 1fr; height: 62px; background: #11110f; border-top: 1px solid rgba(255,255,255,.15); }
  .mobile-bar a { display: grid; place-items: center; color: #fff; font-weight: 900; }
  .mobile-bar a:first-child { background: var(--red); }
  footer { grid-template-columns: 1fr; padding-bottom: 90px; }
}

@media (max-width: 420px) {
  .hero { padding-left: 16px; padding-right: 16px; }
  .menu-card img { aspect-ratio: 16 / 10; }
  .button { width: 100%; }
  .hero-actions { gap: 8px; }
}
