:root {
  --ink: #282d2a;
  --muted: #69736d;
  --paper: #f5f6f1;
  --sage: #dce4dc;
  --line: rgba(40, 45, 42, 0.18);
  --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: baseline; gap: 10px; }
.brand-word { font-family: var(--serif); font-size: 24px; letter-spacing: .08em; }
.brand-sub { font-size: 9px; letter-spacing: .2em; }
.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: .62; }

.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-wash { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(28, 34, 30, .18), rgba(28, 34, 30, .68)); }
.hero-copy { position: absolute; right: clamp(22px, 8vw, 120px); bottom: clamp(48px, 10vh, 108px); left: clamp(22px, 8vw, 120px); max-width: 720px; }
.eyebrow, .section-kicker, .menu-type { letter-spacing: .15em; 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; }

.section { width: min(100% - 40px, 1040px); margin-inline: auto; padding: 104px 0; }
.section-kicker { margin-bottom: 24px; color: #6e8874; font-size: 11px; font-weight: 700; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 58px; }
.section h2, .reserve-section h2 { font-family: var(--serif); font-size: clamp(32px, 4vw, 54px); font-weight: 500; line-height: 1.3; }
.body-copy { display: grid; gap: 22px; color: var(--muted); font-size: 15px; line-height: 2; }

.feature-section { display: grid; grid-template-columns: 1.08fr .92fr; align-items: stretch; background: var(--sage); }
.feature-image { min-height: 570px; }
.feature-image img { height: 100%; object-fit: cover; }
.feature-copy { display: flex; flex-direction: column; justify-content: center; padding: 76px clamp(28px, 7vw, 104px); }
.feature-copy h2 { margin-bottom: 28px; }
.feature-copy p { max-width: 420px; color: var(--muted); font-size: 15px; line-height: 2; }
.feature-copy p + p { margin-top: 20px; }

.menu-section { padding-bottom: 82px; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 42px; align-items: end; margin-bottom: 44px; }
.section-heading > p { color: var(--muted); font-size: 15px; line-height: 2; }
.menu-list { display: grid; border-top: 1px solid var(--line); }
.menu-item { display: flex; align-items: flex-start; justify-content: space-between; gap: 28px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.menu-type { margin-bottom: 7px; color: #6e8874; 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 { max-width: 520px; 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; }

.wide-photo img { max-height: 680px; object-fit: cover; object-position: center; }
.flow-section { padding-bottom: 110px; }
.flow-section > h2 { margin-bottom: 48px; }
.flow-list { border-top: 1px solid var(--line); }
.flow-item { display: grid; grid-template-columns: 84px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.flow-item > span { color: #6e8874; font-size: 13px; letter-spacing: .12em; }
.flow-item h3 { margin-bottom: 8px; font-family: var(--serif); font-size: 26px; font-weight: 500; }
.flow-item p { color: var(--muted); font-size: 14px; line-height: 1.8; }

.reserve-section { color: #fff; background: #3d4b42; }
.reserve-inner { width: min(100% - 40px, 760px); margin-inline: auto; padding: 112px 0 124px; text-align: center; }
.reserve-section .section-kicker { color: #c4d2c6; }
.reserve-section h2 { margin-bottom: 28px; }
.reserve-section > .reserve-inner > p { max-width: 560px; margin: 0 auto 34px; color: rgba(255, 255, 255, .8); font-size: 15px; line-height: 2; }
.reserve-section .button { margin-bottom: 38px; }
.reserve-section small { display: block; color: rgba(255, 255, 255, .65); font-size: 11px; line-height: 1.8; }

.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 { align-items: flex-start; }
  .site-nav { gap: 12px; padding-top: 6px; font-size: 10px; }
  .brand { display: grid; gap: 2px; }
  .hero h1 { font-size: clamp(40px, 12vw, 58px); }
  .hero-lead { font-size: 14px; }
  .about-grid, .section-heading, .feature-section { grid-template-columns: 1fr; }
  .about-grid { gap: 30px; }
  .feature-image { min-height: 330px; }
  .feature-copy { padding: 72px 28px 82px; }
  .section { padding: 82px 0; }
  .menu-item { gap: 14px; }
  .menu-item h3 { font-size: 23px; }
  .menu-item p:last-child { font-size: 13px; }
  .flow-item { grid-template-columns: 48px 1fr; }
  .flow-item h3 { font-size: 23px; }
  .reserve-inner { padding: 92px 0 104px; }
}
