:root {
  color-scheme: light;
  --black: #4a3a31;
  --black-2: #725f53;
  --coffee: #b69279;
  --coffee-light: #ead4c2;
  --gold: #d8b79d;
  --gold-soft: #f3decd;
  --cream: #f8efe5;
  --muted: #9d8371;
  --muted-strong: #7f6758;
  --green: #d4d7ca;
  --line: rgba(164, 132, 109, 0.2);
  --line-strong: rgba(164, 132, 109, 0.38);
  --panel: rgba(248, 239, 229, 0.94);
  --panel-soft: rgba(243, 231, 220, 0.92);
  --panel-solid: rgba(250, 242, 234, 0.98);
  --shadow: 0 24px 72px rgba(118, 92, 71, 0.14);
  --serif: Georgia, "Times New Roman", serif;
  --card-image: url("./cocacola-1280.jpg");
  --sans:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: #efe0d2;
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--black);
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 247, 239, 0.82), transparent 27rem),
    radial-gradient(circle at 88% 0%, rgba(236, 217, 200, 0.78), transparent 24rem),
    radial-gradient(circle at 54% 96%, rgba(228, 205, 185, 0.68), transparent 26rem),
    linear-gradient(145deg, #f6ece2 0%, #efdfcf 48%, #e7d3c0 100%);
  font-family: var(--sans);
  font-size: 16px;
  letter-spacing: -0.01em;
}

body[data-page="home"] {
  background:
    linear-gradient(rgba(246, 235, 225, 0.32), rgba(246, 235, 225, 0.5)),
    url("./zona_background.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
  font: inherit;
}

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

.phone-frame {
  position: relative;
  width: min(100%, 520px);
  min-height: 100vh;
  margin: 0 auto;
  overflow: visible;
  border-inline: 1px solid rgba(170, 145, 126, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 246, 237, 0.55), transparent 18rem),
    rgba(247, 237, 227, 0.92);
  isolation: isolate;
}

body[data-page="home"] .phone-frame {
  background:
    linear-gradient(180deg, rgba(255, 246, 237, 0.28), transparent 18rem),
    rgba(247, 237, 227, 0.48);
}

.grain {
  position: fixed;
  inset: 0;
  z-index: -3;
  opacity: 0.08;
  background-image:
    linear-gradient(rgba(180, 160, 145, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(180, 160, 145, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.glow {
  position: fixed;
  z-index: -2;
  width: 18rem;
  height: 18rem;
  border-radius: 999px;
  filter: blur(44px);
  pointer-events: none;
}

.glow-coffee {
  top: 7rem;
  left: calc(50% - 20rem);
  background: rgba(243, 222, 205, 0.9);
}

.glow-gold {
  right: calc(50% - 20rem);
  bottom: 5rem;
  background: rgba(228, 200, 178, 0.72);
}

.topbar {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.75rem;
  width: auto;
  margin-left: 0;
  padding: max(0.8rem, env(safe-area-inset-top)) max(1.05rem, env(safe-area-inset-right)) 0.72rem max(1.05rem, env(safe-area-inset-left));
  border-bottom: 1px solid var(--line);
  background: rgba(246, 235, 225, 0.92);
  backdrop-filter: blur(22px) saturate(1.12);
}

.button-group,
.header-spacer {
  display: flex;
  align-items: center;
}

.button-group {
  gap: 0.5rem;
}

.header-spacer {
  min-width: 1px;
}

.round-button,
.quick-links a {
  display: grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(249, 240, 231, 0.88);
  box-shadow: 0 10px 28px rgba(132, 107, 88, 0.12);
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.home-button {
  width: 2.78rem;
  height: 2.78rem;
  border-color: rgba(219, 194, 175, 0.7);
  background: rgba(243, 222, 205, 0.86);
}

.language-button {
  border-color: rgba(201, 210, 197, 0.85);
  background: rgba(234, 229, 219, 0.9);
}

.nav-icon {
  width: 1.42rem;
  height: 1.42rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.15;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.language-icon {
  width: 1.48rem;
  height: 1.48rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.language-letter {
  stroke-width: 1.65;
}

.round-button:hover,
.quick-links a:hover {
  transform: translateY(-1px);
  border-color: var(--line-strong);
  background: rgba(244, 225, 209, 0.98);
}

.round-button:disabled {
  opacity: 0.38;
  cursor: not-allowed;
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.screen {
  padding: calc(5.15rem + env(safe-area-inset-top)) 0.9rem 6.4rem;
  background: #000;
}

.page-enter {
  animation: pageIn 260ms ease both;
}

@keyframes pageIn {
  from {
    opacity: 0;
    transform: translateY(0.6rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.eyebrow {
  margin: 0 0 0.45rem;
  color: var(--gold-soft);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 12ch;
  margin-bottom: 0.72rem;
  font-size: clamp(2.25rem, 9.5vw, 3.75rem);
  line-height: 0.94;
  letter-spacing: -0.045em;
}

h2 {
  margin-bottom: 0.5rem;
  font-size: clamp(1.58rem, 6.3vw, 2rem);
  line-height: 1.02;
  letter-spacing: -0.028em;
}

h3 {
  margin-bottom: 0.32rem;
  font-size: 1.06rem;
  line-height: 1.18;
}

.lead {
  max-width: 35rem;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.62;
}

.hero-intro {
  position: relative;
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 16.2rem;
  margin-bottom: 0.9rem;
  padding: 1.4rem 1.05rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 1.65rem;
  text-align: center;
  background:
    radial-gradient(circle at 50% 22%, rgba(255, 246, 238, 0.84), transparent 34%),
    radial-gradient(circle at 78% 82%, rgba(232, 203, 181, 0.5), transparent 38%),
    linear-gradient(145deg, rgba(248, 238, 228, 0.98), rgba(239, 224, 211, 0.98));
  box-shadow: var(--shadow);
}

.hero-intro::after {
  content: "";
  position: absolute;
  right: -0.75rem;
  bottom: 0.35rem;
  color: rgba(170, 145, 126, 0.08);
  font-family: var(--serif);
  font-size: 4.35rem;
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.8;
  transform: rotate(-90deg);
  transform-origin: right bottom;
}

.hero-intro .eyebrow {
  position: relative;
  z-index: 1;
  margin-bottom: 0.7rem;
  color: var(--muted-strong);
}

.hero-intro h1 {
  position: relative;
  z-index: 1;
  max-width: 8ch;
  margin-bottom: 0;
}

.title-hero {
  min-height: 0;
  align-content: start;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  margin-bottom: 1.35rem;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.brand-logo {
  position: relative;
  z-index: 1;
  display: block;
  width: min(72%, 16rem);
  height: auto;
}

.hero-actions,
.detail-strip,
.meta-row,
.item-meta {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.hero-actions,
.detail-strip,
.meta-row {
  flex-wrap: wrap;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.34rem 0.68rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--black);
  background: rgba(249, 240, 231, 0.88);
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.01em;
}

.pill.gold {
  color: #5e4a3e;
  border-color: transparent;
  background: var(--gold-soft);
  box-shadow: 0 8px 20px rgba(183, 121, 70, 0.14);
}

.route-grid,
.category-grid,
.item-list {
  display: grid;
  gap: 0.78rem;
}

.route-card,
.category-card,
.item-card,
.notice-card {
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px) saturate(1.05);
}

.route-card,
.category-card {
  display: block;
  position: relative;
  min-height: 9.5rem;
  overflow: hidden;
  padding: 1rem 0.95rem;
  border-radius: 1.35rem;
  cursor: pointer;
}

.route-card::before,
.category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 88% 18%, var(--accent), transparent 38%),
    linear-gradient(135deg, rgba(247, 239, 224, 0.075), transparent 44%);
  opacity: 0.74;
}

.route-card h2 {
  max-width: none;
  text-wrap: balance;
  font-size: clamp(1.58rem, 6.3vw, 2rem);
}

.home-menu-card {
  min-height: 11rem;
}

.photo-card {
  display: grid;
  align-content: space-between;
  background-color: #000;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
    var(--card-image);
  background-repeat: no-repeat;
  background-size: 100% 100%, cover;
  background-position: center;
}

.photo-card::before {
  display: none;
}

.photo-card h2,
.photo-card .card-footer {
  position: relative;
  z-index: 1;
}

.photo-card h2 {
  color: #fffdf8;
  text-shadow: 0 2px 16px rgba(33, 24, 20, 0.46);
}

.route-card p,
.category-card p,
.notice-card p,
.item-card p {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.52;
}

.menu-preview-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.48rem;
  margin: 0.8rem 0 0;
  padding: 0;
  list-style: none;
}

.menu-preview-list li {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  color: var(--muted-strong);
  font-size: 0.9rem;
  line-height: 1.28;
}

.menu-preview-list li::before {
  content: "";
  width: 0.34rem;
  height: 0.34rem;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--gold-soft);
  transform: translateY(-0.08rem);
}

.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.05rem;
}

.arrow {
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  color: #5e4a3e;
  background: var(--gold-soft);
  font-weight: 900;
}

.notice-card {
  margin-bottom: 0.78rem;
  padding: 0.9rem 0.95rem;
  border-radius: 1.2rem;
  background: var(--panel-soft);
}

.page-head {
  margin-bottom: 1rem;
}

.page-head h1 {
  margin-bottom: 0.35rem;
}

.page-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0.5rem 0 1rem;
}

.page-link {
  display: inline-flex;
  align-items: center;
  min-height: 2.35rem;
  padding: 0.44rem 0.78rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(249, 240, 231, 0.88);
  color: var(--muted-strong);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.01em;
  box-shadow: 0 10px 28px rgba(132, 107, 88, 0.08);
}

.page-link:hover {
  border-color: var(--line-strong);
  background: rgba(244, 225, 209, 0.98);
}

.placeholder-card {
  grid-template-columns: 1fr;
}

.section-gap {
  margin-top: 2.15rem;
}

.category-card {
  min-height: 8.2rem;
}

.item-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.85rem;
  padding: 0.92rem;
  border-radius: 1.1rem;
  background:
    linear-gradient(135deg, rgba(252, 243, 235, 0.42), transparent 48%),
    var(--panel);
}

.featured-cocktail {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 8.25rem;
  padding: 1.08rem;
  border-color: rgba(255, 255, 255, 0.42);
  color: #fffdf9;
  box-shadow: 0 18px 42px rgba(82, 47, 64, 0.22);
}

.featured-cocktail-zona {
  background:
    radial-gradient(circle at 15% 12%, rgba(255, 231, 158, 0.34) 0 0.18rem, transparent 0.22rem),
    radial-gradient(circle at 74% 78%, rgba(122, 32, 72, 0.2) 0 0.24rem, transparent 0.29rem),
    radial-gradient(circle at 88% 18%, rgba(255, 235, 145, 0.78), transparent 28%),
    radial-gradient(ellipse at 8% 110%, rgba(137, 28, 72, 0.4), transparent 52%),
    linear-gradient(135deg, #cf386c 0%, #ed694f 50%, #eba73f 100%);
}

.featured-cocktail-azzurri {
  background:
    radial-gradient(circle at 17% 18%, rgba(178, 244, 255, 0.32) 0 0.18rem, transparent 0.23rem),
    radial-gradient(circle at 72% 76%, rgba(202, 157, 255, 0.28) 0 0.28rem, transparent 0.34rem),
    radial-gradient(circle at 89% 17%, rgba(116, 241, 255, 0.72), transparent 29%),
    radial-gradient(ellipse at 5% 110%, rgba(54, 40, 153, 0.48), transparent 52%),
    linear-gradient(135deg, #5541bb 0%, #2479c4 50%, #1eb4b4 100%);
}

.featured-cocktail::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -1.15rem;
  right: -0.85rem;
  width: 7.4rem;
  height: 7.4rem;
  border-radius: 50%;
  pointer-events: none;
}

.featured-cocktail-zona::before {
  border: 2px solid rgba(255, 249, 207, 0.38);
  background:
    radial-gradient(circle, transparent 0 27%, rgba(255, 250, 211, 0.34) 28% 30%, transparent 31%),
    repeating-conic-gradient(from 8deg, rgba(255, 249, 207, 0.28) 0 2deg, transparent 2deg 44deg);
  box-shadow:
    -5.2rem 6.2rem 0 -3.3rem rgba(255, 238, 178, 0.3),
    -1.5rem 8rem 0 -3.45rem rgba(110, 26, 63, 0.2);
  transform: rotate(-12deg);
}

.featured-cocktail-azzurri::before {
  background:
    radial-gradient(circle at 32% 35%, rgba(228, 201, 255, 0.5) 0 0.58rem, transparent 0.64rem),
    radial-gradient(circle at 62% 28%, rgba(182, 244, 255, 0.48) 0 0.8rem, transparent 0.86rem),
    radial-gradient(circle at 72% 62%, rgba(110, 220, 255, 0.38) 0 1.05rem, transparent 1.12rem),
    radial-gradient(circle at 34% 72%, rgba(142, 116, 231, 0.44) 0 0.9rem, transparent 0.97rem);
  filter: drop-shadow(0 0 1.1rem rgba(172, 238, 255, 0.34));
}

.featured-cocktail::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 66% 24%, rgba(255, 255, 255, 0.3) 0 0.1rem, transparent 0.14rem),
    radial-gradient(circle at 82% 72%, rgba(255, 255, 255, 0.25) 0 0.16rem, transparent 0.21rem),
    radial-gradient(circle at 58% 84%, rgba(255, 255, 255, 0.2) 0 0.1rem, transparent 0.15rem),
    linear-gradient(115deg, rgba(255, 255, 255, 0.2), transparent 34%);
  pointer-events: none;
}

.featured-cocktail > * {
  position: relative;
  z-index: 1;
}

.featured-cocktail h3 {
  color: #fff;
  font-size: 1.2rem;
}

.featured-cocktail p {
  max-width: 29rem;
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 1px 10px rgba(37, 25, 50, 0.14);
}

.featured-cocktail .price {
  align-self: start;
  padding: 0.38rem 0.58rem;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  color: #fff;
  background: rgba(52, 39, 65, 0.2);
  box-shadow: 0 8px 20px rgba(46, 29, 45, 0.13);
}

.price {
  color: #8d5f45;
  font-size: 0.94rem;
  font-weight: 850;
  white-space: nowrap;
}

.allergen-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.34rem;
  margin-top: 0.68rem;
}

.allergen-row-label {
  margin-right: 0.08rem;
  color: var(--muted-strong);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.allergen-tag {
  display: inline-flex;
  align-items: center;
  min-height: 1.42rem;
  padding: 0.2rem 0.46rem;
  border: 1px solid rgba(166, 112, 76, 0.18);
  border-radius: 999px;
  color: #79533f;
  background: rgba(239, 211, 187, 0.72);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1;
}

.featured-cocktail .allergen-row-label {
  color: rgba(255, 255, 255, 0.78);
}

.featured-cocktail .allergen-tag {
  border-color: rgba(255, 255, 255, 0.34);
  color: #fff;
  background: rgba(52, 39, 65, 0.2);
}

.allergen-notice {
  margin-top: 2.2rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 1.1rem;
  background:
    radial-gradient(circle at 90% 8%, rgba(224, 189, 146, 0.28), transparent 38%),
    var(--panel-soft);
  box-shadow: 0 14px 42px rgba(118, 92, 71, 0.1);
}

.allergen-notice h2 {
  margin-bottom: 0.72rem;
  font-size: 1.18rem;
}

.allergen-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.38rem;
  margin-bottom: 0.75rem;
}

.allergen-notice p {
  margin-bottom: 0;
  color: var(--muted-strong);
  font-size: 0.82rem;
  line-height: 1.55;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.38rem;
}

.tag {
  padding: 0.23rem 0.48rem;
  border-radius: 999px;
  color: #5e4a3e;
  background: rgba(224, 189, 146, 0.9);
  font-size: 0.66rem;
  font-weight: 820;
}

.tag-label {
  position: relative;
  top: 0.08rem;
  color: var(--muted-strong);
  font-size: 0.8rem;
  font-weight: 900;
  line-height: 1.1;
}

.pairing {
  color: var(--muted-strong);
}

.quick-menu {
  position: fixed;
  z-index: 30;
  right: max(0.9rem, calc((100vw - 520px) / 2 + 0.9rem));
  bottom: max(1rem, env(safe-area-inset-bottom));
}

.dots {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  gap: 0.14rem;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid rgba(216, 183, 157, 0.68);
  border-radius: 999px;
  background: rgba(246, 236, 226, 0.95);
  box-shadow: 0 10px 28px rgba(132, 107, 88, 0.12);
  color: var(--black);
  cursor: pointer;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease,
    color 160ms ease;
}

.dots span {
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 999px;
  background: currentColor;
}

.dots:hover {
  transform: translateY(-1px);
  border-color: var(--line-strong);
  background: rgba(244, 225, 209, 0.98);
}

.quick-links {
  position: absolute;
  right: 0.1rem;
  bottom: 3.3rem;
  display: grid;
  gap: 0.45rem;
  padding: 0.5rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--panel-solid);
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(0.75rem) scale(0.95);
  transform-origin: bottom right;
  pointer-events: none;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.quick-menu.open .quick-links {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.quick-links a {
  display: grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  border-color: rgba(216, 183, 157, 0.68);
  background: rgba(246, 236, 226, 0.95);
  color: var(--black);
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease,
    color 160ms ease;
}

.social-icon {
  width: 1.28rem;
  height: 1.28rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.instagram-icon .filled-dot {
  fill: currentColor;
  stroke: none;
}

.facebook-icon {
  fill: currentColor;
  stroke: none;
}

.website-icon {
  fill: none;
  stroke: currentColor;
}

.overlay {
  position: fixed;
  z-index: 50;
  inset: 0;
  display: grid;
  place-items: end center;
  padding: 1rem;
  background: rgba(139, 111, 91, 0.22);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.overlay-panel {
  width: min(100%, 506px);
  padding: 0.95rem;
  border: 1px solid var(--line);
  border-radius: 1.55rem;
  background: var(--panel-solid);
  box-shadow: var(--shadow);
  transform: translateY(0.8rem);
  transition: transform 180ms ease;
}

.overlay.open .overlay-panel {
  transform: translateY(0);
}

.overlay-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.overlay-head h2 {
  margin-bottom: 0;
}

.bare {
  background: transparent;
}

.language-list {
  display: grid;
  gap: 0.55rem;
}

.language-choice {
  min-height: 3.08rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: rgba(247, 237, 227, 0.9);
  cursor: pointer;
}

.language-choice.active {
  color: #5e4a3e;
  border-color: transparent;
  background: var(--gold-soft);
  font-weight: 950;
}

.fine-print {
  margin: 0.85rem 0 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.45;
}

/* Dark and gold theme */
:root {
  color-scheme: dark;
  --black: #fffaf0;
  --black-2: #eee4d0;
  --coffee: #bc9650;
  --coffee-light: #d6b76f;
  --gold: #d6ad55;
  --gold-soft: #e4bd68;
  --cream: #fffaf0;
  --muted: #d9d2c5;
  --muted-strong: #f0e9db;
  --green: #979b83;
  --line: rgba(214, 173, 85, 0.34);
  --line-strong: rgba(233, 195, 106, 0.82);
  --panel: rgba(12, 12, 12, 0.91);
  --panel-soft: rgba(18, 18, 18, 0.92);
  --panel-solid: rgba(8, 8, 8, 0.98);
  --shadow: 0 22px 58px rgba(0, 0, 0, 0.58);
}

html {
  background: #050505;
}

body {
  color: var(--cream);
  background:
    radial-gradient(circle at 15% 4%, rgba(190, 148, 67, 0.11), transparent 25rem),
    radial-gradient(circle at 88% 96%, rgba(214, 173, 85, 0.08), transparent 24rem),
    linear-gradient(145deg, #080808 0%, #111 48%, #050505 100%);
}

body[data-page="home"] {
  background:
    linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.86)),
    url("./zona_background.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.phone-frame,
body[data-page="home"] .phone-frame {
  border-color: rgba(214, 173, 85, 0.24);
  background:
    linear-gradient(180deg, rgba(25, 22, 16, 0.84), rgba(4, 4, 4, 0.94) 18rem),
    rgba(5, 5, 5, 0.92);
}

body[data-page="home"] .phone-frame {
  background: #000;
}

.grain {
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(230, 192, 105, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(230, 192, 105, 0.03) 1px, transparent 1px);
}

.glow-coffee {
  background: rgba(190, 148, 67, 0.14);
}

.glow-gold {
  background: rgba(214, 173, 85, 0.12);
}

.topbar {
  border-bottom-color: rgba(214, 173, 85, 0.3);
  background: rgba(4, 4, 4, 0.9);
  backdrop-filter: blur(22px) saturate(1.15);
}

.round-button,
.quick-links a,
.dots {
  color: #fffaf0;
  border-color: rgba(214, 173, 85, 0.52);
  background: rgba(12, 12, 12, 0.94);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.46);
}

.home-button,
.language-button {
  color: var(--gold-soft);
  border-color: rgba(230, 190, 99, 0.68);
  background: rgba(20, 18, 13, 0.96);
}

.round-button:hover,
.quick-links a:hover,
.dots:hover {
  color: #fff;
  border-color: var(--gold-soft);
  background: rgba(39, 32, 19, 0.98);
}

h1,
h2,
h3,
.page-head h1,
.page-head h2 {
  color: var(--gold);
}

p,
.lead,
.route-card p,
.category-card p,
.notice-card p,
.item-card p,
.fine-print,
.pairing {
  color: var(--muted);
}

.hero-intro {
  border-color: rgba(230, 190, 99, 0.62);
  background:
    radial-gradient(circle at 50% 16%, rgba(214, 173, 85, 0.1), transparent 40%),
    linear-gradient(145deg, rgba(16, 16, 16, 0.98), rgba(2, 2, 2, 0.98));
  box-shadow:
    0 0 0 1px rgba(230, 190, 99, 0.12),
    0 22px 52px rgba(0, 0, 0, 0.62);
}

body[data-page="home"] .title-hero {
  min-height: 0;
  padding: 1.15rem 1rem;
  border: 1px solid rgba(230, 190, 99, 0.52);
  border-radius: 1.65rem;
  background: rgba(0, 0, 0, 0.9);
  box-shadow:
    0 0 28px rgba(214, 173, 85, 0.13),
    0 22px 54px rgba(0, 0, 0, 0.74);
  backdrop-filter: blur(14px);
}

.route-card:not(.photo-card),
.category-card,
.item-card:not(.featured-cocktail),
.notice-card,
.allergen-notice {
  border-color: var(--line);
  background:
    linear-gradient(135deg, rgba(214, 173, 85, 0.045), transparent 48%),
    var(--panel);
}


.photo-card h2 {
  color: #e2b85c;
  text-shadow: 0 2px 16px #000;
}

.menu-preview-list li,
.allergen-row-label,
.allergen-notice p,
.tag-label {
  color: var(--muted-strong);
}

.price {
  color: var(--gold-soft);
}

.page-link,
.pill,
.language-choice {
  color: #fffaf0;
  border-color: rgba(214, 173, 85, 0.4);
  background: rgba(16, 16, 16, 0.94);
}

.page-link:hover {
  border-color: var(--gold-soft);
  background: rgba(39, 32, 19, 0.98);
}

.arrow,
.pill.gold,
.language-choice.active,
.tag {
  color: #090806;
  background: var(--gold-soft);
}

.allergen-tag {
  color: #f3e6c6;
  border-color: rgba(214, 173, 85, 0.4);
  background: rgba(38, 31, 18, 0.96);
}

.quick-links,
.overlay-panel {
  border-color: rgba(214, 173, 85, 0.46);
  background: var(--panel-solid);
}

.overlay {
  background: rgba(0, 0, 0, 0.76);
}

/* Style-only refinements */
body[data-page="home"] .title-hero {
  min-height: 0;
  align-content: start;
  padding: 0.2rem 1.05rem;
  margin-bottom: 1.35rem;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.photo-card {
  border-color: #000;
  box-shadow:
    0 18px 28px rgba(255, 255, 255, 0.22),
    0 0 42px rgba(255, 255, 255, 0.1),
    0 22px 48px rgba(0, 0, 0, 0.72);
}

.item-list {
  gap: 1.12rem;
}

.item-card:not(.featured-cocktail) {
  border-color: rgba(214, 173, 85, 0.24);
  background: rgba(3, 3, 3, 0.97);
  box-shadow:
    0 18px 28px rgba(255, 255, 255, 0.22),
    0 0 42px rgba(255, 255, 255, 0.1),
    0 22px 48px rgba(0, 0, 0, 0.72);
}

.allergen-tag,
.featured-cocktail .allergen-tag {
  color: #f3e6c6;
  border-color: rgba(214, 173, 85, 0.5);
  background: rgba(38, 31, 18, 0.96);
  box-shadow: none;
}

.featured-cocktail .allergen-row-label {
  color: var(--muted-strong);
}

@media (min-width: 700px) {
  body {
    padding-block: 1.25rem;
  }

  .phone-frame {
    min-height: calc(100vh - 2.5rem);
    border: 1px solid rgba(170, 145, 126, 0.16);
    border-radius: 1.9rem;
    box-shadow: 0 28px 88px rgba(132, 107, 88, 0.16);
  }

  .topbar {
    border-radius: 0;
  }
}

@media (max-width: 370px) {
  .brand small {
    display: none;
  }

  .screen {
    padding-inline: 0.75rem;
  }

  .item-card {
    grid-template-columns: 1fr;
  }

  .price {
    justify-self: start;
  }
}
