:root {
  --paper: #f7f1e5;
  --paper-warm: #efe4d0;
  --paper-deep: #dccfb7;
  --ink: #0b0b0a;
  --ink-soft: #34322d;
  --muted: #706a60;
  --seal: #a51f1f;
  --soy: #917044;
  --line: rgba(11, 11, 10, 0.18);
  --line-strong: rgba(11, 11, 10, 0.72);
  --column: 540px;
  --pad: 22px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html,
body {
  min-height: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(11, 11, 10, 0.035) 1px, transparent 1px) center / 26px 26px,
    var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

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

a:hover {
  text-decoration: underline;
  text-underline-offset: 0.22em;
}

button,
input,
textarea,
select {
  font: inherit;
}

:focus {
  outline: none;
}

:focus-visible {
  outline: 2px solid var(--seal);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 8px 12px;
  background: var(--ink);
  color: var(--paper);
  transform: translateY(-140%);
}

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

.column {
  width: 100vw;
  max-width: var(--column);
  margin: 0 auto;
  padding: 0 var(--pad);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247, 241, 229, 0.94);
  backdrop-filter: blur(16px) saturate(1.1);
  -webkit-backdrop-filter: blur(16px) saturate(1.1);
  border-bottom: 1px solid var(--line);
}

.header-row {
  width: 100vw;
  max-width: var(--column);
  min-height: 56px;
  margin: 0 auto;
  padding: 8px var(--pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.brand img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.brand span {
  display: grid;
  gap: 1px;
}

.brand strong {
  font-family: "Bodoni Moda", "Times New Roman", serif;
  font-size: 1.06rem;
  line-height: 1;
  letter-spacing: 0;
}

.brand em {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-size: 0.68rem;
  line-height: 1;
  color: var(--muted);
}

.reserve-button,
.action,
.visit-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid var(--ink);
  padding: 0 16px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: transparent;
  white-space: nowrap;
}

.reserve-button {
  background: var(--ink);
  color: var(--paper);
  box-shadow: 0 8px 24px rgba(11, 11, 10, 0.16);
}

.quick-nav {
  width: 100vw;
  max-width: var(--column);
  margin: 0 auto;
  padding: 0 var(--pad) 10px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
}

.quick-nav a {
  min-height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  padding: 28px 0 44px;
  background:
    radial-gradient(circle at 92% 14%, rgba(165, 31, 31, 0.12), transparent 28%),
    linear-gradient(180deg, var(--paper), var(--paper-warm));
}

.eyebrow {
  margin: 0 0 18px;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--seal);
}

.hero .column {
  text-align: center;
}

.hero-logo {
  width: 164px;
  margin: 0 auto 18px;
}

h1,
h2 {
  font-family: "Bodoni Moda", "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.96;
  margin: 0;
}

h1 {
  font-size: 3.65rem;
}

h1 span,
h2 span {
  display: block;
}

.hero-copy {
  max-width: 19rem;
  margin: 18px auto 0;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.hero-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 24px 0 22px;
}

.action {
  width: 100%;
  background: rgba(247, 241, 229, 0.68);
}

.action-primary {
  background: var(--ink);
  color: var(--paper);
}

.hero-frame {
  position: relative;
  margin: 0;
  border: 1px solid var(--line-strong);
  background: var(--paper);
  box-shadow: 0 18px 44px rgba(11, 11, 10, 0.18);
  overflow: hidden;
}

.hero-frame::after {
  content: "白黒";
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 2px solid var(--seal);
  border-radius: 50%;
  color: var(--seal);
  font-family: "Noto Serif JP", serif;
  font-size: 0.92rem;
  transform: rotate(-10deg);
}

.hero-art {
  height: 210px;
  background: var(--paper);
  overflow: hidden;
}

.hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% 28%;
  opacity: 0.82;
  filter: grayscale(1) contrast(1.1);
}

.hero-photo {
  height: 320px;
  border-top: 1px solid var(--ink);
  overflow: hidden;
  background: var(--ink);
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
}

.hero-frame figcaption {
  position: absolute;
  left: 0;
  right: 0;
  top: 210px;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 0 14px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--paper);
  mix-blend-mode: difference;
}

.ticker {
  border-block: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  overflow: hidden;
}

.ticker-track {
  width: max-content;
  display: flex;
  gap: 28px;
  padding: 11px 18px;
  animation: drift 28s linear infinite;
}

.ticker span {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}

.section {
  padding: 64px 0;
  background: var(--paper);
}

.section h2,
.visit h2 {
  font-size: 2.55rem;
  margin-bottom: 20px;
}

.section p,
.visit p {
  color: var(--ink-soft);
  margin: 0;
}

.menu-snapshot {
  background: var(--paper-warm);
}

.ticket-list {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.ticket {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 14px;
  min-height: 86px;
  padding: 15px 16px;
  border: 1px solid var(--ink);
  background:
    linear-gradient(90deg, rgba(11, 11, 10, 0.04) 1px, transparent 1px) 0 0 / 14px 14px,
    var(--paper);
}

.ticket-label {
  grid-column: 1 / -1;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--seal);
}

.ticket strong {
  font-family: "Bodoni Moda", "Times New Roman", serif;
  font-size: 1.34rem;
  font-weight: 400;
  line-height: 1.05;
}

.ticket em {
  align-self: end;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: 600;
}

.story-band {
  background: var(--paper);
}

.folio {
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.line-window {
  height: 330px;
  margin-bottom: 28px;
  border: 1px solid var(--line-strong);
  background: var(--paper);
  overflow: hidden;
}

.line-window img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 36%;
  filter: grayscale(1) contrast(1.16);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  border-bottom: 1px solid var(--seal);
  color: var(--seal);
  font-weight: 600;
}

.text-link::after {
  content: "\2192";
}

.gallery-strip {
  background: var(--ink);
  color: var(--paper);
}

.gallery-strip .eyebrow,
.gallery-strip h2 {
  color: var(--paper);
}

.gallery-row {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.gallery-card {
  min-height: 154px;
  display: grid;
  align-content: space-between;
  gap: 16px;
  padding: 16px;
  background: var(--paper);
  color: var(--ink);
  border: 1px solid rgba(247, 241, 229, 0.38);
}

.gallery-card img {
  width: 100%;
  height: 88px;
  object-fit: contain;
  filter: grayscale(1) contrast(1.2);
}

.gallery-card span {
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.food-proof {
  background: var(--paper-warm);
}

.photo-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 26px 0 20px;
}

.photo-pair img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border: 1px solid var(--line-strong);
}

.photo-pair img:first-child {
  object-position: 52% 40%;
}

.photo-pair img:last-child {
  object-position: 46% 48%;
  filter: grayscale(1) contrast(1.05);
}

.menu-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.menu-links a {
  min-height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ink);
  background: var(--paper);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.press-proof {
  background: var(--paper);
}

.press-list {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.press-list a {
  display: grid;
  gap: 8px;
  padding: 16px;
  border-top: 1px solid var(--ink);
}

.press-list span {
  color: var(--seal);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.press-list strong {
  font-family: "Bodoni Moda", "Times New Roman", serif;
  font-size: 1.28rem;
  font-weight: 400;
  line-height: 1.12;
}

.visit {
  position: relative;
  padding: 66px 0 0;
  background: var(--ink);
  color: var(--paper);
  overflow: hidden;
}

.visit .eyebrow,
.visit h2 {
  color: var(--paper);
}

.visit-details {
  display: grid;
  gap: 18px;
  margin: 26px 0;
}

.visit-details div {
  padding-top: 16px;
  border-top: 1px solid rgba(247, 241, 229, 0.28);
}

.visit-details dt {
  margin-bottom: 4px;
  color: var(--paper);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.visit-details dd {
  margin: 0;
  color: rgba(247, 241, 229, 0.82);
}

.visit-actions {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  margin-bottom: 32px;
}

.visit-actions a {
  min-width: 0;
  border-color: var(--paper);
  color: var(--paper);
}

.dishes {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  opacity: 0.94;
  filter: invert(1) contrast(1.2);
}

.footer {
  background: var(--paper);
  padding: 54px 0 30px;
  text-align: center;
}

.footer img {
  width: 182px;
  margin: 0 auto 18px;
  filter: invert(1);
}

.footer p {
  margin: 0 0 24px;
  font-family: "Bodoni Moda", "Times New Roman", serif;
  font-size: 1.55rem;
}

.footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
}

.footer nav a {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--muted);
}

@keyframes drift {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (min-width: 560px) {
  :root {
    --pad: 28px;
  }

  .hero-actions {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-row {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 860px) {
  body {
    background: var(--ink);
  }

  .site-header,
  main,
  .footer {
    width: 100%;
    max-width: var(--column);
    margin-inline: auto;
  }

  .site-header {
    background: rgba(247, 241, 229, 0.9);
  }

  h1 {
    font-size: 5rem;
  }

  .section h2,
  .visit h2 {
    font-size: 3rem;
  }

  .hero {
    padding-top: 38px;
  }
}

@media (max-width: 380px) {
  h1 {
    font-size: 3.25rem;
  }

  .section h2,
  .visit h2 {
    font-size: 2.3rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .ticker-track {
    animation: none;
  }
}
