:root {
  --ink: #2e2729;
  --muted: #756a6d;
  --paper: #fbf6f3;
  --rose: #ead9da;
  --line: rgba(46, 39, 41, 0.16);
  --serif: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", Georgia, serif;
  --sans: "Hiragino Sans", "Yu Gothic", sans-serif;
}

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

.site-header {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px clamp(20px, 5vw, 72px);
  color: #fff;
}
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-mark { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: var(--serif); font-size: 20px; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: var(--serif); font-size: 18px; font-weight: 500; letter-spacing: .08em; }
.brand small { margin-top: 2px; font-size: 8px; letter-spacing: .18em; }
.site-nav { display: flex; gap: 22px; font-size: 12px; letter-spacing: .08em; }
.site-nav a { opacity: .9; }
.site-nav a:hover, .site-nav a:focus-visible { opacity: .65; }

.hero { position: relative; min-height: min(820px, 94svh); overflow: hidden; color: #fff; }
.hero > img { height: min(820px, 94svh); object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(30, 23, 25, .34), rgba(30, 23, 25, .72)); }
.hero-copy { position: absolute; right: clamp(22px, 8vw, 120px); bottom: clamp(48px, 10vh, 108px); left: clamp(22px, 8vw, 120px); max-width: 700px; }
.eyebrow, .section-label, .menu-type { letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { margin-bottom: 22px; font-size: 12px; }
.hero h1 { margin-bottom: 28px; font-family: var(--serif); font-size: clamp(42px, 7vw, 84px); font-weight: 500; line-height: 1.16; }
.hero-lead { margin-bottom: 30px; font-size: 15px; line-height: 2; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid currentColor; font-size: 13px; letter-spacing: .04em; }
.button-light { color: #fff; }
.button-dark { color: var(--ink); }

.section { width: min(100% - 40px, 1040px); margin-inline: auto; padding: 100px 0; }
.section-label { margin-bottom: 24px; color: #9c7175; font-size: 11px; font-weight: 700; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 42px; align-items: end; margin-bottom: 44px; }
.section h2, .reserve-section h2 { font-family: var(--serif); font-size: clamp(32px, 4vw, 54px); font-weight: 500; line-height: 1.28; }
.section-heading > p, .body-copy, .gallery-copy > p, .reserve-section > p { color: var(--muted); font-size: 15px; line-height: 2; }
.intro-section { padding-bottom: 56px; }
.intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 52px; margin-bottom: 60px; }
.body-copy { display: grid; gap: 22px; padding-top: 8px; }
.wide-image img { aspect-ratio: 1.9; object-fit: cover; }

.menu-section { padding-top: 56px; }
.menu-list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.menu-item { display: flex; align-items: flex-start; justify-content: space-between; gap: 28px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.menu-type { margin-bottom: 7px; color: #a87b7f; font-size: 10px; font-weight: 700; }
.menu-item h3 { margin-bottom: 8px; font-family: var(--serif); font-size: 25px; font-weight: 500; }
.menu-item p:last-child { color: var(--muted); font-size: 14px; line-height: 1.8; }
.menu-item strong { padding-top: 8px; font-family: var(--serif); font-size: 18px; font-weight: 500; white-space: nowrap; }
.sample-note { margin-top: 14px; color: var(--muted); font-size: 11px; }

.gallery-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 56px; align-items: center; }
.gallery-copy > p { margin-top: 26px; }
.gallery-image img { aspect-ratio: 1.2; object-fit: cover; }

.flow-section { border-top: 1px solid var(--line); }
.flow-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 0; padding: 0; list-style: none; }
.flow-list li { padding: 26px 0 0; border-top: 2px solid #b88c90; }
.flow-list li > span { display: block; margin-bottom: 28px; color: #a87b7f; font-size: 12px; letter-spacing: .1em; }
.flow-list h3 { margin-bottom: 12px; font-family: var(--serif); font-size: 23px; font-weight: 500; }
.flow-list p { color: var(--muted); font-size: 14px; line-height: 1.9; }

.reserve-section { padding: 108px 20px 112px; color: #fff; background: #4a3b3e; text-align: center; }
.reserve-section .section-label { color: #e8cfd0; }
.reserve-section h2 { margin-bottom: 26px; }
.reserve-section > p { max-width: 520px; margin: 0 auto 30px; color: rgba(255, 255, 255, .78); }
.reserve-section .button-dark { color: #fff; }
.reserve-note { max-width: 520px; margin-top: 34px !important; font-size: 11px !important; }

.site-footer { padding: 36px 20px 44px; color: var(--muted); text-align: center; }
.site-footer > a { display: inline-block; margin-bottom: 22px; border-bottom: 1px solid currentColor; font-size: clamp(17px, 4vw, 20px); }
.site-footer p { margin-bottom: 10px; font-size: 11px; letter-spacing: .08em; }
.site-footer small { font-size: 10px; opacity: .65; }

@media (max-width: 700px) {
  .site-header { padding: 18px 20px; }
  .site-nav { gap: 12px; font-size: 10px; }
  .hero, .hero > img { min-height: 720px; height: 88svh; }
  .hero-copy { bottom: 48px; }
  .hero h1 { font-size: clamp(40px, 12vw, 58px); }
  .hero-lead { font-size: 13px; }
  .section { width: min(100% - 40px, 560px); padding: 72px 0; }
  .section-heading, .intro-grid, .gallery-section { grid-template-columns: 1fr; gap: 24px; }
  .intro-grid { margin-bottom: 36px; }
  .section-heading { margin-bottom: 28px; }
  .menu-item { gap: 15px; }
  .menu-item h3 { font-size: 22px; }
  .menu-item p:last-child { font-size: 13px; }
  .flow-list { grid-template-columns: 1fr; gap: 0; }
  .flow-list li { display: grid; grid-template-columns: 42px 1fr; gap: 10px; padding: 22px 0; }
  .flow-list li > span { margin: 2px 0 0; }
  .reserve-section { padding: 80px 20px 88px; }
}
