:root {
  --ink: #171513;
  --paper: #f7f2e8;
  --paper-light: #fffdfc;
  --crimson: #9b3552;
  --pink: #dfa0b1;
  --pink-deep: #9b3552;
  --blush: #fbf0f3;
  --rose-glow: rgba(155, 53, 82, .16);
  --wood: #8c6239;
  --gold: #a98448;
  --blue: #165e83;
  --muted: #5c554d;
  --line: rgba(92, 85, 77, .24);
  --shadow: 0 12px 30px rgba(38, 25, 17, .11);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.9; letter-spacing: .018em;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link {
  position: fixed; z-index: 100; top: 10px; left: 10px;
  padding: 10px 16px; color: #fff; background: var(--crimson);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #f7b4c5; outline-offset: 4px; }

.site-header {
  position: fixed; z-index: 20; inset: 0 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  min-height: 80px; padding: 8px clamp(20px, 4vw, 64px);
  border-bottom: 1px solid rgba(255,255,255,.14);
  color: #fff; background: rgba(17,13,13,.84);
  box-shadow: 0 10px 40px rgba(0,0,0,.16); backdrop-filter: blur(18px);
}
.brand {
  display: inline-flex; align-items: center; gap: 14px; flex: 0 0 auto;
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 18px; text-decoration: none;
}
.brand img {
  width: 64px; height: 58px; object-fit: contain;
  padding: 0; background: none; filter: none;
}
.site-header nav {
  display: flex; align-items: center; gap: clamp(12px, 1.8vw, 28px);
  margin-left: 24px; font-size: 14px;
}
.site-header nav a, .site-footer nav a { position: relative; text-decoration: none; }
.site-header nav a::after {
  content: ""; position: absolute; right: 50%; bottom: -8px; left: 50%;
  height: 2px; background: var(--pink);
  transition: right 180ms ease, left 180ms ease;
}
.site-header nav a:hover::after, .site-header nav a:focus-visible::after { right: 0; left: 0; }

.hero {
  position: relative; display: grid; place-items: center;
  grid-template-columns: minmax(0, 1fr);
  min-height: 100svh; overflow: hidden; color: #fff;
  isolation: isolate; background: #171614;
}
.hero::before {
  content: ""; position: absolute; z-index: -2; inset: -4%;
  background: url("assets/exterior.jpeg") center 48% / cover no-repeat;
  animation: heroBreath 18s ease-in-out infinite alternate;
}
.hero-shade {
  position: absolute; z-index: -1; inset: 0;
  background:
    linear-gradient(180deg, rgba(8,9,8,.43), rgba(8,9,8,.79)),
    radial-gradient(circle at center, transparent 10%, rgba(0,0,0,.3) 88%);
}
.hero-content {
  position: relative; z-index: 1; width: min(94%, 960px);
  min-width: 0;
  padding: 124px 28px 88px; text-align: center;
}
.hero-content::before,
.hero-content::after {
  position: absolute; color: rgba(255,218,228,.62); pointer-events: none;
  filter: drop-shadow(0 5px 15px rgba(0,0,0,.22));
}
.hero-content::before {
  content: "✿"; top: 28%; left: 3%; font-size: clamp(22px,3vw,42px);
  animation: petalDrift 7s ease-in-out infinite;
}
.hero-content::after {
  content: "❀"; right: 4%; bottom: 26%; font-size: clamp(18px,2.5vw,34px);
  animation: petalDrift 8.5s ease-in-out -2.5s infinite reverse;
}
.hero-logo {
  width: clamp(220px, 28vw, 340px); height: auto; margin: 0 auto 12px;
  object-fit: contain; border: 0; border-radius: 0;
  padding: 0; background: none; filter: none;
  box-shadow: none;
  animation: logoFloat 6s ease-in-out infinite;
}
.eyebrow {
  margin: 0 0 10px; color: #ffe7ed; font-size: 13px; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase;
  text-wrap: balance;
}
.section-heading .eyebrow::before,
.section-copy .eyebrow::before {
  content: "✿"; display: inline-block; margin-right: 8px;
  color: var(--pink-deep); font-size: .9em;
}
.eyebrow.dark { color: var(--crimson); }
h1, h2, h3 {
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600; letter-spacing: .045em; text-wrap: balance;
}
h1 {
  margin: 0; font-size: clamp(36px, 5vw, 64px); line-height: 1.36;
  text-shadow: 0 5px 24px rgba(0,0,0,.45);
}
.hero-title-line { display: block; color: #fff; }
.hero-title-accent {
  margin-top: .14em; color: #fff1bd;
  font-size: .84em; letter-spacing: .075em;
}
h2 {
  position: relative; margin: 0 0 30px;
  font-size: clamp(30px, 3.55vw, 46px); line-height: 1.5;
  letter-spacing: .035em; line-break: strict; overflow-wrap: normal;
}
.title-line { display: block; }
.about-grid h2,
.atmosphere-grid h2,
.voices-grid h2 { font-size: clamp(30px, 3.15vw, 42px); }
.heading-accent { color: var(--crimson); }
h2::after {
  content: ""; display: block; width: 62px; height: 3px; margin-top: 18px;
  background: linear-gradient(90deg, var(--pink-deep), var(--pink));
}
.centered h2::after { margin-right: auto; margin-left: auto; }
h3 { font-size: 24px; line-height: 1.5; }
.hero-copy {
  margin: 24px 0 0; font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(16px, 2vw, 21px);
}
.hero-copy span { display: block; }
.hero-logo { animation-name: logoFloat, fadeRise; animation-duration: 6s, .8s; animation-timing-function: ease-in-out, cubic-bezier(.2,.75,.3,1); animation-iteration-count: infinite, 1; }
.hero .eyebrow { animation: fadeRise .75s .12s both; }
.hero h1 { animation: fadeRise .8s .22s both; }
.hero-copy { animation: fadeRise .8s .34s both; }
.hero-actions { animation: fadeRise .8s .46s both; }
.hero-note { animation: fadeRise .8s .58s both; }
.hero-note { margin: 20px auto 0; color: #f4ece2; font-size: 13px; }
.hero-actions, .contact-actions, .campaign-actions {
  display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px;
}
.hero-actions { justify-content: center; }
.button {
  position: relative; overflow: hidden;
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 54px; padding: 12px 24px;
  border: 1px solid transparent; border-radius: 5px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 600; letter-spacing: .075em; text-align: center; text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}
.button::after {
  content: ""; position: absolute; inset: -50% auto -50% -45%; width: 32%;
  background: rgba(255,255,255,.34); transform: rotate(18deg) translateX(-220%);
  transition: transform .55s ease;
}
.button:hover { transform: translateY(-3px); }
.button:hover::after { transform: rotate(18deg) translateX(520%); }
.button-primary {
  color: var(--ink); background: var(--pink);
  box-shadow: 0 9px 24px rgba(223,127,149,.25);
}
.button-primary:hover { background: #ffc0cf; }
.button-line {
  color: #fff; border-color: #06a94a; background: #06c755;
  box-shadow: 0 9px 24px rgba(6,199,85,.24);
}
.button-line:hover { background: #05b94e; }
.button-secondary { color: #fff; border-color: rgba(255,255,255,.82); background: rgba(19,18,16,.3); }
.button-outline { color: var(--crimson); border-color: var(--crimson); background: transparent; }
.scroll-cue {
  position: absolute; z-index: 2; bottom: 20px;
  font-size: 11px; letter-spacing: .14em; text-decoration: none;
}
.scroll-cue::after {
  content: ""; display: block; width: 1px; height: 24px; margin: 6px auto 0;
  background: rgba(255,255,255,.8);
  animation: cuePulse 1.8s ease-in-out infinite;
}

.quick-info { display: grid; grid-template-columns: repeat(4, 1fr); color: #fff; background: #1c1616; }
.quick-info div {
  display: grid; place-items: center; min-height: 100px; padding: 16px 20px;
  border-top: 2px solid rgba(223,127,149,.78); border-right: 1px solid rgba(255,255,255,.1); text-align: center;
}
.quick-info strong { font-family: "Shippori Mincho B1", "Yu Mincho", serif; font-size: 18px; }
.quick-info span { font-size: 13px; }
.section { position: relative; overflow: clip; padding: clamp(82px, 9vw, 132px) 0; }
.section-inner { width: min(1140px, calc(100% - 40px)); margin: 0 auto; }
.section:not(.menu-section)::before {
  content: ""; position: absolute; top: 0; left: 50%; width: min(180px,28vw); height: 1px;
  background: linear-gradient(90deg,transparent,var(--pink-deep),transparent);
  transform: translateX(-50%); opacity: .72;
}
.paper {
  background-color: var(--paper);
  background-image:
    radial-gradient(circle at 12% 20%, rgba(255,255,255,.55), transparent 26%),
    repeating-linear-gradient(0deg, transparent 0, transparent 5px, rgba(140,98,57,.018) 6px);
}
.about-grid, .atmosphere-grid, .access-grid, .voices-grid, .faq-layout {
  display: grid; grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr);
  gap: clamp(40px, 7vw, 86px); align-items: center;
}
.section-copy p { margin: 0 0 18px; font-size: 17px; text-wrap: pretty; }
.source-note, .honesty-note, .availability-note {
  padding: 14px 16px; border-left: 4px solid var(--gold);
  color: #5b5144; background: rgba(255,255,255,.55); font-size: 13px;
}
.photo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.photo-grid figure, .wide-photo {
  position: relative; margin: 0; overflow: hidden;
  border: 1px solid rgba(255,255,255,.72); border-radius: 3px; box-shadow: 0 24px 65px rgba(38,25,17,.17);
}
.photo-main { grid-column: 1 / -1; }
.photo-grid img {
  width: 100%; height: 220px; object-fit: cover;
  transition: transform 500ms ease;
}
.photo-main img { height: 310px; }
.photo-grid figure:hover img { transform: scale(1.025); }
.photo-grid figcaption {
  position: absolute; right: 0; bottom: 0; left: 0;
  padding: 28px 16px 10px; color: #fff;
  background: linear-gradient(transparent, rgba(0,0,0,.7)); font-size: 13px;
}

.features { background: linear-gradient(155deg,#fffdf9 0%,#f7e9ed 100%); }
.section-heading { max-width: 790px; margin-bottom: 48px; }
.section-heading > p:last-child { max-width: 680px; color: #5d554d; text-wrap: pretty; }
.section-heading.centered > p:last-child { margin-right: auto; margin-left: auto; }
.centered { margin-right: auto; margin-left: auto; text-align: center; }
.strength-grid, .service-cards, .tour-grid { display: grid; gap: 22px; }
.strength-grid { grid-template-columns: repeat(4, 1fr); }
.strength-grid article {
  min-height: 320px; padding: 36px 25px;
  border: 1px solid rgba(140,98,57,.15); border-radius: 4px;
  position: relative; overflow: hidden;
  background: linear-gradient(160deg,#fff 62%,#fff5f8); box-shadow: 0 12px 35px rgba(54,35,20,.08); text-align: center;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.strength-grid article:hover { transform: translateY(-7px); border-color: rgba(223,127,149,.44); box-shadow: 0 22px 46px rgba(54,35,20,.14); }
.feature-mark {
  display: grid; place-items: center; width: 62px; height: 62px;
  margin: 0 auto 20px; border: 1px solid #f4b9c7; border-radius: 50%;
  color: var(--crimson); background: #fff4f7;
  font-family: "Shippori Mincho B1", "Yu Mincho", serif; font-size: 22px;
  box-shadow: 0 8px 22px var(--rose-glow);
  animation: markPulse 4.5s ease-in-out infinite;
}
.strength-grid h3 { margin: 0 0 14px; }
.strength-grid p { margin: 0; color: #4f4b45; font-size: 15px; }

.menu-section {
  position: relative; overflow: hidden;
  background:
    linear-gradient(rgba(250,247,240,.95), rgba(250,247,240,.97)),
    url("assets/table-setting.jpeg") center / cover fixed;
}
.menu-section::before,
.menu-section::after {
  position: absolute; z-index: 0; color: var(--pink-deep);
  font-family: serif; line-height: 1; pointer-events: none;
}
.menu-section::before {
  content: "✿"; top: 120px; right: -28px; font-size: 150px; opacity: .08;
  animation: blossomFloat 7s ease-in-out infinite;
}
.menu-section::after {
  content: "❀"; bottom: 100px; left: -22px; font-size: 112px; opacity: .07;
  animation: blossomFloat 8.5s ease-in-out -2s infinite reverse;
}
.menu-section .section-inner { position: relative; z-index: 1; }
.menu-filter {
  position: sticky; z-index: 5; top: 86px;
  display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 14px; padding: 12px;
  border: 1px solid rgba(223,127,149,.24); border-radius: 6px;
  background: rgba(255,253,247,.82); box-shadow: 0 12px 30px rgba(67,40,28,.09);
  backdrop-filter: blur(14px);
}
.menu-filter-button {
  position: relative; overflow: hidden;
  min-height: 48px; padding: 9px 18px;
  border: 1px solid rgba(113,31,28,.28); border-radius: 999px;
  color: var(--crimson); background: rgba(255,255,255,.88);
  font: inherit; font-size: 14px; font-weight: 700; cursor: pointer;
  box-shadow: 0 5px 15px rgba(96,42,45,.08);
  transition: color .25s ease, background .25s ease, transform .25s ease, box-shadow .25s ease;
}
.menu-filter-button::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,.75), transparent 70%);
  transform: translateX(-130%); transition: transform .55s ease;
}
.menu-filter-button:hover {
  transform: translateY(-3px); background: #fff4f7;
  box-shadow: 0 10px 20px rgba(96,42,45,.14);
}
.menu-filter-button:hover::after { transform: translateX(130%); }
.menu-filter-button:focus-visible { outline: 3px solid #171513; outline-offset: 3px; }
.menu-filter-button.is-active {
  color: #fff; border-color: var(--crimson);
  background: linear-gradient(135deg, var(--crimson), #c33c5c);
  box-shadow: 0 10px 24px rgba(113,31,28,.24);
  animation: filterBounce .42s cubic-bezier(.2,.9,.3,1.25);
}
.menu-result { margin: 0 0 22px; color: #645b51; font-size: 13px; }
.lunch-menu-jump {
  display: inline-flex; align-items: center; flex-wrap: wrap; gap: 10px;
  min-height: 44px; margin: 0 0 24px; padding: 8px 0;
  color: var(--crimson); font-size: 15px; font-weight: 700;
  text-decoration-thickness: 1px; text-underline-offset: 5px;
}
.lunch-menu-jump > span:first-child { color: var(--muted); font-size: 13px; font-weight: 500; }

/* Lunch prices and imagery stay separate from the evening menu filters. */
.lunch-section { background: #f1e9de; }
.lunch-heading { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.lunch-heading .section-heading { margin-bottom: 0; }
.lunch-heading .section-heading p:last-child { max-width: 40em; }
.lunch-hours {
  display: grid; justify-items: center; gap: 4px; flex: 0 0 auto;
  min-width: 238px; padding: 24px 28px;
  border: 1px solid rgba(140,98,57,.3); border-radius: 12px;
  color: var(--muted); background: rgba(255,253,252,.65); font-size: 13px;
}
.lunch-hours strong { display: flex; gap: 10px; color: var(--ink); font-size: clamp(24px,2.8vw,30px); font-weight: 500; font-variant-numeric: tabular-nums; }
.lunch-schedule { margin: 22px 0 28px; color: var(--muted); font-size: 14px; }
.lunch-schedule a { text-underline-offset: 4px; }
.lunch-daily {
  display: flex; justify-content: space-between; align-items: center; gap: 24px;
  margin-bottom: 24px; padding: 28px 32px;
  border-left: 3px solid var(--crimson); border-radius: 0 12px 12px 0;
  background: var(--paper-light);
}
.lunch-kicker { display: block; margin: 0 0 6px; color: var(--crimson); font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.lunch-daily h3 { margin: 0; font-size: 25px; }
.lunch-daily p:not(.lunch-price):not(.lunch-kicker) { margin: 10px 0 0; color: var(--muted); font-size: 14px; }
.lunch-price { margin: 14px 0 0; color: var(--crimson); font-size: 25px; font-weight: 600; line-height: 1.5; white-space: nowrap; font-variant-numeric: tabular-nums; }
.lunch-price > span { margin-left: 5px; font-size: 12px; font-weight: 500; }
.lunch-daily > .lunch-price { margin: 0; font-size: 30px; }
.lunch-card-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.lunch-card {
  display: grid; grid-template-rows: auto 1fr; min-width: 0; overflow: hidden;
  border: 1px solid rgba(92,85,77,.13); border-radius: 12px; background: var(--paper-light);
  box-shadow: 0 6px 20px rgba(38,25,17,.045); transition: transform 180ms ease, box-shadow 180ms ease;
}
.lunch-card > img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.lunch-card-body { display: flex; flex-direction: column; align-items: flex-start; padding: 22px; }
.lunch-card h3 { margin: 0 0 4px; font-size: clamp(18px,1.8vw,23px); line-height: 1.55; text-wrap: pretty; }
.lunch-card .lunch-price { margin-top: auto; padding-top: 12px; }
.lunch-sides { margin: 44px 0; }
.lunch-sides > h3 { margin: 0 0 8px; font-size: 24px; }
.lunch-sides > p { margin: 0 0 20px; color: var(--muted); font-size: 14px; }
.lunch-side-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.lunch-side-grid article { display: flex; flex-direction: column; align-items: flex-start; min-width: 0; padding: 22px; border: 1px solid rgba(92,85,77,.22); border-radius: 10px; background: rgba(255,253,252,.62); }
.lunch-side-grid h4 { margin: 0 0 12px; font-size: 16px; font-weight: 600; line-height: 1.65; }
.lunch-side-grid h4 span { white-space: nowrap; }
.lunch-side-grid .lunch-price { margin-top: auto; font-size: 23px; }
.lunch-details-grid { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(0,1fr); gap: 32px; align-items: start; }
.lunch-drink { overflow: hidden; border: 1px solid rgba(92,85,77,.15); border-radius: 12px; background: var(--paper-light); }
.lunch-drink > img { width: 100%; height: auto; aspect-ratio: 2 / 1; object-fit: cover; }
.lunch-drink-body { padding: 28px; }
.lunch-drink h3 { margin: 0; font-size: 25px; }
.lunch-drink-body > p:not(.lunch-price):not(.lunch-kicker) { margin: 14px 0; color: var(--muted); font-size: 14px; }
.lunch-drinks { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 20px; margin: 0; padding: 0; list-style: none; }
.lunch-drinks li { padding: 12px 0; border-bottom: 1px solid rgba(92,85,77,.14); font-size: 14px; }
.lunch-drinks span { display: block; margin-top: 2px; color: var(--muted); font-size: 12px; }
.lunch-menu-sheet { margin: 0; padding: 16px; border: 1px solid rgba(92,85,77,.2); border-radius: 12px; background: #fff; }
.lunch-menu-sheet a { display: block; }
.lunch-menu-sheet img { width: 100%; height: auto; }
.lunch-menu-sheet figcaption { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; margin: 16px 4px 4px; }
.lunch-menu-sheet figcaption strong { font-size: 15px; font-weight: 600; }
.lunch-menu-sheet figcaption > span { color: var(--crimson); font-size: 12px; }
.lunch-actions { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 16px; margin-top: 40px; }
.lunch-actions > p { flex-basis: 100%; margin: 0 0 4px; color: var(--muted); text-align: center; font-size: 15px; }
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .lunch-card:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(38,25,17,.09); }
}
@media (max-width: 900px) {
  .lunch-card-grid { gap: 16px; }
  .lunch-card-body { padding: 18px; }
  .lunch-side-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .lunch-details-grid { gap: 24px; }
}
@media (max-width: 680px) {
  .lunch-heading { align-items: stretch; flex-direction: column; gap: 20px; }
  .lunch-hours { justify-items: start; min-width: 0; padding: 18px 22px; }
  .lunch-schedule { margin-top: 16px; }
  .lunch-daily { align-items: flex-start; flex-direction: column; gap: 18px; padding: 22px; }
  .lunch-daily h3 { font-size: 23px; }
  .lunch-daily > .lunch-price { font-size: 27px; }
  .lunch-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
  .lunch-card-body { padding: 15px 13px; }
  .lunch-card h3 { font-size: 17px; }
  .lunch-card .lunch-price { font-size: 21px; }
  .lunch-price > span { margin-left: 3px; font-size: 11px; }
  .lunch-side-grid { gap: 14px; }
  .lunch-side-grid article { padding: 18px 14px; }
  .lunch-side-grid h4 { font-size: 15px; }
  .lunch-details-grid { grid-template-columns: 1fr; }
  .lunch-drink-body { padding: 24px; }
  .lunch-actions .button { width: 100%; }
}
@media (max-width: 359px) {
  .lunch-card-grid, .lunch-side-grid { grid-template-columns: 1fr; }
}
.menu-card-grid {
  display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: clamp(14px,1.7vw,22px);
  align-items: stretch;
}
.menu-card {
  position: relative; display: grid; grid-template-rows: auto 1fr;
  min-width: 0; overflow: hidden;
  border: 1px solid rgba(190,58,84,.14); border-radius: 9px;
  background: rgba(255,255,255,.98); box-shadow: 0 12px 35px rgba(54,35,20,.09), 0 0 0 1px rgba(255,255,255,.7) inset;
  transition: transform .35s cubic-bezier(.2,.75,.3,1), box-shadow .35s ease, border-color .35s ease;
}
.menu-enhanced .menu-card:not(.is-revealed) { opacity: 0; transform: translateY(34px) scale(.97); }
.menu-card.is-revealed { animation: menuCardReveal .65s cubic-bezier(.2,.75,.3,1) both; }
.menu-card.is-filter-pop { animation: menuFilterPop .42s cubic-bezier(.2,.9,.3,1.15) both; }
.menu-card[hidden] { display: none; }
.menu-card-featured {
  grid-column: auto; border-color: rgba(220,164,61,.44);
  box-shadow: 0 18px 44px rgba(116,69,22,.16);
}
.menu-card-featured::before {
  content: "名物"; position: absolute; z-index: 3; top: 12px; right: 12px;
  display: grid; place-items: center; width: 48px; height: 48px;
  border: 1px solid rgba(255,255,255,.7); border-radius: 50%;
  color: #fff; background: linear-gradient(135deg,var(--crimson),var(--pink-deep));
  font-family: "Shippori Mincho B1", serif; font-size: 13px;
  box-shadow: 0 8px 20px rgba(113,31,28,.26);
}
.menu-card::after {
  content: ""; position: absolute; z-index: 2; inset: 0;
  background: linear-gradient(115deg, transparent 34%, rgba(255,255,255,.46) 48%, transparent 62%);
  pointer-events: none; transform: translateX(-130%); transition: transform .8s ease;
}
.menu-card:hover {
  transform: translateY(-8px) rotate(-.25deg);
  border-color: rgba(190,58,84,.38);
  box-shadow: 0 22px 46px rgba(54,35,20,.17);
}
.menu-card:hover::after { transform: translateX(130%); }
.menu-card img {
  width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover;
  transition: transform .4s ease, filter .4s ease;
}
.menu-card-featured img { height: auto; }
.menu-card:hover img { transform: scale(1.06); filter: brightness(.97) saturate(1.08); }
.menu-card-body { display: grid; grid-template-rows: auto auto 1fr; align-content: start; padding: 16px 17px 18px; }
.menu-card-label {
  display: inline-block; margin-bottom: 7px;
  color: var(--crimson); font-size: 11px; font-weight: 700; letter-spacing: .08em;
}
.menu-card h3, .menu-card-text h3 {
  margin: 0; font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(17px,1.5vw,20px); line-height: 1.45;
}
.menu-card-body p, .menu-card-text-body p { margin: 8px 0 0; color: #62584e; font-size: 13px; }
.menu-card-body .menu-card-price {
  display: inline-flex; align-items: center; min-height: 31px;
  margin-top: 12px; padding: 4px 12px;
  border: 1px solid rgba(220,164,61,.4); border-radius: 999px;
  color: #76201d; background: linear-gradient(135deg, #fff4f7, #fff7df);
  align-self: end; justify-self: start;
  font-size: 15px; font-weight: 800; letter-spacing: .02em;
  box-shadow: 0 5px 14px rgba(190,58,84,.1);
}
.menu-card-text {
  display: grid; min-height: 100%; color: #fff;
  background:
    radial-gradient(circle at 80% 15%, rgba(220,164,61,.28), transparent 26%),
    linear-gradient(145deg, #33241c, #17120f);
}
.menu-card-text-body { align-self: end; min-height: 100%; padding: 26px 22px; }
.menu-card-text .menu-card-label { color: var(--pink); }
.menu-card-text h3 { font-size: 24px; }
.menu-card-text-body p { color: #ddd4c6; }
.menu-card-text-body .menu-card-price { color: #fff; font-size: 22px; font-weight: 700; }
.price-notice {
  display: grid; grid-template-columns: 1fr 1.2fr auto; gap: 24px;
  align-items: center; margin-top: 28px; padding: 24px 28px;
  overflow: hidden; border-radius: 5px;
  color: #fff; background: linear-gradient(135deg,#241b17,var(--ink));
  box-shadow: 0 16px 36px rgba(28,19,14,.18);
}
.price-notice div { display: grid; }
.price-notice span { color: #ccc4b8; font-size: 12px; }
.price-notice p { margin: 0; font-size: 13px; }

.split-service {
  overflow: hidden; color: #f9f4e8;
  background:
    radial-gradient(circle at 18% 20%, rgba(158,43,37,.34), transparent 30%),
    radial-gradient(circle at 84% 70%, rgba(189,139,55,.2), transparent 26%),
    #171313;
}
.split-service .centered p:last-child { color: #ddd4c6; }
.service-cards { grid-template-columns: 1fr 1fr; }
.service-cards article {
  padding: 38px; border: 1px solid rgba(255,255,255,.14);
  border-radius: 4px; background: rgba(255,255,255,.055);
  box-shadow: 0 22px 48px rgba(0,0,0,.12);
}
.service-cards h3 { margin: 8px 0 14px; font-size: 29px; }
.service-number { margin: 0; color: var(--pink); font-family: serif; font-size: 14px; letter-spacing: .12em; }
.text-link.light-link { color: #ffd1dc; }
.bento-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 28px; }
.bento-gallery figure {
  position: relative; min-height: 330px; margin: 0; overflow: hidden;
  border: 1px solid rgba(255,255,255,.16); border-radius: 4px; background: #111;
}
.bento-gallery img { width: 100%; height: 330px; object-fit: cover; }
.bento-gallery figcaption {
  position: absolute; right: 0; bottom: 0; left: 0; display: grid; gap: 3px;
  padding: 46px 20px 18px; color: #fff; background: linear-gradient(transparent, rgba(14,12,10,.94));
}
.bento-gallery figcaption strong { font-family: "Yu Mincho", serif; font-size: 24px; }
.bento-gallery figcaption span { font-size: 12px; }
.bento-photo-note { margin: 14px 0 0; color: #ddd4c6; font-size: 13px; }
.order-flow {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  margin-top: 34px; overflow: hidden; border-radius: 9px;
  background: rgba(255,255,255,.12);
}
.order-flow div {
  display: grid; align-content: center; min-height: 150px; padding: 22px;
  color: var(--ink); background: var(--paper); text-align: center;
}
.order-flow span { color: var(--crimson); font-family: serif; font-size: 28px; }
.order-flow strong { font-family: "Yu Mincho", serif; font-size: 18px; }
.order-flow small { margin-top: 5px; color: #5d554b; }
.split-service .availability-note { margin: 22px 0 0; color: #e8ded0; background: rgba(255,255,255,.08); }

.campaign-box {
  display: grid; grid-template-columns: 1.2fr .8fr; gap: 54px; align-items: center;
  padding: clamp(34px,5vw,64px); border: 1px solid rgba(113,31,28,.16);
  background: rgba(255,255,255,.72); box-shadow: 0 24px 70px rgba(75,38,34,.13);
}
#campaign { background: linear-gradient(125deg,#f3e9df 0%,#f8e3e9 54%,#ead4d8 100%); }
.campaign-box h2 { font-size: clamp(30px,3.5vw,44px); }
.campaign-actions { flex-direction: column; margin: 0; }
.atmosphere {
  overflow: hidden; color: #f8f4e8;
  background:
    radial-gradient(circle at 82% 18%, rgba(174,64,83,.22), transparent 30%),
    linear-gradient(145deg,#100e0e,#241718 58%,#120f0f);
}
.atmosphere::after {
  content: "澤"; position: absolute; right: -30px; bottom: -130px;
  color: rgba(255,255,255,.035); font-family: "Yu Mincho", serif;
  font-size: 360px; line-height: 1;
}
.wide-photo img { width: 100%; height: 520px; object-fit: cover; }
.light-copy { position: relative; z-index: 1; }
.check-list { margin: 26px 0 0; padding: 0; list-style: none; }
.check-list li {
  position: relative; padding: 8px 0 8px 30px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.check-list li::before { content: "○"; position: absolute; left: 0; color: var(--pink); }

.tourism { background: linear-gradient(180deg,#f8f3e7,#eee4d6); }
.tour-grid { grid-template-columns: repeat(3, 1fr); }
.tour-grid article {
  min-height: 330px; padding: 34px;
  border: 1px solid var(--line); border-radius: 4px;
  background: #fff; box-shadow: 0 12px 32px rgba(54,35,20,.07);
}
.tour-time { margin: 0; color: var(--crimson); font-weight: 800; letter-spacing: .16em; }
.tour-grid h3 { margin: 8px 0 14px; font-size: 28px; }
.tour-grid a { color: var(--blue); font-weight: 700; text-underline-offset: 4px; }
.visitor-tip {
  display: grid; grid-template-columns: 180px 1fr; gap: 28px;
  margin-top: 26px; padding: 28px 34px; border-left: 5px solid var(--gold); background: #fff;
}
.visitor-tip strong { font-family: "Yu Mincho", serif; font-size: 20px; }
.visitor-tip p { margin: 0; }

.voices { background: linear-gradient(135deg,#fffaf4,#f3e4e7); }
.voices-grid { align-items: stretch; }
.voice-callout { padding: clamp(30px,5vw,56px); border: 1px solid rgba(113,31,28,.2); background: rgba(255,255,255,.64); box-shadow: 0 20px 60px rgba(73,38,34,.1); }
.voice-callout > span { display: block; height: 45px; color: var(--pink-deep); font-family: Georgia, serif; font-size: 76px; line-height: 1; }
.voice-callout h3 { font-size: 28px; }
.faq-section { background: linear-gradient(180deg,#e9e0d1,#f2ebe1); }
.faq-layout { grid-template-columns: minmax(260px,.65fr) minmax(0,1.35fr); align-items: start; }
.faq-layout .section-heading { position: sticky; top: 112px; }
.faq-list { display: grid; gap: 12px; }
.faq-list details {
  border: 1px solid rgba(140,98,57,.26);
  border-radius: 3px; background: rgba(255,255,255,.84); box-shadow: 0 10px 30px rgba(54,35,20,.055);
}
.faq-list summary {
  position: relative; padding: 23px 58px 23px 24px; cursor: pointer;
  font-family: "Yu Mincho", serif; font-size: 18px; font-weight: 700; list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "＋"; position: absolute; top: 21px; right: 24px; color: var(--crimson); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 24px 24px; color: #4f4a43; }

.access-grid { align-items: stretch; }
.map-wrap {
  min-height: 500px; overflow: hidden; border: 8px solid rgba(255,255,255,.7);
  border-radius: 10px; box-shadow: var(--shadow);
}
.map-wrap iframe { width: 100%; height: 100%; min-height: 484px; border: 0; }
.access-card {
  padding: clamp(28px,4vw,52px); border-top: 2px solid var(--pink-deep);
  background: rgba(255,255,255,.76); box-shadow: var(--shadow);
}
.access-card h3 { margin-top: 0; font-size: 30px; }
.access-card dl, .access-card dd { margin: 0; }
.access-card dl > div {
  display: grid; grid-template-columns: 96px 1fr; gap: 16px;
  padding: 17px 0; border-bottom: 1px solid var(--line);
}
.access-card dt { font-weight: 700; }
.access-card small { color: #6a6258; }
.access-card a:not(.button), .site-footer a { text-underline-offset: 4px; }
.contact-actions { align-items: center; }
.text-link { color: var(--blue); }

.site-footer { padding: 70px clamp(20px,5vw,72px) 26px; color: #eee9dd; background: var(--ink); }
.footer-inner {
  display: grid; grid-template-columns: 1.2fr 1fr .8fr; gap: 58px;
  width: min(1140px,100%); margin: 0 auto;
}
.footer-brand img {
  width: 132px; height: auto; padding: 0; object-fit: contain;
  background: none; filter: none;
}

.sakura-rain {
  position: fixed; z-index: 18; inset: 0; overflow: hidden;
  pointer-events: none; mix-blend-mode: screen;
}
.sakura-rain span {
  --duration: 14s; --delay: 0s; --drift: 90px;
  position: absolute; top: -10vh; left: 0; color: rgba(255,174,197,.8);
  font-family: Georgia, serif; font-size: 22px; line-height: 1;
  filter: drop-shadow(0 4px 7px rgba(110,42,61,.22));
  animation: sakuraFall var(--duration) linear var(--delay) infinite;
}
.sakura-rain span::before { content: "✿"; }
.sakura-rain span:nth-child(1) { left: 3%; --duration: 16s; --delay: -7s; --drift: 120px; font-size: 18px; }
.sakura-rain span:nth-child(2) { left: 11%; --duration: 20s; --delay: -15s; --drift: -80px; font-size: 28px; }
.sakura-rain span:nth-child(3) { left: 19%; --duration: 14s; --delay: -4s; --drift: 70px; font-size: 16px; }
.sakura-rain span:nth-child(4) { left: 28%; --duration: 22s; --delay: -18s; --drift: -110px; font-size: 24px; }
.sakura-rain span:nth-child(5) { left: 37%; --duration: 17s; --delay: -9s; --drift: 95px; font-size: 20px; }
.sakura-rain span:nth-child(6) { left: 45%; --duration: 24s; --delay: -21s; --drift: -65px; font-size: 14px; }
.sakura-rain span:nth-child(7) { left: 53%; --duration: 15s; --delay: -12s; --drift: 110px; font-size: 26px; }
.sakura-rain span:nth-child(8) { left: 61%; --duration: 21s; --delay: -6s; --drift: -100px; font-size: 18px; }
.sakura-rain span:nth-child(9) { left: 69%; --duration: 18s; --delay: -16s; --drift: 75px; font-size: 22px; }
.sakura-rain span:nth-child(10) { left: 76%; --duration: 23s; --delay: -10s; --drift: -125px; font-size: 15px; }
.sakura-rain span:nth-child(11) { left: 83%; --duration: 16s; --delay: -3s; --drift: 90px; font-size: 25px; }
.sakura-rain span:nth-child(12) { left: 90%; --duration: 19s; --delay: -14s; --drift: -70px; font-size: 17px; }
.sakura-rain span:nth-child(13) { left: 95%; --duration: 25s; --delay: -22s; --drift: -115px; font-size: 23px; }
.sakura-rain span:nth-child(14) { left: 7%; --duration: 27s; --delay: -24s; --drift: 150px; font-size: 13px; }

@supports (animation-timeline: view()) {
  .section > .section-inner {
    animation: sectionReveal both linear;
    animation-timeline: view();
    animation-range: entry 5% cover 25%;
  }
}
.site-footer nav { display: grid; align-content: start; gap: 9px; }
.footer-note { color: #c8c0b4; font-size: 13px; }
.copyright { width: min(1140px,100%); margin: 18px auto 0; color: #9b9489; font-size: 12px; }
.mobile-actions { display: none; }

@media (max-width: 1020px) {
  .site-header nav { gap: 14px; font-size: 12px; }
  .strength-grid { grid-template-columns: 1fr 1fr; }
  .strength-grid article { min-height: 290px; }
  .menu-card-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
}
@media (max-width: 860px) {
  html { scroll-padding-top: 116px; }
  body { padding-bottom: 82px; }
  .site-header { display: block; min-height: auto; padding: 7px 16px 9px; }
  .brand { justify-content: center; width: 100%; font-size: 15px; }
  .brand img { width: 42px; height: 42px; }
  .site-header nav {
    justify-content: flex-start; gap: 24px; margin: 6px 0 0;
    overflow-x: auto; padding: 0 4px 4px; font-size: 13px;
    white-space: nowrap; scrollbar-width: none;
  }
  .site-header nav::-webkit-scrollbar { display: none; }
  .quick-info { grid-template-columns: 1fr 1fr; }
  .quick-info div:nth-child(2n) { border-right: 0; }
  .about-grid, .atmosphere-grid, .access-grid, .voices-grid, .faq-layout,
  .footer-inner, .campaign-box { grid-template-columns: 1fr; }
  .faq-layout .section-heading { position: static; }
  .service-cards, .tour-grid { grid-template-columns: 1fr; }
  .menu-filter { top: 114px; }
  .menu-card-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .price-notice { grid-template-columns: 1fr; }
  .order-flow { grid-template-columns: 1fr 1fr; }
  .wide-photo img { height: min(76vw,520px); }
  .visitor-tip { grid-template-columns: 1fr; gap: 8px; }
  .footer-inner { gap: 28px; }
  .mobile-actions {
    position: fixed; z-index: 30;
    inset: auto 12px max(10px, env(safe-area-inset-bottom));
    display: grid; grid-template-columns: 1fr 1.12fr 1fr;
    min-height: 58px; padding: 5px; gap: 4px;
    color: #fff;
    background: rgba(21,19,19,.9);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    box-shadow: 0 14px 38px rgba(0,0,0,.3), inset 0 1px rgba(255,255,255,.05);
    -webkit-backdrop-filter: blur(18px) saturate(1.15);
    backdrop-filter: blur(18px) saturate(1.15);
    overflow: hidden;
  }
  .mobile-actions a {
    display: flex; align-items: center; justify-content: center;
    min-width: 0; min-height: 48px; padding: 8px 5px;
    color: rgba(255,255,255,.88);
    border: 1px solid transparent; border-radius: 13px;
    font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
    text-decoration: none; transition: transform .25s ease, color .25s ease, background .25s ease;
  }
  .mobile-actions a:first-child { background: rgba(255,255,255,.045); }
  .mobile-actions a:nth-child(2) {
    color: #fff;
    background: linear-gradient(135deg,#169b68 0%,#08764f 100%);
    border-color: rgba(255,255,255,.13);
    box-shadow: 0 7px 18px rgba(4,83,54,.32), inset 0 1px rgba(255,255,255,.18);
  }
  .mobile-actions a:last-child { background: rgba(255,255,255,.025); }
  .mobile-actions strong {
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
    font-size: clamp(11px,3.35vw,14px); font-weight: 600; letter-spacing: .035em;
  }
  .mobile-actions span { display: none; }
  .mobile-actions a:active { transform: scale(.97); }
}
@media (max-width: 700px) {
  .menu-card-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 560px) {
  .hero-content { padding: 128px 18px 80px; }
  .hero-logo { width: min(72vw,300px); }
  h1 { font-size: clamp(32px,9.2vw,44px); }
  h2, .about-grid h2, .atmosphere-grid h2, .voices-grid h2 { font-size: clamp(28px,8vw,36px); line-height: 1.55; letter-spacing: .02em; }
  .hero h1, .hero-copy { overflow-wrap: normal; word-break: normal; line-break: strict; }
  .hero-title-line { font-size: .82em; }
  .hero-title-accent { margin-top: .26em; font-size: .66em; }
  .hero-copy span { display: inline; }
  .hero-copy span + span::before { content: " "; }
  .hero-actions, .contact-actions, .campaign-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .quick-info div { min-height: 90px; padding: 12px 8px; }
  .quick-info strong { font-size: 15px; }
  .quick-info span { font-size: 11px; }
  .section-inner { width: min(100% - 28px,1140px); }
  .strength-grid { grid-template-columns: 1fr; }
  .strength-grid article { min-height: auto; }
  .photo-grid { grid-template-columns: 1fr; }
  .photo-main { grid-column: auto; }
  .photo-grid img, .photo-main img { height: 250px; }
  .menu-filter {
    top: 110px; flex-wrap: nowrap; margin-right: -14px; overflow-x: auto;
    padding: 8px 14px 10px 8px; border-radius: 16px 0 0 16px;
  }
  .menu-filter-button { flex: 0 0 auto; }
  .bento-gallery { grid-template-columns: 1fr; }
  .menu-card-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
  .menu-card-featured { grid-column: auto; }
  .menu-card, .menu-card-featured { border-radius: 8px; }
  .menu-card img, .menu-card-featured img { height: auto; aspect-ratio: 1 / 1; }
  .menu-card-body { padding: 12px 12px 14px; }
  .menu-card h3, .menu-card-text h3 { font-size: 16px; }
  .menu-card-body .menu-card-price { padding: 3px 9px; font-size: 13px; }
  .bento-gallery figure { min-height: 260px; }
  .bento-gallery img { height: 260px; }
  .service-cards article { padding: 28px 24px; }
  .order-flow { grid-template-columns: 1fr; }
  .order-flow div { min-height: 120px; }
  .tour-grid article { min-height: auto; padding: 28px 24px; }
  .access-card dl > div { grid-template-columns: 1fr; gap: 4px; }
  .map-wrap, .map-wrap iframe { min-height: 340px; }
}
@media (max-width: 350px) {
  .menu-card-grid { grid-template-columns: 1fr; }
  .menu-card img, .menu-card-featured img { aspect-ratio: 4 / 3; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
  .menu-section { background-attachment: scroll; }
  .sakura-rain { display: none; }
  .hero::before, .hero-content::before, .hero-content::after, .hero-logo,
  .hero .eyebrow, .hero h1, .hero-copy, .hero-actions, .hero-note,
  .scroll-cue::after, .feature-mark, .menu-section::before, .menu-section::after { animation: none; }
  .menu-enhanced .menu-card:not(.is-revealed) { opacity: 1; transform: none; }
  .menu-card.is-revealed, .menu-card.is-filter-pop, .menu-filter-button.is-active { animation: none; }
}

@keyframes menuCardReveal {
  from { opacity: 0; transform: translateY(34px) scale(.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes menuFilterPop {
  0% { opacity: .55; transform: scale(.94) translateY(8px); }
  100% { opacity: 1; transform: scale(1) translateY(0); }
}
@keyframes filterBounce {
  0%, 100% { transform: translateY(0) scale(1); }
  45% { transform: translateY(-3px) scale(1.04); }
}
@keyframes blossomFloat {
  0%, 100% { transform: translateY(0) rotate(-8deg); }
  50% { transform: translateY(-18px) rotate(8deg); }
}
@keyframes heroBreath {
  from { transform: scale(1.02) translate3d(-.25%,0,0); filter: saturate(.96); }
  to { transform: scale(1.09) translate3d(.25%,-.5%,0); filter: saturate(1.08); }
}
@keyframes logoFloat {
  0%, 100% { transform: translateY(0) rotate(-.35deg); }
  50% { transform: translateY(-9px) rotate(.35deg); }
}
@keyframes fadeRise {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes petalDrift {
  0%, 100% { transform: translate3d(0,0,0) rotate(-8deg); opacity: .4; }
  50% { transform: translate3d(12px,-18px,0) rotate(10deg); opacity: .8; }
}
@keyframes cuePulse {
  0%, 100% { transform: scaleY(.55); transform-origin: top; opacity: .45; }
  50% { transform: scaleY(1); transform-origin: top; opacity: 1; }
}
@keyframes markPulse {
  0%, 100% { transform: translateY(0); box-shadow: 0 8px 22px var(--rose-glow); }
  50% { transform: translateY(-4px); box-shadow: 0 13px 30px rgba(223,127,149,.32); }
}
@keyframes sakuraFall {
  0% { transform: translate3d(0,-12vh,0) rotate(0deg); opacity: 0; }
  10% { opacity: .78; }
  55% { transform: translate3d(calc(var(--drift) * .55),52vh,0) rotate(260deg); opacity: .72; }
  100% { transform: translate3d(var(--drift),112vh,0) rotate(560deg); opacity: .12; }
}
@keyframes sectionReveal {
  from { opacity: .2; transform: translateY(46px) scale(.985); filter: saturate(.8); }
  to { opacity: 1; transform: translateY(0) scale(1); filter: saturate(1); }
}

/* 2026-09 refined night-sakura design */
body {
  color: var(--ink);
  background: var(--paper);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  line-height: 1.78;
  letter-spacing: .01em;
}

h1, h2, h3,
.brand,
.quick-info strong,
.menu-card h3,
.menu-card-text h3 {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", serif;
}

h1, h2, h3 { letter-spacing: .02em; }
h2 { line-height: 1.35; }
.title-line { display: inline; }

.site-header {
  min-height: 72px;
  background: rgba(18, 16, 15, .92);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
}

.brand img {
  width: 54px;
  height: auto;
  aspect-ratio: 360 / 306;
}

.mobile-menu-link { display: none; }

.hero { min-height: min(900px, 100svh); }
.hero::before { animation: none; transform: none; filter: none; }
.hero-content { width: min(92%, 900px); padding: 112px 24px 82px; }
.hero-content::before,
.hero-content::after { display: none; }
.hero-logo {
  width: min(38vw, 260px);
  max-width: 260px;
  height: auto;
  animation: none;
  transform: none;
}
.hero h1 {
  max-width: 17em;
  margin-inline: auto;
  font-size: clamp(36px, 4.5vw, 56px);
  line-height: 1.3;
  letter-spacing: .02em;
  text-wrap: balance;
}
.hero-title-phrase { white-space: nowrap; }
.hero-copy {
  max-width: 760px;
  margin: 22px auto 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: clamp(16px, 1.55vw, 19px);
  line-height: 1.75;
  text-wrap: pretty;
}
.hero-copy .hero-copy-phrase { display: inline-block; }
.hero-actions { gap: 12px; margin-top: 28px; }
.hero-actions .button { min-width: min(100%, 238px); }
.hero-menu-link {
  display: inline-block;
  margin-top: 18px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-underline-offset: 6px;
}
.hero-note { max-width: 620px; line-height: 1.65; }

.button {
  border-radius: 8px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  letter-spacing: .03em;
}
.button::after { display: none; }
.button-primary {
  color: #fff;
  background: var(--crimson);
  box-shadow: 0 9px 22px rgba(84, 25, 43, .22);
}
.button-primary:hover { background: #7f2942; }
.button-line {
  color: #fff;
  border-color: #08764f;
  background: #08764f;
  box-shadow: 0 9px 22px rgba(8, 92, 63, .24);
}
.button-line:hover { background: #065c3f; }

.purpose-links {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: min(1080px, calc(100% - 40px));
  margin: 28px auto;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--paper-light);
  box-shadow: 0 8px 24px rgba(38, 25, 17, .07);
}
.purpose-links a {
  display: grid;
  place-items: center;
  min-height: 58px;
  padding: 10px 12px;
  border-right: 1px solid var(--line);
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.purpose-links a:last-child { border-right: 0; }
.purpose-links a:hover,
.purpose-links a:focus-visible { color: var(--crimson); background: var(--blush); }

.section { padding-block: clamp(88px, 8vw, 108px); }
.section-copy p,
.section-heading > p:last-child { color: var(--muted); line-height: 1.8; }
.paper { background-color: var(--paper); }

.menu-section {
  overflow: visible;
  background:
    linear-gradient(rgba(247, 242, 232, .96), rgba(247, 242, 232, .98)),
    url("assets/table-setting.jpeg") center / cover scroll;
}
.menu-section::before,
.menu-section::after { display: none; }
.menu-section .section-inner { overflow: visible; }
.menu-filter {
  top: 80px;
  border-color: var(--line);
  border-radius: 10px;
  background: rgba(255, 253, 252, .94);
  box-shadow: 0 8px 24px rgba(38, 25, 17, .08);
}
.menu-price-guide {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin: 0 0 18px;
  padding: 7px 14px;
  border: 1px solid rgba(169, 132, 72, .38);
  border-radius: 999px;
  color: #6f542d;
  background: rgba(255, 253, 252, .82);
  font-size: 14px;
  font-weight: 700;
}
.menu-filter-button {
  overflow: visible;
  min-height: 48px;
  border-color: var(--line);
  color: var(--crimson);
  box-shadow: none;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}
.menu-filter-button::after { display: none; }
.menu-filter-button:hover { transform: translateY(-2px); box-shadow: none; }
.menu-filter-button.is-active {
  border-color: var(--crimson);
  background: var(--crimson);
  box-shadow: none;
  animation: none;
}
.menu-card-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.menu-card,
.menu-card-featured {
  overflow: hidden;
  border-color: rgba(92, 85, 77, .16);
  border-radius: 10px;
  background: var(--paper-light);
  box-shadow: var(--shadow);
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.menu-card::after { display: none; }
.menu-card.is-filter-pop,
.menu-filter-button.is-active { animation: none; }
.menu-card:hover {
  transform: translateY(-3px);
  border-color: rgba(155, 53, 82, .24);
  box-shadow: var(--shadow);
}
.menu-card img,
.menu-card-featured img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: none;
}
.menu-card:hover img { transform: none; filter: none; }
.menu-card-body p,
.menu-card-text-body p,
.menu-result { color: var(--muted); }

.feature-mark,
.scroll-cue::after,
.section > .section-inner { animation: none; }

.hero .sakura-rain {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  mix-blend-mode: normal;
}
.hero .sakura-rain span {
  color: rgba(223, 160, 177, .34);
  filter: none;
}
.hero .sakura-rain span:nth-child(1) { left: 4%; --duration: 21s; --delay: -7s; }
.hero .sakura-rain span:nth-child(2) { left: 17%; --duration: 24s; --delay: -15s; }
.hero .sakura-rain span:nth-child(3) { left: 31%; --duration: 19s; --delay: -4s; }
.hero .sakura-rain span:nth-child(4) { left: 44%; --duration: 23s; --delay: -18s; }
.hero .sakura-rain span:nth-child(5) { left: 57%; --duration: 20s; --delay: -9s; }
.hero .sakura-rain span:nth-child(6) { left: 70%; --duration: 24s; --delay: -21s; }
.hero .sakura-rain span:nth-child(7) { left: 83%; --duration: 18s; --delay: -12s; }
.hero .sakura-rain span:nth-child(8) { left: 94%; --duration: 22s; --delay: -6s; }

@media (max-width: 1179px) {
  .menu-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
  html { scroll-padding-top: 72px; }
  body { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  .site-header {
    display: flex;
    min-height: 64px;
    padding: 6px 14px;
  }
  .brand {
    justify-content: flex-start;
    width: auto;
    min-width: 0;
    gap: 9px;
    font-size: 15px;
  }
  .brand img { width: 42px; height: auto; }
  .site-header nav { display: none; }
  .mobile-menu-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 76px;
    min-height: 48px;
    margin-left: auto;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
  }
  .hero-content { padding: 92px 18px 76px; }
  .hero-logo { width: min(42vw, 160px); max-width: 160px; }
  .hero h1 {
    max-width: 12em;
    font-size: clamp(34px, 9vw, 38px);
    line-height: 1.3;
  }
  .hero-copy { font-size: 16px; line-height: 1.75; }
  .purpose-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(100% - 28px, 680px);
    margin-block: 20px;
  }
  .purpose-links a { min-height: 52px; border-bottom: 1px solid var(--line); }
  .purpose-links a:nth-child(3n) { border-right: 0; }
  .purpose-links a:nth-last-child(-n + 2) { border-bottom: 0; }
  .purpose-links a:last-child { border-right: 1px solid var(--line); }
  .menu-filter { top: 64px; }
  .mobile-actions {
    grid-template-columns: 1fr 1.16fr;
    min-height: 64px;
    padding-bottom: max(5px, env(safe-area-inset-bottom));
  }
  .mobile-actions a { min-height: 48px; }
  .mobile-actions a:nth-child(2) { background: #08764f; }
}

@media (max-width: 759px) {
  h2,
  .about-grid h2,
  .atmosphere-grid h2,
  .voices-grid h2 {
    font-size: clamp(28px, 7.4vw, 32px);
    line-height: 1.35;
  }
  .section { padding-block: 68px; }
  .menu-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .menu-card img,
  .menu-card-featured img { aspect-ratio: 4 / 3; }
}

@media (max-width: 560px) {
  .hero-content { padding: 82px 18px 56px; }
  .hero h1 wbr { display: none; }
  .hero-title-phrase { display: block; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; min-width: 0; }
  .hero-note { display: none; }
  .menu-filter {
    top: 64px;
    margin-right: 0;
    padding: 8px;
    border-radius: 10px;
  }
}

@media (max-width: 359px) {
  .brand span { font-size: 13px; }
  .mobile-menu-link { min-width: 68px; }
  .purpose-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .purpose-links a:nth-child(3n) { border-right: 1px solid var(--line); }
  .purpose-links a:nth-child(2n) { border-right: 0; }
  .menu-card-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
  .hero::before,
  .hero-logo,
  .feature-mark,
  .menu-filter-button,
  .menu-card,
  .menu-card img,
  .button,
  .scroll-cue::after {
    transform: none !important;
    filter: none !important;
  }
  .sakura-rain { display: none; }
}

/* 店内・入口写真：既存の料金・メニュー表示から独立したスタイル */
.venue-jump {
  display: inline-flex; align-items: center; gap: 18px; margin-top: 22px;
  color: var(--crimson); font-size: 15px; font-weight: 600;
  text-decoration-thickness: 1px; text-underline-offset: 6px;
}
.photo-grid.venue-overview { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.photo-grid.venue-overview .photo-main { grid-column: 1 / -1; }
.venue-overview figure { border: 0; border-radius: 12px; }
.venue-overview img, .venue-overview .photo-main img {
  width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover;
}
.photo-grid.venue-overview figure:hover img { transform: none; }
.venue-gallery .section-inner { position: relative; z-index: 1; }
.venue-heading {
  display: grid; grid-template-columns: 1fr 1fr; align-items: end;
  gap: 48px; margin-bottom: 42px;
}
.venue-heading h2 {
  margin-bottom: 0; font-size: clamp(28px, 3.3vw, 44px);
  line-height: 1.45; letter-spacing: .03em;
}
.venue-heading .title-line { display: block; white-space: normal; }
.venue-heading > p { margin: 0 0 4px; color: #e0d4ce; font-size: 16px; line-height: 2; }
.venue-seats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.venue-gallery figure { min-width: 0; margin: 0; }
.venue-photo { overflow: hidden; border-radius: 14px; background: #2d2522; }
.venue-photo img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.venue-caption { padding: 22px 0 0; }
.venue-caption h3, .venue-details h3 {
  margin: 0 0 6px; color: #fff4ed;
  font-family: "Shippori Mincho B1", "Yu Mincho", serif;
  font-size: 24px; line-height: 1.6; font-weight: 600;
}
.venue-caption p, .venue-details p { margin: 0; color: #d8cbc5; font-size: 15px; line-height: 1.85; }
.venue-details {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px;
  margin-top: 48px; padding-top: 38px; border-top: 1px solid rgba(255, 235, 225, .18);
}
.venue-details figcaption { padding: 16px 0 0; }
.venue-details h3 { font-size: 20px; }
.venue-details p { font-size: 14px; }
.venue-reservation {
  display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;
  gap: 12px 30px; margin-top: 42px; padding-top: 26px;
  border-top: 1px solid rgba(255, 235, 225, .18);
}
.venue-reservation p { margin: 0; color: #e0d4ce; font-size: 15px; }
.venue-reservation a { color: #f3bccb; font-size: 16px; }
.arrival-guide {
  display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  align-items: center; gap: clamp(24px, 4vw, 56px); margin-bottom: 38px;
  overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fffaf5;
}
.arrival-guide figure { margin: 0; }
.arrival-guide img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.arrival-copy { min-width: 0; padding: 24px 32px 24px 0; }
.arrival-copy .eyebrow { margin-bottom: 12px; }
.arrival-copy h3 { margin: 0 0 16px; font-size: clamp(23px, 2.4vw, 30px); line-height: 1.6; }
.arrival-copy h3 span { display: block; }
.arrival-copy > p:last-child { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.9; }
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .venue-photo img { transition: transform 650ms cubic-bezier(.2, .65, .25, 1); }
  .venue-gallery figure:hover .venue-photo img { transform: scale(1.025); }
  .photo-grid.venue-overview figure:hover img { transform: scale(1.025); }
}
@media (max-width: 760px) {
  .venue-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 30px; }
  .venue-seats { grid-template-columns: 1fr; gap: 30px; }
  .venue-caption { padding-top: 16px; }
  .venue-caption h3 { font-size: 23px; }
  .venue-details { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 16px; }
  .venue-details figure:last-child { grid-column: 1 / -1; }
  .venue-details figure:last-child img { aspect-ratio: 2 / 1; object-position: center 65%; }
  .venue-details h3 { font-size: 18px; }
  .venue-details p { font-size: 14px; }
  .arrival-guide { grid-template-columns: 1fr; gap: 0; }
  .arrival-copy { padding: 24px; }
}
