/*
Theme Name: Skeleton (Fukuyoshi)
Theme URI: 
Author: Gemini
Description: 福よし ならまち店用テーマ (Skeletonベース)
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: skeleton
*/

:root {
  --ink: #1e1a15;
  --paper: #f6f0e4;
  --paper-2: #e7dbc8;
  --white: #fffaf0;
  --charcoal: #1c1a14;
  --sumi: #242017;
  --red: #9f1410;
  --red-2: #c22718;
  --gold: #9e7b3e;
  --green: #344a35;
  --line: rgba(30, 26, 21, .18);
  --shadow: 0 24px 70px rgba(24, 16, 11, .22);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  letter-spacing: 0;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 18% 22%, rgba(158, 123, 62, .08), transparent 30%),
    linear-gradient(90deg, rgba(30, 26, 21, .045) 1px, transparent 1px),
    linear-gradient(0deg, rgba(30, 26, 21, .035) 1px, transparent 1px);
  background-size: auto, 72px 72px, 72px 72px;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(rgba(246, 240, 228, .86), rgba(246, 240, 228, .86)),
    url("assets/wafu-ornament-bg.jpg") center top / min(1500px, 120vw) auto no-repeat;
  opacity: .46;
}

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

p,
h1,
h2,
h3,
summary,
dt,
dd {
  text-wrap: pretty;
}

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

:focus-visible {
  outline: 3px solid rgba(226, 189, 120, .95);
  outline-offset: 4px;
}

[hidden] {
  display: none !important;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: var(--progress, 0%);
  height: 4px;
  background: var(--red-2);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 14px clamp(18px, 4vw, 58px);
  background:
    linear-gradient(90deg, rgba(36, 32, 23, .98), rgba(27, 24, 18, .96)),
    var(--sumi);
  color: var(--white);
  border-bottom: 1px solid rgba(255, 250, 240, .1);
  backdrop-filter: blur(18px);
}

.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  height: 9px;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(158, 123, 62, .72), transparent),
    repeating-linear-gradient(90deg, rgba(255, 250, 240, .22) 0 1px, transparent 1px 18px);
  opacity: .72;
  mask-image: linear-gradient(90deg, transparent, #000 14%, #000 86%, transparent);
}

.site-header img {
  width: min(182px, 42vw);
  height: auto;
  aspect-ratio: 334 / 86;
  object-fit: contain;
}

.nav {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
  flex-shrink: 0;
}

.nav a:not(.nav-cta) {
  opacity: .78;
}

.nav-cta,
.mobile-header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--red-2), var(--red));
  color: var(--white);
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 12px 28px rgba(125, 16, 16, .32);
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.nav-cta:hover,
.button:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #dd2a1b, var(--red));
  box-shadow: 0 18px 40px rgba(125, 16, 16, .36);
}

.nav-cta {
  min-width: 176px;
  border-color: rgba(255, 250, 240, .16);
}

.button.secondary {
  background: transparent;
  color: var(--white);
  border-color: rgba(255, 254, 249, .45);
  box-shadow: none;
}

.button.light {
  background: var(--white);
  color: var(--red);
  box-shadow: 0 12px 30px rgba(25, 21, 19, .16);
}

.cta-stack {
  flex-direction: column;
  gap: 5px;
  min-height: 64px;
  min-width: 220px;
  padding: 10px 22px 11px;
  line-height: 1.1;
  text-align: center;
}

.cta-stack.primary-cta {
  border-color: rgba(255, 250, 240, .2);
  box-shadow:
    0 18px 42px rgba(159, 20, 16, .34),
    inset 0 0 0 1px rgba(255, 250, 240, .12);
}

.cta-title,
.cta-sub {
  display: block;
}

.cta-title {
  font-size: 16px;
  font-weight: 900;
}

.cta-sub {
  font-size: 11px;
  font-weight: 800;
  opacity: .78;
}

.button.light .cta-sub {
  color: rgba(159, 20, 16, .72);
  opacity: 1;
}

.text-nowrap {
  white-space: nowrap;
}

.button.secondary .cta-sub {
  opacity: .72;
}

.mobile-header-cta {
  display: none;
  min-height: 40px;
  padding: 0 13px;
  font-size: 12px;
}

.hero {
  position: relative;
  min-height: calc(100svh - 73px);
  display: grid;
  align-items: start;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 75% 72%, rgba(158, 123, 62, .16), transparent 34%),
    linear-gradient(135deg, #211f18 0%, #17140f 100%);
}

.hero-media {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: min(74vw, 1080px);
  z-index: 0;
  box-shadow: 24px 0 80px rgba(0, 0, 0, .28);
}

.hero-media picture,
.hero-media img {
  width: 100%;
  height: 100%;
}

.hero-media img {
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.06) translate3d(var(--hero-x, 0px), var(--hero-y, 0px), 0);
  animation: slow-pan 18s ease-in-out infinite alternate;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(21, 17, 13, .5) 0%, rgba(21, 17, 13, .16) 52%, rgba(28, 25, 18, .94) 72%, rgba(28, 25, 18, .98) 100%),
    radial-gradient(circle at 86% 80%, rgba(246, 240, 228, .06), transparent 34%),
    linear-gradient(0deg, rgba(18, 14, 10, .78) 0%, rgba(18, 14, 10, .08) 50%);
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: min(38vw, 520px);
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 95%, transparent 0 40%, rgba(158, 123, 62, .22) 41% 42%, transparent 43%),
    radial-gradient(circle at 50% 95%, transparent 0 25%, rgba(158, 123, 62, .14) 26% 27%, transparent 28%);
  background-size: 86px 43px;
  background-position: 0 0, 43px 21px;
  opacity: .28;
  mask-image: linear-gradient(90deg, transparent, #000 35%, #000);
}

.steam {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.steam span {
  position: absolute;
  bottom: 15%;
  width: 2px;
  height: 130px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .45);
  filter: blur(12px);
  opacity: 0;
  animation: steam-rise 7s ease-in-out infinite;
}

.steam span:nth-child(1) { left: 58%; animation-delay: .2s; }
.steam span:nth-child(2) { left: 66%; animation-delay: 1.3s; height: 170px; }
.steam span:nth-child(3) { left: 73%; animation-delay: 2.1s; }
.steam span:nth-child(4) { left: 82%; animation-delay: 3.4s; height: 155px; }

.hero-inner {
  position: relative;
  z-index: 3;
  width: min(1260px, calc(100% - 72px));
  margin: 0 auto;
  padding: clamp(42px, 5vw, 72px) 0 34px;
  display: grid;
  justify-items: end;
  text-align: right;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 42px;
  height: 1px;
  background: currentColor;
}

.hero h1 {
  max-width: min(780px, 62vw);
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(54px, 7vw, 104px);
  line-height: .98;
  font-weight: 800;
  letter-spacing: 0;
  text-align: left;
  text-shadow: 0 8px 24px rgba(0, 0, 0, .38);
}

.hero h1 span {
  display: block;
  white-space: nowrap;
}

.hero h1 span:first-child {
  font-size: .7em;
}

.hero h1 span + span {
  margin-top: .04em;
}

.hero-lead {
  max-width: 650px;
  margin: 28px 0 0;
  font-size: clamp(17px, 1.55vw, 22px);
  line-height: 1.86;
  font-weight: 700;
  color: rgba(255, 254, 249, .9);
  text-align: left;
}

.hero-lead .lead-line {
  display: block;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
  margin-top: 34px;
}

.hero-actions .cta-stack {
  min-width: 280px;
  min-height: 78px;
}

.hero-actions .button.secondary {
  min-width: 270px;
  min-height: 78px;
  font-size: 20px;
}

.hero-reserve-note {
  max-width: 650px;
  margin: 14px 0 0;
  padding: 12px 16px;
  border-left: 3px solid rgba(226, 189, 120, .86);
  background: rgba(20, 14, 13, .5);
  color: rgba(255, 254, 249, .82);
  font-size: 12px;
  line-height: 1.75;
  font-weight: 800;
  text-align: left;
}

.scroll-cue {
  position: absolute;
  right: clamp(18px, 4vw, 54px);
  bottom: 26px;
  z-index: 4;
  display: grid;
  justify-items: center;
  gap: 9px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  color: rgba(255, 254, 249, .75);
  writing-mode: vertical-rl;
}

.scroll-cue::after {
  content: "";
  width: 1px;
  height: 64px;
  background: currentColor;
  animation: cue 1.6s ease-in-out infinite;
}

section {
  position: relative;
  padding: clamp(68px, 9vw, 118px) clamp(18px, 4vw, 58px);
  scroll-margin-top: 92px;
}

.section-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.section-head {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: end;
  margin-bottom: clamp(34px, 5vw, 62px);
}

.section-head > div {
  max-width: 1180px;
}

.section-head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -18px;
  width: min(300px, 44vw);
  height: 2px;
  background:
    linear-gradient(90deg, rgba(159, 20, 16, .78), rgba(158, 123, 62, .64), transparent);
  transform: skewX(-18deg);
}

.section-kicker {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

h2 {
  margin: 10px 0 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(32px, 5.2vw, 66px);
  line-height: 1.08;
}

.section-head p,
.wide-copy {
  margin: 0;
  color: rgba(25, 21, 19, .72);
  font-size: 15px;
  line-height: 2;
  font-weight: 650;
}

.recommend::before,
.story::before,
.voices::before {
  content: "";
  position: absolute;
  left: clamp(18px, 5vw, 78px);
  right: clamp(18px, 5vw, 78px);
  top: 0;
  height: 18px;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(194, 39, 24, .35), rgba(158, 123, 62, .44), transparent),
    repeating-linear-gradient(90deg, rgba(159, 20, 16, .22) 0 12px, rgba(158, 123, 62, .16) 12px 24px, transparent 24px 36px);
  opacity: .82;
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  animation: rail-glow 8s ease-in-out infinite alternate;
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.quick-card {
  position: relative;
  min-height: 132px;
  padding: 19px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    repeating-linear-gradient(135deg, rgba(30, 26, 21, .026) 0 1px, transparent 1px 15px),
    var(--white);
  box-shadow: 0 14px 34px rgba(53, 32, 19, .08);
}

.quick-card::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: -1px;
  height: 5px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, var(--red), var(--gold), var(--green));
  opacity: .72;
}

.quick-card strong,
.quick-card a {
  display: block;
}

.quick-card span {
  display: block;
  margin-bottom: 12px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.quick-card strong,
.quick-card a {
  font-size: 17px;
  line-height: 1.65;
  font-weight: 900;
}

.quick-card small {
  display: block;
  margin-top: 8px;
  color: rgba(25, 21, 19, .64);
  font-size: 12px;
  line-height: 1.6;
  font-weight: 700;
}

.quick-card.primary-action {
  background:
    linear-gradient(135deg, rgba(194, 39, 24, .14), transparent 38%),
    var(--white);
}

.inline-cta {
  display: grid;
  justify-items: center;
  gap: 12px;
  margin-top: clamp(24px, 4vw, 36px);
}

.inline-cta .button,
.menu-cta .button,
.final-actions .button,
.instagram-footer-box .button {
  width: min(360px, 100%);
}

.commitment {
  overflow: hidden;
  padding-top: clamp(54px, 7vw, 86px);
  padding-bottom: clamp(58px, 7vw, 92px);
  background:
    linear-gradient(rgba(246, 240, 228, .96), rgba(246, 240, 228, .98)),
    url("assets/wafu-ornament-bg.jpg") center top / min(1120px, 116vw) auto no-repeat,
    var(--paper);
}

.commitment .section-inner {
  width: min(1060px, 100%);
}

.commitment::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: clamp(58px, 8vw, 112px);
  pointer-events: none;
  opacity: .16;
  background:
    linear-gradient(135deg, rgba(158, 123, 62, .36) 25%, transparent 25%) 0 0 / 42px 42px,
    linear-gradient(225deg, rgba(158, 123, 62, .32) 25%, transparent 25%) 0 0 / 42px 42px;
  mask-image: linear-gradient(180deg, #000, transparent);
}

.commitment::after {
  content: "";
  position: absolute;
  right: clamp(-80px, -4vw, -30px);
  top: clamp(42px, 8vw, 92px);
  width: clamp(220px, 26vw, 380px);
  height: clamp(70px, 8vw, 120px);
  pointer-events: none;
  background: rgba(255, 254, 249, .72);
  filter: blur(.2px);
  opacity: .58;
  transform: rotate(-13deg);
  mask-image: linear-gradient(105deg, transparent 0 8%, #000 18% 78%, transparent 90%);
}

.commitment-section-head {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 9px;
  margin: 0 auto clamp(18px, 3vw, 28px);
  text-align: center;
}

.commitment-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(125, 16, 16, .78);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.commitment-section-kicker::before,
.commitment-section-kicker::after {
  content: "";
  width: clamp(32px, 6vw, 72px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(158, 123, 62, .72));
}

.commitment-section-kicker::after {
  background: linear-gradient(90deg, rgba(158, 123, 62, .72), transparent);
}

.commitment-section-title {
  margin: 0;
  color: var(--ink);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(38px, 5.6vw, 72px);
  line-height: 1.08;
  font-weight: 900;
}

.commitment-points {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(16px, 2.2vw, 24px);
  margin: clamp(26px, 4vw, 42px) 0 0;
  padding: 0;
  list-style: none;
}

.commitment-point {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, .82fr) minmax(0, 1.18fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: center;
  min-height: 0;
  padding: clamp(15px, 2.2vw, 24px);
  border: 1px solid rgba(30, 26, 21, .14);
  background:
    linear-gradient(135deg, rgba(255, 254, 249, .86), rgba(255, 250, 240, .64)),
    repeating-linear-gradient(135deg, rgba(30, 26, 21, .024) 0 1px, transparent 1px 16px);
  box-shadow: 0 14px 34px rgba(53, 32, 19, .08);
  overflow: hidden;
}

.commitment-point:nth-child(2) {
  transition-delay: .08s;
}

.commitment-point:nth-child(3) {
  transition-delay: .16s;
}

.commitment-point::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--red), rgba(158, 123, 62, .72));
  opacity: .86;
}

.commitment-point-photo {
  position: relative;
  margin: 0;
  height: clamp(190px, 22vw, 255px);
  border: 1px solid rgba(30, 26, 21, .12);
  background: var(--white);
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(53, 32, 19, .08);
}

.commitment-point-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.035);
  transition: transform 1s ease;
}

.commitment-point-photo.is-contain img {
  object-fit: contain;
  background: var(--white);
}

.commitment-point.is-visible .commitment-point-photo img {
  transform: scale(1);
}

.commitment-point:hover .commitment-point-photo img {
  transform: scale(1.045);
}

.commitment-point-body {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: clamp(14px, 2vw, 22px);
  align-items: start;
}

.commitment-point-number {
  display: grid;
  place-items: center;
  width: 48px;
  aspect-ratio: 1;
  border: 1px solid rgba(125, 16, 16, .24);
  background: rgba(255, 254, 249, .78);
  color: var(--red);
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.commitment-point h3 {
  margin: 0;
  color: var(--ink);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.28;
  font-weight: 900;
}

.commitment-point h3 span {
  color: #a96649;
}

.commitment-point p {
  margin: clamp(12px, 1.8vw, 18px) 0 0;
  color: rgba(25, 21, 19, .74);
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.85;
  font-weight: 750;
}

.recommend {
  background:
    linear-gradient(rgba(231, 219, 200, .86), rgba(231, 219, 200, .88)),
    url("assets/wafu-ornament-bg.jpg") right top / min(1120px, 120vw) auto no-repeat,
    var(--paper-2);
  overflow: hidden;
}

.recommend::after {
  content: "";
  position: absolute;
  right: clamp(-90px, -6vw, -42px);
  bottom: clamp(18px, 4vw, 54px);
  width: clamp(180px, 23vw, 310px);
  aspect-ratio: 1;
  pointer-events: none;
  opacity: .2;
  background:
    radial-gradient(circle at 50% 50%, transparent 0 42%, rgba(159, 20, 16, .62) 43% 45%, transparent 46%),
    linear-gradient(30deg, transparent 46%, rgba(158, 123, 62, .75) 47% 53%, transparent 54%),
    linear-gradient(150deg, transparent 46%, rgba(158, 123, 62, .75) 47% 53%, transparent 54%);
  background-size: 86px 86px, 34px 34px, 34px 34px;
  transform: rotate(12deg);
}

.recommend .button.secondary {
  color: var(--red);
  border-color: rgba(125, 16, 16, .32);
  background: rgba(255, 254, 249, .32);
}

.recommend-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.6vw, 30px);
  align-items: stretch;
}

.recommend-grid.is-choice {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 960px;
  margin: 0 auto;
}

.recommend-card .food-body p {
  margin: 0;
  color: rgba(25, 21, 19, .7);
  font-size: 14px;
  line-height: 1.85;
  font-weight: 650;
}

.start-price {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 0 12px;
  border-left: 4px solid var(--red);
  background: var(--paper);
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
}

.diagnosis {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(158, 123, 62, .08), transparent 34%),
    var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.diagnosis::before,
.motion::before,
.reservation::before {
  content: "";
  position: absolute;
  right: clamp(-160px, -9vw, -90px);
  top: clamp(18px, 4vw, 58px);
  width: clamp(260px, 32vw, 440px);
  aspect-ratio: 1;
  pointer-events: none;
  opacity: .18;
  background:
    radial-gradient(circle at 50% 100%, transparent 0 38%, rgba(158, 123, 62, .65) 39% 40%, transparent 41%),
    radial-gradient(circle at 50% 100%, transparent 0 24%, rgba(159, 20, 16, .38) 25% 26%, transparent 27%);
  background-size: 76px 38px;
  background-position: 0 0, 38px 19px;
  transform: rotate(-8deg);
}

.diagnosis-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.note-card {
  position: relative;
  min-height: 230px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(158, 123, 62, .1), transparent 34%),
    repeating-linear-gradient(135deg, rgba(30, 26, 21, .035) 0 1px, transparent 1px 16px),
    var(--paper);
  transition: transform .25s ease, border-color .25s ease;
}

.note-card::before,
.food-card::before,
.review-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 52px;
  height: 5px;
  background: linear-gradient(90deg, var(--red), var(--gold));
  pointer-events: none;
}

.note-card::after,
.food-card::after,
.motion-card::after,
.faq-item::after,
.access-details::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border-top: 1px solid rgba(158, 123, 62, .58);
  border-right: 1px solid rgba(158, 123, 62, .58);
  pointer-events: none;
}

.note-card:hover {
  transform: translateY(-5px);
  border-color: rgba(125, 16, 16, .34);
}

.note-card b {
  display: block;
  margin-bottom: 18px;
  color: var(--red);
  font-size: 36px;
  line-height: 1;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.note-card h3 {
  margin: 0 0 11px;
  font-size: 18px;
  line-height: 1.5;
}

.note-card p {
  margin: 0;
  color: rgba(25, 21, 19, .68);
  font-size: 14px;
  line-height: 1.85;
  font-weight: 600;
}

.notice-line {
  max-width: 420px;
  margin-top: 18px;
  padding: 12px 14px;
  border-left: 4px solid var(--gold);
  background: rgba(255, 254, 249, .1);
  color: rgba(255, 254, 249, .84);
  font-size: 13px;
  line-height: 1.7;
  font-weight: 800;
  text-align: left;
}

.experience {
  overflow: hidden;
  background: #1d1412;
  color: var(--white);
}

.experience::after,
.menu-motion::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 18px;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(226, 189, 120, .5), transparent),
    repeating-linear-gradient(90deg, rgba(255, 250, 240, .16) 0 1px, transparent 1px 22px);
  opacity: .64;
}

.experience::before {
  content: "福よし ならまち";
  position: absolute;
  top: 28px;
  left: 0;
  white-space: nowrap;
  color: rgba(255, 254, 249, .055);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(50px, 12vw, 165px);
  font-weight: 900;
  letter-spacing: .04em;
  animation: marquee 28s linear infinite;
}

.experience .section-head p {
  color: rgba(255, 254, 249, .74);
}

.experience .section-kicker {
  color: #e2bd78;
}

.experience-lead {
  max-width: 880px;
  margin: 18px 0 0;
  color: rgba(255, 254, 249, .78);
  font-size: clamp(15px, 1.45vw, 18px);
  line-height: 1.95;
  font-weight: 750;
}

.experience-grid {
  display: grid;
  grid-template-columns: minmax(320px, .92fr) minmax(320px, 1fr);
  gap: clamp(30px, 5.4vw, 74px);
  align-items: center;
}

.plate-stage {
  position: relative;
  width: min(470px, 100%);
  min-height: clamp(540px, 55vw, 760px);
  aspect-ratio: 9 / 14;
  justify-self: center;
  border-radius: var(--radius);
  overflow: hidden;
  background: #100b0a;
  box-shadow: var(--shadow);
}

.plate-stage img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.04);
}

.step-list {
  display: grid;
  gap: 14px;
}

.fukuyoshi-difference {
  margin: 0 0 8px;
  padding: 18px 20px;
  border-left: 4px solid #e2bd78;
  background: rgba(255, 254, 249, .08);
  color: rgba(255, 254, 249, .82);
  font-size: 14px;
  line-height: 1.9;
  font-weight: 800;
}

.fukuyoshi-difference strong {
  color: #e2bd78;
}

.step {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 254, 249, .18);
}

.step:last-child {
  border-bottom: 1px solid rgba(255, 254, 249, .18);
}

.step span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 254, 249, .35);
  border-radius: 50%;
  color: #e2bd78;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 26px;
  font-weight: 800;
}

.step h3 {
  margin: 0;
  font-size: clamp(20px, 2.4vw, 30px);
  line-height: 1.35;
}

.step p {
  margin: 9px 0 0;
  color: rgba(255, 254, 249, .72);
  font-size: 14px;
  line-height: 1.9;
  font-weight: 650;
}

.choice {
  overflow: hidden;
  background: var(--paper-2);
}

.choice::before {
  content: "";
  position: absolute;
  left: clamp(-120px, -8vw, -72px);
  bottom: clamp(18px, 5vw, 70px);
  width: clamp(220px, 28vw, 360px);
  aspect-ratio: 1;
  pointer-events: none;
  opacity: .16;
  background:
    linear-gradient(30deg, transparent 46%, rgba(158, 123, 62, .6) 47% 53%, transparent 54%),
    linear-gradient(150deg, transparent 46%, rgba(158, 123, 62, .6) 47% 53%, transparent 54%),
    linear-gradient(90deg, transparent 46%, rgba(159, 20, 16, .3) 47% 53%, transparent 54%);
  background-size: 44px 44px;
  border-radius: 50%;
  transform: rotate(10deg);
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 3vw, 28px);
}

.food-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  border-radius: var(--radius);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(158, 123, 62, .08), transparent 30%),
    var(--white);
  box-shadow: 0 20px 54px rgba(53, 32, 19, .14);
}

.food-card figure {
  position: relative;
  aspect-ratio: 1.42;
  margin: 0;
  overflow: hidden;
  background: rgba(25, 21, 19, .08);
}

.food-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s ease;
}

.food-card:hover img {
  transform: scale(1.07);
}

.food-card figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 7px 10px;
  border-radius: var(--radius);
  background: rgba(255, 254, 249, .88);
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
}

.food-body {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 24px;
}

.food-body h3 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.32;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.food-body ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(25, 21, 19, .74);
  font-weight: 650;
  line-height: 1.6;
}

.food-body li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 9px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  vertical-align: 1px;
}

.menu-motion {
  overflow: hidden;
  background:
    linear-gradient(rgba(28, 26, 20, .9), rgba(28, 26, 20, .94)),
    url("assets/wafu-ornament-bg.jpg") center / cover no-repeat,
    var(--charcoal);
  color: var(--white);
}

.menu-motion::before {
  content: "";
  position: absolute;
  left: clamp(14px, 4vw, 58px);
  right: clamp(14px, 4vw, 58px);
  top: clamp(18px, 3vw, 36px);
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(226, 189, 120, .72), rgba(194, 39, 24, .44), transparent);
}

.menu-motion .section-head p {
  color: rgba(255, 254, 249, .75);
}

.menu-motion .section-kicker {
  color: #e2bd78;
}

.menu-tabs {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.menu-tablist {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.menu-tab {
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(255, 254, 249, .24);
  border-radius: var(--radius);
  background: rgba(255, 254, 249, .06);
  color: rgba(255, 254, 249, .82);
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.menu-tab[aria-selected="true"] {
  background: var(--white);
  color: var(--red);
  border-color: var(--white);
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: clamp(16px, 2.4vw, 24px);
  align-items: stretch;
}

#panel-steak .menu-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 860px;
}

#panel-add .menu-grid {
  grid-template-columns: minmax(0, 420px);
}

.menu-panel {
  animation: tab-fade .28s ease;
}

.menu-panel .menu-item {
  display: grid;
  grid-template-rows: auto 1fr;
  width: auto;
  height: 100%;
}

.menu-panel .menu-item img {
  min-height: 0;
}

.menu-cta {
  display: grid;
  justify-items: center;
  width: min(1180px, 100%);
  margin: 28px auto 0;
}

.menu-track {
  display: flex;
  width: max-content;
  gap: 18px;
  animation: menu-loop 30s linear infinite;
}

.menu-motion:hover .menu-track {
  animation-play-state: paused;
}

.menu-item {
  position: relative;
  width: min(74vw, 360px);
  flex: 0 0 auto;
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid rgba(255, 254, 249, .16);
  border-radius: var(--radius);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 250, 240, .09), rgba(255, 250, 240, .04)),
    rgba(255, 254, 249, .06);
}

.menu-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 64px;
  height: 5px;
  background: linear-gradient(90deg, #e2bd78, var(--red-2));
  pointer-events: none;
}

.menu-item img {
  width: 100%;
  aspect-ratio: 1.38;
  height: auto;
  object-fit: contain;
  object-position: center;
  padding: clamp(6px, .75vw, 10px);
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 254, 249, .12), transparent 58%),
    rgba(255, 254, 249, .08);
}

.menu-item > div {
  display: flex;
  flex-direction: column;
  min-height: 176px;
  padding: 20px;
}

.menu-item h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.55;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.menu-item p {
  margin: 8px 0 0;
  color: rgba(255, 254, 249, .7);
  font-size: 13px;
  line-height: 1.8;
}

.price-list {
  display: grid;
  gap: 7px;
  margin-top: 18px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 254, 249, .16);
}

.price-list span {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 12px;
  color: rgba(255, 254, 249, .86);
  font-size: 12px;
  font-weight: 800;
}

.price-list b {
  white-space: nowrap;
}

.motion {
  overflow: hidden;
  background: var(--paper);
}

.motion-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.motion-card {
  position: relative;
  min-height: 190px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    repeating-linear-gradient(135deg, rgba(30, 26, 21, .026) 0 1px, transparent 1px 15px),
    var(--white);
}

.motion-card small {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}

.motion-card h3 {
  margin: 18px 0 10px;
  font-size: 21px;
  line-height: 1.45;
}

.motion-card p {
  margin: 0;
  color: rgba(25, 21, 19, .68);
  font-size: 14px;
  line-height: 1.85;
  font-weight: 650;
}

.story {
  background:
    linear-gradient(rgba(246, 240, 228, .9), rgba(246, 240, 228, .94)),
    url("assets/wafu-ornament-bg.jpg") left center / min(1180px, 120vw) auto no-repeat,
    var(--paper);
  overflow: hidden;
}

.story-layout {
  display: grid;
  grid-template-columns: minmax(260px, 420px) minmax(0, 1fr);
  gap: clamp(30px, 5.8vw, 78px);
  align-items: center;
}

.story-photo {
  width: 100%;
  max-width: 420px;
  justify-self: center;
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow);
}

.story-photo img {
  width: 100%;
  aspect-ratio: 1.08;
  object-fit: cover;
  object-position: center;
}

.greeting-copy {
  display: grid;
  gap: 15px;
  max-width: 760px;
  margin-top: 22px;
  color: rgba(25, 21, 19, .76);
  font-size: 15px;
  line-height: 2.04;
  font-weight: 650;
}

.greeting-copy p {
  margin: 0;
}

.signature {
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-weight: 900;
  line-height: 1.9;
}

.voices {
  background:
    linear-gradient(rgba(255, 250, 240, .9), rgba(255, 250, 240, .9)),
    url("assets/wafu-ornament-bg.jpg") center / cover no-repeat,
    var(--white);
  overflow: hidden;
}

.review-showcase {
  position: relative;
  margin-top: 8px;
  padding: 8px 0 4px;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
}

.review-track {
  display: flex;
  width: max-content;
  gap: 16px;
  animation: review-drift 56s linear infinite;
}

.review-showcase:hover .review-track,
.review-showcase:focus-within .review-track {
  animation-play-state: paused;
}

.review-card {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 0 0 min(430px, 84vw);
  min-height: 292px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(158, 123, 62, .08), transparent 38%),
    repeating-linear-gradient(135deg, rgba(30, 26, 21, .024) 0 1px, transparent 1px 18px),
    var(--paper);
  box-shadow: 0 18px 42px rgba(34, 25, 20, .08);
}

.review-stars {
  display: block;
  margin-bottom: 16px;
  color: var(--red);
  font-size: 13px;
  letter-spacing: .08em;
}

.review-card h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.55;
}

.review-card p {
  margin: 0 0 18px;
  color: rgba(25, 21, 19, .7);
  font-size: 14px;
  line-height: 1.9;
  font-weight: 650;
}

.review-note {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-top: auto;
  padding-left: 12px;
  border-left: 3px solid var(--gold);
  color: rgba(125, 16, 16, .82);
  font-size: 12px;
  font-weight: 900;
}

.instagram-footer-cta {
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(28, 0, 0, .94), rgba(32, 0, 0, .88)),
    url("assets/wafu-ornament-bg.jpg") center / cover no-repeat,
    var(--sumi);
  border-top: 1px solid rgba(226, 189, 120, .24);
}

.instagram-footer-box {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(22px, 4vw, 38px);
  align-items: center;
  justify-items: center;
  text-align: center;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.instagram-footer-box h2 {
  width: 100%;
  margin: 0;
  padding: 16px 20px;
  background: rgba(255, 250, 240, .88);
  color: #2b0504;
  font-size: clamp(30px, 4.8vw, 56px);
  line-height: 1.1;
}

.instagram-profile {
  display: flex;
  align-items: center;
  gap: 18px;
  width: min(980px, 100%);
  color: var(--white);
  text-align: left;
}

.instagram-profile-mark {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .24);
}

.instagram-profile-mark img {
  width: 72%;
  height: 72%;
  object-fit: contain;
  filter: invert(1);
}

.instagram-profile strong {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(22px, 2.8vw, 34px);
  font-weight: 900;
  letter-spacing: 0;
  color: var(--white);
  text-shadow: 0 3px 14px rgba(0, 0, 0, .55);
}

.instagram-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  width: min(980px, 100%);
}

.instagram-post {
  position: relative;
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  background: rgba(255, 250, 240, .12);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .18);
}

.instagram-post img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease, filter .55s ease;
}

.instagram-post:hover img,
.instagram-post:focus-visible img {
  transform: scale(1.05);
  filter: brightness(.88);
}

.instagram-post.is-video::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 34px solid rgba(255, 255, 255, .94);
  filter: drop-shadow(0 3px 14px rgba(0, 0, 0, .36));
  transform: translate(-38%, -50%);
}

.instagram-post.is-carousel::before {
  content: "";
  position: absolute;
  top: 13px;
  right: 13px;
  z-index: 1;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255, 255, 255, .92);
  border-radius: 4px;
  box-shadow: -8px 8px 0 -3px rgba(255, 255, 255, .92);
}

.instagram-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.instagram-footer-box .section-kicker {
  color: #e2bd78;
}

.instagram-actions .button {
  min-width: 180px;
  background: #b87554;
  color: var(--white);
  box-shadow: none;
}

.instagram-actions .button.light {
  background: #e2b997;
  color: #5a2118;
}

.map-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin-top: 12px;
  color: var(--red);
  font-size: 14px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.notice-box {
  margin-top: 18px;
  padding: 14px 16px;
  border-left: 4px solid var(--gold);
  background: rgba(255, 250, 240, .72);
  color: rgba(25, 21, 19, .78);
  font-size: 13px;
  line-height: 1.75;
  font-weight: 800;
}

.final-cta {
  color: var(--white);
  background:
    linear-gradient(rgba(21, 17, 14, .88), rgba(21, 17, 14, .92)),
    url("assets/wafu-ornament-bg.jpg") center / cover no-repeat,
    radial-gradient(circle at 78% 34%, rgba(158, 123, 62, .18), transparent 34%),
    linear-gradient(135deg, #221914, #15110e);
}

.final-cta .section-head p {
  color: rgba(255, 254, 249, .75);
}

.final-cta .wide-copy {
  max-width: 760px;
  color: rgba(255, 254, 249, .76);
}

.final-cta .section-kicker {
  color: #e2bd78;
}

.final-cta h2 {
  color: var(--white);
}

.final-actions {
  display: grid;
  justify-items: center;
  gap: 12px;
  margin-top: 28px;
}

.site-footer {
  padding: 42px clamp(18px, 4vw, 58px) 118px;
  color: rgba(255, 254, 249, .72);
  background: var(--sumi);
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.site-footer img {
  width: min(164px, 44vw);
  height: auto;
  aspect-ratio: 334 / 86;
  object-fit: contain;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
  font-size: 13px;
  font-weight: 800;
}

.footer-contact {
  color: rgba(255, 254, 249, .68);
  font-size: 13px;
  line-height: 1.8;
  font-weight: 750;
}

.footer-contact a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.faq-accordion {
  display: grid;
  gap: 10px;
  width: min(960px, 100%);
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
}

.faq-item {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  overflow: hidden;
}

.faq-item summary {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 18px 54px 18px 20px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::before {
  content: "Q";
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--red);
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  color: var(--red);
  font-size: 24px;
  line-height: 1;
  transform: translateY(-50%);
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p {
  margin: 0;
  padding: 0 20px 20px 60px;
  color: rgba(25, 21, 19, .7);
  font-size: 14px;
  line-height: 1.9;
  font-weight: 650;
}

.access-details {
  position: relative;
  display: grid;
  gap: 0;
  margin-top: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    repeating-linear-gradient(135deg, rgba(30, 26, 21, .024) 0 1px, transparent 1px 18px),
    var(--white);
  overflow: hidden;
}

.access-layout .access-details {
  margin-top: 0;
  height: 100%;
}

.access-details div {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 18px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  color: rgba(25, 21, 19, .88);
  font-size: 15px;
  line-height: 1.7;
  font-weight: 750;
}

.access-details div:last-child {
  border-bottom: 0;
}

.access-details dt {
  color: var(--red);
  font-weight: 900;
}

.access-details dd {
  margin: 0;
}

.access-details small {
  display: block;
  margin-top: 6px;
  color: rgba(25, 21, 19, .62);
  font-size: 12px;
  line-height: 1.7;
  font-weight: 700;
}

.store-note {
  margin-top: 14px;
  color: rgba(25, 21, 19, .7);
  font-size: 13px;
  line-height: 1.8;
  font-weight: 700;
}

.reservation {
  overflow: hidden;
  color: var(--ink);
  background:
    linear-gradient(rgba(231, 219, 200, .88), rgba(231, 219, 200, .92)),
    url("assets/wafu-ornament-bg.jpg") center / cover no-repeat,
    var(--paper-2);
  border-top: 1px solid var(--line);
}

.reservation-box {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.reservation h2 {
  margin: 0;
}

.reservation p {
  margin: 16px 0 0;
  color: rgba(25, 21, 19, .72);
  line-height: 1.9;
  font-weight: 650;
}

.access-layout {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(360px, .95fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: stretch;
  margin-top: 28px;
}

.map-frame {
  position: relative;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(30, 26, 21, .16);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 46px rgba(53, 32, 19, .12);
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 520px;
  border: 0;
  filter: saturate(.92) contrast(1.02);
}

.reservation .button.secondary {
  color: var(--red);
  border-color: rgba(125, 16, 16, .35);
}

.sticky-cta {
  position: fixed;
  left: 50%;
  bottom: 16px;
  z-index: 25;
  display: none;
  gap: 10px;
  width: min(360px, calc(100% - 28px));
  padding: 10px;
  border: 1px solid rgba(255, 254, 249, .34);
  border-radius: var(--radius);
  background: rgba(28, 20, 18, .92);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .24);
  backdrop-filter: blur(16px);
  transform: translateX(-50%);
}

.sticky-cta a {
  flex: 1;
  min-width: 0;
  min-height: 58px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: 6px;
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
}

.sticky-cta a:first-child {
  background: linear-gradient(135deg, #dd2a1b, var(--red));
  box-shadow: inset 0 0 0 1px rgba(255, 250, 240, .14);
}

.sticky-cta a + a {
  border: 1px solid rgba(255, 254, 249, .32);
  background: rgba(255, 250, 240, .06);
}

.sticky-cta .cta-title {
  font-size: 15px;
}

.sticky-cta .cta-sub {
  font-size: 11px;
  color: rgba(255, 250, 240, .78);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes slow-pan {
  from { transform: scale(1.06) translate3d(-8px, 0, 0); }
  to { transform: scale(1.12) translate3d(12px, -10px, 0); }
}

@keyframes steam-rise {
  0% { opacity: 0; transform: translate3d(0, 40px, 0) scaleX(1); }
  18% { opacity: .4; }
  70% { opacity: .16; }
  100% { opacity: 0; transform: translate3d(18px, -150px, 0) scaleX(18); }
}

@keyframes cue {
  0%, 100% { transform: scaleY(.35); transform-origin: top; }
  50% { transform: scaleY(1); transform-origin: top; }
}

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

@keyframes seal-breathe {
  0%, 100% { transform: rotate(-8deg) scale(1); opacity: .78; }
  50% { transform: rotate(-6deg) scale(1.04); opacity: .92; }
}

@keyframes menu-loop {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 9px)); }
}

@keyframes tab-fade {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes rail-glow {
  from { opacity: .58; filter: saturate(.92); }
  to { opacity: .9; filter: saturate(1.18); }
}

@keyframes review-drift {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 8px)); }
}
.spbr {
	display: none;
}
.story h2 {
    font-size: 52px;
}
.final-cta h2 {
    font-size: 60px;
}
@media (max-width: 920px) {
.hero-actions .cta-stack {
    min-width: 0;
}
.hero-actions .button.secondary {
    min-width: 0;
}
  .nav {
    display: none;
  }

  .mobile-header-cta {
    display: inline-flex;
  }

  .section-head,
  .commitment-point,
  .experience-grid,
  .access-layout,
  .reservation-box,
  .story-layout,
  .instagram-footer-box,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .diagnosis-grid,
  .motion-grid,
  .quick-grid,
  .menu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .commitment-point-photo {
    height: clamp(220px, 34vw, 300px);
  }

  .plate-stage {
    min-height: min(720px, 130vw);
  }
}

@media (max-width: 640px) {
.footer-links {
    gap: 14px 0;
}
.final-cta h2 {
    font-size: 32px;
}
nav.footer-links a {
    width: 33.33%;
    box-sizing: border-box;
	text-align: center;
}
.recommend h2 {
    font-size: 28px;
}
.note-card {
    min-height: 150px;
}
.story h2 {
    font-size: 28px;
}
.pcbr {
		display: none;
	}
.spbr {
	display: block;
}
  body {
    padding-bottom: 78px;
  }

  section {
    padding: 54px 18px;
    scroll-margin-top: 78px;
  }

  .site-header {
    gap: 10px;
    padding: 10px 14px;
  }

  .site-header::after {
    bottom: -7px;
    height: 7px;
  }

  .site-header img {
    width: min(132px, 40vw);
  }

  .site-header > .mobile-header-cta {
    position: static;
    z-index: 40;
    display: inline-flex !important;
    width: min(164px, 46vw);
    min-height: 44px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 1.25;
    background: var(--red-2) !important;
    color: var(--white) !important;
  }

  .nav-cta {
    min-height: 40px;
    padding: 0 12px;
    font-size: 12px;
  }

  .hero {
    min-height: auto;
  }

  .hero-media {
    inset: 0;
    width: 100%;
    box-shadow: none;
  }

  .hero-media img {
    object-position: 32% center;
  }

  .hero::after {
    background:
      linear-gradient(0deg, rgba(20, 14, 13, .9) 0%, rgba(20, 14, 13, .38) 58%, rgba(20, 14, 13, .28) 100%);
  }

  .hero::before {
    width: 100%;
    opacity: .18;
    mask-image: linear-gradient(0deg, transparent, #000 22%, #000 82%, transparent);
  }

  .hero-inner {
    width: min(calc(100vw - 36px), 354px);
    padding: 66px 0 92px;
    justify-items: center;
    text-align: center;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(34px, 9.4vw, 40px);
    line-height: 1.08;
  }

  .hero h1 span:first-child {
    font-size: .72em;
  }

  .hero-lead {
    max-width: 100%;
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.76;
  }

  .hero-lead .lead-line {
    display: inline;
  }

  .hero-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    justify-content: center;
    gap: 6px;
    margin-top: 20px;
  }

  .hero-actions .cta-stack,
  .hero-actions .button.secondary {
    min-width: 0;
    min-height: 56px;
    padding: 8px 6px;
    font-size: 12px;
    line-height: 1.28;
    white-space: normal;
  }

  .hero-actions .cta-title {
    font-size: 12px;
    line-height: 1.28;
  }

  .hero-actions .cta-sub {
    display: none;
  }

  .hero-reserve-note {
    max-width: 100%;
    margin-top: 10px;
    padding: 9px 11px;
    font-size: 10.5px;
    line-height: 1.65;
  }

  .commitment-section-head {
    justify-items: start;
    text-align: left;
  }

  .commitment-section-kicker {
    gap: 10px;
    letter-spacing: .12em;
  }

  .commitment-section-kicker::before {
    display: none;
  }

  .commitment-section-kicker::after {
    width: 54px;
  }

  .commitment-section-title {
    font-size: clamp(31px, 9.4vw, 40px);
  }

  .commitment-points {
    gap: 14px;
    margin-top: 24px;
  }

  .commitment-point {
    gap: 14px;
    padding: 12px;
  }

  .commitment-point-photo {
    height: 196px;
  }

  .commitment-point-body {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
  }

  .commitment-point-number {
    width: 34px;
    font-size: 16px;
  }

  .commitment-point h3 {
    font-size: clamp(20px, 5.7vw, 25px);
  }

  .commitment-point p {
    margin-top: 10px;
    font-size: 13.5px;
    line-height: 1.72;
  }

  .section-head {
    gap: 0;
  }

  .choice-grid,
  .diagnosis-grid,
  .motion-grid,
  .quick-grid,
  .recommend-grid,
  .menu-grid {
    grid-template-columns: 1fr;
  }

  .recommend-grid.is-choice {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .recommend-card {
    width: 100%;
  }

  .review-showcase {
    margin-inline: -18px;
    padding-inline: 18px;
    overflow-x: auto;
    mask-image: none;
    scroll-snap-type: x proximity;
  }

  .review-track {
    width: auto;
    animation: none;
  }

  .review-card {
    flex-basis: min(82vw, 326px);
    min-height: 224px;
    scroll-snap-align: start;
  }

  .review-duplicate {
    display: none;
  }

  .section-head::after {
    width: 180px;
    bottom: -14px;
  }

  .note-card::after,
  .food-card::after,
  .motion-card::after,
  .faq-item::after,
  .access-details::after {
    width: 24px;
    height: 24px;
    top: 8px;
    right: 8px;
  }

  .scroll-cue {
    display: none;
  }

  .plate-stage {
    min-height: min(620px, 142vw);
  }

  .food-body {
    padding: 18px;
  }

  .food-card figure,
  .menu-item img {
    aspect-ratio: 1.36;
  }

  .menu-item > div {
    min-height: auto;
    padding: 16px;
  }

  .menu-item h3 {
    font-size: 17px;
    line-height: 1.45;
  }

  .price-list {
    gap: 5px;
    margin-top: 14px;
    padding-top: 10px;
  }

  .price-list span {
    gap: 8px;
    padding-top: 12px;
    line-height: 1.65;
  }

  .experience-lead,
  .fukuyoshi-difference,
  .step p {
    font-size: 13.5px;
    line-height: 1.78;
  }

  .step {
    grid-template-columns: 48px 1fr;
    gap: 10px;
    padding: 18px 0;
  }

  .step span {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }

  .step h3 {
    font-size: 21px;
    line-height: 1.38;
  }

  .sticky-cta {
    width: 100%;
  }

  .map-frame,
  .map-frame iframe {
    min-height: 320px;
  }

  .instagram-footer-box h2 {
    font-size: clamp(30px, 8.4vw, 40px);
  }

  .instagram-profile {
    gap: 14px;
    width: 100%;
  }

  .instagram-profile-mark {
    width: 62px;
    height: 62px;
  }

  .instagram-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 8px;
  }

  .instagram-post.is-video::after {
    border-top-width: 17px;
    border-bottom-width: 17px;
    border-left-width: 26px;
  }

  .inline-cta,
  .final-actions,
  .hero-actions {
    display: grid;
    width: 100%;
  }

  .cta-stack,
  .button {
    width: 100%;
    min-width: 0;
  }

  .quick-card {
    min-height: auto;
  }

  .menu-tablist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .menu-tab {
    padding: 0 10px;
    font-size: 13px;
  }

  #panel-steak .menu-grid,
  #panel-add .menu-grid {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .access-details div {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 14px 15px;
  }

  .faq-item summary {
    padding: 16px 48px 16px 16px;
    font-size: 14.5px;
  }

  .faq-item p {
    padding: 0 16px 18px 52px;
  }

  .sticky-cta {
    display: flex;
    left: 50% !important;
    bottom: max(6px, env(safe-area-inset-bottom));
    right: auto !important;
    width: min(calc(100vw - 28px), 374px) !important;
    padding: 6px;
    transform: translateX(-50%) !important;
  }

  .sticky-cta a {
    min-height: 48px;
  }

  .sticky-cta .cta-title {
    font-size: 13.5px;
  }

  .sticky-cta .cta-sub {
    display: none;
  }

  .site-footer {
    padding-bottom: 64px;
  }
}

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