:root {
  --yellow: #ffd22a;
  --yellow-deep: #f4ab00;
  --red: #d91f1f;
  --red-dark: #8b1014;
  --ink: #1f1309;
  --paper: #fff8df;
  --white: #fffdf5;
  --line: rgba(31, 19, 9, 0.16);
  --shadow: 0 18px 50px rgba(31, 19, 9, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.7;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 18px;
  padding: 10px clamp(16px, 4vw, 42px);
  background: rgba(255, 210, 42, 0.95);
  border-bottom: 4px solid var(--red);
  box-shadow: 0 8px 24px rgba(31, 19, 9, 0.12);
  backdrop-filter: blur(10px);
}

.brand {
  display: block;
  width: clamp(126px, 15vw, 190px);
  overflow: hidden;
  border-radius: 4px;
  border: 2px solid var(--ink);
  box-shadow: 3px 3px 0 var(--red-dark);
  background: var(--yellow);
  transform-origin: 50% 0;
  animation: sign-sway 5.6s ease-in-out infinite;
}

.brand img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.nav {
  display: flex;
  justify-content: flex-end;
  gap: clamp(14px, 4vw, 34px);
  font-weight: 800;
}

.nav a,
.hero-actions a,
.map-link,
.quick-actions a {
  text-decoration: none;
}

.nav a {
  position: relative;
  padding: 8px 0;
  border-bottom: 3px solid transparent;
  transition: color 0.2s ease, transform 0.2s ease;
}

.nav a:hover {
  border-color: var(--red);
  color: var(--red-dark);
  transform: translateY(-2px);
}

.hero {
  position: relative;
  min-height: clamp(560px, 86vh, 760px);
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--ink);
  isolation: isolate;
}

.hero > picture,
.hero > picture::after,
.hero > picture > img {
  position: absolute;
  inset: 0;
}

.hero > picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
  animation: hero-kenburns 16s ease-in-out infinite alternate;
}

.hero > picture::after {
  content: "";
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 210, 42, 0.34), transparent 26%),
    radial-gradient(circle at 76% 14%, rgba(217, 31, 31, 0.24), transparent 24%),
    linear-gradient(90deg, rgba(31, 19, 9, 0.82), rgba(31, 19, 9, 0.28) 55%, rgba(31, 19, 9, 0.58)),
    linear-gradient(0deg, rgba(31, 19, 9, 0.75), transparent 45%);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  inset: auto -12vw -14vh;
  height: 34vh;
  pointer-events: none;
  z-index: 1;
}

.hero::before {
  background:
    radial-gradient(closest-side at 18% 70%, rgba(255, 210, 42, 0.28), transparent),
    radial-gradient(closest-side at 62% 42%, rgba(217, 31, 31, 0.32), transparent),
    radial-gradient(closest-side at 82% 72%, rgba(244, 171, 0, 0.25), transparent);
  filter: blur(22px);
  animation: ember-glow 4.8s ease-in-out infinite alternate;
}

.hero::after {
  height: 100%;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 42%, rgba(255, 210, 42, 0.18) 48%, transparent 54% 100%);
  mix-blend-mode: screen;
  transform: translateX(-110%);
  animation: light-sweep 7s ease-in-out infinite;
}

.lantern-line {
  position: absolute;
  top: clamp(82px, 12vh, 118px);
  left: 50%;
  z-index: 2;
  display: flex;
  gap: clamp(14px, 2.4vw, 34px);
  width: max-content;
  transform: translateX(-50%) rotate(-1deg);
  opacity: 0.96;
  pointer-events: none;
}

.lantern-line span {
  width: clamp(22px, 3.4vw, 44px);
  height: clamp(28px, 4.4vw, 56px);
  border-radius: 48% 48% 44% 44%;
  background:
    radial-gradient(circle at 50% 45%, #fff8df 0 16%, #ffd22a 28%, #f4ab00 58%, #d91f1f 100%);
  border: 2px solid rgba(139, 16, 20, 0.72);
  box-shadow:
    0 0 18px rgba(255, 210, 42, 0.88),
    0 0 44px rgba(217, 31, 31, 0.38);
  transform-origin: 50% -16px;
  animation: lantern-swing 2.9s ease-in-out infinite;
}

.lantern-line span:nth-child(2n) {
  animation-delay: -0.9s;
}

.lantern-line span:nth-child(3n) {
  animation-delay: -1.6s;
}

.steam {
  position: absolute;
  z-index: 2;
  width: clamp(120px, 18vw, 260px);
  height: clamp(190px, 26vw, 360px);
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 48% 88%, rgba(255, 255, 255, 0.32), transparent 58%),
    radial-gradient(ellipse at 38% 58%, rgba(255, 255, 255, 0.18), transparent 52%),
    radial-gradient(ellipse at 62% 24%, rgba(255, 255, 255, 0.16), transparent 48%);
  filter: blur(14px);
  opacity: 0.48;
  mix-blend-mode: screen;
  pointer-events: none;
  animation: steam-rise 8s ease-in-out infinite;
}

.steam-one {
  left: 47%;
  bottom: 8%;
}

.steam-two {
  left: 66%;
  bottom: 0;
  animation-delay: -2.7s;
}

.steam-three {
  left: 30%;
  bottom: 2%;
  animation-delay: -5s;
}

.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 860px;
  padding: 0 clamp(18px, 6vw, 72px) clamp(44px, 9vh, 86px);
  color: var(--white);
  animation: hero-copy-in 1s cubic-bezier(0.19, 1, 0.22, 1) both;
}

.hero-copy p,
.eyebrow {
  margin: 0 0 8px;
  color: var(--red);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-kicker {
  display: inline-block;
  padding: 4px 12px;
  background: var(--yellow);
  color: var(--ink);
  box-shadow: 4px 4px 0 var(--red-dark);
  transform: rotate(-1deg);
}

.hero-logo-title {
  position: relative;
  width: min(570px, 88vw);
  margin: 18px 0 0;
  padding: 9px 10px 12px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 210, 42, 0.26), transparent 32%),
    linear-gradient(180deg, #4a2109, #1f1309);
  border-radius: 6px;
  box-shadow:
    12px 12px 0 var(--red-dark),
    0 24px 42px rgba(0, 0, 0, 0.34),
    0 0 46px rgba(255, 210, 42, 0.2);
  transform: rotate(-0.35deg);
  animation: logo-pop 0.95s cubic-bezier(0.2, 1.4, 0.28, 1) 0.1s both;
}

.hero-logo-title::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 4px;
  background: linear-gradient(110deg, transparent 0 42%, rgba(255, 255, 255, 0.48) 48%, transparent 55% 100%);
  transform: translateX(-130%);
  animation: sign-shine 5.2s ease-in-out 1.2s infinite;
  pointer-events: none;
}

.hero-logo-title img {
  width: 100%;
  height: auto;
  border: 2px solid rgba(31, 19, 9, 0.9);
  border-radius: 3px;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.18);
}

.hero-copy span {
  display: block;
  margin-top: 14px;
  font-size: clamp(1.2rem, 3vw, 2rem);
  font-weight: 800;
}

.hero-offer {
  display: inline-block;
  margin-top: 14px;
  padding: 8px 16px;
  background: var(--red);
  color: var(--white);
  border: 2px solid var(--yellow);
  border-radius: 999px;
  font-size: clamp(1rem, 2.4vw, 1.35rem);
  line-height: 1.2;
  box-shadow: 4px 4px 0 var(--ink);
  animation: offer-pulse 1.9s ease-in-out infinite;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.hero-actions a,
.quick-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 11px 20px;
  background: var(--yellow);
  color: var(--ink);
  border: 2px solid var(--ink);
  border-radius: 999px;
  font-weight: 900;
  box-shadow: 4px 4px 0 var(--red);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.hero-actions a:hover,
.quick-actions a:hover,
.map-link:hover {
  transform: translate(-2px, -3px);
  filter: saturate(1.12);
  box-shadow: 7px 8px 0 var(--red-dark);
}

.hero-actions a:nth-child(2),
.quick-actions a:nth-child(2) {
  background: var(--red);
  color: var(--white);
  box-shadow: 4px 4px 0 var(--yellow-deep);
}

.section-pad {
  padding: clamp(56px, 9vw, 96px) clamp(16px, 4vw, 42px);
}

.motion-ticker {
  overflow: hidden;
  background: var(--red);
  color: var(--yellow);
  border-block: 4px solid var(--ink);
  box-shadow: inset 0 0 0 2px rgba(255, 210, 42, 0.24);
}

.motion-ticker div {
  display: flex;
  width: max-content;
  min-width: 200%;
  animation: ticker-run 19s linear infinite;
}

.motion-ticker span {
  display: inline-flex;
  align-items: center;
  min-height: 54px;
  padding-inline: clamp(22px, 4vw, 46px);
  color: var(--white);
  font-size: clamp(1.15rem, 3vw, 2rem);
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 3px 3px 0 var(--ink);
  white-space: nowrap;
}

.motion-ticker span:nth-child(2n) {
  color: var(--yellow);
}

.container {
  width: min(1120px, 100%);
  margin-inline: auto;
}

.intro {
  background: var(--yellow);
  border-block: 4px solid var(--ink);
  position: relative;
  overflow: hidden;
}

.intro::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(115deg, transparent 0 28px, rgba(139, 16, 20, 0.08) 28px 32px);
  transform: translateX(-40px);
  animation: stripe-drift 14s linear infinite;
  pointer-events: none;
}

.intro-grid,
.access-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(24px, 6vw, 72px);
  align-items: center;
}

h2,
h3,
p {
  overflow-wrap: anywhere;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.12;
  letter-spacing: 0;
}

.intro p:last-child,
.access p {
  margin: 0;
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  font-weight: 650;
}

.section-head {
  margin-bottom: 28px;
}

.menu {
  background: var(--white);
}

.menu-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 3px solid var(--ink);
  border-left: 3px solid var(--ink);
}

.drink-banner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(16px, 4vw, 36px);
  align-items: center;
  margin-bottom: 24px;
  padding: clamp(18px, 4vw, 28px);
  background: var(--red);
  color: var(--white);
  border: 3px solid var(--ink);
  border-radius: 8px;
  box-shadow: 8px 8px 0 var(--yellow-deep);
  position: relative;
  overflow: hidden;
}

.drink-banner::after {
  content: "";
  position: absolute;
  inset: -40% auto -40% -22%;
  width: 30%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transform: skewX(-16deg);
  animation: banner-flash 4.5s ease-in-out infinite;
}

.drink-banner div {
  display: grid;
  gap: 4px;
}

.drink-banner span {
  display: inline-block;
  width: fit-content;
  padding: 3px 10px;
  background: var(--yellow);
  color: var(--ink);
  border-radius: 999px;
  font-weight: 900;
}

.drink-banner strong {
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1;
}

.drink-banner p {
  margin: 0;
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 800;
}

.menu-list article {
  min-height: 260px;
  padding: 24px;
  background: var(--paper);
  border-right: 3px solid var(--ink);
  border-bottom: 3px solid var(--ink);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.menu-list article:hover {
  position: relative;
  z-index: 1;
  transform: translateY(-8px) rotate(-0.6deg);
  box-shadow: 0 18px 34px rgba(31, 19, 9, 0.18);
}

.menu-list article:nth-child(even) {
  background: var(--yellow);
}

.menu-list span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  background: var(--red);
  color: var(--white);
  border-radius: 50%;
  font-weight: 900;
}

.menu-list h3,
.shop-card h3 {
  margin: 18px 0 10px;
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  line-height: 1.25;
}

.menu-list p,
.shop-card dd,
.note {
  margin: 0;
}

.dish-showcase {
  margin-top: clamp(42px, 7vw, 72px);
}

.dish-head {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 22px;
  align-items: end;
  margin-bottom: 22px;
}

.dish-head h3 {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  line-height: 1.1;
}

.dish-head p:last-child {
  margin: 0;
  font-weight: 750;
}

.menu-board {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.menu-column,
.ramen-gallery-section {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 4vw, 34px);
  background:
    linear-gradient(135deg, rgba(255, 210, 42, 0.95), rgba(255, 248, 223, 0.98)),
    var(--yellow);
  border: 3px solid var(--ink);
  border-radius: 8px;
  box-shadow: 8px 8px 0 var(--red-dark);
  transform-style: preserve-3d;
}

.menu-column::after,
.ramen-gallery-section::after {
  content: "博多屋台";
  position: absolute;
  right: -12px;
  bottom: -10px;
  color: rgba(31, 19, 9, 0.08);
  font-size: clamp(4rem, 9vw, 7rem);
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}

.ramen-gallery-section {
  background: var(--paper);
}

.ramen-gallery-head {
  color: var(--ink);
}

.ramen-gallery {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.ramen-card {
  overflow: hidden;
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: 8px;
  box-shadow: 4px 4px 0 rgba(139, 16, 20, 0.9);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.ramen-card:hover {
  transform: translateY(-9px) rotate(-0.45deg);
  box-shadow: 9px 12px 0 rgba(139, 16, 20, 0.9), 0 20px 32px rgba(31, 19, 9, 0.2);
}

.ramen-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: var(--ink);
  transition: filter 0.24s ease, transform 0.24s ease;
}

.ramen-card:hover img {
  filter: saturate(1.16) contrast(1.06);
  transform: scale(1.025);
}

.ramen-card div {
  display: grid;
  gap: 5px;
  padding: 12px;
}

.ramen-card b {
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.25;
}

.ramen-card span {
  font-size: 0.94rem;
  font-weight: 650;
  line-height: 1.45;
}

.otsumami-gallery-section {
  background:
    linear-gradient(135deg, rgba(217, 31, 31, 0.96), rgba(139, 16, 20, 0.96)),
    var(--red);
  color: var(--white);
}

.otsumami-gallery-section::after {
  color: rgba(255, 210, 42, 0.13);
}

.otsumami-gallery-section .menu-column-head span {
  background: var(--yellow);
  color: var(--ink);
}

.otsumami-gallery-section .ramen-card {
  color: var(--ink);
  box-shadow: 4px 4px 0 var(--yellow-deep);
}

.accent-column {
  background:
    linear-gradient(135deg, rgba(217, 31, 31, 0.96), rgba(139, 16, 20, 0.96)),
    var(--red);
  color: var(--white);
}

.accent-column::after {
  color: rgba(255, 210, 42, 0.12);
}

.menu-column-head {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 12px;
  border-bottom: 3px solid currentColor;
}

.menu-column-head span {
  display: inline-block;
  padding: 3px 9px;
  background: var(--ink);
  color: var(--yellow);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
}

.accent-column .menu-column-head span {
  background: var(--yellow);
  color: var(--ink);
}

.menu-column-head h4 {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  line-height: 1;
}

.menu-items {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.menu-items li {
  display: grid;
  gap: 4px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(31, 19, 9, 0.22);
}

.accent-column .menu-items li {
  border-bottom-color: rgba(255, 248, 223, 0.28);
}

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

.menu-items b {
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
  line-height: 1.25;
}

.menu-items span {
  font-size: 0.94rem;
  font-weight: 650;
  line-height: 1.55;
  opacity: 0.88;
}

.photo-band {
  display: grid;
  grid-template-columns: minmax(280px, 44vw) 1fr;
  align-items: stretch;
  background: var(--red);
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.photo-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 0 36%, rgba(255, 210, 42, 0.22) 46%, transparent 58% 100%);
  transform: translateX(-120%);
  animation: photo-sweep 6.5s ease-in-out infinite;
  pointer-events: none;
}

.photo-band img {
  width: 100%;
  height: 100%;
  max-height: 560px;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform 0.5s ease;
}

.photo-band:hover img {
  transform: scale(1.09);
}

.photo-band div {
  display: grid;
  align-content: center;
  padding: clamp(34px, 7vw, 86px);
}

.photo-band .eyebrow {
  color: var(--yellow);
}

.shops {
  background:
    repeating-linear-gradient(90deg, rgba(217, 31, 31, 0.07) 0 10px, transparent 10px 24px),
    var(--paper);
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.shop-card {
  padding: clamp(22px, 4vw, 34px);
  background: var(--white);
  border: 3px solid var(--ink);
  border-radius: 8px;
  box-shadow: var(--shadow);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.shop-card:hover {
  transform: translateY(-7px);
  box-shadow: 8px 10px 0 var(--red-dark), 0 22px 48px rgba(31, 19, 9, 0.2);
}

.shop-card h3 {
  display: inline-block;
  margin-top: 0;
  padding: 4px 12px;
  background: var(--yellow);
  border: 2px solid var(--ink);
}

dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

dt {
  font-size: 0.8rem;
  color: var(--red);
  font-weight: 900;
}

dd {
  margin-left: 0;
  font-weight: 750;
}

.map-link {
  display: inline-block;
  margin-top: 24px;
  padding: 10px 18px;
  background: var(--red);
  color: var(--white);
  border: 2px solid var(--ink);
  border-radius: 999px;
  font-weight: 900;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.note {
  margin-top: 18px;
  font-size: 0.9rem;
  color: rgba(31, 19, 9, 0.76);
}

.access {
  background: var(--yellow);
  border-top: 4px solid var(--ink);
}

.quick-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 22px clamp(16px, 4vw, 42px);
  background: var(--ink);
  color: var(--white);
}

.footer p {
  margin: 0;
}

.motion-ready .reveal {
  opacity: 0;
  transform: translateY(36px) scale(0.98);
  transition:
    opacity 0.72s ease var(--reveal-delay, 0ms),
    transform 0.72s cubic-bezier(0.19, 1, 0.22, 1) var(--reveal-delay, 0ms);
}

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

@keyframes hero-kenburns {
  from {
    transform: scale(1.06) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.14) translate3d(-1.5%, -1%, 0);
  }
}

@keyframes hero-copy-in {
  from {
    opacity: 0;
    transform: translateY(36px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes logo-pop {
  from {
    opacity: 0;
    transform: translateY(30px) rotate(-2.5deg) scale(0.88);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(-0.35deg) scale(1);
  }
}

@keyframes sign-shine {
  0%, 42% {
    transform: translateX(-130%);
  }
  58%, 100% {
    transform: translateX(130%);
  }
}

@keyframes sign-sway {
  0%, 100% {
    transform: rotate(-0.45deg);
  }
  50% {
    transform: rotate(0.45deg);
  }
}

@keyframes lantern-swing {
  0%, 100% {
    transform: rotate(-5deg);
    filter: brightness(0.94);
  }
  50% {
    transform: rotate(5deg);
    filter: brightness(1.22);
  }
}

@keyframes steam-rise {
  0% {
    transform: translateY(45px) translateX(0) scale(0.72);
    opacity: 0;
  }
  30% {
    opacity: 0.45;
  }
  100% {
    transform: translateY(-170px) translateX(44px) scale(1.12);
    opacity: 0;
  }
}

@keyframes ember-glow {
  from {
    opacity: 0.55;
    transform: translateY(18px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1.06);
  }
}

@keyframes light-sweep {
  0%, 56% {
    transform: translateX(-110%);
  }
  78%, 100% {
    transform: translateX(110%);
  }
}

@keyframes desktop-light-sweep {
  0%, 62% {
    transform: translateX(-125%) skewX(-8deg);
    opacity: 0;
  }
  72% {
    opacity: 0.52;
  }
  88%, 100% {
    transform: translateX(125%) skewX(-8deg);
    opacity: 0;
  }
}

@keyframes offer-pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 4px 4px 0 var(--ink), 0 0 0 rgba(255, 210, 42, 0);
  }
  50% {
    transform: scale(1.035);
    box-shadow: 4px 4px 0 var(--ink), 0 0 28px rgba(255, 210, 42, 0.5);
  }
}

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

@keyframes stripe-drift {
  from {
    transform: translateX(-40px);
  }
  to {
    transform: translateX(40px);
  }
}

@keyframes banner-flash {
  0%, 46% {
    transform: translateX(0) skewX(-16deg);
  }
  70%, 100% {
    transform: translateX(520%) skewX(-16deg);
  }
}

@keyframes photo-sweep {
  0%, 52% {
    transform: translateX(-120%);
  }
  76%, 100% {
    transform: translateX(120%);
  }
}

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: auto 1fr;
  }

  .nav {
    justify-content: flex-end;
  }

  .intro-grid,
  .access-grid,
  .photo-band,
  .shop-grid {
    grid-template-columns: 1fr;
  }

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

  .drink-banner {
    grid-template-columns: 1fr;
  }

  .dish-head,
  .menu-board {
    grid-template-columns: 1fr;
  }

  .quick-actions {
    justify-content: flex-start;
  }
}

@media (min-width: 861px) {
  .hero::after {
    display: block;
    inset: 0;
    width: auto;
    background:
      linear-gradient(
        112deg,
        transparent 0 44%,
        rgba(255, 248, 223, 0.06) 48%,
        rgba(255, 210, 42, 0.11) 51%,
        rgba(255, 248, 223, 0.05) 54%,
        transparent 59% 100%
      );
    animation: light-sweep 9.5s ease-in-out infinite;
  }

  .photo-band::after {
    background: linear-gradient(
      102deg,
      transparent 0 42%,
      rgba(255, 248, 223, 0.1) 48%,
      rgba(255, 210, 42, 0.14) 52%,
      transparent 60% 100%
    );
    animation-duration: 9s;
  }
}

@media (max-width: 560px) {
  .site-header {
    gap: 10px;
  }

  .brand {
    width: 112px;
  }

  .brand img {
    height: auto;
  }

  .nav {
    gap: 12px;
    font-size: 0.92rem;
  }

  .hero {
    min-height: 640px;
  }

  .lantern-line {
    top: 78px;
    opacity: 0.72;
  }

  .hero-logo-title {
    width: min(92vw, 420px);
    padding: 7px;
    box-shadow: 6px 6px 0 var(--red-dark), 0 14px 24px rgba(0, 0, 0, 0.28);
    transform: rotate(-0.4deg);
  }

  .menu-list {
    grid-template-columns: 1fr;
  }

  .menu-column {
    box-shadow: 5px 5px 0 var(--red-dark);
  }

  .ramen-gallery {
    grid-template-columns: 1fr;
  }

  .menu-list article {
    min-height: auto;
  }

  .quick-actions a,
  .hero-actions a {
    width: 100%;
  }
}

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

  .motion-ready .reveal {
    opacity: 1;
    transform: none;
  }
}
