/*
  Netro static menu styles
  - Mobile-first
  - No external fonts or frameworks for fast loading
  - Colors can be changed later from the variables below
*/

:root {
  --bg: #080d09;
  --bg-lift: #101810;
  --surface: #fbfff8;
  --surface-warm: #eaffd7;
  --surface-dark: #111a12;
  --text: #121812;
  --text-on-dark: #f7fff1;
  --muted: #5f6b5d;
  --muted-on-dark: #bdd0b6;
  --line: #dbe8d4;
  --brand: #10170f;
  --brand-strong: #050805;
  --accent: #8fff3d;
  --accent-strong: #55d72a;
  --accent-soft: #ebffdc;
  --mint: #23d79d;
  --cyan: #28d6d6;
  --waffle: #d99a3f;
  --waffle-dark: #9b5b1f;
  --shadow: 0 22px 55px rgba(0, 0, 0, 0.22);
  --shadow-soft: 0 16px 35px rgba(7, 17, 9, 0.1);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 17px;
  --max-width: 760px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top right, rgba(143, 255, 61, 0.2), transparent 26rem),
    radial-gradient(circle at 8% 14%, rgba(40, 214, 214, 0.13), transparent 22rem),
    linear-gradient(180deg, #080d09 0%, #101910 32rem, #f6fbf1 32.05rem, #fbfff8 100%);
  color: var(--text-on-dark);
  font-family: Tahoma, Arial, "Noto Sans Arabic", sans-serif;
  line-height: 1.7;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 34rem);
  pointer-events: none;
}

a {
  color: inherit;
}

.snack-companion {
  position: fixed;
  inset-block: 6.25rem 4.75rem;
  inset-inline-end: 0.42rem;
  z-index: 4;
  width: 2.85rem;
  pointer-events: none;
}

.snack-companion::before {
  content: "";
  position: absolute;
  inset-block: 0.4rem;
  inset-inline-start: 50%;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(143, 255, 61, 0.32),
    rgba(40, 214, 214, 0.26),
    transparent
  );
  transform: translateX(-50%);
}

.travel-waffle {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 50%;
  width: 2.45rem;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 244, 206, 0.6);
  border-radius: 0.72rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 46%),
    repeating-linear-gradient(0deg, transparent 0 0.36rem, rgba(112, 60, 17, 0.52) 0.36rem 0.48rem),
    repeating-linear-gradient(90deg, transparent 0 0.36rem, rgba(112, 60, 17, 0.48) 0.36rem 0.48rem),
    linear-gradient(135deg, #f4b85f, var(--waffle) 58%, var(--waffle-dark));
  box-shadow:
    0 0 0 0.28rem rgba(143, 255, 61, 0.08),
    0 14px 24px rgba(0, 0, 0, 0.24);
  transform:
    translate3d(-50%, calc(var(--snack-y, 0px) - 50%), 0)
    rotate(var(--snack-rotate, -10deg))
    scale(var(--snack-scale, 1));
  backface-visibility: hidden;
  contain: layout paint;
  will-change: transform;
}

.travel-waffle::before {
  content: "";
  position: absolute;
  inset-block-start: -0.55rem;
  inset-inline-end: -0.35rem;
  width: 1.45rem;
  height: 0.58rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #f4cf88, #d28a35);
  box-shadow:
    -0.16rem 0.44rem 0 -0.08rem #c57a29,
    0.18rem 0.78rem 0 -0.14rem rgba(40, 214, 214, 0.55);
  transform: rotate(18deg);
}

.travel-waffle::after {
  content: "";
  position: absolute;
  inset-block-end: -0.42rem;
  inset-inline-start: -0.38rem;
  width: 1.35rem;
  height: 0.52rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #e8b15d, #b86e27);
  box-shadow: 0 0.35rem 0 -0.12rem #8c4d19;
  transform: rotate(-16deg);
}

.travel-waffle span {
  position: absolute;
  inset: -28%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(143, 255, 61, 0.22), transparent 58%);
  animation: snack-pulse 2.8s ease-in-out infinite;
}

.skip-link {
  position: absolute;
  inset-inline-start: 1rem;
  top: -5rem;
  z-index: 10;
  border-radius: 999px;
  background: var(--brand);
  color: #fff;
  padding: 0.6rem 1rem;
  text-decoration: none;
}

.skip-link:focus {
  top: 1rem;
}

.site-header,
.menu-page,
.site-footer {
  width: min(100% - 1.5rem, var(--max-width));
  margin-inline: auto;
}

.site-header {
  padding: 1rem 0 0.8rem;
}

.brand-row {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1.1rem;
  animation: slide-up 520ms ease both;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 3.35rem;
  height: 3.35rem;
  border: 1px solid rgba(143, 255, 61, 0.38);
  border-radius: 1.15rem;
  background:
    radial-gradient(circle at 72% 20%, rgba(143, 255, 61, 0.96), transparent 0.82rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 42%),
    linear-gradient(135deg, var(--brand-strong), #26301f 58%, var(--accent-strong));
  box-shadow:
    0 0 24px rgba(143, 255, 61, 0.22),
    0 16px 34px rgba(0, 0, 0, 0.34);
  color: #fff;
  direction: ltr;
  font-size: 1.55rem;
  font-weight: 900;
  letter-spacing: -0.08em;
}

.eyebrow,
.hero-kicker,
.section-heading p {
  margin: 0;
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-block-start: 0;
}

h1 {
  margin-block-end: 0;
  background: linear-gradient(135deg, #ffffff 15%, var(--accent) 52%, var(--cyan));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: clamp(2.25rem, 13vw, 4rem);
  line-height: 0.95;
  letter-spacing: -0.08em;
}

.hero-card {
  overflow: hidden;
  position: relative;
  isolation: isolate;
  border: 1px solid rgba(143, 255, 61, 0.18);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 14% 4%, rgba(143, 255, 61, 0.16), transparent 12rem),
    radial-gradient(circle at 92% 26%, rgba(40, 214, 214, 0.12), transparent 10rem),
    linear-gradient(145deg, rgba(28, 42, 27, 0.96), rgba(8, 13, 9, 0.98));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    var(--shadow);
  padding: 1.2rem;
  animation: slide-up 620ms 80ms ease both;
}

.hero-card::after {
  content: "";
  position: absolute;
  inset-inline-start: -5rem;
  bottom: -5rem;
  width: 12rem;
  height: 12rem;
  border-radius: 999px;
  background: rgba(143, 255, 61, 0.09);
  filter: blur(2px);
}

.hero-card > :not(.hero-visual) {
  position: relative;
  z-index: 1;
}

.hero-card h2 {
  position: relative;
  max-width: 18rem;
  margin: 0.45rem 0 0.65rem;
  color: var(--text-on-dark);
  font-size: clamp(1.85rem, 8.5vw, 3rem);
  line-height: 1.14;
  letter-spacing: -0.03em;
}

.hero-card p {
  position: relative;
  max-width: 28rem;
  margin-block-end: 0.9rem;
  color: var(--muted-on-dark);
  font-size: 0.98rem;
}

.hero-visual {
  position: absolute;
  inset-block-start: 0.85rem;
  inset-inline-end: 0.85rem;
  z-index: 0;
  width: clamp(5.6rem, 27vw, 8.2rem);
  aspect-ratio: 1;
  opacity: 0.96;
}

.hero-visual::before,
.hero-visual::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(143, 255, 61, 0.18);
  filter: blur(10px);
}

.hero-visual::before {
  inset: 11% 8% auto auto;
  width: 3.1rem;
  height: 3.1rem;
}

.hero-visual::after {
  inset: auto auto 8% 10%;
  width: 2.2rem;
  height: 2.2rem;
  background: rgba(40, 214, 214, 0.16);
}

.waffle-motion {
  position: absolute;
  inset: 13%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1.3rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.24), transparent 42%),
    repeating-linear-gradient(0deg, transparent 0 0.65rem, rgba(112, 60, 17, 0.6) 0.65rem 0.86rem),
    repeating-linear-gradient(90deg, transparent 0 0.65rem, rgba(112, 60, 17, 0.58) 0.65rem 0.86rem),
    linear-gradient(135deg, #f1b45a, var(--waffle) 58%, var(--waffle-dark));
  box-shadow:
    0 0 0 0.35rem rgba(143, 255, 61, 0.08),
    0 18px 35px rgba(0, 0, 0, 0.28);
  transform: rotate(-8deg);
  animation: waffle-bob 4.4s ease-in-out infinite;
}

.waffle-motion::before {
  content: "";
  position: absolute;
  inset: 0.42rem;
  border: 1px solid rgba(255, 240, 191, 0.42);
  border-radius: 0.95rem;
  pointer-events: none;
}

.waffle-motion::after {
  content: "";
  position: absolute;
  inset-block-start: -0.35rem;
  inset-inline-end: -0.35rem;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 999px;
  background:
    radial-gradient(circle at 45% 45%, transparent 0 0.32rem, rgba(8, 13, 9, 0.96) 0.34rem);
  box-shadow:
    -0.7rem 0.14rem 0 -0.22rem rgba(8, 13, 9, 0.96),
    -0.18rem 0.72rem 0 -0.25rem rgba(8, 13, 9, 0.96);
}

.waffle-motion span {
  position: absolute;
  inset: -35%;
  background: linear-gradient(110deg, transparent 35%, rgba(255, 255, 255, 0.35), transparent 58%);
  transform: translateX(-55%) rotate(8deg);
  animation: waffle-sheen 3.6s ease-in-out infinite;
}

.hours-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border: 1px solid rgba(143, 255, 61, 0.28);
  border-radius: 999px;
  background: rgba(143, 255, 61, 0.1);
  color: #defed0;
  padding: 0.45rem 0.8rem;
  font-size: 0.9rem;
  font-weight: 800;
}

.hours-pill::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 0 0.25rem rgba(143, 255, 61, 0.12);
}

.hero-actions {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 0.85rem;
}

.whatsapp-button,
.phone-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.7rem;
  border-radius: 999px;
  padding: 0.62rem 0.95rem;
  text-decoration: none;
  font-weight: 900;
}

.whatsapp-button {
  flex: 1 1 10rem;
  background: linear-gradient(135deg, var(--accent), var(--mint));
  color: #071007;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.22) inset,
    0 16px 28px rgba(35, 215, 157, 0.18);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.phone-link {
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: var(--text-on-dark);
  direction: ltr;
  transition:
    transform 180ms ease,
    background 180ms ease;
}

.whatsapp-button:hover,
.phone-link:hover {
  transform: translateY(-2px);
}

.whatsapp-button:active,
.phone-link:active {
  transform: translateY(0);
}

.category-nav {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  gap: 0.55rem;
  width: min(100%, var(--max-width));
  margin: 0 auto;
  padding: 0.8rem 0.75rem;
  overflow-x: auto;
  background: rgba(246, 251, 241, 0.86);
  backdrop-filter: blur(16px);
  scrollbar-width: none;
  animation: slide-up 560ms 140ms ease both;
}

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

.category-nav a {
  flex: 1 0 auto;
  border: 1px solid rgba(16, 23, 15, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--brand);
  box-shadow: 0 8px 20px rgba(7, 17, 9, 0.06);
  padding: 0.68rem 0.9rem;
  text-align: center;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 800;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.category-nav a:focus,
.category-nav a:hover {
  border-color: rgba(111, 220, 52, 0.5);
  background: var(--accent-soft);
  transform: translateY(-1px);
}

.menu-page {
  color: var(--text);
  padding: 0.65rem 0 1.25rem;
}

.menu-section {
  scroll-margin-top: 5.2rem;
  padding-block: 1.35rem 0.35rem;
}

.section-heading {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.9rem;
  padding-inline: 0.1rem;
}

.section-heading::after {
  content: "";
  flex: 0 0 auto;
  width: 3rem;
  height: 2rem;
  opacity: 0.95;
  transform-origin: center;
}

#drinks .section-heading::after {
  border: 1px solid rgba(143, 255, 61, 0.24);
  border-radius: 999px;
  background:
    radial-gradient(circle at 35% 46%, rgba(40, 214, 214, 0.95) 0 0.22rem, transparent 0.24rem),
    radial-gradient(circle at 62% 38%, rgba(143, 255, 61, 0.9) 0 0.18rem, transparent 0.2rem),
    linear-gradient(135deg, rgba(16, 23, 15, 0.92), rgba(34, 55, 31, 0.86));
  box-shadow: 0 12px 22px rgba(7, 17, 9, 0.1);
  animation: float-snack 3.8s ease-in-out infinite;
}

#food .section-heading::after {
  height: 1.9rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #f1c47a, #cf8331);
  box-shadow:
    0 0.42rem 0 -0.1rem #ad641f,
    0 0.84rem 0 -0.18rem #844917,
    0 1.15rem 1.3rem rgba(7, 17, 9, 0.13);
  transform: rotate(-4deg);
  animation: pancake-wiggle 4.4s ease-in-out infinite;
}

#sweets .section-heading::after {
  width: 3.2rem;
  height: 0.95rem;
  border: 1px solid rgba(255, 244, 206, 0.7);
  border-radius: 999px;
  background:
    repeating-linear-gradient(90deg, transparent 0 0.42rem, rgba(117, 66, 23, 0.5) 0.42rem 0.52rem),
    linear-gradient(135deg, #efb45e, #c97828);
  box-shadow:
    0.3rem 0.45rem 0 -0.12rem #d58c35,
    0 1rem 1.4rem rgba(7, 17, 9, 0.13);
  transform: rotate(-12deg);
  animation: waffle-stick-swing 3.9s ease-in-out infinite;
}

.section-heading h2 {
  margin: 0;
  color: var(--brand-strong);
  font-size: clamp(1.7rem, 7.5vw, 2.25rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.menu-list {
  display: grid;
  gap: 0.85rem;
}

.menu-item {
  display: grid;
  position: relative;
  overflow: hidden;
  grid-template-columns: 5.35rem minmax(0, 1fr);
  gap: 0.85rem;
  align-items: center;
  border: 1px solid rgba(16, 23, 15, 0.07);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 255, 242, 0.9)),
    var(--surface);
  box-shadow: var(--shadow-soft);
  padding: 0.68rem;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.menu-item::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 18%;
  bottom: 18%;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--accent), var(--cyan));
  opacity: 0;
  transition: opacity 180ms ease;
}

.menu-item:hover {
  border-color: rgba(85, 215, 42, 0.24);
  box-shadow: 0 20px 40px rgba(7, 17, 9, 0.14);
  transform: translateY(-2px);
}

.menu-item:hover::before {
  opacity: 1;
}

.featured-item {
  border-color: rgba(85, 215, 42, 0.32);
  background:
    radial-gradient(circle at 100% 0%, rgba(143, 255, 61, 0.2), transparent 9rem),
    linear-gradient(135deg, rgba(236, 255, 220, 0.84), rgba(255, 254, 250, 0.96)),
    var(--surface);
}

.photo-placeholder {
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: var(--radius-md);
  background:
    radial-gradient(circle at 70% 20%, rgba(255, 255, 255, 0.9), transparent 1.5rem),
    linear-gradient(135deg, #ecffdc, #b7f36c 58%, #7fe6c6);
  color: rgba(21, 26, 20, 0.66);
  background-position: center;
  background-size: cover;
  box-shadow: 0 10px 20px rgba(7, 17, 9, 0.12);
  font-size: 0;
  font-weight: 800;
  text-align: center;
}

.photo-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 25%, rgba(8, 13, 8, 0.16)),
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.18), transparent 45%);
}

.photo-placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 35%, rgba(255, 255, 255, 0.16), transparent 58%);
  opacity: 0;
  transform: translateX(-45%);
  transition:
    opacity 180ms ease,
    transform 420ms ease;
}

.menu-item:hover .photo-placeholder::after {
  opacity: 1;
  transform: translateX(45%);
}

#drinks .photo-placeholder {
  background-image:
    radial-gradient(circle at 70% 20%, rgba(255, 255, 255, 0.25), transparent 1.6rem),
    url("assets/drink.webp");
}

#food .photo-placeholder {
  background-image:
    radial-gradient(circle at 70% 20%, rgba(255, 255, 255, 0.22), transparent 1.6rem),
    url("assets/food.webp");
}

#sweets .photo-placeholder {
  background-image:
    radial-gradient(circle at 70% 20%, rgba(255, 255, 255, 0.24), transparent 1.6rem),
    url("assets/sweets.webp");
}

.item-copy {
  min-width: 0;
}

.item-copy h3 {
  margin-block-end: 0.16rem;
  color: var(--brand-strong);
  font-size: 1.1rem;
  line-height: 1.35;
  letter-spacing: -0.015em;
}

.item-copy p {
  margin-block-end: 0;
  color: var(--muted);
  font-size: 0.83rem;
  line-height: 1.55;
}

.price {
  grid-column: 2;
  justify-self: start;
  margin: 0.3rem 0 0;
  border-radius: 999px;
  background: #10170f;
  color: var(--accent);
  box-shadow: 0 8px 18px rgba(7, 17, 9, 0.12);
  padding: 0.28rem 0.7rem;
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1.3;
  white-space: nowrap;
}

.site-footer {
  padding: 1.1rem 0 2rem;
  color: var(--muted);
  text-align: center;
  font-size: 0.9rem;
}

.site-footer p {
  margin-block-end: 0.65rem;
}

.site-footer a {
  display: inline-flex;
  border-radius: 999px;
  background: var(--brand);
  color: var(--accent);
  border: 1px solid rgba(143, 255, 61, 0.2);
  padding: 0.55rem 0.85rem;
  text-decoration: none;
  font-weight: 800;
}

@media (min-width: 720px) {
  .site-header {
    padding-top: 1.7rem;
  }

  .hero-card {
    min-height: 18rem;
    padding: 1.8rem;
  }

  .hero-card h2 {
    max-width: 26rem;
  }

  .hero-visual {
    inset-block-start: 1.25rem;
    inset-inline-end: 1.25rem;
  }

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

  .menu-item {
    min-height: 8.25rem;
  }
}

@keyframes slide-up {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes menu-in {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes waffle-bob {
  0%,
  100% {
    transform: translateY(0) rotate(-8deg);
  }

  50% {
    transform: translateY(-8px) rotate(-3deg);
  }
}

@keyframes waffle-sheen {
  0%,
  42% {
    transform: translateX(-65%) rotate(8deg);
  }

  72%,
  100% {
    transform: translateX(65%) rotate(8deg);
  }
}

@keyframes snack-pulse {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(0.92);
  }

  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes float-snack {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-0.3rem) rotate(4deg);
  }
}

@keyframes pancake-wiggle {
  0%,
  100% {
    transform: rotate(-4deg) translateY(0);
  }

  50% {
    transform: rotate(3deg) translateY(-0.2rem);
  }
}

@keyframes waffle-stick-swing {
  0%,
  100% {
    transform: rotate(-12deg) translateY(0);
  }

  50% {
    transform: rotate(8deg) translateY(-0.18rem);
  }
}

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

  .snack-companion {
    display: none;
  }

  html {
    scroll-behavior: auto;
  }
}
