:root {
  --paper: #f3f0e8;
  --ink: #262522;
  --muted: #78736a;
  --olive: #596352;
  --line: rgba(38, 37, 34, .22);
  --serif: "Hiragino Mincho ProN", "Yu Mincho", Georgia, serif;
  --sans: "Hiragino Sans", "Yu Gothic", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
figure, p, h1, h2 { margin: 0; }

.rest-header { position: absolute; z-index: 3; top: 0; left: 0; right: 0; display: flex; justify-content: space-between; align-items: center; padding: 28px clamp(22px, 5vw, 72px); font-size: 11px; letter-spacing: .14em; }
.rest-mark { font-family: var(--serif); font-size: 21px; letter-spacing: .08em; }
.rest-header nav { display: flex; gap: 24px; text-transform: uppercase; }
.rest-hero { display: grid; grid-template-columns: .83fr 1.17fr; min-height: 760px; }
.rest-hero-copy { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 100px clamp(28px, 7vw, 110px) 80px; background: var(--paper); }
.rest-vertical { position: absolute; top: 140px; left: 28px; writing-mode: vertical-rl; font-family: var(--serif); font-size: 13px; letter-spacing: .3em; }
.rest-index, .rest-label { color: #9b7b45; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.rest-hero h1 { margin: 34px 0 28px; font-family: var(--serif); font-size: clamp(40px, 5.2vw, 78px); font-weight: 500; line-height: 1.3; letter-spacing: .05em; }
.rest-caption { color: var(--muted); font-size: 14px; line-height: 2; }
.rest-scroll { position: absolute; bottom: 42px; left: clamp(28px, 7vw, 110px); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.rest-hero-image { min-height: 760px; }

.rest-menu { display: grid; grid-template-columns: .75fr 1.25fr; gap: 54px; align-items: center; padding: 132px max(28px, calc((100% - 1120px) / 2)); background: #e4dfd3; }
.rest-menu-intro h2 { margin: 22px 0 20px; font-family: var(--serif); font-size: clamp(38px, 4vw, 64px); font-weight: 500; }
.rest-menu-intro > p:last-child, .rest-caption { color: var(--muted); font-size: 14px; line-height: 2; }
.rest-menu-image { grid-row: span 2; height: 620px; }
.rest-menu-list { border-top: 1px solid var(--line); }
.rest-menu-list p { display: flex; justify-content: space-between; padding: 18px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 18px; }
.rest-menu-list b { font-weight: 500; font-size: 15px; }
.rest-menu-list small { display: block; margin-top: 12px; color: var(--muted); font-size: 10px; }

.rest-kitchen { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 660px; background: var(--olive); color: #fff; }
.rest-kitchen figure { height: 660px; }
.rest-kitchen-copy { display: flex; flex-direction: column; justify-content: center; padding: 70px clamp(28px, 7vw, 100px); }
.rest-kitchen-copy .rest-label { color: #d4bd87; }
.rest-kitchen-copy .rest-caption { margin-top: 28px; color: rgba(255, 255, 255, .75); }

.rest-info { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; padding: 140px max(28px, calc((100% - 1120px) / 2)); background: var(--paper); }
.rest-info > div { margin-top: 34px; font-family: var(--serif); font-size: 27px; line-height: 1.9; }
.rest-info > div p + p { margin-top: 24px; }
.rest-note { align-self: end; color: var(--muted); font-size: 11px; }

.rest-reserve { padding: 120px max(28px, calc((100% - 1120px) / 2)); background: #272823; color: #fff; }
.rest-reserve .rest-label { color: #d4bd87; }
.rest-reserve h2 { margin: 28px 0 38px; font-family: var(--serif); font-size: clamp(40px, 5vw, 72px); font-weight: 500; line-height: 1.25; }
.rest-reserve > a { display: inline-block; border-bottom: 1px solid rgba(255, 255, 255, .6); padding-bottom: 10px; font-size: 13px; letter-spacing: .08em; }
.rest-footer { padding: 36px 20px 45px; background: var(--paper); color: var(--muted); text-align: center; }
.rest-footer > a { display: inline-block; margin-bottom: 20px; border-bottom: 1px solid currentColor; font-size: 18px; }
.rest-footer p { font-size: 11px; letter-spacing: .08em; }
.rest-footer small { display: block; margin-top: 10px; font-size: 10px; opacity: .65; }

.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.rest-rise span[aria-hidden="true"] { display: inline-block; opacity: 0; filter: blur(5px); transform: translateY(2em); animation: none; }
.rest-rise.is-visible span[aria-hidden="true"] { animation: rest-rise-in 3.6s cubic-bezier(.16, 1, .3, 1) forwards; }
.rest-rise.is-visible span[aria-hidden="true"]:nth-of-type(2) { animation-delay: .65s; }
@keyframes rest-rise-in { to { opacity: 1; filter: blur(0); transform: translateY(0); } }
.rest-info > div p { opacity: 0; transform: translateY(30px); animation: none; }
.rest-info.is-visible > div p { animation: rest-info-in 1.8s cubic-bezier(.2, .8, .2, 1) forwards; }
.rest-info.is-visible > div p:nth-child(2) { animation-delay: .6s; }
.rest-info.is-visible > div p:nth-child(3) { animation-delay: 1.2s; }
@keyframes rest-info-in { to { opacity: 1; transform: translateY(0); } }

@media (max-width: 700px) {
  .rest-header { padding: 22px 22px; }
  .rest-header nav { gap: 13px; font-size: 9px; }
  .rest-hero { display: flex; flex-direction: column-reverse; min-height: 0; }
  .rest-hero-image { height: 62svh; min-height: 480px; }
  .rest-hero-copy { min-height: 430px; padding: 70px 38px 80px; }
  .rest-vertical { top: 56px; left: auto; right: 28px; }
  .rest-hero h1 { margin: 30px 0 22px; font-size: clamp(38px, 11vw, 54px); }
  .rest-menu { display: flex; flex-direction: column; gap: 35px; padding: 88px 28px; }
  .rest-menu-intro { width: 100%; }
  .rest-menu-image { order: 2; width: 100%; height: 430px; }
  .rest-menu-list { order: 3; width: 100%; }
  .rest-menu-intro h2 { font-size: 42px; }
  .rest-kitchen { display: flex; flex-direction: column; min-height: 0; }
  .rest-kitchen figure { height: 440px; }
  .rest-kitchen-copy { min-height: 360px; padding: 66px 28px; }
  .rest-info { display: block; padding: 140px 28px; }
  .rest-info > div { margin-top: 42px; font-size: 24px; }
  .rest-info > div p + p { margin-top: 24px; }
  .rest-note { margin-top: 54px; }
  .rest-reserve { padding: 92px 28px 110px; }
  .rest-reserve h2 { font-size: 45px; }
}

@media (prefers-reduced-motion: reduce) {
  .rest-rise span[aria-hidden="true"], .rest-info > div p { animation: none; opacity: 1; filter: none; transform: none; }
}
