:root {
  --ink: #1a1715;
  --paper: #fffdf9;
  --white: #fffdf9;
  --red: #b5162c;
  --red-dark: #7f0f20;
  --red-soft: rgba(181, 22, 44, .1);
  --hover-gray: #77736f;
  --hover-gray-dark: #504d4a;
  --hover-gray-light: #d3d0cd;
  --hover-gray-soft: rgba(80, 77, 74, .07);
  --gold: #c1a56f;
  --muted: #292421;
  --line: rgba(26, 23, 21, .2);
  --header-h: 154px;
  --sans: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, system-ui, sans-serif;
  --mincho: "Yu Mincho", "Hiragino Mincho ProN", serif;
  --display: Georgia, "Times New Roman", serif;
}

[hidden] {
  display: none !important;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  scroll-padding-top: calc(var(--header-h) + 20px);
}

body {
  margin: 0;
  padding-top: var(--header-h);
  color: var(--ink);
  background: var(--paper);
  font: 400 1rem/1.85 var(--sans);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: var(--red);
  text-decoration: none;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, opacity .18s ease;
}

a:hover, a:focus-visible {
  color: var(--hover-gray);
}

button {
  font: inherit;
}

h1, h2, h3, p {
  overflow-wrap: break-word;
}

h1, h2, h3 {
  font-family: var(--mincho);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: -6rem;
  left: 1rem;
  z-index: 200;
  padding: .75rem 1rem;
  background: #fff;
  color: #000;
}

.skip-link:focus {
  top: 1rem;
}

.content-wide {
  width: min(1180px, calc(100% - 4rem));
  margin-inline: auto;
}

.content-narrow {
  width: min(980px, calc(100% - 4rem));
  margin-inline: auto;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--red);
  font-family: var(--display);
  font-size: .9rem;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.phone-mobile {
  display: none;
}

/* Two-row fixed header */
.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: var(--header-h);
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.header-top {
  height: 94px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto 200px;
  align-items: stretch;
}

.site-logo {
  width: clamp(220px, 22vw, 300px);
  margin-left: clamp(1.2rem, 4vw, 4rem);
  padding: 0;
  display: flex;
  align-items: center;
  align-self: center;
  justify-self: start;
}

.site-logo img {
  width: 100%;
  max-height: 52px;
  object-fit: contain;
  object-position: left center;
}

.site-logo:hover img, .site-logo:focus-visible img {
  opacity: .72;
}

.instagram-link {
  padding: .75rem 1.5rem;
  display: flex;
  align-items: center;
  gap: .7rem;
  color: var(--ink);
}

.instagram-link > img {
  width: 28px;
  height: 28px;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}

.instagram-link span {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.instagram-link strong {
  font-family: var(--display);
  font-size: 1rem;
  letter-spacing: .05em;
}

.instagram-link small {
  color: inherit;
  font-size: .75rem;
}

.instagram-link:hover, .instagram-link:focus-visible {
  color: var(--ink);
  background: var(--red-soft);
}

.instagram-link:hover small, .instagram-link:focus-visible small {
  color: inherit;
}

.language-switch {
  padding: 0 1.1rem;
  display: flex;
  align-items: center;
  gap: .15rem;
  border-left: 1px solid var(--line);
}

.language-switch a {
  padding: .5rem .65rem;
  color: var(--ink);
  font-size: .86rem;
}

.language-switch a + a {
  border-left: 1px solid var(--line);
}

.language-switch a[aria-current="page"] {
  color: var(--red);
  background: transparent;
  font-weight: 700;
}

.language-switch a:hover, .language-switch a:focus-visible {
  color: var(--ink);
  background: var(--red-soft);
}

.language-switch a[aria-current="page"]:hover,
.language-switch a[aria-current="page"]:focus-visible {
  color: var(--red);
}

.header-reserve {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--red);
  color: #fff;
}

.header-reserve:hover, .header-reserve:focus-visible {
  color: #fff;
  background: var(--hover-gray-dark);
}

.header-reserve span {
  font-family: var(--display);
  font-size: 1rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.header-reserve small {
  font-size: .75rem;
}

.global-nav {
  height: 60px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.global-nav a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  line-height: 1.25;
}

.global-nav a:hover,
.global-nav a:focus-visible {
  color: var(--ink);
  background: var(--red-soft);
}

.global-nav a span {
  font-family: var(--display);
  font-size: 1rem;
  letter-spacing: .08em;
  white-space: nowrap;
}

.global-nav a small {
  color: inherit;
  font-size: .75rem;
}

.global-nav a[aria-current="page"] {
  color: #fff;
  background: var(--red);
  font-weight: 700;
}

.global-nav a[aria-current="page"]:hover,
.global-nav a[aria-current="page"]:focus-visible {
  color: #fff;
  background: var(--red);
}

.global-nav a:hover small, .global-nav a:focus-visible small {
  color: inherit;
}

/* Reusable */
.button {
  min-height: 54px;
  padding: .8rem 1.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  font-weight: 700;
  letter-spacing: .04em;
}

.button-primary {
  color: #fff;
  background: var(--red);
  border-color: var(--red);
}

.button-primary:hover, .button-primary:focus-visible {
  color: #fff;
  background: var(--hover-gray-dark);
}

.button-outline-light {
  color: #fff;
  border-color: rgba(255,255,255,.8);
}

.button-outline-light:hover, .button-outline-light:focus-visible {
  color: var(--hover-gray-dark);
  background: #fff;
  border-color: #fff;
}

.reservation-block {
  margin-block: clamp(4.5rem, 8vw, 7rem);
  padding: clamp(3.5rem, 6vw, 5.5rem) 2rem;
  position: relative;
  text-align: center;
  background: var(--white);
  border: 1px solid var(--line);
}

.reservation-block::before {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1px solid rgba(181,22,44,.2);
  pointer-events: none;
}

.reservation-block h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 600;
}

.reservation-block > p:not(.eyebrow) {
  color: var(--muted);
}

.reservation-actions {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  position: relative;
}

.phone-number {
  display: flex;
  flex-direction: column;
  font-family: var(--sans);
  font-size: 1.65rem;
  font-variant-numeric: tabular-nums;
  line-height: 1.25;
}

.phone-number small {
  font-size: .8rem;
  letter-spacing: .08em;
}

/* Home */
.home-hero {
  min-height: min(68svh, 720px);
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #15110e;
}

.home-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: none;
  pointer-events: none;
}

.home-hero .hero-overlay {
  background: linear-gradient(90deg, rgba(8,6,5,.84) 0%, rgba(8,6,5,.64) 32%, rgba(8,6,5,.18) 62%, transparent 78%);
}

.home-hero-copy {
  min-height: min(68svh, 720px);
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 4rem));
  margin-inline: auto;
  padding-block: 4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
}

.home-hero .eyebrow {
  color: #fff;
}

.home-hero h1, .home-hero .hero-catchphrase {
  margin: 0;
  max-width: 13em;
  color: #fff;
  font-family: var(--mincho);
  font-size: clamp(2.35rem, 4.7vw, 4.6rem);
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: .04em;
  text-shadow: 0 2px 16px rgba(0,0,0,.72);
}

.home-hero .hero-catchphrase {
  max-width: 10em;
}

.home-hero .hero-catchphrase span {
  display: block;
}

.home-hero h1 {
  order: 2;
  margin-top: .14em;
}

.home-hero .hero-catchphrase {
  order: 1;
}

.home-hero-copy > p:not(.eyebrow):not(.hero-catchphrase) {
  order: 3;
}

.home-hero-copy .hero-actions {
  order: 4;
}

.home-hero-copy > p:not(.eyebrow):not(.hero-catchphrase) {
  margin: 1.4rem 0 0;
  font-size: 1.15rem;
  font-weight: 600;
}

.hero-actions {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
}

.hero-reserve > span {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.hero-reserve small {
  font-size: .8rem;
  font-weight: 400;
}

.home-news {
  width: min(1180px, calc(100% - 4rem));
  margin-inline: auto;
  padding: 2.4rem 0;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
}

.news-heading {
  margin-bottom: 0;
}

.news-heading p {
  margin: 0;
  color: var(--red);
  font-family: var(--display);
  font-size: 1.2rem;
  letter-spacing: .12em;
}

.news-heading h2 {
  margin: .2rem 0 0;
  font-size: 1.15rem;
  line-height: 1.5;
}

.news-list {
  min-width: 0;
  border-top: 1px solid var(--line);
}

.news-item {
  padding: 1.8rem 0;
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: clamp(1.25rem, 2.5vw, 2rem);
  align-items: start;
  border-bottom: 1px solid var(--line);
}

.news-item + .news-item {
  margin-top: 0;
}

.news-item > time {
  display: block;
  margin-bottom: 0;
  color: var(--muted);
  font-variant-numeric: tabular-nums;
}

.news-item-body h3 {
  margin: 0 0 1.5rem;
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  line-height: 1.55;
}

.news-item-body h3 a {
  color: var(--red);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: .22em;
}

.news-item-body h3 a:hover,
.news-item-body h3 a:focus-visible {
  color: var(--red);
  opacity: .58;
}

.notice-panel {
  padding-top: .4rem;
}

.notice-section + .notice-section {
  margin-top: 1.8rem;
}

.notice-section h4 {
  margin: 0 0 .8rem;
  color: var(--red);
  font-family: var(--mincho);
  font-size: 1.15rem;
  line-height: 1.5;
}

.notice-section p {
  margin: 0;
}

.notice-section p + p {
  margin-top: .8rem;
}

.notice-dates,
.notice-hours {
  font-variant-numeric: tabular-nums;
}

.notice-hours {
  margin: 1rem 0 0;
}

.notice-hours > div {
  padding: .55rem 0;
  display: grid;
  grid-template-columns: 6rem 1fr;
  gap: .8rem;
}

.notice-hours dt {
  font-weight: 700;
}

.notice-hours dd {
  margin: 0;
}

.notice-alert {
  margin: 1.5rem 0 0;
  font-weight: 700;
}

.notice-closing {
  margin: 1.2rem 0 0;
}

.news-item-link-only .news-item-body h3 {
  margin-bottom: 0;
  font-size: 1.1rem;
}

.home-story {
  padding-block: clamp(5rem, 9vw, 8rem);
  display: grid;
  grid-template-columns: 170px minmax(260px, .85fr) minmax(300px, 1.15fr);
  gap: clamp(2rem, 4vw, 5rem);
  align-items: center;
}

.section-mark {
  margin: 0;
  display: flex;
  align-self: flex-start;
  gap: 1.2rem;
}

.section-mark > span:first-child {
  color: var(--red);
  font: 400 1.1rem/1.4 var(--display);
}

.section-mark .section-mark-label {
  margin: 0;
  font: 400 1.25rem/1.4 var(--display);
  letter-spacing: .12em;
}

.section-mark small {
  display: block;
  color: var(--ink);
  font: 400 .9rem/1.6 var(--sans);
  letter-spacing: .04em;
}

.section-mark.light > span:first-child {
  color: var(--gold);
}

.section-mark.light .section-mark-label, .section-mark.light small {
  color: #fff;
}

.story-copy .story-title {
  margin: 0 0 2rem;
  font-size: clamp(1.8rem, 2.6vw, 2.6rem);
  line-height: 1.6;
  font-weight: 600;
}

.story-copy > p {
  color: var(--ink);
}

.facts {
  margin: 2.2rem 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}

.facts div {
  padding-top: 1rem;
}

.facts dt {
  color: var(--muted);
  font-size: .85rem;
}

.facts dd {
  margin: .2rem 0 0;
  font-family: var(--sans);
  font-size: 1.15rem;
  font-variant-numeric: tabular-nums;
}

.story-photo {
  height: 340px;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.story-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-photo figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: .9rem 1.2rem;
  background: rgba(255,253,249,.92);
  font-size: .9rem;
}

.page-links {
  padding-bottom: clamp(3rem, 6vw, 5rem);
  background: var(--ink);
  color: #fff;
}

.page-links-intro {
  padding-block: clamp(4rem, 7vw, 6.5rem) 3rem;
  display: grid;
  grid-template-columns: minmax(220px, .7fr) minmax(320px, 1.3fr);
  gap: 4rem;
}

.page-links-intro .menu-intro-title {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.5;
  font-weight: 600;
}

.page-links-intro > div:last-child p {
  color: rgba(255,255,255,.72);
}

.page-card-grid {
  width: min(1180px, calc(100% - 4rem));
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
}

.page-card {
  height: 340px;
  min-height: 0;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #141210;
}

.page-card:hover, .page-card:focus-visible {
  color: var(--hover-gray-light);
}

.page-card:hover > img, .page-card:focus-visible > img {
  filter: brightness(1.12);
}

.page-card.event-card {
  grid-column: 1 / -1;
}

.page-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-card > span {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,.8), transparent 70%);
}

.page-card > div {
  position: absolute;
  left: 7%;
  right: 7%;
  bottom: 7%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-card small {
  font-size: .9rem;
}

.page-card h3 {
  margin: 0;
  font: 400 clamp(3rem, 6vw, 5rem)/1 var(--display);
}

.page-card em {
  margin-top: 1rem;
  padding-bottom: .2rem;
  border-bottom: 1px solid;
  font-size: .9rem;
  font-style: normal;
}

.page-card.event-card > img {
  position: absolute;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page-card.event-card > span {
  background: linear-gradient(0deg, rgba(0,0,0,.65), transparent 55%);
}

.page-card.event-card > div {
  bottom: 5%;
}

.page-card.event-card strong {
  font-size: clamp(2.3rem, 5vw, 4rem);
}

.access-section {
  padding-block: clamp(5rem, 9vw, 8rem);
  display: grid;
  grid-template-columns: 170px minmax(290px, .9fr) minmax(300px, 1.1fr);
  gap: clamp(2rem, 4vw, 5rem);
  border-top: 1px solid var(--line);
}

.access-copy .access-title {
  margin: 0 0 1.5rem;
  font-size: 1.7rem;
}

.access-copy dl {
  margin: 0;
}

.access-copy dl > div {
  padding: .8rem 0;
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 1rem;
  border-bottom: 1px solid var(--line);
}

.access-copy dt {
  color: var(--muted);
}

.access-copy dd {
  margin: 0;
}

.map-card {
  min-height: 400px;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #ddd2c1;
}

.map-card span {
  font: 400 .8rem/1.5 var(--display);
  letter-spacing: .2em;
}

.map-card b {
  width: 11px;
  height: 11px;
  margin: 1.4rem;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 8px rgba(181,22,44,.15);
}

.map-card strong {
  font-size: 1.7rem;
}

.map-card a {
  margin-top: 1rem;
  border-bottom: 1px solid;
}

/* Menu and event pages */
.subpage-hero {
  min-height: 380px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
}

.subpage-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.subpage-hero > div:last-child {
  position: relative;
  z-index: 1;
}

.subpage-hero p {
  margin: 0;
  font-size: .9rem;
  letter-spacing: .25em;
}

.subpage-hero .hero-brand {
  margin: .25rem 0 0;
  font: 600 clamp(1.05rem, 2vw, 1.35rem)/1.4 var(--mincho);
  letter-spacing: .08em;
  text-shadow: 0 2px 10px rgba(0,0,0,.72);
}

.subpage-hero h1 {
  margin: .35rem 0 0;
  font: 600 clamp(2.5rem, 5vw, 4.5rem)/1.2 var(--mincho);
  text-shadow: 0 2px 12px rgba(0,0,0,.72);
}

.subpage-hero span {
  display: block;
  margin-top: .7rem;
  font-size: 1rem;
}

.event-page-hero > img {
  object-position: center 20%;
}

.local-nav {
  min-height: 58px;
  padding: 0 1rem;
  display: flex;
  align-items: stretch;
  justify-content: center;
  background: rgba(255,253,249,.98);
  border-bottom: 1px solid var(--line);
}

.local-nav a {
  padding: 1rem 1.3rem;
  display: flex;
  align-items: center;
  font-size: .9rem;
}

.local-nav a:hover, .local-nav a:focus-visible {
  color: var(--hover-gray);
}

.menu-page, .event-page {
  padding-block: clamp(4.5rem, 8vw, 7rem);
}

.page-intro {
  max-width: 740px;
  margin: 0 auto clamp(3.5rem, 7vw, 6rem);
  text-align: center;
}

.page-intro .intro-title {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.5;
  font-weight: 600;
}

.page-intro > p:last-child {
  color: var(--muted);
}

.menu-course {
  margin-top: 1.5rem;
  padding: clamp(2rem, 5vw, 4rem);
  background: rgba(255,253,249,.78);
  border: 1px solid var(--line);
  scroll-margin-top: calc(var(--header-h) + 20px);
}

.menu-course.featured {
  background: var(--white);
  border-color: rgba(181,22,44,.3);
}

.menu-course > header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}

.menu-course > header small {
  display: block;
  color: var(--muted);
  font-size: .85rem;
  letter-spacing: .08em;
}

.menu-course > header .menu-badge {
  width: fit-content;
  margin-bottom: .55rem;
  padding: .4rem .8rem;
  color: #fff;
  background: var(--red);
  border-radius: 999px;
  font-size: .9rem;
  font-weight: 700;
}

.menu-course > header h2 {
  margin: .25rem 0 0;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  font-weight: 600;
}

.menu-course > header > strong {
  flex: 0 0 auto;
  color: var(--red);
  font: 700 clamp(1.5rem, 3vw, 2.2rem)/1.3 var(--sans);
  font-variant-numeric: tabular-nums;
  text-align: right;
}

.menu-course > header > strong small {
  margin-top: .25rem;
  font-weight: 400;
}

.choice-grid, .menu-list-grid {
  margin-top: 2.3rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.choice-grid section + section {
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.choice-grid h3, .add-on h3 {
  margin: 0 0 .8rem;
  color: var(--red);
  font-size: 1.15rem;
  font-weight: 700;
}

.dot-list, .price-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dot-list li {
  padding: .65rem 0 .65rem 1rem;
  position: relative;
  border-bottom: 1px dotted var(--line);
}

.dot-list li::before {
  content: "\b7 ";
  position: absolute;
  left: 0;
}

.dot-list li small, .price-list span small {
  display: block;
  color: var(--muted);
  font-size: .9rem;
}

.dot-list li b, .price-list em {
  color: var(--red);
  font-weight: 700;
}

.included {
  margin: 2rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  color: var(--red);
  font-size: 1.15rem;
  font-weight: 700;
}

.included a {
  display: block;
  width: fit-content;
  margin-top: .65rem;
  color: var(--red);
  border-bottom: 1px solid currentColor;
  font-size: 1rem;
  font-weight: 600;
}

.course-rows {
  margin: 2.2rem 0 0;
}

.course-rows > div {
  padding: 1rem 0;
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 2rem;
  border-top: 1px solid var(--line);
}

.course-rows dt {
  color: var(--red);
  font-weight: 700;
}

.course-rows dd {
  margin: 0;
}

.course-jump {
  color: var(--red);
  border-bottom: 1px solid currentColor;
  font-weight: 700;
}

.course-jump::after {
  content: " \2193 ";
}

.option-note {
  margin: 2rem 0 0;
  padding: 1rem 1.2rem;
  background: #eee5d8;
}

.option-note strong {
  color: var(--red);
}

.add-on {
  margin-top: 2.3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

.menu-lead-photo {
  margin: 0 0 clamp(3rem, 7vw, 5rem);
}

.menu-lead-photo img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.menu-lead-photo figcaption, .dish-gallery figcaption, .menu-inline-photo figcaption, .menu-card-photo figcaption {
  padding: .65rem .8rem;
  background: var(--ink);
  color: #fff;
  font-size: .9rem;
}

.dish-gallery {
  margin-top: 2.3rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
}

[data-page="lunch"] .dish-gallery {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.dish-gallery.dinner-gallery {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dish-gallery.appetizer-gallery {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dish-gallery figure, .menu-inline-photo, .menu-card-photo {
  margin: 0;
  background: var(--fff);
}

.dish-gallery img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.menu-inline-photo {
  margin-top: 2rem;
}

.menu-inline-photo img {
  width: 100%;
  max-height: 430px;
  object-fit: cover;
}

.menu-card-photo {
  margin-top: 1.5rem;
}

.menu-card-photo img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}

.alacarte-heading {
  margin: clamp(5rem, 9vw, 8rem) 0 3rem;
  text-align: center;
  scroll-margin-top: calc(var(--header-h) + 20px);
}

.alacarte-heading p {
  margin: 0;
  color: var(--red);
  font: 400 1rem/1.5 var(--display);
  letter-spacing: .18em;
}

.alacarte-heading h2 {
  margin: .2rem 0;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 600;
}

.alacarte-heading span {
  color: var(--muted);
}

.menu-list {
  padding: clamp(1.6rem, 3vw, 2.5rem);
  background: var(--white);
  border-top: 3px solid var(--red);
  scroll-margin-top: calc(var(--header-h) + 20px);
}

.menu-list h2, .menu-list h3 {
  margin: 0 0 1rem;
  color: var(--red);
  font-size: 1.3rem;
  font-weight: 700;
}

.menu-course .menu-list {
  margin-top: 2rem;
  padding: 1.5rem 0 0;
  border-top: 1px solid var(--line);
}

.menu-course .menu-list h3 {
  font-size: 1.2rem;
}

.menu-course .menu-list-grid {
  margin-top: 1rem;
}

.menu-course .add-on {
  margin-top: 2rem;
}

.price-list li {
  padding: .8rem 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  border-bottom: 1px dotted var(--line);
}

.price-list strong {
  font-family: var(--sans);
  font-variant-numeric: tabular-nums;
  text-align: right;
  white-space: nowrap;
}

.price-list em {
  font-size: .85rem;
  font-style: normal;
}

.featured-event {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  background: var(--white);
}

.event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-copy {
  padding: clamp(2rem, 5vw, 4.5rem);
}

.event-date {
  color: var(--red);
  font: 600 1rem/1.5 var(--sans);
  font-variant-numeric: tabular-nums;
}

.event-copy h2, .wine-event h2 {
  margin: .5rem 0 1.5rem;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1.5;
  font-weight: 600;
}

.event-copy > p:not(.event-date), .wine-event p {
  color: var(--muted);
}

.event-copy dl {
  margin: 2rem 0;
}

.event-copy dl > div {
  padding: .7rem 0;
  display: grid;
  grid-template-columns: 100px 1fr;
  border-bottom: 1px solid var(--line);
}

.event-copy dt {
  color: var(--muted);
}

.event-copy dd {
  margin: 0;
}

.wine-event {
  margin-top: 2rem;
  padding: clamp(2rem, 5vw, 4.5rem);
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 4rem;
  background: var(--ink);
  color: #fff;
}

.wine-event .eyebrow {
  color: var(--gold);
}

.wine-event p {
  color: rgba(255,255,255,.75);
}

.event-details {
  margin: 0;
}

.event-details > div {
  padding: .8rem 0;
  border-bottom: 1px solid rgba(255,255,255,.2);
}

.event-details dt {
  color: rgba(255,255,255,.65);
}

.event-details dd {
  margin: .15rem 0 0;
  font-variant-numeric: tabular-nums;
}

.lightbox-trigger {
  cursor: zoom-in;
}

.image-lightbox {
  width: min(92vw, 1120px);
  max-width: none;
  max-height: 92vh;
  margin: auto;
  padding: 1rem;
  overflow: hidden;
  border: 0;
  background: #111;
  color: #fff;
}

.image-lightbox::backdrop {
  background: rgba(9,7,6,.88);
}

.image-lightbox img {
  width: 100%;
  max-height: calc(92vh - 5rem);
  object-fit: contain;
}

.image-lightbox p {
  margin: .6rem 3.2rem 0 .2rem;
}

.lightbox-close {
  width: 44px;
  height: 44px;
  position: absolute;
  top: .7rem;
  right: .7rem;
  border: 1px solid #fff;
  border-radius: 50%;
  background: rgba(0,0,0,.7);
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
}

.lightbox-nav {
  width: 52px;
  height: 70px;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid rgba(255,255,255,.6);
  background: rgba(0,0,0,.48);
  color: #fff;
  font-size: 3rem;
  line-height: 1;
  cursor: pointer;
}

.lightbox-nav:hover, .lightbox-nav:focus-visible {
  background: rgba(80,77,74,.9);
}

.lightbox-nav[hidden] {
  display: none;
}

.lightbox-previous {
  left: 1.2rem;
}

.lightbox-next {
  right: 1.2rem;
}

.back-to-top {
  width: 48px;
  height: 48px;
  position: fixed;
  z-index: 90;
  right: clamp(1rem, 2.5vw, 2rem);
  bottom: 1.5rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(26,23,21,.22);
  border-radius: 50%;
  background: rgba(255,253,249,.78);
  color: rgba(26,23,21,.58);
  font-size: 1.35rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s;
  cursor: pointer;
  backdrop-filter: blur(4px);
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover, .back-to-top:focus-visible {
  color: var(--hover-gray-dark);
  border-color: rgba(80,77,74,.45);
  background: rgba(255,253,249,.96);
}

/* English pages share the Japanese layouts and use readable Latin typefaces. */
.english-page {
  font-family: Arial, Helvetica, sans-serif;
}

.english-page h1, .english-page h2, .english-page h3 {
  font-family: Georgia, "Times New Roman", serif;
}

/* Footer */
.site-footer {
  padding: 4rem max(2rem, 5vw);
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: clamp(2rem, 4vw, 4rem);
  background: var(--ink);
  color: rgba(255,255,255,.82);
  font-size: 1rem;
}

.footer-brand img {
  width: min(290px, 100%);
  max-height: 48px;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) invert(1);
}

.footer-brand p {
  margin-top: 1.5rem;
}

.site-footer h2 {
  margin: 0 0 1.1rem;
  color: #fff;
  font: 700 1.1rem/1.5 var(--sans);
}

.footer-info p, .footer-hours p {
  margin: 0 0 1rem;
}

.footer-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links li + li {
  margin-top: .75rem;
}

.footer-links a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: rgba(255,255,255,.4);
  text-underline-offset: .25em;
}

.footer-links a:hover, .footer-links a:focus-visible {
  color: var(--hover-gray-light);
  text-decoration-color: currentColor;
}

.footer-hours small {
  color: rgba(255,255,255,.68);
  font-size: .9rem;
}

.footer-instagram {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
}

.footer-instagram img {
  width: 26px;
  height: 26px;
  object-fit: cover;
  border-radius: 6px;
}

.footer-instagram:hover, .footer-instagram:focus-visible {
  color: var(--hover-gray-light);
}

.footer-instagram {
  color: #fff;
}

.footer-instagram span {
  text-decoration: underline;
  text-decoration-color: rgba(255,255,255,.4);
  text-underline-offset: .25em;
}

.footer-copyright {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.72);
  font-size: .9rem;
  text-align: center;
}

.mobile-cta {
  display: none;
}

@media (max-width: 767px) {
  :root {
    --header-h: 84px;
  }

  body {
    padding-bottom: 42px;
  }

  .content-wide, .content-narrow {
    width: calc(100% - 2rem);
  }

  .header-top {
    height: 46px;
    grid-template-columns: minmax(0, 1fr) 30px 54px 124px;
  }

  .site-logo {
    width: min(130px, calc(100% - .75rem));
    margin-left: .75rem;
    padding: 0;
  }

  .site-logo img {
    width: 100%;
    max-height: 28px;
  }

  .instagram-link {
    padding: .4rem .25rem;
    gap: 0;
    justify-content: center;
  }

  .instagram-link > img {
    width: 24px;
    height: 24px;
  }

  .instagram-link span {
    display: none;
  }

  .language-switch {
    padding: .2rem;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    border-left: 1px solid var(--line);
    line-height: 1.15;
  }

  .language-switch a {
    width: 100%;
    padding: .2rem 0;
    text-align: center;
    font-size: .68rem;
  }

  .language-switch a + a {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .header-reserve span {
    font-size: .75rem;
    letter-spacing: .08em;
  }

  .header-reserve small {
    font-size: .72rem;
  }

  .global-nav {
    height: 38px;
  }

  .global-nav a span {
    font-size: .74rem;
    letter-spacing: .03em;
  }

  .global-nav a small {
    display: none;
  }

  .home-hero, .home-hero-copy {
    min-height: min(61svh, 560px);
  }

  .home-hero > img {
    object-position: 58% center;
  }

  .hero-overlay {
    background: none;
  }

  .home-hero .hero-overlay {
    background: linear-gradient(90deg, rgba(8,6,5,.86) 0%, rgba(8,6,5,.64) 54%, rgba(8,6,5,.12) 84%, transparent 100%);
  }

  .home-hero-copy {
    width: calc(100% - 2rem);
    padding: 3rem 0 2.3rem;
    align-items: flex-start;
    justify-content: flex-end;
    text-align: left;
  }

  .home-hero h1, .home-hero .hero-catchphrase {
    font-size: clamp(1.7rem, 7.6vw, 2.5rem);
  }

  .home-hero-copy > p:not(.eyebrow):not(.hero-catchphrase) {
    margin-top: .9rem;
    font-size: 1rem;
  }

  .hero-actions {
    width: min(100%, 240px);
    margin-top: 1.3rem;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-actions .button-outline-light {
    display: none;
  }

  .home-news {
    width: calc(100% - 2rem);
    padding: 2rem 0;
    display: block;
  }

  .news-heading {
    margin-bottom: 1.5rem;
  }

  .news-item {
    display: block;
  }

  .news-item > time {
    margin-bottom: .5rem;
  }

  .notice-hours > div {
    grid-template-columns: 5.5rem 1fr;
  }

  .home-story, .access-section {
    padding-block: 4.5rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 2.4rem;
  }

  .story-photo {
    height: 270px;
  }

  .story-copy .story-title {
    font-size: 1.75rem;
  }

  .facts dd {
    font-size: 1rem;
  }

  .page-links-intro {
    padding-block: 4rem 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .page-links-intro .menu-intro-title {
    font-size: 1.9rem;
  }

  .page-card-grid {
    width: calc(100% - 2rem);
    grid-template-columns: 1fr;
  }

  .page-card {
    height: 270px;
    min-height: 0;
  }

  .page-card.event-card {
    grid-column: auto;
  }

  .page-card.event-card > div {
    position: absolute;
    left: 7%;
    right: 7%;
    bottom: 7%;
    padding: 0;
  }

  .reservation-block {
    width: calc(100% - 2rem);
    margin-block: 4rem;
    padding: 3.5rem 1.2rem;
  }

  .reservation-block > p:not(.eyebrow) {
    text-align: left;
  }

  .reservation-actions {
    flex-direction: column;
    gap: 1.3rem;
  }

  .reservation-actions .button {
    width: 100%;
  }

  .subpage-hero {
    min-height: 290px;
  }

  .subpage-hero .hero-brand {
    font-size: 1rem;
  }

  .subpage-hero h1 {
    font-size: 2.7rem;
  }

  .local-nav {
    min-height: 50px;
    padding: 0 .4rem;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .local-nav a {
    flex: 0 0 auto;
    padding: .75rem .65rem;
    font-size: .82rem;
  }

  .menu-page, .event-page {
    padding-block: 4rem;
  }

  .page-intro {
    margin-bottom: 3.5rem;
    text-align: left;
  }

  .page-intro .intro-title {
    font-size: 1.9rem;
  }

  .menu-course {
    padding: 1.7rem 1.1rem;
    scroll-margin-top: 100px;
  }

  .menu-course > header {
    flex-direction: column;
    gap: .6rem;
  }

  .menu-course > header > strong {
    text-align: left;
  }

  .course-rows > div {
    grid-template-columns: 1fr;
    gap: .2rem;
  }

  .dish-gallery, [data-page="lunch"] .dish-gallery, .dish-gallery.dinner-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .alacarte-heading, .menu-list {
    scroll-margin-top: 100px;
  }

  .price-list li {
    gap: .65rem;
  }

  .featured-event, .wine-event {
    grid-template-columns: 1fr;
  }

  .wine-event {
    gap: 2rem;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding: 3.5rem 1.2rem;
  }

  .phone-desktop {
    display: none;
  }

  .phone-mobile {
    display: block;
  }

  .mobile-cta {
    height: 42px;
    position: fixed;
    z-index: 110;
    inset: auto 0 0;
    display: grid;
    grid-template-columns: 65px 1fr;
    background: #fff;
    box-shadow: 0 -4px 18px rgba(0,0,0,.16);
  }

  .mobile-cta a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.25;
  }

  .mobile-cta a:first-child {
    border-right: 1px solid #ddd;
  }

  .mobile-cta a:last-child {
    color: #fff;
    background: var(--red);
  }

  .mobile-cta a:last-child:hover, .mobile-cta a:last-child:focus-visible {
    color: #fff;
    background: var(--hover-gray-dark);
  }

  .mobile-cta small {
    font-size: .68rem;
  }

  .mobile-cta strong {
    font-size: .85rem;
  }

  .lightbox-nav {
    width: 42px;
    height: 58px;
    font-size: 2.5rem;
  }

  .lightbox-previous {
    left: .35rem;
  }

  .lightbox-next {
    right: .35rem;
  }

  .back-to-top {
    right: .8rem;
    bottom: 54px;
    width: 44px;
    height: 44px;
  }

}

@media (min-width: 768px) and (max-width: 1100px) {
  .site-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
  }

}

/* 見出しの意味と文字の見た目を分けて管理 */
.story-title, .menu-intro-title, .access-title, .intro-title {
  font-family: var(--mincho);
}

.story-copy > .story-title {
  color: inherit;
}

.home-hero-copy > .hero-catchphrase {
  margin: 0;
}

.drink-secondary-grid {
  gap: 0;
}

.drink-group {
  min-width: 0;
}

.drink-price-note {
  width: min(980px, 100%);
  margin: 1rem auto 0;
  padding-inline: clamp(1.6rem, 3vw, 2.5rem);
  color: var(--muted);
  text-align: right;
}

@media (min-width: 768px) {
  [data-section="drink"] main > .menu-list-grid {
    width: min(980px, calc(100% - 4rem));
    margin-inline: auto;
  }
}

.no-current-events {
  margin: 2rem 0 0;
  padding: 2rem 1rem;
  border-block: 1px solid var(--line);
  text-align: center;
  font-size: 1.125rem;
}

.header-reserve {
  min-width: 0;
  padding-inline: 6px;
  white-space: nowrap;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .home-story, .access-section {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-story > .section-mark, .access-section > .section-mark {
    grid-column: 1 / -1;
  }

  .site-logo {
    width: min(220px, calc(100% - 16px));
    margin-left: 16px;
  }

  .instagram-link {
    padding-inline: 12px;
  }

  .instagram-link span {
    display: none;
  }

  .language-switch {
    padding-inline: 8px;
  }

}

@media (max-width: 767px) {
  .header-reserve span {
    font-size: 12px;
    letter-spacing: .035em;
  }

  .header-reserve small {
    font-size: 12px;
  }

}
