/* ==========================================================================
   menu.css — Halaman 2 (menu.html), acuan Page 2.png
   Latar merah penuh, halaman jauh lebih panjang daripada viewport.
   ========================================================================== */

.page-main--menu {
  min-height: 273.5rem;            /* 4376 px */
  overflow: hidden;
  background-color: var(--color-red);
  color: var(--color-white);
}

/* ---------- Gambar dekoratif ---------- */
.menu-figure {
  position: absolute;
  height: auto;
  pointer-events: none;
  user-select: none;
}

.menu-figure--noodle {
  top: 0.4375rem;                  /* 232 px pada kanvas halaman */
  left: -28.25rem;                 /* -452 px */
  width: 97.1875rem;               /* 1555 px */
}

.menu-figure--tea {
  top: 96.375rem;                  /* 1767 px */
  left: 44.625rem;                 /* 714 px  */
  width: 105.875rem;               /* 1694 px */
}

.menu-figure--bowl {
  top: 169.6875rem;                /* 2940 px */
  left: 32.1875rem;                /* 515 px  */
  width: 109.0625rem;              /* 1745 px */
}

/* ---------- Daftar paket bakso ---------- */
.menu-packages {
  position: absolute;
  top: 7.9375rem;
  left: 44.9375rem;                /* 719 px */
  width: 73.4375rem;               /* 1175 px */
}

.package {
  margin-bottom: 4.5rem;           /* 72 px */
}

.package:nth-child(4) {
  margin-bottom: 3.8125rem;        /* 61 px */
}

.package:nth-child(n + 5) {
  margin-bottom: 3rem;             /* 48 px */
}

.package:last-child {
  margin-bottom: 0;
}

.package__name {
  font-family: var(--font-script);
  font-size: var(--fs-menu-title);
  font-weight: 400;
  line-height: 1.25;
  color: var(--color-white);
}

.package__price {
  font-family: var(--font-body);
  font-size: var(--fs-menu-price);
  font-weight: 400;
}

.package__items > li {
  position: relative;
  padding-left: 4.0625rem;         /* 65 px */
  font-size: var(--fs-menu-item);
  line-height: 1.3;                /* 52 px */
}

.package__items > li::before {
  content: "\2022";
  position: absolute;
  left: 1.6875rem;                 /* 27 px */
  top: 0;
}

/* ---------- Daftar minuman ---------- */
.menu-drinks {
  position: absolute;
  top: 125.625rem;
  left: 4.125rem;                  /* 66 px */
  width: 62.5rem;                  /* 1000 px */
}

.drink {
  position: relative;
  height: 4.46875rem;              /* 71.5 px — jarak antar-baris terkunci */
  font-size: var(--fs-drink);
  line-height: 4.46875rem;
  white-space: nowrap;
  overflow: hidden;
}

/* Titik-titik penghubung dibentuk oleh CSS (border dotted), bukan diketik
   manual. Garis titik membentang penuh, lalu nama dan harga menutupinya. */
.drink__leader {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% + 0.35em - 0.3125rem);
  border-bottom: 0.3125rem dotted currentColor;
}

.drink__name,
.drink__price {
  position: relative;
  z-index: 1;
  background-color: var(--color-red);
}

.drink__name {
  padding-right: 0.5rem;
}

.drink__price {
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 0.5rem;
}
