:root {
  --ink: #16120f;
  --ink-soft: #27201b;
  --cream: #f2eadb;
  --cream-deep: #ddd0bc;
  --ember: #ee4b22;
  --ember-dark: #be2f12;
  --white: #fffaf1;
  --header: 72px;
  --strip: 0px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", "Malgun Gothic", sans-serif; word-break: keep-all; }
a { color: inherit; text-decoration: none; }
img { width: 100%; display: block; }
figure, blockquote, p, h1, h2, h3 { margin-top: 0; }
.skip { position: fixed; top: -60px; left: 20px; z-index: 100; padding: 12px 16px; background: #fff; }
.skip:focus { top: 10px; }

.portfolio-strip { position: fixed; left: 22px; bottom: 22px; z-index: 80; height: 26px; padding: 0 10px; display: flex; align-items: center; color: var(--cream); background: rgba(22,18,15,.72); font-size: 8px; font-weight: 850; letter-spacing: .12em; backdrop-filter: blur(8px); }
.portfolio-strip strong { display: none; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 70; height: var(--header); padding: 0 clamp(22px, 4.8vw, 78px); display: flex; align-items: center; color: var(--ink); background: rgba(242,234,219,.92); border-bottom: 1px solid rgba(22,18,15,.12); backdrop-filter: blur(14px); }
.brand { position: absolute; left: 50%; min-width: 145px; display: flex; align-items: baseline; justify-content: center; gap: 10px; transform: translateX(-50%); }
.brand-hanja { font: 800 24px/1 "Noto Serif KR", Batang, serif; letter-spacing: -.08em; }
.brand-ko { color: #7c7064; font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.site-header nav { display: flex; align-items: center; gap: 30px; color: #554c44; font-size: 10px; font-weight: 750; }
.site-header nav a { transition: color .2s; }
.site-header nav a:hover { color: var(--ember-dark); }
.header-cta { margin-left: auto; min-width: 100px; height: 38px; display: grid; place-items: center; color: var(--ink); background: transparent; border: 1px solid rgba(22,18,15,.5); font-size: 11px; font-weight: 800; }

main { padding-top: calc(var(--strip) + var(--header)); }
section { position: relative; overflow: hidden; }
.section-dark { color: var(--cream); background: var(--ink); }
.section-cream { color: var(--ink); background: var(--cream); }
.section-ember { color: var(--white); background: var(--ember); }
.section-no { position: absolute; top: 34px; left: clamp(22px, 5vw, 80px); z-index: 3; color: currentColor; font-size: 10px; font-weight: 850; letter-spacing: .18em; opacity: .5; }
.eyebrow { margin-bottom: 20px; color: var(--ember-dark); font-size: 12px; font-weight: 900; letter-spacing: .02em; }
.eyebrow.ember { color: var(--ember); }

.hero { min-height: calc(100svh - var(--header)); display: grid; align-items: center; color: var(--white); background: var(--ink); }
.hero::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(12,10,8,.78) 0%, rgba(12,10,8,.5) 44%, rgba(12,10,8,.18) 78%), linear-gradient(0deg, rgba(12,10,8,.42), transparent 60%); pointer-events: none; }
.hero-copy { position: relative; z-index: 3; width: min(570px, 50vw); margin-left: clamp(70px, 28vw, 460px); padding: 90px 0 70px; display: flex; flex-direction: column; justify-content: center; }
.hero-meta { margin-bottom: clamp(52px, 9vh, 95px); display: flex; justify-content: space-between; color: rgba(255,250,241,.62); font-size: 8px; font-weight: 750; letter-spacing: .16em; }
.hero .eyebrow { color: rgba(255,250,241,.76); font-size: 10px; font-weight: 600; letter-spacing: .16em; }
.hero h1 { margin-bottom: 26px; font: 500 clamp(46px, 4.4vw, 72px)/1.14 "Noto Serif KR", Batang, serif; letter-spacing: -.045em; }
.hero h1 em { color: var(--white); font-style: normal; font-weight: 800; }
.hero-lead { max-width: 510px; margin-bottom: 34px; color: rgba(255,250,241,.72); font-size: clamp(12px, .95vw, 15px); line-height: 1.9; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { min-height: 56px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: space-between; gap: 36px; border: 1px solid transparent; font-size: 13px; font-weight: 850; }
.hero .button-dark { min-width: 160px; color: var(--white); background: transparent; border-color: rgba(255,255,255,.72); }
.button-ember { width: 100%; color: #fff; background: var(--ember); }
.hero .text-link { padding-bottom: 6px; border-bottom: 1px solid rgba(255,255,255,.5); color: rgba(255,255,255,.82); font-size: 11px; font-weight: 700; }
.hero-image { position: absolute; inset: 0; min-height: 100%; margin: 0; overflow: hidden; }
.hero-image picture, .hero-image img { height: 100%; }
.hero-image img { object-fit: cover; object-position: center 54%; }
.hero-image::after { display: none; }
.hero-image figcaption { position: absolute; z-index: 2; right: 24px; bottom: 24px; padding: 12px 15px; color: var(--cream); background: rgba(22,18,15,.78); font-size: 10px; font-weight: 800; letter-spacing: .05em; }
.hero-image figcaption span { margin-right: 14px; color: var(--ember); }
.hero-stamp { display: none; }

.statement { min-height: 100svh; padding: 160px clamp(24px, 7vw, 120px) 90px; display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 70px; }
.statement h2 { margin: 0; font-size: clamp(46px, 6.2vw, 100px); line-height: 1.05; letter-spacing: -.06em; }
.statement h2 em { color: var(--ember); font-style: normal; }
.fire-facts { display: grid; border-top: 1px solid rgba(255,255,255,.22); }
.fire-facts div { min-height: 130px; display: flex; align-items: baseline; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.22); }
.fire-facts strong { color: var(--ember); font-size: clamp(58px, 6vw, 90px); line-height: 1; letter-spacing: -.06em; }
.fire-facts small { margin-left: 6px; color: var(--cream); font-size: 15px; }
.fire-facts span { color: #a99e91; font-size: 12px; font-weight: 750; }

.signature { min-height: 100svh; padding: 120px clamp(24px, 7vw, 120px) 90px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr); align-items: center; gap: clamp(45px, 8vw, 130px); }
.signature-photo { margin: 0; overflow: hidden; }
.signature-photo img { aspect-ratio: 1.18; object-fit: cover; transition: transform .6s ease; }
.signature-photo:hover img { transform: scale(1.02); }
.signature-copy h2 { margin-bottom: 12px; font-size: clamp(55px, 7vw, 105px); line-height: 1; letter-spacing: -.07em; }
.menu-price { margin-bottom: 28px; display: flex; align-items: baseline; gap: 14px; color: var(--ember); }
.menu-price strong { font-size: clamp(48px, 5vw, 76px); letter-spacing: -.06em; }
.menu-price span { color: #776a5f; font-size: 12px; font-weight: 850; }
.signature-copy > p:not(.eyebrow) { max-width: 480px; margin-bottom: 34px; color: #5f5349; font-size: 15px; line-height: 1.8; }
.signature-copy ul { margin: 0; padding: 0; border-top: 2px solid var(--ink); list-style: none; }
.signature-copy li { padding: 17px 0; display: flex; justify-content: space-between; border-bottom: 1px solid #c5b9a9; font-size: 12px; }
.signature-copy li span { color: #877a6e; }

.menu-section { min-height: 100svh; padding: 150px clamp(24px, 7vw, 120px) 100px; display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px, 9vw, 150px); }
.menu-heading h2 { margin-bottom: 25px; font-size: clamp(66px, 8vw, 126px); line-height: .92; letter-spacing: -.075em; }
.menu-heading > p:last-child { max-width: 350px; color: #6e6258; font-size: 14px; line-height: 1.7; }
.menu-board { align-self: center; border-top: 3px solid var(--ink); }
.menu-board article { min-height: 98px; padding: 18px 4px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px; border-bottom: 1px solid #bfb3a3; }
.menu-board article h3 { margin-bottom: 6px; font-size: 20px; letter-spacing: -.03em; }
.menu-board article p { margin: 0; color: #7a6d62; font-size: 11px; }
.menu-board article > strong { color: var(--ember-dark); font-size: 20px; }
.menu-board .featured-item { position: relative; padding-left: 18px; background: var(--ember); color: #fff; border: 0; }
.menu-board .featured-item p, .menu-board .featured-item > strong { color: #fff; }
.menu-tag { position: absolute; top: 7px; right: 8px; font-size: 8px; font-weight: 900; letter-spacing: .13em; opacity: .7; }
.menu-board .meal { background: rgba(255,255,255,.3); }
.menu-note { position: absolute; left: clamp(24px, 7vw, 120px); bottom: 40px; color: #8a7e72; font-size: 10px; }

.quote { min-height: 72svh; padding: 100px 24px; display: grid; place-items: center; text-align: center; }
.quote-mark { position: absolute; top: 30px; left: 50%; margin: 0; font: 700 190px/1 Georgia, serif; opacity: .18; transform: translateX(-50%); }
.quote blockquote { position: relative; z-index: 1; margin: 0; font: 500 clamp(34px, 5vw, 74px)/1.32 "Noto Serif KR", Batang, serif; letter-spacing: -.045em; }
.quote blockquote strong { color: var(--ink); font-weight: 900; }
.quote-caption { position: absolute; bottom: 48px; font-size: 10px; font-weight: 850; letter-spacing: .15em; }

.space { min-height: 100svh; padding: 125px clamp(24px, 6vw, 100px) 75px; display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: clamp(45px, 7vw, 110px); }
.space-copy h2 { margin-bottom: 28px; font-size: clamp(44px, 5vw, 78px); line-height: 1.07; letter-spacing: -.06em; }
.space-copy > p:last-child { max-width: 420px; color: #a99e91; font-size: 14px; line-height: 1.8; }
.space-image { margin: 0; }
.space-image img { aspect-ratio: 1.25; object-fit: cover; }

.visit { min-height: 92svh; padding: 150px clamp(24px, 9vw, 150px) 100px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(60px, 10vw, 170px); }
.visit-title h2 { margin: 0; font-size: clamp(62px, 8vw, 125px); line-height: .92; letter-spacing: -.08em; }
.visit-info dl { margin: 0 0 36px; border-top: 3px solid var(--ink); }
.visit-info dl div { padding: 23px 0; display: grid; grid-template-columns: 90px 1fr; border-bottom: 1px solid #bfb3a3; }
.visit-info dt { color: #7c7064; font-size: 11px; font-weight: 850; }
.visit-info dd { margin: 0; font-size: 14px; font-weight: 750; line-height: 1.7; }
.visit-info dd small { color: #94877a; font-size: 10px; }
.fiction-note { margin: 12px 0 0; color: #887b70; font-size: 9px; text-align: center; }

footer { min-height: 190px; padding: 44px clamp(24px, 5vw, 80px) 90px; display: grid; grid-template-columns: 1fr 1fr 1.4fr; align-items: center; gap: 40px; color: #93877b; background: var(--ink); border-top: 1px solid rgba(255,255,255,.12); font-size: 9px; letter-spacing: .1em; }
.footer-brand { display: flex; align-items: baseline; gap: 12px; color: var(--cream); }
.footer-brand span { font: 800 30px/1 Batang, serif; }
.footer-brand strong { color: #9b9084; font-size: 11px; }
.footer-notice { text-align: right; line-height: 1.6; }
.mobile-bar { display: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.delay { transition-delay: .12s; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  :root { --header: 62px; --strip: 0px; }
  .portfolio-strip { left: 12px; bottom: 72px; }
  .site-header { padding: 0 18px; }
  .brand { min-width: 0; }
  .brand-hanja { font-size: 21px; }
  .brand-ko { display: none; }
  .site-header nav { display: none; }
  .header-cta { margin-left: auto; min-width: 92px; height: 38px; }
  .hero { min-height: calc(100svh - var(--header)); }
  .hero::after { background: linear-gradient(90deg, rgba(12,10,8,.8), rgba(12,10,8,.38)), linear-gradient(0deg, rgba(12,10,8,.58), transparent 70%); }
  .hero-copy { width: auto; min-height: calc(100svh - var(--header)); margin: 0; padding: 90px 24px 72px; }
  .hero-meta { margin-bottom: auto; }
  .hero h1 { font-size: clamp(43px, 12vw, 58px); line-height: 1.12; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-image { min-height: 100%; }
  .hero-image img { object-position: 58% center; }
  .statement, .signature, .menu-section, .space, .visit { min-height: auto; grid-template-columns: 1fr; }
  .statement { padding: 130px 22px 85px; gap: 60px; }
  .statement h2 { font-size: 44px; }
  .fire-facts div { min-height: 110px; }
  .signature { padding: 110px 22px 80px; gap: 45px; }
  .signature-copy h2 { font-size: 62px; }
  .signature-copy { order: 1; }
  .signature-photo { order: 2; }
  .menu-section { padding: 120px 22px 100px; gap: 55px; }
  .menu-heading h2 { font-size: 76px; }
  .menu-note { left: 22px; bottom: 38px; max-width: calc(100% - 44px); }
  .quote { min-height: 72svh; }
  .quote blockquote { font-size: 35px; }
  .space { padding: 120px 22px 75px; gap: 45px; }
  .space-copy h2 { font-size: 43px; }
  .space-image { margin: 0 -22px; }
  .space-image img { aspect-ratio: .92; }
  .visit { padding: 125px 22px 90px; gap: 55px; }
  .visit-title h2 { font-size: 72px; }
  footer { padding: 44px 22px 100px; grid-template-columns: 1fr; gap: 22px; }
  .footer-notice { text-align: left; }
  .mobile-bar { position: fixed; z-index: 90; inset: auto 0 0; height: 62px; display: grid; grid-template-columns: 1fr 1fr; box-shadow: 0 -8px 30px rgba(0,0,0,.15); }
  .mobile-bar a { display: grid; place-items: center; color: var(--cream); background: var(--ink); font-size: 13px; font-weight: 850; }
  .mobile-bar a:last-child { color: #fff; background: var(--ember); }
}

@media (max-width: 430px) {
  .hero-copy { min-height: calc(100svh - var(--header)); }
  .hero h1 { font-size: 44px; }
  .hero-lead { font-size: 14px; }
  .hero-image { min-height: 100%; }
  .section-no { left: 22px; }
  .statement h2 { font-size: 40px; }
  .fire-facts strong { font-size: 64px; }
  .menu-board article { min-height: 92px; }
  .quote blockquote { font-size: 31px; }
  .visit-title h2 { font-size: 65px; }
}

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