:root {
  --ral: #6e1f2a;
  --ral-light: #8a2a36;
  --ral-dark: #310b12;
  --cream: #f4efe7;
  --cream-soft: rgba(244, 239, 231, 0.72);
  --muted: rgba(244, 239, 231, 0.58);
  --line: rgba(244, 239, 231, 0.14);
  --glass: rgba(16, 10, 11, 0.72);
  --ink: #080506;
  --card: #12090b;
  --white: #ffffff;
  --nav-h: 88px;
  --header-top: 0px;
  --header-bottom: 0px;
  --radius: 28px;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  font-family: Outfit, "Segoe UI", Arial, sans-serif;
  background: var(--ink);
  color: var(--cream);
  line-height: 1.5;
}

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

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

button,
input {
  font: inherit;
  color: inherit;
}

.grain {
  position: fixed;
  inset: 0;
  z-index: 40;
  pointer-events: none;
  opacity: 0.06;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)' opacity='0.72'/%3E%3C/svg%3E");
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  padding-top: var(--header-top);
  padding-bottom: var(--header-bottom);
  border-bottom: 1px solid var(--line);
  background: rgba(8, 5, 6, 0.82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.header-inner {
  min-height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

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

.brand img {
  height: 46px;
  width: auto;
  max-width: none;
  flex: 0 0 auto;
}

.brand-mark {
  display: none;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-links a {
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cream-soft);
}

.nav-links a:hover,
.nav-links a.is-active {
  color: var(--cream);
  background: rgba(244, 239, 231, 0.08);
}

.nav-cta {
  background: var(--ral) !important;
  color: var(--cream) !important;
  border: 1px solid rgba(244, 239, 231, 0.16);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
  display: block;
  width: 18px;
  height: 1.5px;
  margin: 0 auto;
  background: var(--cream);
  position: relative;
}

.menu-toggle span::before,
.menu-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
}

.menu-toggle span::before {
  top: -6px;
}

.menu-toggle span::after {
  top: 6px;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100svh - var(--nav-h));
  display: grid;
  place-items: center;
  padding: 32px 20px 48px;
  background:
    radial-gradient(circle at 50% 32%, rgba(110, 31, 42, 0.58), transparent 34%),
    radial-gradient(circle at 18% 82%, rgba(244, 239, 231, 0.08), transparent 28%),
    radial-gradient(circle at 84% 18%, rgba(110, 31, 42, 0.38), transparent 30%),
    linear-gradient(145deg, #050304 0%, #14080b 48%, #060304 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: -2px;
  background:
    linear-gradient(rgba(244, 239, 231, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 239, 231, 0.035) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: radial-gradient(circle at center, black 18%, transparent 72%);
  -webkit-mask-image: radial-gradient(circle at center, black 18%, transparent 72%);
  pointer-events: none;
  animation: gridMove 18s linear infinite;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.18) 52%, rgba(0, 0, 0, 0.72) 100%);
  pointer-events: none;
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(42px);
  opacity: 0.7;
  pointer-events: none;
  animation: orbFloat 9s ease-in-out infinite alternate;
}

.orb.one {
  width: 430px;
  height: 430px;
  left: -150px;
  top: -120px;
  background: rgba(110, 31, 42, 0.55);
}

.orb.two {
  width: 520px;
  height: 520px;
  right: -210px;
  bottom: -170px;
  background: rgba(244, 239, 231, 0.09);
  animation-delay: 1.7s;
}

.orb.three {
  width: 260px;
  height: 260px;
  right: 14%;
  top: 18%;
  background: rgba(110, 31, 42, 0.36);
  animation-delay: 3s;
}

.decor-ring {
  position: absolute;
  z-index: 1;
  width: min(72vw, 760px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(244, 239, 231, 0.09);
  animation: rotateRing 28s linear infinite;
}

.decor-ring::before,
.decor-ring::after {
  content: "";
  position: absolute;
  inset: 42px;
  border-radius: 50%;
  border: 1px dashed rgba(244, 239, 231, 0.11);
}

.decor-ring::after {
  inset: 92px;
  border-style: solid;
  border-color: rgba(110, 31, 42, 0.34);
}

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

.particles span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(244, 239, 231, 0.5);
  box-shadow: 0 0 18px rgba(244, 239, 231, 0.38);
  animation: particleUp 9s linear infinite;
  opacity: 0;
  will-change: transform, opacity;
}

.particles span:nth-child(1) { left: 12%; animation-delay: 0s; }
.particles span:nth-child(2) { left: 22%; animation-delay: 1.4s; }
.particles span:nth-child(3) { left: 34%; animation-delay: 2.1s; }
.particles span:nth-child(4) { left: 48%; animation-delay: 0.8s; }
.particles span:nth-child(5) { left: 62%; animation-delay: 2.8s; }
.particles span:nth-child(6) { left: 76%; animation-delay: 1.1s; }
.particles span:nth-child(7) { left: 88%; animation-delay: 3.3s; }

.hero-stage {
  position: relative;
  z-index: 3;
  width: min(1080px, 100%);
  margin: 0 auto;
  display: grid;
  place-items: center;
}

.hero-card {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: clamp(30px, 6vw, 78px);
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 36px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    var(--glass);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  overflow: hidden;
  animation: cardReveal 900ms ease both;
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  border-radius: inherit;
  background: conic-gradient(
    from var(--angle),
    transparent 0deg,
    transparent 80deg,
    rgba(244, 239, 231, 0.16) 120deg,
    var(--ral) 165deg,
    rgba(244, 239, 231, 0.18) 205deg,
    transparent 250deg,
    transparent 360deg
  );
  animation: borderSpin 7s linear infinite;
  opacity: 0.72;
}

.hero-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 35px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.12),
    transparent 28%,
    transparent 68%,
    rgba(110, 31, 42, 0.24)
  );
  pointer-events: none;
}

.logo-wrap {
  position: relative;
  width: clamp(108px, 15vw, 160px);
  height: clamp(108px, 15vw, 160px);
  margin: 0 auto 26px;
  display: grid;
  place-items: center;
  border-radius: 34px;
  background: linear-gradient(145deg, var(--ral-light) 0%, var(--ral) 45%, var(--ral-dark) 100%);
  border: 1px solid rgba(244, 239, 231, 0.22);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.42),
    0 0 0 10px rgba(110, 31, 42, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -22px 42px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  animation: logoFloat 4.5s ease-in-out infinite;
}

.logo-wrap::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: linear-gradient(120deg, transparent 35%, rgba(255, 255, 255, 0.18) 50%, transparent 65%);
  transform: translateX(-70%) rotate(12deg);
  animation: logoLight 5s ease-in-out infinite;
  pointer-events: none;
}

.logo-wrap::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 33px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.logo-wrap img {
  position: relative;
  z-index: 2;
  width: 76%;
  height: 76%;
  object-fit: contain;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.36));
}

.divider {
  position: relative;
  width: min(100%, 360px);
  height: 1px;
  margin: 0 auto 32px;
  background: linear-gradient(90deg, transparent, rgba(244, 239, 231, 0.34), transparent);
  overflow: hidden;
}

.divider::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40%;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, transparent, var(--cream), transparent);
  animation: lineFlow 2.6s ease-in-out infinite;
}

.hero-card > * {
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(244, 239, 231, 0.14);
  background: rgba(110, 31, 42, 0.32);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7ddea3;
  box-shadow: 0 0 16px rgba(125, 222, 163, 0.8);
}

h1,
h2,
.serif {
  font-family: "Cormorant Garamond", Georgia, serif;
}

h1 {
  font-size: clamp(52px, 10vw, 108px);
  line-height: 0.9;
  letter-spacing: -0.06em;
  font-weight: 600;
}

h1 span,
.gradient-text {
  display: block;
  font-style: italic;
  font-weight: 500;
  background: linear-gradient(90deg, #fff 0%, #f4efe7 36%, #b98b8f 70%, #fff 100%);
  background-size: 220% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: textShine 4.2s ease-in-out infinite;
}

.lead {
  max-width: 760px;
  width: 100%;
  margin: 22px auto 32px;
  color: var(--cream-soft);
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.75;
  text-align: center;
}

.hero-actions,
.btn-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 14px;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--ral);
  color: var(--cream);
  border-color: rgba(244, 239, 231, 0.16);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.05);
  border-color: var(--line);
}

.pills {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.pill {
  position: relative;
  overflow: hidden;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  font-size: 13px;
  color: var(--cream-soft);
}

.pill::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transform: translateX(-110%);
  animation: pillSweep 4.8s ease-in-out infinite;
}

.section {
  padding: 84px 0;
}

.section-kicker {
  color: #c9a3a8;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

h2 {
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 0.95;
  margin-bottom: 14px;
}

.section-copy {
  max-width: 560px;
  color: var(--muted);
  margin-bottom: 32px;
}

.order-grid,
.info-grid,
.cat-grid,
.menu-grid {
  display: grid;
  gap: 16px;
}

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

.order-card,
.info-card,
.cat-card,
.menu-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
  overflow: hidden;
}

.order-card,
.info-card {
  padding: 24px;
}

.order-card h3,
.info-card h3 {
  font-size: 22px;
  margin: 8px 0 10px;
  font-family: "Cormorant Garamond", Georgia, serif;
}

.order-card p,
.info-card p {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 18px;
}

.badge {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(110, 31, 42, 0.4);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cat-grid {
  grid-template-columns: repeat(4, 1fr);
}

.cat-card {
  position: relative;
  display: block;
}

.cat-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}

.cat-copy {
  position: absolute;
  inset: auto 0 0 0;
  padding: 22px;
  background: linear-gradient(180deg, transparent, rgba(8, 5, 6, 0.92));
}

.cat-card strong {
  font-size: 22px;
  font-family: "Cormorant Garamond", Georgia, serif;
}

.cat-card span {
  color: var(--muted);
  font-size: 13px;
}

.visit-wrap {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
}

.map-frame {
  min-height: 360px;
  border: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--radius);
  filter: grayscale(0.35) contrast(1.05);
}

.map-embed {
  min-height: 360px;
  width: 100%;
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(8, 5, 6, 0.2), rgba(8, 5, 6, 0.72)),
    #1a0d10;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
}

.map-embed button {
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--ral);
  color: var(--cream);
  cursor: pointer;
}

.site-footer {
  border-top: 1px solid var(--line);
  margin-top: 48px;
  padding: 24px 0;
  padding-bottom: calc(24px + env(safe-area-inset-bottom, 0px));
  color: var(--muted);
  font-size: 13px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.socials {
  display: flex;
  gap: 10px;
}

.socials a {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
}

.qr-page {
  padding-bottom: 0;
}

.qr-hero {
  padding: 28px 0 8px;
}

.qr-hero p {
  color: var(--muted);
  max-width: 640px;
}

.image-note {
  display: block;
  max-width: 720px;
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(244, 239, 231, 0.16);
  background: rgba(110, 31, 42, 0.32);
  color: #f0d9d4 !important;
  font-size: 13px;
  line-height: 1.55;
}

.qr-tools {
  position: sticky;
  top: calc(var(--nav-h) + var(--header-top) + var(--header-bottom));
  z-index: 20;
  padding: 12px 0 14px;
  background: rgba(8, 5, 6, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.search-wrap {
  margin-bottom: 12px;
}

.search-wrap input {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  outline: none;
}

.search-wrap input:focus {
  border-color: rgba(244, 239, 231, 0.35);
}

.chips {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: none;
}

.chips::-webkit-scrollbar {
  display: none;
}

.chip {
  flex: 0 0 auto;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
}

.chip.is-active {
  background: var(--ral);
  border-color: rgba(244, 239, 231, 0.2);
}

.menu-section {
  padding-top: 28px;
}

.menu-section h2 {
  font-size: 36px;
  margin-bottom: 16px;
}

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

.menu-card {
  display: flex;
  flex-direction: column;
}

.thumb {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  background: #1a0d10;
  flex: none;
}

.thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.menu-body {
  padding: 16px 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.menu-body h3 {
  font-size: 20px;
  line-height: 1.15;
  font-family: "Cormorant Garamond", Georgia, serif;
}

.kcal {
  align-self: flex-start;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(110, 31, 42, 0.42);
  font-size: 11px;
  letter-spacing: 0.04em;
  color: #f0d9d4;
}

.menu-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: auto;
}

.price {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--cream);
}

.menu-updated {
  margin: 8px 0 0;
  color: rgba(244, 239, 231, 0.55);
  font-size: 13px;
  letter-spacing: 0.04em;
}

.menu-body p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.drink-list {
  display: grid;
  gap: 10px;
}

.drink-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.drink-item h3 {
  font-size: 18px;
  font-family: "Cormorant Garamond", Georgia, serif;
}

.drink-item p {
  color: var(--muted);
  font-size: 13px;
}

.drink-item .menu-meta {
  margin-top: 0;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

.kcal-note {
  margin-top: 28px;
  color: rgba(244, 239, 231, 0.42);
  font-size: 12px;
}

.empty-state {
  padding: 48px 16px;
  text-align: center;
  color: var(--muted);
}

.mobile-nav {
  display: none;
}

.order-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.order-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.order-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 2, 3, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.order-modal-panel {
  position: relative;
  z-index: 1;
  width: min(420px, 100%);
  padding: 28px 24px 24px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(16, 10, 11, 0.94);
  text-align: center;
  box-shadow: var(--shadow);
}

.order-modal-panel h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

.order-modal-panel p {
  color: var(--muted);
  margin-bottom: 22px;
}

.order-modal-panel .btn {
  width: 100%;
  margin-bottom: 10px;
}

.order-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.order-modal-close::before,
.order-modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1.5px;
  background: var(--cream);
}

.order-modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.order-modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

body.modal-open {
  overflow: hidden;
}

@media (max-width: 980px) {
  .brand img {
    height: 40px;
  }

  .order-grid,
  .cat-grid,
  .menu-grid,
  .visit-wrap {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  :root {
    --nav-h: 64px;
    --header-top: calc(20px + env(safe-area-inset-top, 0px));
    --header-bottom: 12px;
  }

  .header-inner {
    min-height: var(--nav-h);
  }

  .brand img {
    height: 34px;
  }

  .menu-toggle {
    display: grid;
    place-items: center;
  }

  .nav-links {
    display: none;
  }

  .mobile-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 12px;
    background: rgba(8, 5, 6, 0.96);
    border-bottom: 1px solid var(--line);
  }

  .mobile-nav.is-open {
    display: grid;
    gap: 8px;
  }

  .mobile-nav a {
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--line);
  }

  .mobile-nav a.nav-cta {
    background: var(--ral);
    text-align: center;
  }

  .hero,
  .section {
    padding: 42px 0;
  }

  .hero {
    min-height: calc(100svh - var(--nav-h));
    padding: 18px 14px 36px;
  }

  .decor-ring {
    width: 94vw;
  }

  .hero-card {
    border-radius: 26px;
    padding: 28px 18px;
  }

  .hero-card::after {
    border-radius: 25px;
  }

  .logo-wrap {
    width: 118px;
    height: 118px;
    border-radius: 26px;
    margin-bottom: 22px;
  }

  .logo-wrap::after {
    border-radius: 25px;
  }

  h1 {
    font-size: clamp(44px, 16vw, 72px);
  }

  .order-grid,
  .cat-grid,
  .menu-grid,
  .visit-wrap {
    grid-template-columns: 1fr;
  }

  .menu-card {
    display: flex;
    flex-direction: column;
  }

  .thumb img {
    aspect-ratio: 1 / 1;
  }

  .menu-body {
    min-height: 0;
    padding: 12px 14px 14px;
    justify-content: flex-start;
  }

  .menu-body h3 {
    font-size: 18px;
  }

  .map-frame {
    min-height: 280px;
  }

  .menu-body {
    min-height: 0;
  }
}

@media (min-width: 761px) and (max-width: 980px) {
  .menu-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

@keyframes borderSpin {
  to { --angle: 360deg; }
}

@keyframes gridMove {
  from { background-position: 0 0; }
  to { background-position: 58px 58px; }
}

@keyframes orbFloat {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(42px, 28px, 0) scale(1.08); }
}

@keyframes rotateRing {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes cardReveal {
  from { opacity: 0; transform: translateY(22px) scale(0.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

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

@keyframes logoLight {
  0%, 58%, 100% { transform: translateX(-75%) rotate(12deg); }
  72% { transform: translateX(75%) rotate(12deg); }
}

@keyframes textShine {
  0%, 100% { background-position: 0% center; }
  50% { background-position: 100% center; }
}

@keyframes lineFlow {
  0% { left: -40%; }
  100% { left: 100%; }
}

@keyframes pillSweep {
  0%, 70%, 100% { transform: translateX(-110%); }
  85% { transform: translateX(110%); }
}

@keyframes particleUp {
  0% { opacity: 0; transform: translate3d(0, 0, 0) scale(0.8); }
  15% { opacity: 0.7; }
  80% { opacity: 0.45; }
  100% { opacity: 0; transform: translate3d(34px, -110vh, 0) scale(1.35); }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
