.afif-page .menu-section{
      background: var(--crimson-dark);
      position: relative; overflow: clip;
    }
.afif-page .menu-section::before{
      content: ''; position: absolute; inset: 0; pointer-events: none;
      background-image: url('/static/afifcafe/brand/tile-menu.png');
      background-size: 420px 420px;
      opacity: 0.85;
    }
.afif-page #p-menu-float{
      position: absolute; pointer-events: none; user-select: none;
      top: 5%; left: -8%;
      font-family: var(--font-ar); font-weight: 700;
      font-size: min(45vw, 550px);
      color: rgba(155, 29, 81, 0.05); line-height: 1;
    }
.afif-page .menu-section .sec-label{ color: var(--teal-light); }
.afif-page .menu-section .sec-ar{ color: var(--mustard-light); }
.afif-page .menu-section .sec-en{ color: var(--parchment); }
.afif-page .menu-section .orn-rule .diamond{ color: var(--mustard); }
.afif-page .menu-section .orn-rule::before{ background: linear-gradient(to right, transparent, var(--mustard)); }
.afif-page .menu-section .orn-rule::after{ background: linear-gradient(to left,  transparent, var(--mustard)); }
.afif-page .menu-tabs-wrap{ overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 56px; padding: 4px 2px; }
.afif-page .menu-tabs-wrap::-webkit-scrollbar{ display: none; }
.afif-page .menu-tabs{
      display: flex; justify-content: center;
      width: fit-content; min-width: 100%;
      padding: 6px;
      background: rgba(0,0,0,0.22);
      border: 1px solid rgba(155,29,81,0.18);
      border-radius: 999px;
      box-shadow: 0 1px 0 rgba(255,255,255,0.04) inset, 0 8px 24px rgba(0,0,0,0.18);
      gap: 4px;
    }
.afif-page .m-tab{
      font-family: var(--font-en); font-size: 0.64rem;
      letter-spacing: 0.2em; text-transform: uppercase;
      padding: 12px 28px; background: transparent;
      border: none; border-radius: 999px;
      color: var(--stone-light); cursor: pointer;
      transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
      white-space: nowrap;
      min-height: 44px;
      -webkit-tap-highlight-color: transparent;
      outline: none;
    }
.afif-page .m-tab:hover{ color: var(--mustard-light); }
.afif-page .m-tab:focus-visible{ outline: 2px solid var(--mustard-light); outline-offset: 2px; }
.afif-page .m-tab.active{
      background: var(--mustard); color: var(--ink);
      box-shadow:
        0 6px 16px rgba(0,0,0,0.28),
        0 1px 0 rgba(255,255,255,0.35) inset,
        0 -1px 0 rgba(26,14,8,0.18) inset;
    }
.afif-page .m-panel{ display: none; animation: afif-fadeIn 0.35s; position: relative; z-index: 2; }
.afif-page .m-panel.active{ display: block; }
.afif-page .menu-cols{ display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.afif-page .m-card{
      position: relative;
      background:
        radial-gradient(ellipse at top left, rgba(155,29,81,0.07), transparent 55%),
        rgba(255,255,255,0.025);
      border: 1px solid rgba(155,29,81,0.18);
      border-radius: 18px;
      padding: 32px 34px;
      box-shadow:
        0 1px 0 rgba(255,255,255,0.04) inset,
        0 14px 38px -18px rgba(0,0,0,0.55);
      transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
    }
.afif-page .m-card:hover{
      transform: translateY(-3px);
      border-color: rgba(155,29,81,0.3);
      box-shadow:
        0 1px 0 rgba(255,255,255,0.06) inset,
        0 20px 48px -16px rgba(0,0,0,0.6);
    }
.afif-page .m-card::before{
      content: '';
      position: absolute;
      top: 14px; right: 16px;
      width: 6px; height: 6px; border-radius: 50%;
      background: var(--mustard);
      box-shadow: 0 0 0 3px rgba(155,29,81,0.12);
      opacity: 0.7;
    }
.afif-page .m-cat{
      font-family: var(--font-en); font-size: 0.75rem;
      letter-spacing: 0.38em; text-transform: uppercase;
      color: var(--teal-light); margin-bottom: 20px; padding-bottom: 10px;
      border-bottom: 1px solid rgba(155,29,81,0.30);
    }
.afif-page .m-row{
      display: flex; justify-content: space-between;
      align-items: baseline; padding: 9px 0;
      border-bottom: 1px dotted rgba(155,29,81,0.12);
      transition: padding-left 0.2s;
    }
.afif-page .m-row:last-child{ border-bottom: none; }
.afif-page .m-row:hover{ padding-left: 6px; }
.afif-page .m-name{ font-family: var(--font-en); font-size: 1.08rem; color: var(--parchment); flex: 1; }
.afif-page .m-note{ font-size: 0.67rem; color: var(--stone-light); font-style: italic; margin-left: 7px; }
.afif-page .m-dots{ flex: 1; border-bottom: 1px dotted rgba(155,29,81,0.16); margin: 0 12px; min-width: 14px; }
.afif-page .m-price{
      font-family: var(--font-en); font-size: 0.92rem;
      font-weight: 500; letter-spacing: 0.04em;
      color: var(--parchment); white-space: nowrap;
    }
.afif-page .m-note-block{ color: rgba(192,168,130,0.75); font-size: 0.93rem; font-style: italic; line-height: 1.8; }
.afif-page .m-note-block strong{ color: var(--mustard-light); }
