:root {
  --pink: #ec008c;
  --blue: #16bde5;
  --black: #020102;
  --panel: rgba(13, 8, 12, 0.74);
  --white: #fff;
  --muted: rgba(255, 255, 255, 0.68);
  --line: rgba(255, 255, 255, 0.14);
  --shadow: 0 34px 90px rgba(0, 0, 0, 0.58);
}

@font-face {
  font-family: "Sedgwick Ave Display";
  src: url("assets/fonts/SedgwickAveDisplay-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.55;
}

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

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

.page {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 2%, rgba(236, 0, 140, 0.22), transparent 28rem),
    radial-gradient(circle at 88% 16%, rgba(22, 189, 229, 0.14), transparent 24rem),
    linear-gradient(180deg, #050205, #000);
}

.page::before {
  content: "香 和";
  position: fixed;
  top: 10vh;
  left: -5vw;
  z-index: 0;
  color: rgba(255, 255, 255, 0.028);
  font-family: Georgia, serif;
  font-size: clamp(12rem, 32vw, 34rem);
  line-height: 0.8;
  pointer-events: none;
}

.page::after {
  display: none;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(2, 1, 2, 0.72);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(100% - 28px, 1180px);
  min-height: 74px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 2rem;
  letter-spacing: 0.06em;
  color: var(--pink);
}

.nav-brand img {
  width: 58px;
  filter: drop-shadow(0 0 16px rgba(236, 0, 140, 0.58));
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 34px);
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nav-links a {
  transition: color 180ms ease;
}

.nav-links a:hover {
  color: var(--white);
}

.wrap,
.wide,
.section,
.hero {
  position: relative;
  z-index: 1;
}

.wrap {
  width: min(100% - 32px, 760px);
  margin: 0 auto;
}

.wide {
  width: min(100% - 32px, 1180px);
  margin: 0 auto;
}

.hero {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 120px 0 76px;
  text-align: center;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.74;
  filter: saturate(1.24) contrast(1.08);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 50% 26%, rgba(236, 0, 140, 0.38), transparent 22rem),
    linear-gradient(180deg, rgba(2, 1, 2, 0.34), rgba(2, 1, 2, 0.78) 72%, #020102);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(236, 0, 140, 0.1), transparent 18%, transparent 82%, rgba(22, 189, 229, 0.1)),
    repeating-linear-gradient(90deg, transparent 0 110px, rgba(255, 255, 255, 0.025) 111px 112px);
  pointer-events: none;
}

.neon-marquee {
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  display: flex;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.24);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(3.8rem, 8vw, 9rem);
  line-height: 0.8;
  letter-spacing: 0.06em;
  white-space: nowrap;
  mix-blend-mode: screen;
  pointer-events: none;
}

.neon-marquee span {
  min-width: max-content;
  padding-right: 0.4em;
  animation: neonScroll 28s linear infinite;
  text-shadow:
    0 0 10px rgba(236, 0, 140, 0.7),
    0 0 32px rgba(236, 0, 140, 0.36);
}

.neon-marquee-top {
  top: 24%;
  transform: rotate(-4deg);
}

.neon-sign {
  position: absolute;
  z-index: -1;
  display: grid;
  place-items: center;
  width: clamp(120px, 15vw, 220px);
  height: clamp(120px, 15vw, 220px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.74);
  font-family: Georgia, serif;
  font-size: clamp(3rem, 7vw, 7.5rem);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.4));
  backdrop-filter: blur(2px);
  box-shadow:
    0 0 18px rgba(236, 0, 140, 0.34),
    inset 0 0 24px rgba(236, 0, 140, 0.16);
  opacity: 0.82;
  animation: signFloat 6s ease-in-out infinite;
  pointer-events: none;
}

.sign-left {
  left: clamp(20px, 6vw, 110px);
  top: 42%;
  color: rgba(236, 0, 140, 0.8);
  text-shadow:
    0 0 10px rgba(236, 0, 140, 0.9),
    0 0 34px rgba(236, 0, 140, 0.45);
}

.sign-right {
  right: clamp(20px, 7vw, 130px);
  top: 34%;
  color: rgba(22, 189, 229, 0.8);
  text-shadow:
    0 0 10px rgba(22, 189, 229, 0.9),
    0 0 34px rgba(22, 189, 229, 0.45);
  animation-delay: -2s;
}

.hero-card {
  width: min(100% - 32px, 640px);
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 50% 22%, rgba(236, 0, 140, 0.22), transparent 18rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(4, 2, 5, 0.38);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.46),
    0 0 92px rgba(236, 0, 140, 0.2);
  backdrop-filter: blur(14px);
}

.hero-logo {
  width: min(68vw, 330px);
  margin: 0 auto;
  filter:
    drop-shadow(0 0 24px rgba(236, 0, 140, 0.9))
    drop-shadow(0 0 70px rgba(236, 0, 140, 0.52));
  animation: floatLogo 5s ease-in-out infinite;
}

.brand-sub {
  width: min(78%, 310px);
  margin: -6px auto 0;
  filter: drop-shadow(0 0 18px rgba(22, 189, 229, 0.45));
}

.hero-claim {
  margin: -8px 0 0;
  color: #fff;
  font-size: clamp(1.25rem, 3vw, 1.75rem);
}

.brush {
  font-family: "Sedgwick Ave Display", "Segoe Print", "Marker Felt", cursive;
  letter-spacing: 0.02em;
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.3);
}

.hero h1,
.screen-reader {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.button-stack {
  display: grid;
  gap: 14px;
  width: min(100%, 390px);
  margin: 26px auto 0;
}

.kx-btn {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 56px;
  padding: 12px 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  color: #fff;
  text-transform: lowercase;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.03em;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
  cursor: pointer;
  transition:
    transform 220ms ease,
    filter 220ms ease;
}

.kx-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  transform: translateX(-120%);
  transition: transform 520ms ease;
}

.kx-btn::after {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  pointer-events: none;
}

.kx-btn:hover {
  transform: translateY(-3px);
  filter: saturate(1.18);
}

.kx-btn:hover::before {
  transform: translateX(120%);
}

.kx-btn.pink {
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.18), transparent 22%),
    linear-gradient(90deg, #ad0068, #ec008c 52%, #ff3fab);
  box-shadow:
    0 0 30px rgba(236, 0, 140, 0.44),
    0 0 0 5px rgba(236, 0, 140, 0.06),
    0 18px 42px rgba(0, 0, 0, 0.34);
}

.kx-btn.blue {
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.18), transparent 22%),
    linear-gradient(90deg, #08799c, #18bde5 52%, #4edfff);
  box-shadow:
    0 0 30px rgba(22, 189, 229, 0.42),
    0 0 0 5px rgba(22, 189, 229, 0.06),
    0 18px 42px rgba(0, 0, 0, 0.34);
}

.section {
  padding: clamp(78px, 9vw, 132px) 0;
  scroll-margin-top: 92px;
}

.section.compact {
  padding-bottom: 110px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
}

.split.reverse {
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
}

.portrait-card,
.video-card,
.glass-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(9, 5, 8, 0.72);
  box-shadow: var(--shadow);
}

.portrait-card::after,
.video-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 52%, rgba(0, 0, 0, 0.28)),
    linear-gradient(90deg, rgba(236, 0, 140, 0.12), transparent 40%, rgba(22, 189, 229, 0.08));
}

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

.section-title {
  margin: 0 0 22px;
  color: var(--pink);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(3.4rem, 9vw, 7.2rem);
  font-weight: 400;
  line-height: 0.84;
  text-transform: uppercase;
  text-shadow: 0 0 28px rgba(236, 0, 140, 0.36);
}

.script-title {
  margin: 0 0 22px;
  font-family: "Segoe Print", "Marker Felt", cursive;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 400;
  text-shadow: 0 0 22px rgba(255, 255, 255, 0.18);
}

.copy {
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1rem, 1.5vw, 1.13rem);
}

.copy p {
  margin: 0 0 16px;
}

.copy.center {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.chef-story {
  position: relative;
  min-height: 860px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(320px, 1fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  padding: clamp(34px, 7vw, 86px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #030203;
  box-shadow: var(--shadow);
}

.chef-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chef-bg-main {
  object-position: 62% center;
  opacity: 0.48;
  filter: saturate(1.12) contrast(1.08);
}

.chef-bg-soft {
  left: auto;
  right: -8%;
  width: 46%;
  opacity: 0.28;
  filter: blur(1px) saturate(1.2);
  mix-blend-mode: screen;
}

.chef-story::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(236, 0, 140, 0.24), transparent 24rem),
    linear-gradient(90deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.42) 48%, rgba(0, 0, 0, 0.34)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.76));
  z-index: 1;
}

.chef-story::after {
  content: "職人";
  position: absolute;
  right: clamp(18px, 4vw, 70px);
  top: 10%;
  z-index: 1;
  color: rgba(22, 189, 229, 0.16);
  font-family: Georgia, serif;
  font-size: clamp(6rem, 15vw, 15rem);
  line-height: 0.9;
  text-shadow:
    0 0 18px rgba(22, 189, 229, 0.4),
    0 0 54px rgba(22, 189, 229, 0.14);
  pointer-events: none;
}

.chef-story-copy {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.028)),
    rgba(5, 3, 5, 0.64);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.48),
    0 0 46px rgba(236, 0, 140, 0.1);
  backdrop-filter: blur(14px);
}

.chef-photo-stack {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 18px;
}

.chef-photo-stack img {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  object-fit: cover;
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.48),
    0 0 44px rgba(236, 0, 140, 0.12);
}

.chef-photo-stack img:first-child {
  aspect-ratio: 16 / 9;
  object-position: center;
}

.chef-photo-stack img:last-child {
  width: 74%;
  aspect-ratio: 4 / 3;
  justify-self: end;
  margin-top: -70px;
  object-position: center;
}

.chef-story-copy .brush {
  margin: 0 0 10px;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.chef-story-copy h2 {
  margin: 0 0 24px;
  color: var(--pink);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(4rem, 9vw, 7rem);
  font-weight: 400;
  line-height: 0.86;
  text-transform: uppercase;
  text-shadow: 0 0 30px rgba(236, 0, 140, 0.36);
}

.chef-story-copy .copy {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  font-weight: 600;
}

.chef-note {
  position: absolute;
  right: clamp(26px, 5vw, 82px);
  bottom: clamp(26px, 5vw, 82px);
  z-index: 2;
  width: min(38%, 440px);
  padding: 24px;
  border-left: 2px solid var(--blue);
  background:
    linear-gradient(90deg, rgba(22, 189, 229, 0.12), transparent),
    rgba(0, 0, 0, 0.42);
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.chef-note span {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
  font-family: Georgia, serif;
  font-size: 2rem;
  text-shadow: 0 0 18px rgba(22, 189, 229, 0.48);
}

.chef-note p {
  margin: 0;
}

.chef-mockup {
  grid-template-columns: minmax(220px, 0.92fr) minmax(320px, 1.08fr) minmax(220px, 0.92fr);
  gap: clamp(20px, 3vw, 34px);
  min-height: auto;
  align-items: center;
  padding: clamp(28px, 5vw, 62px);
}

.chef-mockup::before {
  background:
    radial-gradient(circle at 50% 28%, rgba(236, 0, 140, 0.2), transparent 24rem),
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.48) 50%, rgba(0, 0, 0, 0.72)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.76));
}

.chef-mockup::after {
  content: "職人";
  left: 50%;
  right: auto;
  top: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.035);
  font-size: clamp(9rem, 22vw, 24rem);
}

.chef-mockup .chef-story-copy {
  padding: clamp(24px, 3.5vw, 42px);
  text-align: center;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.chef-mockup .chef-story-copy .brush {
  margin-bottom: 20px;
  color: #fff;
  font-size: clamp(2.2rem, 4.5vw, 4rem);
}

.chef-mockup .copy {
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(0.95rem, 1.2vw, 1.05rem);
  font-weight: 650;
  line-height: 1.58;
}

.chef-panel-photo {
  position: relative;
  z-index: 2;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.48),
    0 0 38px rgba(236, 0, 140, 0.12);
}

.chef-panel-photo img {
  display: block;
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.05);
}

.chef-panel-photo:first-child img {
  object-position: 62% center;
}

.chef-panel-photo:last-child img {
  object-position: 52% center;
}

.chef-scenes {
  display: grid;
  gap: 26px;
}

.chef-scene {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  display: grid;
  align-items: end;
  padding: clamp(28px, 6vw, 76px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background-position: center;
  background-size: cover;
  box-shadow: var(--shadow);
}

.scene-nigiri {
  background-image: url("assets/nueva-web/alberto1.jpg");
  background-position: center;
}

.scene-portrait {
  min-height: 620px;
  background-image: url("assets/nueva-web/alberto2.jpg");
  background-position: 50% center;
}

.chef-scene::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.28) 48%, rgba(0, 0, 0, 0.02)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.56));
}

.scene-portrait::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.3) 46%, rgba(0, 0, 0, 0.04)),
    linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.58));
}

.chef-scene-copy {
  position: relative;
  z-index: 1;
  width: min(100%, 620px);
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.018)),
    rgba(6, 4, 6, 0.5);
  box-shadow:
    0 26px 76px rgba(0, 0, 0, 0.46),
    0 0 46px rgba(236, 0, 140, 0.1);
  backdrop-filter: blur(10px);
}

.scene-portrait .chef-scene-copy {
  align-self: end;
}

.chef-scene-copy.compact {
  width: min(100%, 520px);
}

.chef-scene-copy .brush {
  margin: 0 0 10px;
  font-size: clamp(2rem, 4vw, 3.1rem);
}

.chef-scene-copy h2 {
  margin: 0 0 20px;
  color: var(--pink);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(3.7rem, 8vw, 6.8rem);
  font-weight: 400;
  line-height: 0.86;
  text-transform: uppercase;
  text-shadow: 0 0 30px rgba(236, 0, 140, 0.4);
}

.chef-scene-copy .copy {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 650;
}

.divider {
  height: 2px;
  margin: 0 auto 44px;
  width: min(100%, 520px);
  background: linear-gradient(90deg, transparent, var(--pink), var(--blue), transparent);
  box-shadow: 0 0 24px rgba(236, 0, 140, 0.4);
}

.restaurant-head {
  text-align: center;
}

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

.video-card video {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: saturate(1.1) contrast(1.04);
}

.video-card span {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  min-height: 36px;
  padding: 7px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(12px);
  color: #fff;
  font-family: "Sedgwick Ave Display", "Segoe Print", "Marker Felt", cursive;
  font-size: 1.45rem;
  letter-spacing: 0.02em;
  text-transform: lowercase;
}

.contact-shell {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  display: grid;
  gap: clamp(28px, 5vw, 58px);
  align-content: center;
  padding: clamp(42px, 6vw, 76px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: var(--shadow);
  background: #050205;
}

.contact-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.34;
  filter: saturate(1.22) contrast(1.08);
}

.contact-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 20%, rgba(22, 189, 229, 0.2), transparent 28%),
    radial-gradient(circle at 18% 78%, rgba(236, 0, 140, 0.22), transparent 32%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.48) 54%, rgba(0, 0, 0, 0.82)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.82));
}

.contact-shell::after {
  content: "連絡\\A予約\\A香\\A夜";
  white-space: pre;
  position: absolute;
  right: clamp(18px, 3vw, 54px);
  top: 10%;
  color: rgba(22, 189, 229, 0.28);
  font-family: Georgia, serif;
  font-size: clamp(4.5rem, 12vw, 12rem);
  line-height: 0.88;
  text-align: right;
  text-shadow:
    0 0 12px rgba(22, 189, 229, 0.54),
    0 0 42px rgba(22, 189, 229, 0.24);
  animation: contactKanji 7s ease-in-out infinite;
  pointer-events: none;
}

.contact-neon-strip {
  position: absolute;
  left: 0;
  right: 0;
  top: 12%;
  z-index: 1;
  display: flex;
  overflow: hidden;
  transform: rotate(-2deg);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(3.8rem, 8vw, 9.4rem);
  line-height: 0.8;
  letter-spacing: 0.06em;
  color: rgba(236, 0, 140, 0.22);
  pointer-events: none;
}

.contact-neon-strip span {
  min-width: max-content;
  animation: neonScroll 24s linear infinite reverse;
  text-shadow:
    0 0 10px rgba(236, 0, 140, 0.72),
    0 0 34px rgba(236, 0, 140, 0.28);
}

.contact-topline,
.contact-layout,
.contact-card {
  position: relative;
  z-index: 2;
}

.contact-topline {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.8fr);
  gap: clamp(24px, 6vw, 72px);
  align-items: end;
}

.contact-topline h2 {
  margin: 0;
  max-width: 620px;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(4.2rem, 9vw, 7.4rem);
  font-weight: 400;
  line-height: 0.88;
  text-transform: uppercase;
  text-shadow: 0 0 28px rgba(255, 255, 255, 0.12);
}

.contact-topline p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  font-weight: 700;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1.14fr);
  gap: 22px;
  align-items: stretch;
}

.contact-card {
  width: 100%;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.018)),
    rgba(5, 3, 5, 0.66);
  box-shadow:
    0 28px 76px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(236, 0, 140, 0.08) inset;
  backdrop-filter: blur(12px);
}

.contact-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 1rem;
}

.contact-row {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: start;
  color: #fff;
  transition:
    transform 180ms ease,
    color 180ms ease;
}

.contact-row strong {
  grid-column: 2;
  display: block;
  margin: 0 0 4px;
  font-size: 1.04rem;
  font-weight: 900;
}

.contact-row span {
  grid-column: 2;
  display: block;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  font-weight: 700;
  line-height: 1.38;
}

.contact-row:hover {
  transform: translateY(-2px);
  color: var(--pink);
}

.contact-row::before {
  content: "";
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(236, 0, 140, 0.38);
  background: rgba(236, 0, 140, 0.08);
  color: var(--pink);
  font-size: 1.18rem;
  font-weight: 900;
  box-shadow: 0 0 20px rgba(236, 0, 140, 0.12);
}

.contact-row.pin::before {
  content: "⌖";
}

.contact-row.clock::before {
  content: "◷";
}

.contact-row.phone::before {
  content: "☎";
}

.contact-row.whatsapp::before {
  content: "WA";
  font-size: 0.78rem;
}

.contact-row.email::before {
  content: "@";
}

.contact-row.social::before {
  content: "社";
}

.contact-visual {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.5);
}

.contact-visual img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: saturate(1.12) contrast(1.04);
}

.contact-visual iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  border: 0;
  filter: grayscale(1) invert(0.92) contrast(1.02) saturate(1.35);
}

.contact-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 1, 2, 0.1), rgba(2, 1, 2, 0.18)),
    linear-gradient(90deg, rgba(236, 0, 140, 0.12), rgba(22, 189, 229, 0.08));
  pointer-events: none;
}

.map-cta {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  min-width: 220px;
  padding: 18px 26px;
  background: linear-gradient(90deg, #ec008c, #ff4b9b);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 18px 42px rgba(236, 0, 140, 0.32);
}

.socials {
  display: flex;
  justify-content: flex-start;
  gap: 14px;
  flex-wrap: wrap;
  padding: 34px 0 0;
}

.socials a {
  min-width: 180px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(90deg, rgba(236, 0, 140, 0.12), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-align: center;
}


.reserve-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  padding: 20px;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(14px);
  overflow: auto;
}

.reserve-modal.is-open {
  display: grid;
  place-items: center;
}

.reserve-panel {
  width: min(100%, 860px);
  overflow: hidden;
  background: #fff;
  color: #111;
  box-shadow:
    0 30px 100px rgba(0, 0, 0, 0.72),
    0 0 0 1px rgba(236, 0, 140, 0.24);
}

.reserve-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: linear-gradient(90deg, #080508, #230015, #071b22);
  color: #fff;
}

.reserve-head strong {
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.close-btn {
  width: 38px;
  height: 38px;
  border: 0;
  background: var(--pink);
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
}

.reserve-panel iframe {
  display: block;
  width: 100%;
  min-height: 720px;
  border: 0;
}

.menu-hero {
  position: relative;
  overflow: hidden;
  min-height: 100svh;
  display: grid;
  align-content: center;
  gap: clamp(28px, 5vw, 52px);
  padding: clamp(34px, 6vw, 72px) 0;
  background:
    radial-gradient(circle at 50% 12%, rgba(236, 0, 140, 0.34), transparent 25rem),
    radial-gradient(circle at 20% 75%, rgba(22, 189, 229, 0.12), transparent 22rem),
    #020102;
}

.menu-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.42;
  filter: saturate(1.25) contrast(1.08);
}

.menu-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 54% 24%, rgba(236, 0, 140, 0.42), transparent 22rem),
    linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.34) 48%, rgba(0, 0, 0, 0.82)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.3), #020102 92%);
}

.menu-hero::after {
  content: "献立";
  position: absolute;
  right: -3vw;
  bottom: 1vh;
  color: rgba(255, 255, 255, 0.04);
  font-family: Georgia, serif;
  font-size: clamp(12rem, 32vw, 32rem);
  line-height: 0.8;
  pointer-events: none;
}

.menu-marquee {
  position: absolute;
  left: 0;
  right: 0;
  top: 22%;
  z-index: 1;
  display: flex;
  overflow: hidden;
  transform: rotate(-3deg);
  color: rgba(236, 0, 140, 0.22);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(4rem, 8vw, 9rem);
  line-height: 0.8;
  letter-spacing: 0.06em;
  white-space: nowrap;
  mix-blend-mode: screen;
  pointer-events: none;
}

.menu-marquee span {
  min-width: max-content;
  animation: neonScroll 30s linear infinite;
  text-shadow:
    0 0 10px rgba(236, 0, 140, 0.82),
    0 0 38px rgba(236, 0, 140, 0.34);
}

.menu-home {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 4;
  padding: 11px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.42);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.menu-stage,
.menu-actions {
  position: relative;
  z-index: 2;
}

.menu-stage {
  width: min(100% - 32px, 1040px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(300px, 0.9fr);
  gap: clamp(22px, 4vw, 46px);
  align-items: stretch;
}

.menu-stage-simple {
  width: min(100% - 32px, 760px);
  display: block;
}

.menu-brand-block {
  position: relative;
  display: grid;
  place-items: center;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 50% 24%, rgba(236, 0, 140, 0.22), transparent 16rem),
    rgba(5, 3, 5, 0.48);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.5),
    0 0 70px rgba(236, 0, 140, 0.14);
  text-align: center;
  backdrop-filter: blur(14px);
}

.menu-stage-simple .menu-brand-block {
  padding: clamp(22px, 4.8vw, 52px) clamp(18px, 5vw, 52px);
  border: 0;
  background:
    radial-gradient(circle at 50% 14%, rgba(236, 0, 140, 0.34), transparent 17rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)),
    rgba(2, 1, 2, 0.28);
  box-shadow:
    0 34px 100px rgba(0, 0, 0, 0.42),
    0 0 88px rgba(236, 0, 140, 0.12);
}

.menu-logo {
  width: min(58vw, 260px);
  margin: 0 auto 16px;
  filter: drop-shadow(0 0 52px rgba(236, 0, 140, 0.68));
  animation: floatLogo 5s ease-in-out infinite;
}

.menu-stage-simple .menu-logo {
  width: min(62vw, 330px);
  margin-bottom: 12px;
}

.menu-stage-simple .brush {
  color: #fff;
  font-size: clamp(2.15rem, 5.4vw, 3.15rem);
  line-height: 1;
}

.menu-hero h1 {
  margin: 2px 0 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(4rem, 10vw, 7.2rem);
  font-weight: 400;
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow:
    0 0 24px rgba(236, 0, 140, 0.34),
    0 0 44px rgba(22, 189, 229, 0.14);
}

.menu-intro {
  position: relative;
  display: grid;
  align-content: center;
  padding: clamp(26px, 4vw, 46px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 3px solid var(--blue);
  background:
    linear-gradient(90deg, rgba(22, 189, 229, 0.12), transparent),
    rgba(4, 2, 5, 0.68);
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 1.45vw, 1.22rem);
  font-weight: 700;
  line-height: 1.46;
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.42),
    0 0 36px rgba(22, 189, 229, 0.09);
  backdrop-filter: blur(14px);
}

.menu-intro p {
  margin: 0 0 18px;
}

.menu-intro p:last-child {
  margin-bottom: 0;
}

.menu-experience-copy {
  width: min(100%, 620px);
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.02rem, 2.1vw, 1.26rem);
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}

.menu-experience-copy p {
  margin: 0 0 14px;
}

.menu-experience-copy p:last-child {
  margin-bottom: 0;
}

.menu-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: min(100% - 32px, 1120px);
  margin: 0 auto;
}

.menu-actions-stack {
  grid-template-columns: 1fr;
  gap: 22px;
  width: min(100%, 520px);
  margin: 54px auto 0;
}

.menu-choice {
  position: relative;
  display: grid;
  gap: 8px;
  min-height: 172px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(4, 2, 5, 0.62);
  color: #fff;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.menu-actions-stack .menu-choice {
  min-height: 72px;
  place-items: center;
  padding: 10px 24px;
  border-color: rgba(255, 255, 255, 0.18);
  text-align: center;
  box-shadow:
    0 0 28px rgba(236, 0, 140, 0.24),
    0 18px 50px rgba(0, 0, 0, 0.36);
}

.menu-actions-stack .menu-choice.pink {
  background: linear-gradient(90deg, #c90776, #ef2f98);
}

.menu-actions-stack .menu-choice.blue {
  background: linear-gradient(90deg, #168fb8, #38c8ee);
  box-shadow:
    0 0 28px rgba(22, 189, 229, 0.26),
    0 18px 50px rgba(0, 0, 0, 0.36);
}

.menu-choice::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent, rgba(255, 255, 255, 0.24), transparent);
  transform: translateX(-120%);
  transition: transform 620ms ease;
}

.menu-choice::after {
  content: "見る";
  position: absolute;
  right: 18px;
  bottom: 8px;
  color: rgba(255, 255, 255, 0.06);
  font-family: Georgia, serif;
  font-size: 5.4rem;
  line-height: 1;
}

.menu-actions-stack .menu-choice::after,
.menu-actions-stack .menu-choice::before {
  content: "";
}

.menu-choice:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 255, 255, 0.34);
}

.menu-choice:hover::before {
  transform: translateX(120%);
}

.menu-choice.pink:hover {
  box-shadow: 0 0 44px rgba(236, 0, 140, 0.26), 0 24px 70px rgba(0, 0, 0, 0.38);
}

.menu-choice.blue:hover {
  box-shadow: 0 0 44px rgba(22, 189, 229, 0.26), 0 24px 70px rgba(0, 0, 0, 0.38);
}

.menu-choice span {
  color: var(--pink);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.menu-choice.blue span {
  color: var(--blue);
}

.menu-choice strong {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(2.4rem, 4vw, 3.7rem);
  font-weight: 400;
  line-height: 0.9;
  text-transform: uppercase;
}

.menu-actions-stack .menu-choice strong {
  font-size: clamp(2.15rem, 7vw, 3.25rem);
  text-transform: lowercase;
}

.menu-choice small {
  max-width: 260px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.32;
}

.menu-panel {
  display: none;
  padding: 64px 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent);
}

.menu-panel.is-active {
  display: block;
}

.panel-head {
  width: min(100% - 32px, 980px);
  margin: 0 auto 40px;
  text-align: center;
}

.panel-head h2 {
  margin: 0 0 10px;
  color: var(--pink);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(3.4rem, 10vw, 6.2rem);
  font-weight: 400;
  text-shadow: 0 0 24px rgba(236, 0, 140, 0.34);
}

.panel-head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
}

.quick-nav {
  position: sticky;
  top: 0;
  z-index: 12;
  width: min(100% - 32px, 1120px);
  margin: 0 auto 44px;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 14px 0 16px;
  background:
    linear-gradient(180deg, rgba(2, 1, 2, 0.96), rgba(2, 1, 2, 0.78) 74%, transparent);
  scrollbar-width: none;
}

.quick-nav::-webkit-scrollbar {
  display: none;
}

.quick-nav a {
  flex: 0 0 auto;
  min-height: 46px;
  display: inline-grid;
  place-items: center;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018)),
    rgba(7, 4, 7, 0.74);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.28);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.quick-nav a:nth-child(even) {
  border-color: rgba(236, 0, 140, 0.38);
}

.quick-nav a:hover,
.quick-nav a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(236, 0, 140, 0.72);
  color: #fff;
  box-shadow:
    0 0 28px rgba(236, 0, 140, 0.18),
    0 16px 44px rgba(0, 0, 0, 0.34);
}

.category {
  scroll-margin-top: 88px;
  width: min(100% - 32px, 1120px);
  margin: 0 auto 58px;
}

.category h3 {
  margin: 0 0 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--blue);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(2.4rem, 7vw, 4.2rem);
  font-weight: 400;
  text-shadow: 0 0 24px rgba(22, 189, 229, 0.28);
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
  transition:
    transform 220ms ease,
    border-color 220ms ease;
}

.card:hover {
  transform: translateY(-5px);
  border-color: rgba(236, 0, 140, 0.4);
}

.card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.card-body {
  padding: 20px;
}

.meta {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
  color: var(--pink);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.card h4 {
  margin: 0 0 10px;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 0.95;
}

.card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
}

.list-block {
  display: grid;
  gap: 12px;
}

.list-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.list-item strong {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.9rem;
  font-weight: 400;
}

.list-item p {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
}

.do-title {
  margin: 36px 0 14px;
  color: var(--pink);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.wine-category {
  margin-top: 74px;
}

.wine-category h3 {
  position: relative;
  width: max-content;
  max-width: 100%;
  margin-inline: auto;
  padding: 0 26px 14px;
  border-bottom: 0;
  color: #fff;
  text-align: center;
  text-shadow:
    0 0 18px rgba(255, 255, 255, 0.28),
    0 0 30px rgba(236, 0, 140, 0.34);
}

.wine-category h3::before {
  content: "UNUSUAL JAPANESE RESTAURANT";
  display: block;
  margin-bottom: 4px;
  color: var(--blue);
  font-family: Inter, Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.wine-category h3::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(236, 0, 140, 0.8), rgba(22, 189, 229, 0.7), transparent);
  box-shadow: 0 0 18px rgba(236, 0, 140, 0.42);
}

.wine-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 56px;
  align-items: start;
  margin-top: 34px;
}

.wine-group {
  position: relative;
  min-width: 0;
  padding: 20px 22px 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(135deg, rgba(236, 0, 140, 0.07), rgba(22, 189, 229, 0.025)),
    rgba(255, 255, 255, 0.025);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.26);
  break-inside: avoid;
}

.wine-group::before {
  content: "";
  position: absolute;
  inset: -1px auto -1px -1px;
  width: 3px;
  background: linear-gradient(180deg, var(--pink), var(--blue));
  box-shadow: 0 0 18px rgba(236, 0, 140, 0.4);
}

.wine-group .do-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 10px;
  color: var(--pink);
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: none;
}

.wine-group .do-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(236, 0, 140, 0.45), transparent);
}

.wine-list {
  gap: 0;
}

.wine-item {
  gap: 12px 18px;
  padding: 15px 0;
}

.wine-item strong {
  font-size: 1.52rem;
  letter-spacing: 0.02em;
}

.wine-item span {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 900;
}

.wine-item p {
  max-width: 58ch;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.9rem;
}

.weekday-menu {
  width: min(100% - 32px, 1120px);
  margin: 0 auto;
}

.weekday-head {
  margin: 0 auto 42px;
  text-align: center;
}

.weekday-head span {
  display: block;
  margin-bottom: 6px;
  color: var(--blue);
  font-family: "Segoe Print", "Marker Felt", cursive;
  font-size: clamp(1.4rem, 3vw, 2.1rem);
  text-shadow: 0 0 20px rgba(22, 189, 229, 0.32);
}

.weekday-head h2 {
  margin: 0 0 12px;
  color: var(--pink);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(3.8rem, 10vw, 7.2rem);
  font-weight: 400;
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow: 0 0 28px rgba(236, 0, 140, 0.34);
}

.weekday-head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 700;
}

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

.weekday-card.menu-paper {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(255, 255, 255, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.9)),
    #fff;
  color: #111;
  text-align: center;
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.42),
    0 0 42px rgba(236, 0, 140, 0.09);
}

.weekday-card.menu-paper::before {
  content: "香";
  position: absolute;
  right: -22px;
  bottom: -38px;
  color: rgba(236, 0, 140, 0.055);
  font-family: Georgia, serif;
  font-size: 12rem;
  line-height: 1;
}

.weekday-card h3 {
  position: relative;
  margin: 0 0 26px;
  font-family: "Segoe Print", "Marker Felt", cursive;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  color: #222;
}

.weekday-card ul {
  position: relative;
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.weekday-card li strong,
.weekday-card li em {
  display: block;
}

.weekday-card li strong {
  color: #111;
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 1.15;
}

.weekday-card li small {
  font-size: 0.8em;
}

.weekday-card li em {
  color: var(--pink);
  font-size: 0.9rem;
  font-style: normal;
  line-height: 1.2;
}

.weekday-price {
  position: relative;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
  color: #111;
  font-size: 1.3rem;
  font-weight: 900;
}

/* Fuente de marca para titulares, botones y nombres de carta. */
.section-title,
.script-title,
.contact-topline h2,
.panel-head h2,
.category h3,
.weekday-head h2,
.weekday-head span,
.weekday-card h3,
.menu-choice strong,
.kx-btn,
.socials a,
.map-cta,
.reserve-head strong,
.top-link {
  font-family: "Sedgwick Ave Display", "Segoe Print", "Marker Felt", cursive;
  font-weight: 400;
  letter-spacing: 0.035em;
}

.section-title,
.contact-topline h2,
.panel-head h2,
.category h3,
.weekday-head h2 {
  line-height: 0.96;
  text-transform: none;
}

.card h4,
.list-item strong,
.wine-item strong,
.weekday-card li strong {
  font-family: "Sedgwick Ave Display", "Segoe Print", "Marker Felt", cursive;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.card h4 {
  font-size: clamp(2rem, 3vw, 2.65rem);
  line-height: 0.98;
}

.list-item strong {
  font-size: clamp(1.75rem, 2.4vw, 2.25rem);
  line-height: 1;
}

.wine-item strong {
  font-size: clamp(1.45rem, 2vw, 1.86rem);
}

.weekday-card li strong {
  font-size: clamp(1.08rem, 1.75vw, 1.3rem);
  line-height: 1.05;
}

.kx-btn,
.menu-choice strong,
.socials a,
.map-cta,
.top-link {
  text-transform: lowercase;
}

.socials a,
.map-cta,
.top-link {
  font-size: 1.12rem;
  letter-spacing: 0.06em;
}

.quick-nav a,
.meta,
.do-title,
.contact-row strong {
  font-family: "Sedgwick Ave Display", "Segoe Print", "Marker Felt", cursive;
  font-weight: 400;
  letter-spacing: 0.06em;
}

.quick-nav a {
  font-size: 1.05rem;
  text-transform: lowercase;
}

.meta {
  font-size: 1rem;
  text-transform: lowercase;
}

.do-title,
.wine-group .do-title {
  font-size: 1.35rem;
  letter-spacing: 0.035em;
}

.contact-row strong {
  font-size: 1.34rem;
}

.top-link {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  padding: 10px 14px;
  background: var(--pink);
  color: #fff;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  box-shadow: 0 0 24px rgba(236, 0, 140, 0.45);
}

.back-link {
  display: inline-block;
  margin: 28px auto 0;
  color: rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

@keyframes floatLogo {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes neonScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes signFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-2deg);
    filter: brightness(1);
  }
  50% {
    transform: translate3d(0, -18px, 0) rotate(2deg);
    filter: brightness(1.28);
  }
}

@keyframes contactKanji {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 0.7;
  }
  50% {
    transform: translate3d(0, -18px, 0);
    opacity: 1;
  }
}

@media (max-width: 920px) {
  .site-header {
    position: absolute;
  }

  .nav {
    justify-content: center;
  }

  .nav-links {
    display: none;
  }

  .hero {
    padding-top: 86px;
  }

  .menu-hero {
    padding-top: 78px;
  }

  .menu-home {
    top: 14px;
    left: 14px;
  }

  .split,
  .split.reverse,
  .contact-topline,
  .contact-layout,
  .menu-stage,
  .menu-actions,
  .video-grid {
    grid-template-columns: 1fr;
  }

  .menu-brand-block {
    padding: 24px 18px;
  }

  .menu-logo {
    width: min(58vw, 220px);
  }

  .menu-stage-simple .menu-brand-block {
    padding: 22px 18px 30px;
  }

  .menu-stage-simple .menu-logo {
    width: min(58vw, 255px);
    margin-bottom: 8px;
  }

  .menu-stage-simple .brush {
    font-size: clamp(2rem, 9vw, 2.85rem);
  }

  .menu-experience-copy {
    margin-top: 14px;
    font-size: clamp(1rem, 4.6vw, 1.18rem);
    line-height: 1.28;
  }

  .menu-experience-copy p {
    margin-bottom: 12px;
  }

  .menu-intro {
    padding: 22px;
  }

  .menu-choice {
    min-height: 136px;
  }

  .chef-story {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 28px 18px;
  }

  .chef-mockup {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .chef-mockup .chef-story-copy {
    order: 2;
    text-align: center;
  }

  .chef-mockup .chef-panel-photo:first-child {
    order: 1;
  }

  .chef-mockup .chef-panel-photo:last-child {
    order: 3;
  }

  .chef-panel-photo img {
    min-height: 360px;
  }

  .chef-bg-main {
    object-position: 68% center;
    opacity: 0.56;
  }

  .chef-bg-soft {
    display: none;
  }

  .chef-story-copy {
    width: 100%;
    padding: 24px;
  }

  .chef-photo-stack img:last-child {
    width: 82%;
    margin-top: -44px;
  }

  .chef-note {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 18px;
  }

  .chef-scene {
    min-height: 760px;
    padding: 20px;
    align-items: end;
  }

  .scene-nigiri {
    background-position: 66% center;
  }

  .scene-portrait {
    min-height: 560px;
    background-position: 54% center;
  }

  .chef-scene::before,
  .scene-portrait::before {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.72) 52%, rgba(0, 0, 0, 0.9)),
      linear-gradient(90deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.22));
  }

  .chef-scene-copy {
    padding: 22px;
  }

  .chef-scene-copy h2 {
    font-size: clamp(3.1rem, 15vw, 4.8rem);
  }

  .portrait-card img {
    min-height: auto;
  }

  .grid,
  .weekday-grid,
  .wine-groups {
    grid-template-columns: 1fr;
  }

  .wine-category {
    margin-top: 54px;
  }

  .wine-group {
    padding: 18px 18px 4px;
  }

  .wine-item {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .wine-item span {
    justify-self: start;
    color: var(--blue);
  }

  .wrap {
    width: min(100% - 36px, 760px);
  }

  .section {
    padding: 58px 0;
  }

  .reserve-panel iframe {
    min-height: 760px;
  }

  .contact-list {
    grid-template-columns: 1fr;
    font-size: 1.12rem;
  }

  .contact-shell {
    min-height: 740px;
    padding: 34px 18px;
  }

  .contact-topline h2 {
    font-size: clamp(4rem, 18vw, 6rem);
  }

  .contact-topline p {
    margin-bottom: 0;
  }

  .contact-card {
    padding: 22px;
  }

  .contact-row {
    grid-template-columns: 44px 1fr;
  }

  .contact-visual {
    min-height: 360px;
  }

  .map-cta {
    left: 18px;
    right: 18px;
    min-width: 0;
  }

  .contact-neon-strip {
    top: 7%;
  }

  .socials {
    justify-content: center;
  }
}
