:root {
  --sumi: #171411;
  --brown: #2c2119;
  --brown-deep: #1f1712;
  --cream: #f4ead8;
  --cream-soft: #fbf5eb;
  --enji: #6f1f25;
  --gold: #c8a15a;
  --gold-soft: #dfc88f;
  --white: #fffaf0;
  --line-dark: rgba(223, 200, 143, 0.22);
  --line-light: rgba(44, 33, 25, 0.14);
  --shadow: 0 24px 56px rgba(13, 10, 8, 0.28);
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "Times New Roman", serif;
  --sans: "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", system-ui, sans-serif;
  --inner: min(100% - 40px, 1120px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-bottom: 86px;
  overflow-x: hidden;
  background: var(--sumi);
  color: var(--brown-deep);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.9;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(rgba(255, 250, 240, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 250, 240, 0.018) 1px, transparent 1px);
  background-size: 28px 28px;
}

img,
video,
iframe {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3,
figure,
dl,
dd {
  margin: 0;
}

p + p {
  margin-top: 18px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  color: var(--sumi);
  background: var(--gold-soft);
  transform: translateY(-140%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  color: var(--white);
}

.site-header__inner {
  display: grid;
  gap: 14px;
  width: var(--inner);
  margin: 0 auto;
  padding: 18px 0;
}

.site-logo {
  width: max-content;
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  color: rgba(255, 250, 240, 0.82);
  font-size: 13px;
  line-height: 1.4;
}

.site-nav a {
  transition: color 0.2s ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--gold-soft);
}

.hero,
.page-hero {
  position: relative;
  display: grid;
  overflow: hidden;
  color: var(--white);
  isolation: isolate;
}

.hero {
  min-height: 92svh;
}

.page-hero {
  min-height: 58svh;
}

.hero__media,
.hero__media img,
.hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__media {
  z-index: -2;
}

.hero__media img {
  filter: saturate(0.88) contrast(1.04);
}

.hero__overlay {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(13, 10, 8, 0.5), rgba(13, 10, 8, 0.2) 34%, rgba(13, 10, 8, 0.78)),
    linear-gradient(90deg, rgba(13, 10, 8, 0.84), rgba(13, 10, 8, 0.5) 48%, rgba(13, 10, 8, 0.22)),
    radial-gradient(circle at 80% 18%, rgba(200, 161, 90, 0.18), transparent 34%);
}

.hero__content {
  width: var(--inner);
  margin: auto;
  padding: 128px 0 96px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--gold-soft);
  font-family: var(--serif);
  font-size: 13px;
  line-height: 1.4;
}

.eyebrow::before {
  display: inline-block;
  width: 30px;
  height: 1px;
  content: "";
  background: currentColor;
}

.hero h1,
.page-hero h1,
.section h2 {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.35;
}

.hero h1 {
  max-width: 760px;
  font-size: 58px;
  line-height: 1.08;
}

.page-hero h1 {
  max-width: 840px;
  font-size: 42px;
}

.hero__lead {
  display: grid;
  gap: 20px;
  max-width: 560px;
  margin-top: 34px;
  color: rgba(255, 250, 240, 0.86);
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.75;
}

.page-hero__lead {
  max-width: 860px;
  margin-top: 24px;
  color: rgba(255, 250, 240, 0.86);
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.9;
  line-break: strict;
  word-break: normal;
}

.section {
  position: relative;
  padding: 76px 0;
}

.section__inner {
  width: var(--inner);
  margin: 0 auto;
}

.section--cream {
  color: var(--brown-deep);
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.9), rgba(244, 234, 216, 0.96)),
    var(--cream);
}

.section--dark {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(111, 31, 37, 0.13), transparent 48%),
    linear-gradient(180deg, var(--sumi), var(--brown-deep));
}

.section--brown {
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(31, 23, 18, 0.96), rgba(44, 33, 25, 0.98)),
    var(--brown);
}

.section--cinematic {
  padding: 34px 0 48px;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(23, 20, 17, 0.98), var(--sumi) 58%, rgba(31, 23, 18, 0.96));
}

.section--access {
  padding-bottom: 112px;
  color: var(--white);
  background:
    linear-gradient(180deg, var(--brown-deep), var(--sumi));
}

.section__heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section__heading--center {
  max-width: 820px;
  margin-inline: auto;
  text-align: left;
}

.section h2 {
  font-size: 29px;
}

.section h2 + p,
.section__heading p:not(.eyebrow) {
  margin-top: 18px;
}

.menu-scene-copy {
  display: grid;
  gap: 2px;
}

.section--cream p {
  color: #3e3228;
}

.section--dark p,
.section--brown p,
.section--cinematic p,
.section--access p {
  color: rgba(255, 250, 240, 0.82);
}

.lead {
  color: var(--gold-soft);
  font-family: var(--serif);
  font-size: 21px;
  line-height: 1.8;
}

.split,
.link-grid,
.feature-grid,
.access__grid {
  display: grid;
  gap: 34px;
}

.media-card,
.photo-frame,
.link-card,
.dish-card {
  overflow: hidden;
  background: var(--brown);
  box-shadow: var(--shadow);
}

.media-card img,
.photo-frame img,
.media-card video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-card {
  aspect-ratio: 5 / 4;
}

.photo-frame {
  aspect-ratio: 4 / 3;
}

.photo-frame--natural {
  aspect-ratio: auto;
}

.photo-frame--natural img {
  height: auto;
  object-fit: contain;
  object-position: center top;
}

.feature-grid--single {
  max-width: 760px;
  margin-inline: auto;
}

.copy-panel {
  padding-top: 12px;
}

.cinematic .section__inner {
  width: 100%;
  max-width: none;
}

.cinematic__frame {
  width: 100%;
  background: var(--sumi);
}

.cinematic__frame--contained {
  width: var(--inner);
  max-width: 980px;
  margin: 0 auto;
}

.cinematic__frame video {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  background: #080706;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid transparent;
  font-weight: 700;
  line-height: 1.3;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button--primary {
  color: var(--sumi);
  background: var(--gold-soft);
  border-color: var(--gold-soft);
}

.button--ghost {
  color: var(--white);
  background: rgba(255, 250, 240, 0.06);
  border-color: rgba(255, 250, 240, 0.42);
}

.section--cream .button--ghost {
  color: var(--brown-deep);
  background: transparent;
  border-color: rgba(44, 33, 25, 0.28);
}

.link-grid--home-guide .link-card {
  position: relative;
  overflow: hidden;
}

.link-grid--home-guide .link-card::before,
.link-grid--home-guide .link-card::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
}

.link-grid--home-guide .link-card::before {
  background: rgba(0, 0, 0, 0.24);
}

.link-grid--home-guide .link-card::after {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.72) 0%,
    rgba(0, 0, 0, 0.32) 44%,
    rgba(0, 0, 0, 0.04) 100%
  );
}

.link-card {
  display: grid;
  min-height: 320px;
  color: var(--white);
  background: var(--brown);
}

.link-card img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.link-grid--home-guide .link-card__body {
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, rgba(16, 10, 7, 0.88), rgba(16, 10, 7, 0.95));
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.82);
}

.link-card__body {
  padding: 22px;
}

.link-card h3 {
  color: #fff2d0;
  font-family: var(--serif);
  font-size: 23px;
  line-height: 1.45;
}

.link-card p {
  margin-top: 10px;
  color: rgba(255, 250, 240, 0.82);
}

.link-card__more {
  display: inline-block;
  margin-top: 18px;
  color: var(--gold-soft);
  font-weight: 700;
}

.dish-list {
  display: grid;
  gap: 26px;
}

.dish-card {
  position: relative;
  display: grid;
  min-height: 340px;
  border-bottom: 1px solid var(--line-light);
}

.dish-card img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  background: var(--brown);
}

.dish-card__body {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  z-index: 1;
  display: grid;
  gap: 8px;
  padding: 84px 18px 20px;
  background: linear-gradient(
    to top,
    rgba(12, 9, 7, 0.9) 0%,
    rgba(12, 9, 7, 0.68) 48%,
    rgba(12, 9, 7, 0.02) 100%
  );
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.78);
}

.dish-card--text-top img {
  object-position: center 64%;
}

.dish-card--text-top .dish-card__body {
  top: 0;
  bottom: auto;
  padding: 20px 18px 86px;
  background: linear-gradient(
    to bottom,
    rgba(12, 9, 7, 0.9) 0%,
    rgba(12, 9, 7, 0.64) 50%,
    rgba(12, 9, 7, 0.02) 100%
  );
}

.dish-card h3 {
  color: #fff2d0;
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
}

.dish-card__price {
  display: block;
  color: #f7df9e;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.35;
}

.dish-card p {
  color: rgba(255, 248, 232, 0.94);
  line-height: 1.75;
}

.menu-catalog {
  margin-top: 58px;
  padding-top: 46px;
  border-top: 1px solid rgba(92, 55, 32, 0.18);
}

.menu-catalog--drinks {
  margin-top: 72px;
}

.menu-catalog__heading {
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: left;
}

.menu-catalog__heading h2 {
  color: var(--brown-deep);
}

.menu-catalog__heading p:not(.eyebrow) {
  margin-top: 14px;
  color: rgba(62, 50, 40, 0.78);
}

.menu-catalog__grid {
  display: grid;
  gap: 18px;
}

.menu-category {
  padding: 20px 18px;
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.7), rgba(244, 234, 216, 0.86)),
    rgba(255, 250, 240, 0.76);
  border: 1px solid rgba(92, 55, 32, 0.16);
  box-shadow: 0 14px 26px rgba(55, 36, 24, 0.08);
}

.menu-category h3 {
  padding-bottom: 10px;
  color: var(--brown-deep);
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.45;
  border-bottom: 1px solid rgba(92, 55, 32, 0.18);
}

.menu-category__note {
  margin-top: 10px;
  color: rgba(62, 50, 40, 0.68);
  font-size: 13px;
}

.menu-subgroup {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(92, 55, 32, 0.14);
}

.menu-subgroup--first {
  margin-top: 14px;
  padding-top: 0;
  border-top: 0;
}

.menu-subgroup h4 {
  color: rgba(92, 55, 32, 0.88);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.menu-items {
  display: grid;
  gap: 0;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.menu-items--sub {
  margin-top: 8px;
}

.menu-items li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
  padding: 9px 0;
  border-bottom: 1px solid rgba(92, 55, 32, 0.12);
  color: #33261f;
  line-height: 1.55;
}

.menu-items li:last-child {
  border-bottom: 0;
}

.menu-items span:first-child {
  min-width: 0;
  font-weight: 700;
  line-break: strict;
  word-break: normal;
}

.menu-items span:last-child {
  color: rgba(92, 55, 32, 0.82);
  font-size: 14px;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}

.menu-item--indent span:first-child {
  padding-left: 18px;
  color: rgba(51, 38, 31, 0.82);
  font-weight: 600;
}

.shop-info {
  display: grid;
  border-top: 1px solid var(--line-dark);
}

.shop-info > div {
  display: grid;
  gap: 6px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line-dark);
}

.shop-info dt {
  color: var(--gold-soft);
  font-family: var(--serif);
  font-size: 14px;
  white-space: nowrap;
}

.shop-info dd {
  color: rgba(255, 250, 240, 0.9);
}

.shop-info a {
  color: #e6c979;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.access__map iframe {
  width: 100%;
  height: 360px;
  border: 0;
  filter: grayscale(0.12) contrast(0.95);
}

.site-footer {
  padding: 38px 0 100px;
  color: rgba(255, 250, 240, 0.66);
  background: var(--sumi);
}

.site-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: var(--inner);
  margin: 0 auto;
  gap: 20px;
}

.site-footer__logo {
  color: var(--gold-soft);
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 700;
}

.page-links {
  width: min(100% - 40px, 960px);
  margin: 64px auto 120px;
  padding: 28px;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(76, 22, 20, 0.94), rgba(18, 10, 7, 0.96)),
    var(--brown-deep);
  border: 1px solid rgba(230, 201, 121, 0.35);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.24);
}

.page-links__label {
  margin: 0 0 18px;
  color: #fff8e8;
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: 0.06em;
}

.page-links__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.page-links__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 48px;
  padding: 13px 22px;
  color: #f8e5b0;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(230, 201, 121, 0.65);
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.page-links__button:hover {
  background: rgba(230, 201, 121, 0.12);
  transform: translateY(-1px);
}

.page-links__button--primary {
  color: var(--white);
  background: linear-gradient(180deg, var(--enji), #4c1619);
  border-color: rgba(255, 250, 240, 0.5);
}

.fixed-cta {
  position: fixed;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  color: var(--white);
  background: rgba(23, 20, 17, 0.94);
  border: 1px solid var(--line-dark);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}

.fixed-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 10px;
  font-size: 14px;
  font-weight: 700;
}

.fixed-cta a + a {
  border-left: 1px solid var(--line-dark);
}

.fixed-cta a:first-child {
  color: var(--sumi);
  background: var(--gold-soft);
}

.no-break {
  white-space: nowrap;
}

.pc-only-break {
  display: none;
}

@media (max-width: 1499px) {
  .menu-items li {
    grid-template-columns: minmax(0, 1fr);
    gap: 3px;
  }

  .menu-items span:last-child {
    text-align: left;
    white-space: normal;
  }
}

.js-enabled [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.72s ease, transform 0.72s ease;
}

.js-enabled [data-reveal][data-revealed="true"] {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }

  .js-enabled [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 1200px) {
  .pc-only-break {
    display: inline;
  }
}

@media (min-width: 700px) {
  :root {
    --inner: min(100% - 64px, 1120px);
  }

  body {
    padding-bottom: 0;
  }

  .site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
  }

  .site-nav {
    gap: 22px;
    font-size: 14px;
  }

  .hero__content {
    padding-top: 140px;
  }

  .hero h1 {
    font-size: 76px;
  }

  .page-hero h1 {
    font-size: 58px;
  }

  .section {
    padding: 104px 0;
  }

  .section h2 {
    font-size: 38px;
  }

  .section--cinematic {
    padding: 44px 0 58px;
  }

  .split,
  .access__grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 56px;
  }

  .feature-grid,
  .link-grid,
  .dish-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 28px;
  }

  .menu-catalog {
    margin-top: 74px;
    padding-top: 58px;
  }

  .menu-catalog--drinks {
    margin-top: 88px;
  }

  .menu-catalog__heading {
    text-align: center;
  }

  .menu-catalog__heading .eyebrow {
    justify-content: center;
  }

  .menu-catalog__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 22px;
  }

  .menu-category {
    padding: 24px 22px;
  }

  .dish-card {
    border-bottom: 0;
  }

  .dish-card--wide {
    grid-column: 1 / -1;
    min-height: 420px;
    border-top: 1px solid var(--line-light);
  }

  .dish-card--wide img {
    aspect-ratio: 16 / 9;
  }

  .shop-info > div {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 22px;
  }

  .access__map iframe {
    height: 460px;
  }

  .fixed-cta {
    right: 28px;
    bottom: 28px;
    left: auto;
    width: 260px;
  }
}

@media (min-width: 1024px) {
  .hero h1 {
    font-size: 92px;
  }

  .hero__lead,
  .page-hero__lead {
    font-size: 20px;
  }

  .section {
    padding: 124px 0;
  }

  .section__heading--center {
    text-align: center;
  }

  .section__heading--center .eyebrow {
    justify-content: center;
  }
}

@media (max-width: 699px) {
  .menu-catalog {
    margin-top: 44px;
    padding-top: 36px;
  }

  .menu-catalog--drinks {
    margin-top: 56px;
  }

  .menu-category {
    padding: 18px 16px;
  }

  .menu-items li {
    grid-template-columns: minmax(0, 1fr);
    gap: 3px;
  }

  .menu-items span:last-child {
    text-align: left;
    white-space: normal;
  }

  .dish-card--reba {
    aspect-ratio: 4 / 3;
    min-height: 0;
  }

  .dish-card--reba img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .page-links {
    width: min(100% - 32px, 960px);
    margin: 48px auto 112px;
    padding: 22px 18px;
  }

  .page-links__buttons {
    display: grid;
    gap: 12px;
  }

  .page-links__button {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 380px) {
  :root {
    --inner: min(100% - 28px, 1120px);
  }

  .hero h1 {
    font-size: 50px;
  }

  .section h2 {
    font-size: 26px;
  }

  .fixed-cta a {
    font-size: 13px;
  }
}
