
  /* ===================== MENU PAGE ===================== */
  .menuhead{position:relative;color:var(--espresso);padding:108px 0 46px;
    background:#F7EEE0}
  .menuhead::before{content:"";position:absolute;inset:0;z-index:0;
    background:url('../../imgs/hero/menu-hero-en.webp?v=2') right center/cover no-repeat}
  .menuhead::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
    background:linear-gradient(100deg,rgba(252,246,236,.95) 0%,rgba(252,246,236,.88) 26%,
      rgba(252,246,236,.58) 44%,rgba(252,246,236,.14) 58%,rgba(252,246,236,0) 68%)}
  .menuhead .wrap{position:relative;z-index:2;width:100%}
  .menuhead .eyebrow{color:var(--sage);justify-content:flex-start}
  .menuhead h1{font-family:var(--display);font-weight:700;font-size:56px;line-height:1.02;margin:10px 0 0;letter-spacing:-.01em;color:var(--espresso)}
  .menuhead .sub{color:var(--soft);max-width:52ch;margin:14px 0 0;font-size:16px;line-height:1.55}
  .searchbar{position:relative;margin:0 0 12px;max-width:520px;margin-inline-end:auto}
  .searchbar .sicon{position:absolute;left:18px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#B98C4D}
  .searchbar input{width:100%;border:1px solid rgba(120,90,50,.16);border-radius:14px;padding:13px 46px 13px 46px;font-family:var(--body);
    font-size:15px;background:#FFFDF8;color:var(--espresso);box-shadow:0 6px 16px -12px rgba(65,43,23,.35)}
  .searchbar input::placeholder{color:#A8916F}
  .searchbar input:focus{outline:3px solid rgba(255,145,0,.55)}
  .searchbar .mclear{position:absolute;right:13px;top:50%;transform:translateY(-50%);border:none;background:#EFE3CC;
    color:#7A6650;width:27px;height:27px;border-radius:50%;cursor:pointer;font-size:12px;line-height:1}
  .searchbar .msuggest{position:absolute;left:0;right:0;top:calc(100% + 8px);z-index:100;background:#FFFDF8;border:1px solid rgba(120,90,50,.16);border-radius:14px;box-shadow:0 22px 46px -20px rgba(65,43,23,.55);padding:6px;max-height:326px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#D9C6A5 transparent}
  .searchbar .msuggest[hidden]{display:none}
  .searchbar .msuggest button{display:flex;align-items:center;gap:10px;width:100%;border:0;background:none;text-align:start;cursor:pointer;padding:11px 12px;border-radius:10px;font-family:var(--body);font-size:14.5px;color:var(--espresso);line-height:1.3}
  .searchbar .msuggest button:hover,.searchbar .msuggest button.active{background:#F4E9D6}
  .searchbar .msuggest button .ms-ic{width:15px;height:15px;color:#B98C4D;flex-shrink:0}
  .searchbar .msuggest button mark{background:none;color:var(--orange);font-weight:800}
  .searchbar .msuggest button span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .searchbar .msuggest::-webkit-scrollbar{width:9px}
  .searchbar .msuggest::-webkit-scrollbar-thumb{background:#D9C6A5;border-radius:9px;border:2.5px solid #FFFDF8}
  .searchbar .msuggest::-webkit-scrollbar-track{background:transparent}

  .menutools{position:sticky;top:var(--ftop,80px);z-index:40;background:rgba(251,244,230,.985);border-bottom:1px solid var(--line);padding:13px 0 12px;
    transition:top .26s cubic-bezier(.4,0,.2,1),transform .28s cubic-bezier(.4,0,.2,1),box-shadow .26s ease}
  .menutools.floating{box-shadow:0 14px 30px -18px rgba(65,43,23,.5)}
  @media(max-width:760px){
    .menutools--up{transform:translateY(calc(-100% - 18px));box-shadow:none}
  }
  @media(prefers-reduced-motion:reduce){.menutools{transition:none}}
  .catselectwrap{display:flex;align-items:center;gap:11px}
  .catselectwrap label{font-family:var(--display);font-weight:600;font-size:13.5px;color:var(--espresso);flex:0 0 auto}
  .catselect{appearance:none;-webkit-appearance:none;border:1.5px solid var(--line);color:var(--espresso);
    font-family:var(--display);font-weight:600;font-size:14.5px;padding:11px 40px 11px 16px;border-radius:14px;cursor:pointer;min-width:248px;transition:.2s;
    background:#FFFDF8 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none' stroke='%23A07B3C' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M1 1l5 5 5-5'/%3E%3C/svg%3E") no-repeat right 15px center}
  .catselect:hover{border-color:var(--orange)}
  .catselect:focus{outline:3px solid rgba(255,145,0,.4)}
  .toolrow{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-top:0;flex-wrap:wrap}
  .quickfilters{display:flex;gap:8px;flex-wrap:wrap}
  .qf{border:1.5px solid var(--line);background:transparent;color:#6b563f;font-family:var(--body);font-size:12.5px;font-weight:700;
    padding:7px 13px;border-radius:999px;cursor:pointer;transition:.2s}
  .qf:hover{border-color:var(--orange)}
  .qf.on{background:var(--espresso);color:#fff;border-color:var(--espresso)}
  .resetbtn{border:1.5px solid var(--line);background:transparent;color:#6b563f;font-family:var(--body);font-size:12.5px;font-weight:700;
    padding:8px 13px;border-radius:999px;cursor:pointer;transition:.18s;white-space:nowrap}
  .resetbtn:hover{border-color:var(--orange);color:var(--orange)}
  .sortwrap{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--soft)}
  .sortwrap select{border:1.5px solid var(--line);background:#FFFDF8;border-radius:10px;padding:7px 10px;font-family:var(--body);
    font-size:12.5px;color:var(--espresso);cursor:pointer}
  .toolright{display:flex;align-items:center;gap:10px;margin-inline-start:auto}
  .filterbtn{display:inline-flex;align-items:center;gap:7px;border:1.5px solid var(--line);background:#FFFDF8;color:var(--espresso);
    font-family:var(--display);font-weight:600;font-size:13px;padding:8px 14px;border-radius:999px;cursor:pointer;transition:.2s}
  .filterbtn svg{width:16px;height:16px}
  .filterbtn:hover{border-color:var(--orange)}
  .filterbtn.on{background:var(--espresso);color:#fff;border-color:var(--espresso)}
  .filterbtn .fcount{background:var(--orange);color:#fff;font-size:11px;font-weight:800;min-width:18px;height:18px;border-radius:999px;
    display:inline-flex;align-items:center;justify-content:center;padding:0 5px}
  .filterbtn.on .fcount{background:#fff;color:var(--espresso)}

  .filterpanel{max-height:0;overflow:hidden;opacity:0;transition:max-height .4s ease,opacity .3s ease,margin .3s ease}
  .filterpanel.open{max-height:1400px;opacity:1;margin-top:14px}
  .fpwrap{background:#FFFDF8;border:1px solid var(--line);border-radius:20px;padding:22px 22px 24px}
  .fphead{margin-bottom:18px}
  .fphrow{display:flex;align-items:center;gap:11px}
  .fphico{flex:0 0 auto;color:#F5820B;display:flex}
  .fphico svg{width:25px;height:25px}
  .fphrow h3{font-family:var(--display);font-weight:700;font-size:22px;line-height:1.15;color:var(--espresso);margin:0}
  .fphsub{font-size:12.5px;color:var(--soft);margin:7px 0 0;line-height:1.4}
  .fpreset{margin-inline-start:auto;flex:0 0 auto;display:inline-flex;align-items:center;gap:7px;border:none;background:none;color:#F5820B;
    font-family:var(--body);font-weight:700;font-size:13.5px;cursor:pointer;padding:4px 2px}
  .fpreset svg{width:16px;height:16px}
  .fpreset:hover{color:#D96A00}
  .fpgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(252px,1fr));gap:16px}
  .frange{background:#fff;border:1px solid #F1EBE1;border-radius:16px;padding:16px 16px 13px}
  .frhead{display:flex;align-items:center;gap:10px;margin-bottom:15px}
  .frico{flex:0 0 auto;width:38px;height:38px;border-radius:50%;background:#FDF1E3;color:#F5820B;
    display:flex;align-items:center;justify-content:center}
  .frico .fri{width:20px;height:20px;object-fit:contain;display:block}
  .frlabel{font-family:var(--display);font-weight:700;font-size:15px;color:var(--espresso)}
  .frval{margin-inline-start:auto;font-size:12px;font-weight:700;color:#C46A10;background:#FFF3DF;
    padding:5px 10px;border-radius:999px;white-space:nowrap}
  .slider{position:relative;height:22px}
  .slider .track{position:absolute;top:50%;left:0;right:0;height:6px;transform:translateY(-50%);background:#EBE5DB;border-radius:999px}
  .slider .fill{position:absolute;top:50%;height:6px;transform:translateY(-50%);background:linear-gradient(90deg,#FF9E12,#FF7A00);border-radius:999px}
  .slider input[type=range]{position:absolute;top:0;left:0;width:100%;height:22px;margin:0;background:none;pointer-events:none;
    -webkit-appearance:none;appearance:none}
  .slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;pointer-events:auto;width:18px;height:18px;border-radius:50%;
    background:#fff;border:2px solid #E0D6C6;box-shadow:0 2px 5px rgba(65,43,23,.22);cursor:pointer;margin-top:0}
  .slider input[type=range]::-moz-range-thumb{pointer-events:auto;width:18px;height:18px;border-radius:50%;background:#fff;
    border:2px solid #E0D6C6;box-shadow:0 2px 5px rgba(65,43,23,.22);cursor:pointer}
  .slider input[type=range]::-webkit-slider-runnable-track{background:none;height:22px}
  .slider input[type=range]::-moz-range-track{background:none;height:22px}
  .frbounds{display:flex;justify-content:space-between;gap:8px;margin-top:7px;font-size:11.5px;font-weight:600;color:var(--soft)}
  @media(max-width:760px){
    .toolright{margin-left:auto}
    .fpwrap{padding:16px}
    .fpgrid{grid-template-columns:1fr 1fr;gap:12px}
    .fpht h3{font-size:19px}
  }
  @media(pointer:coarse){
    .slider input[type=range]::-webkit-slider-thumb{width:24px;height:24px}
    .slider input[type=range]::-moz-range-thumb{width:24px;height:24px}
  }
  @media(max-width:560px){
    .catselectwrap{gap:9px}
    .catselect{flex:0 1 auto;min-width:0;max-width:200px;font-size:13.5px;padding:9px 32px 9px 13px}
    .toolrow{margin-top:11px;gap:11px}
    .quickfilters{width:100%;flex-wrap:wrap}
    .toolright{width:100%;justify-content:space-between;margin-left:0}
    .sortwrap select{flex:1;min-width:0}
  }
  @media(max-width:560px){
    .fpwrap{padding:15px 14px 10px}
    .fpgrid{display:block}
    .frange{background:none;border:0;border-top:1px solid #F2ECE2;border-radius:0;padding:10px 2px 8px}
    .frange:first-child{border-top:0;padding-top:2px}
    .frhead{margin-bottom:3px;gap:9px}
    .frico{width:28px;height:28px}
    .frico .fri{width:15px;height:15px}
    .frlabel{font-size:13.5px}
    .frval{font-size:11.5px;padding:3px 9px}
    .slider{height:24px}
    .frbounds{display:none}
    .fphrow h3{font-size:19px}
    .fphsub{font-size:12px;margin-top:4px}
    .fpreset{font-size:12.5px}
  }

  .menusec{padding-top:36px;padding-bottom:160px}
  .menumeta{display:flex;align-items:baseline;gap:12px;margin-bottom:20px}
  .menumeta .lbl{font-family:var(--display);font-weight:700;font-size:25px;color:var(--espresso);text-transform:capitalize}
  .menumeta .count{font-size:13px;color:var(--soft)}
  .mgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(228px,1fr));gap:18px}
  .mgrid:empty{min-height:100vh;min-height:100dvh}
  .dish{position:relative;background:var(--surface);border:1px solid var(--line);border-radius:22px;overflow:hidden;display:flex;flex-direction:column;
    animation:dishIn .5s both;transition:transform .3s ease,box-shadow .3s ease}
  .dish:hover{transform:translateY(-5px);box-shadow:0 24px 42px -24px rgba(65,43,23,.45)}
  .dpic{position:relative;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;overflow:hidden}
  .demoji{font-size:74px;transition:transform .4s ease}
  .dish:hover .demoji{transform:scale(1.09) rotate(-3deg)}
  .dbadges{position:absolute;top:10px;inset-inline-start:10px;z-index:3;
    display:flex;flex-direction:column;align-items:flex-start;gap:5px;
    max-width:calc(100% - 56px);pointer-events:none}
  .dbadge{position:relative;display:inline-flex;align-items:center;gap:4px;max-width:100%;
    font-family:var(--display);font-weight:700;font-size:10.5px;letter-spacing:.01em;padding:4px 9px;
    border-radius:999px;white-space:nowrap;box-shadow:0 3px 10px rgba(65,43,23,.3)}
  /* long labels ("الأكثر مبيعاً") must not push past the card edge on small cards */
  .dbadge>span{overflow:hidden;text-overflow:ellipsis}
  .dbadge.best{background:linear-gradient(135deg,#FFB524,#FF8A00);color:#fff}
  /* white trophy artwork, so it reads against the gold fill exactly like the label does */
  .dbadge .dbi{flex:0 0 auto;width:12px;height:12px;object-fit:contain;display:block}
  .dbadge.new{background:linear-gradient(135deg,#3DD07B,#0E9F4C);color:#fff;overflow:hidden;
    box-shadow:0 4px 14px rgba(14,159,76,.5),0 0 0 2px rgba(255,255,255,.72)}
  .dbadge.new::after{content:"";position:absolute;top:0;bottom:0;left:-60%;width:38%;pointer-events:none;
    background:linear-gradient(90deg,transparent,rgba(255,255,255,.62),transparent);transform:skewX(-18deg);
    animation:badgeShine 3s ease-in-out infinite}
  @keyframes badgeShine{0%{left:-60%}55%,100%{left:135%}}
  @media(prefers-reduced-motion:reduce){.dbadge.new::after{display:none}}
  .dphoto{position:absolute;bottom:11px;right:12px;background:rgba(255,255,255,.86);color:#A07B3C;font-size:10px;font-weight:700;
    font-family:var(--display);padding:3px 9px;border-radius:999px}
  .dbody{padding:13px 15px 15px;display:flex;flex-direction:column;gap:9px;flex:1}
  .dtop{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}
  .dtop h3{font-family:var(--display);font-weight:600;font-size:16px;color:var(--espresso);line-height:1.16}
  .price{flex:0 0 auto;font-family:var(--display);font-weight:700;font-size:13.5px;color:#C46A10;background:#FFF3DF;
    padding:5px 10px;border-radius:10px;white-space:nowrap}
  .ddesc{font-size:13px;color:var(--soft);line-height:1.5;flex:1;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
  .dmacros{display:flex;gap:5px;margin-top:1px}
  .dmacros .dm{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;gap:2px;background:#F9F2E4;border-radius:10px;padding:6px 2px 5px}
  .dmacros .dm b{font-family:var(--display);font-weight:700;font-size:12.5px;line-height:1;color:var(--espresso)}
  .dmacros .dm i{font-style:normal;font-size:8.5px;font-weight:700;letter-spacing:.01em;text-transform:uppercase;color:#8a7458;white-space:nowrap}
  .dmacros .dm.p b{color:#E2620A}.dmacros .dm.c b{color:#BC8514}.dmacros .dm.f b{color:#A9682F}
  .dmacros .dm.k{flex:1.3;background:var(--espresso)}
  .dmacros .dm.k b{color:#fff;font-size:13.5px}
  .dmacros .dm.k i{color:rgba(255,255,255,.72)}

  .mempty{text-align:center;padding:54px 22px 58px;border:2px dashed var(--line);border-radius:24px;background:#FFFDF8}
  .mempty-art{position:relative;width:104px;height:104px;margin:0 auto;border-radius:50%;
    background:radial-gradient(circle at 50% 36%,#FFF4DE,#FAE6C0);box-shadow:inset 0 0 0 1px #F3E2C2;
    display:flex;align-items:center;justify-content:center}
  .mempty-art>svg{width:60px;height:60px}
  .mempty-art .lf{position:absolute;color:#93B06C}
  .mempty-art .lf svg{width:100%;height:100%;display:block}
  .mempty-art .lf.a{width:18px;height:18px;top:-3px;right:3px;transform:rotate(28deg)}
  .mempty-art .lf.b{width:13px;height:13px;bottom:6px;left:-7px;transform:rotate(-24deg)}
  .mempty h3{font-family:var(--display);font-weight:700;font-size:23px;color:var(--espresso);margin:16px 0 6px;text-transform:capitalize}
  .mempty p{color:var(--soft);max-width:46ch;margin:0 auto;line-height:1.55}
  .mempty-btn{margin-top:18px;display:inline-flex;align-items:center;gap:8px;background:#fff;border:1.5px solid var(--line);
    border-radius:999px;padding:10px 19px;font-family:var(--display);font-weight:700;font-size:13.5px;color:var(--espresso);
    cursor:pointer;transition:border-color .18s,color .18s,transform .18s}
  .mempty-btn:hover{border-color:var(--orange);color:var(--orange);transform:translateY(-1px)}
  @keyframes dishIn{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}

  @media(max-width:760px){
    /* The nav is position:fixed, so the artwork used to run underneath it and
       the top of the photo - including the cooler bag - was never seen. Here it
       starts BELOW the nav instead: the strip above stays cream and the nav sits
       on that, exactly as a normal header would. */
    .menuhead{padding:100px 0 36px}
    .menuhead::before,.menuhead::after{top:86px}
    /* both capped so the copy wraps inside the clear part of the photo instead
       of running across the food */
    .menuhead h1{font-size:32px;color:var(--espresso);text-shadow:none;max-width:11ch}
    .menuhead .sub{font-size:13.5px;color:#54402A;text-shadow:none;max-width:21ch}
    .menuhead .eyebrow{color:var(--sage)}
    /* pushed fully right so the whole scene fits across: pale table under the
       copy, food and the cooler bag beyond it */
    .menuhead::before{background-image:url('../../imgs/hero/menu-hero-en-m.webp?v=2');background-position:100% center}
    /* light, and only where the copy sits, so the photo keeps its own colour */
    .menuhead::after{background:linear-gradient(100deg,
      rgba(252,246,236,.9) 0%,rgba(252,246,236,.74) 28%,
      rgba(252,246,236,.3) 50%,rgba(252,246,236,0) 70%)}
    .sortwrap label{display:none}
    .mgrid{grid-template-columns:1fr 1fr;gap:14px}
    .dish{border-radius:18px}
    .demoji{font-size:60px}
    .dbody{padding:12px 12px 14px;gap:8px}
    .dmacros{gap:4px}
    .dmacros .dm b{font-size:11px}
    .dmacros .dm i{font-size:8px;letter-spacing:.02em}
    .dtop h3{font-size:14.5px}
    .price{font-size:12px;padding:4px 8px}
    .ddesc{font-size:12px;-webkit-line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}
  }
  @media(max-width:430px){
    .menuhead{padding:98px 0 32px}
    .menuhead h1{font-size:31px}
    .mgrid{grid-template-columns:1fr}
    .demoji{font-size:96px}
    .ddesc{-webkit-line-clamp:unset;display:block}
    .menumeta .lbl{font-size:22px}
  }

  @media(max-width:560px){
    .menusec{padding-bottom:100px}   /* generous gap before the footer, without a huge void on phones */
    .mgrid{grid-template-columns:1fr;gap:11px}
    .dish{flex-direction:row;align-items:stretch;border-radius:16px;min-height:128px}
    .dish:hover{transform:none}
    .dpic{flex:0 0 130px;width:130px;aspect-ratio:auto;align-self:stretch}
    .dimg{padding:6%}
    .demoji{font-size:54px}
    .dphoto{display:none}
    /* .dish-prefixed: the base .dadd rule sits later in this file and would otherwise win */
    .dish .dadd{width:30px;height:30px;top:9px;right:9px}
    .dish .dadd svg{width:16px;height:16px}
    .dish .dbadges{top:7px;inset-inline-start:7px;gap:4px;max-width:calc(100% - 46px)}
    .dish .dbadge{font-size:8.5px;padding:3px 7px;gap:3px}
    .dish .dbadge .dbi{width:10px;height:10px}
    .dbody{padding:12px 13px;gap:6px;justify-content:center}
    .ddesc{display:none}
    .dtop{align-items:center;gap:7px;padding-inline-end:36px}
    .dtop h3{font-size:15px;line-height:1.2}
    .price{font-size:12px;padding:4px 8px}
    .dmacros{display:grid;grid-template-columns:repeat(4,1fr);gap:0 5px;margin-top:10px}
    .dmacros .dm{min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;
      gap:2px;background:none;border-radius:0;padding:0}
    .dmacros .dm .dmi{width:16px;height:16px}
    /* one dark value colour across all four — the icon carries the colour coding */
    .dmacros .dm b,.dmacros .dm.k b,.dmacros .dm.p b,.dmacros .dm.c b,.dmacros .dm.f b{
      font-size:13.5px;line-height:1;color:var(--espresso);white-space:nowrap}
    .dmacros .dm i{font-size:8.5px;letter-spacing:.01em;color:#8a7458;white-space:nowrap}
    .dmacros .dm.k{background:none}
    .dmacros .dm.k i{color:#8a7458}
  }
  @media(max-width:374px){
    .dpic{flex:0 0 120px;width:120px}
    .dmacros{gap:0 3px}
    .dmacros .dm .dmi{width:15px;height:15px}
    .dmacros .dm b,.dmacros .dm.k b,.dmacros .dm.p b,.dmacros .dm.c b,.dmacros .dm.f b{font-size:12.5px}
    .dmacros .dm i{font-size:8px;letter-spacing:0}
    .dtop h3{font-size:15px}
  }

  /* ===== DISH DIALOG ===== */
  .dlg[hidden]{display:none}
  .dlg{position:fixed;inset:0;height:100dvh;z-index:200;display:flex;align-items:center;justify-content:center;padding:20px}
  .dlg-overlay{position:absolute;inset:0;background:rgba(40,25,12,.62);animation:dlgFade .25s ease}
  .dlg-card{position:relative;z-index:2;width:100%;max-width:600px;max-height:90vh;max-height:90dvh;overflow:auto;overscroll-behavior:contain;background:var(--surface);
    border-radius:26px;box-shadow:0 40px 80px -30px rgba(40,25,12,.6);animation:dlgPop .32s cubic-bezier(.22,.61,.36,1)}
  .dlg-card::-webkit-scrollbar{width:8px}
  .dlg-card::-webkit-scrollbar-thumb{background:#E3D4BB;border-radius:8px}
  .dlg-close{position:absolute;top:14px;right:14px;z-index:3;width:38px;height:38px;border:none;border-radius:50%;
    background:rgba(255,255,255,.92);color:var(--espresso);font-size:14px;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.22);transition:.2s}
  .dlg-close:hover{background:#fff;transform:rotate(90deg)}
  .dlg-pic{position:relative;height:320px;display:flex;align-items:center;justify-content:center;overflow:hidden}
  .dlg-pic .demoji{font-size:128px}
  .dlg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;padding:5%;box-sizing:border-box;display:block;filter:drop-shadow(0 14px 22px rgba(80,50,15,.3))}
  .dlg-kcal{position:absolute;top:16px;left:16px;background:var(--espresso);color:#fff;font-family:var(--display);font-weight:700;font-size:13px;padding:6px 13px;border-radius:999px}
  .dlg-zoombtn{position:absolute;bottom:14px;left:16px;z-index:3;display:inline-flex;align-items:center;gap:7px;border:0;cursor:zoom-in;
    background:rgba(255,255,255,.92);color:var(--espresso);font-family:var(--display);font-weight:700;font-size:12px;padding:8px 14px;border-radius:999px;
    box-shadow:0 4px 12px rgba(0,0,0,.2);transition:background .2s}
  .dlg-zoombtn:hover{background:#fff}
  .dlg-zoombtn[hidden]{display:none}
  .dlg-zoombtn svg{width:14px;height:14px;flex-shrink:0}
  .dlg-pic:has(.dlg-zoombtn:not([hidden])){cursor:zoom-in}
  .dlg-loading{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;
    align-items:center;justify-content:center;gap:13px;pointer-events:none;
    opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}
  .dlg-loading.show{opacity:1;visibility:visible}
  /* soft sheen sweeping across the disc while we wait */
  .dlg-loading::before{content:"";position:absolute;inset:0;
    background:linear-gradient(100deg,transparent 34%,rgba(255,255,255,.5) 50%,transparent 66%);
    background-size:250% 100%;animation:dlgSheen 1.15s ease-in-out infinite}
  .dlg-spin{position:relative;width:42px;height:42px;border-radius:50%;
    border:3.5px solid rgba(255,255,255,.55);border-top-color:#F0871C;animation:dlgSpin .75s linear infinite}
  .dlg-loadtxt{position:relative;font-family:var(--display);font-weight:700;font-size:12.5px;letter-spacing:.02em;
    color:#9A5A12;background:rgba(255,255,255,.85);padding:5px 13px;border-radius:999px;box-shadow:0 4px 12px rgba(80,50,15,.16)}
  .dlg-kcal{z-index:3}
  @keyframes dlgSpin{to{transform:rotate(360deg)}}
  @keyframes dlgSheen{0%{background-position:150% 0}100%{background-position:-50% 0}}
  /* the photo fades in once decoded instead of popping over the shimmer */
  .dlg-img{opacity:0;transition:opacity .3s ease}
  .dlg-img.loaded{opacity:1}
  @media(prefers-reduced-motion:reduce){
    .dlg-spin,.dlg-loading::before{animation:none}
    .dlg-img{transition:none}
  }
  /* short viewports: the pic shrinks toward 120px, so scale the spinner to match */
  @media(max-height:560px){.dlg-spin{width:34px;height:34px;border-width:3px}.dlg-loadtxt{font-size:11.5px;padding:4px 11px}}
  /* full-screen photo zoom viewer */
  .zv{position:fixed;inset:0;z-index:400;background:rgba(22,13,4,.95);opacity:0;visibility:hidden;transition:opacity .25s,visibility .25s}
  .zv.open{opacity:1;visibility:visible}
  .zv-stage{position:absolute;inset:0;overflow:hidden;touch-action:none;cursor:grab}
  .zv-stage.drag{cursor:grabbing}
  .zv-stage img{position:absolute;top:0;left:0;max-width:none;transform-origin:0 0;user-select:none;-webkit-user-select:none;will-change:transform}
  .zv-close{position:absolute;top:16px;right:16px;z-index:2;width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.95);
    color:#241608;font-size:16px;cursor:pointer;box-shadow:0 6px 16px rgba(0,0,0,.35);display:flex;align-items:center;justify-content:center}
  .zv-close:hover{background:#fff}
  .zv-name{position:absolute;top:24px;left:22px;z-index:2;max-width:calc(100% - 90px);color:#fff;font-family:var(--display);font-weight:700;font-size:17px;
    text-shadow:0 2px 10px rgba(0,0,0,.6);pointer-events:none}
  .zv-hint{position:absolute;bottom:24px;left:50%;transform:translateX(-50%);z-index:2;background:rgba(0,0,0,.6);color:#fff;font-size:12.5px;
    white-space:nowrap;padding:9px 17px;border-radius:999px;pointer-events:none;opacity:0;transition:opacity .4s}
  .zv-hint.show{opacity:1}
  @media(prefers-reduced-motion:reduce){.zv{transition:none}}
  .dlg-pic .dphoto{position:absolute;bottom:14px;right:14px;background:rgba(255,255,255,.86);color:#A07B3C;font-size:10.5px;font-weight:700;font-family:var(--display);padding:4px 10px;border-radius:999px}
  .dlg-body{padding:22px 24px 26px}
  .dlg-eyebrow{display:flex;align-items:center;gap:9px;font-size:11.5px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#5E6B3C}
  .dlg-cat-ic{width:17px;height:17px;object-fit:contain;flex-shrink:0}
  /* round tint disc behind the category + calories icons */
  .nic{flex-shrink:0;width:31px;height:31px;border-radius:50%;background:#F2EEE3;display:inline-flex;
    align-items:center;justify-content:center;font-style:normal}
  .dlg-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;margin-top:7px}
  .dlg-head h2{font-family:var(--display);font-weight:700;font-size:27px;color:var(--espresso);line-height:1.1}
  .dlg-head .price{flex:0 0 auto;font-family:var(--display);font-weight:700;font-size:15px;color:#C46A10;background:#FFF3DF;padding:7px 13px;border-radius:11px}
  .dlg-desc{color:#6b563f;font-size:14.5px;line-height:1.6;margin-top:14px}
  .dlg-nutri{margin-top:20px;background:var(--bg);border:1px solid var(--line);border-radius:18px;padding:17px 18px 16px}
  .dlg-nutri-h{font-family:var(--display);font-weight:700;font-size:12px;letter-spacing:.07em;text-transform:uppercase;color:var(--espresso)}
  .caloriesrow{display:flex;justify-content:space-between;align-items:center;margin-top:12px;padding-bottom:0;border-bottom:0}
  .caloriesrow span{display:inline-flex;align-items:center;gap:9px;font-size:14px;color:#6b563f}
  .caloriesrow b{font-family:var(--display);font-weight:700;font-size:25px;color:var(--espresso)}
  .caloriesrow b small{font-size:12px;color:var(--soft);font-weight:600;margin-left:3px}
  .macrobar{display:flex;height:10px;border-radius:999px;overflow:hidden;margin-top:15px;background:var(--line)}
  .macrobar .seg{height:100%}
  .macrobar .seg.p{background:#7C9B3A}
  .macrobar .seg.c{background:#F2A81C}
  .macrobar .seg.f{background:#BC5A12}
  /* three equal columns split by hairlines, each: icon + label stacked over value */
  .macrolegend{display:flex;margin-top:14px}
  .macrolegend .mlg{flex:1;min-width:0;display:flex;align-items:center;gap:9px;padding-inline:14px}
  .macrolegend .mlg:first-child{padding-inline-start:0}
  .macrolegend .mlg:last-child{padding-inline-end:0}
  .macrolegend .mlg+.mlg{border-inline-start:1px solid var(--line)}
  .macrolegend .mlg-t{display:flex;flex-direction:column;gap:2px;min-width:0}
  .macrolegend .mlg-t i{font-style:normal;font-size:12.5px;color:#8a7458;line-height:1}
  .macrolegend .mlg-t b{font-family:var(--display);font-weight:700;font-size:14.5px;color:var(--espresso);line-height:1}
  .macrolegend .dot{width:9px;height:9px;border-radius:50%}
  .dot.p{background:#7C9B3A}.dot.c{background:#F2A81C}.dot.f{background:#BC5A12}
  .dlg-note{margin-top:16px;font-size:12.5px;color:var(--soft)}
  @keyframes dlgFade{from{opacity:0}to{opacity:1}}
  @keyframes dlgPop{from{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:none}}
  @media(max-width:560px){
    .dlg{padding:0;align-items:flex-end}
    .dlg-card{max-width:none;max-height:93vh;max-height:93dvh;border-radius:24px 24px 0 0;animation:dlgUp .34s cubic-bezier(.22,.61,.36,1)}
    .dlg-pic{height:240px}
    .dlg-pic .demoji{font-size:100px}
    .dlg-head h2{font-size:23px}
    .dlg-body{padding:20px 18px 24px}
  }
  @keyframes dlgUp{from{opacity:0;transform:translateY(60px)}to{opacity:1;transform:none}}

  /* allergens in dialog */
  .dlg-allerg{margin-top:18px}
  .dlg-allerg-h{font-family:var(--display);font-weight:700;font-size:12px;letter-spacing:.07em;text-transform:uppercase;color:var(--espresso)}
  .allerg-list{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}
  .allerg{font-size:12.5px;font-weight:700;color:#C46A10;border:1.5px solid #F0CE9A;background:#FFF8EE;padding:5px 12px;border-radius:999px}
  .allerg-note{margin-top:10px;font-size:11.5px;color:var(--soft)}

  /* dialog — adapt to short / landscape viewports */
  @media(max-height:720px){
    .dlg-pic{height:230px}
    .dlg-pic .demoji{font-size:100px}
  }
  @media(max-height:560px){
    .dlg{align-items:center;padding:14px}
    .dlg-card{max-height:94vh;max-height:94dvh;border-radius:22px;animation:dlgPop .3s ease}
    .dlg-pic{height:160px}
    .dlg-pic .demoji{font-size:74px}
    .dlg-body{padding:18px 20px 22px}
    .dlg-head h2{font-size:22px}
  }
  @media(max-height:430px){
    .dlg-pic{height:120px}
    .dlg-pic .demoji{font-size:56px}
    .dlg-kcal{top:10px;left:10px;font-size:11px;padding:4px 10px}
    .dlg-close{top:10px;right:10px;width:32px;height:32px}
  }

  /* ===================== BUILD YOUR DAY ===================== */
  .bd-fab{position:fixed;right:22px;bottom:88px;z-index:71;display:inline-flex;align-items:center;gap:8px;
    background:linear-gradient(135deg,#FFB24D,#F0871C);color:#fff;font-family:var(--display);font-weight:700;font-size:14px;
    padding:12px 18px;border:0;border-radius:999px;cursor:pointer;box-shadow:0 14px 28px -10px rgba(240,135,28,.7);transition:transform .2s,box-shadow .2s}
  .bd-fab:hover{transform:translateY(-2px);box-shadow:0 18px 34px -10px rgba(240,135,28,.85)}
  .bd-fab .e{font-size:17px;line-height:1}
  @media(max-width:560px){.bd-fab{right:16px;bottom:78px;padding:11px 15px;font-size:13px}}
  @media(max-width:480px){.bd-fab{right:14px;bottom:74px}}
  .bd-fab-count{min-width:20px;height:20px;border-radius:999px;background:#fff;color:#E2620A;font-size:12px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;padding:0 5px}
  @keyframes bdbump{0%{transform:scale(1)}40%{transform:scale(1.13)}100%{transform:scale(1)}}
  .bd-fab.bump{animation:bdbump .42s cubic-bezier(.34,1.5,.5,1)}
  .bd-toast{position:fixed;right:22px;bottom:144px;z-index:75;background:var(--espresso);color:#fff;font-family:var(--display);font-weight:700;font-size:13px;padding:10px 16px;border-radius:12px;box-shadow:0 14px 30px -10px rgba(0,0,0,.45);opacity:0;transform:translateY(8px);transition:opacity .25s,transform .25s;pointer-events:none}
  .bd-toast.show{opacity:1;transform:none}
  @media(max-width:480px){.bd-toast{right:14px;bottom:130px}}
  .dish .dpic{position:relative}
  .dimg{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;padding:9%;box-sizing:border-box;display:block;filter:drop-shadow(0 10px 16px rgba(80,50,15,.28))}
  .dadd{position:absolute;top:10px;right:10px;z-index:3;width:34px;height:34px;border:0;border-radius:50%;
    background:rgba(255,255,255,.94);color:var(--orange);cursor:pointer;display:flex;align-items:center;justify-content:center;
    box-shadow:0 6px 14px -5px rgba(80,50,20,.5);transition:transform .15s,background .15s,color .15s}
  .dadd svg{width:18px;height:18px}
  .dadd:hover{background:var(--orange);color:#fff;transform:scale(1.1)}
  .dadd.added{background:#4E9D5B;color:#fff;transform:scale(1.1)}
  .bdov{position:fixed;inset:0;height:100dvh;z-index:180;background:rgba(38,24,10,.66);
    opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;display:flex;align-items:center;justify-content:center;padding:18px}
  .bdov.open{opacity:1;visibility:visible}
  .bdov-card{width:100%;max-width:1000px;max-height:92vh;max-height:92dvh;display:flex;flex-direction:column;background:var(--bg);border-radius:28px;overflow:hidden;
    box-shadow:0 40px 90px -30px rgba(0,0,0,.55);transform:translateY(18px) scale(.985);transition:transform .38s cubic-bezier(.34,1.3,.5,1)}
  .bdov.open .bdov-card{transform:none}
  .bdov-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 26px;background:linear-gradient(135deg,#FFB24D,#F0871C);color:#fff;flex-shrink:0}
  .bdov-eyebrow{font-family:var(--display);font-weight:700;font-size:12px;letter-spacing:.1em;text-transform:uppercase;opacity:.95}
  .bdov-head h2{font-family:var(--display);font-weight:700;font-size:24px;line-height:1;margin-top:3px}
  .bdov-close{width:38px;height:38px;border:0;border-radius:50%;background:rgba(255,255,255,.25);color:#fff;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}
  .bdov-close:hover{background:rgba(255,255,255,.42)}
  .bdov-body{padding:26px;overflow-y:auto;overscroll-behavior:contain}
  .bdov .bd-summary{position:static}
  .bd-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:40px;align-items:start}
  .bd-timeline{position:relative}
  .bd-timeline::before{content:"";position:absolute;left:28px;top:38px;bottom:38px;width:4px;border-radius:4px;transform:translateX(-50%);
    background:linear-gradient(180deg,#FFD89B 0%,#FFB24D 32%,#F0871C 62%,#9A5BB0 100%)}
  .bd-slot{position:relative;display:grid;grid-template-columns:56px 1fr;gap:18px;align-items:center;padding:9px 0}
  .bd-node{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:5px}
  .bd-ico{width:56px;height:56px;border-radius:50%;background:#fff;border:3px solid var(--st,#F0911E);box-shadow:0 8px 20px -6px color-mix(in srgb,var(--st,#F0911E) 55%,transparent);display:flex;align-items:center;justify-content:center;color:var(--st,#F0911E)}
  .bd-ico svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
  .bd-time{font-family:var(--display);font-weight:700;font-size:11px;color:var(--soft);letter-spacing:.03em}
  .bd-pick{background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:14px 16px;box-shadow:0 16px 36px -28px rgba(120,70,0,.45)}
  .bd-pick-h{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;font-family:var(--display);font-weight:700;font-size:12.5px;color:var(--st,var(--soft));letter-spacing:.06em;text-transform:uppercase;margin-bottom:9px}
  .bd-pick-h .hh em{display:block;font-style:normal;font-family:var(--body);font-weight:600;font-size:12px;letter-spacing:0;text-transform:none;color:var(--soft);margin-top:2px}
  .bd-pick-h .t{display:inline-flex;align-items:center;gap:5px;border:1px solid var(--line);background:#fff;border-radius:999px;padding:5px 11px;font-weight:600;font-size:11px;color:var(--soft);letter-spacing:.02em;white-space:nowrap}
  .bd-pick-h .t svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
  .bd-add{width:100%;border:1.5px dashed color-mix(in srgb,var(--st,#F0911E) 50%,var(--line));background:color-mix(in srgb,var(--st,#F0911E) 7%,#fff);color:#9A5A12;font-family:var(--display);font-weight:700;font-size:14.5px;padding:14px;border-radius:14px;cursor:pointer;transition:background .18s,border-color .18s,transform .18s}
  .bd-add:hover{border-color:var(--st,#F0911E);background:color-mix(in srgb,var(--st,#F0911E) 13%,#fff);transform:translateY(-1px)}
  .bd-add-more{margin-top:10px;padding:9px;font-size:13px;background:none}
  .bd-add-side{margin-top:8px;padding:9px;font-size:12.5px;
    border-style:dashed;border-color:color-mix(in srgb,var(--st,#F0911E) 34%,var(--line));
    background:color-mix(in srgb,var(--st,#F0911E) 4%,#fff);color:#9A5A12}
  .bd-add-side em{font-style:normal;font-weight:600;color:#B39C7D}
  .bd-add-side:hover{border-color:color-mix(in srgb,var(--st,#F0911E) 62%,var(--line));
    background:color-mix(in srgb,var(--st,#F0911E) 10%,#fff);color:#8A4F0E}
  /* the badge is the tell: accent-filled, not the old muted grey chip */
  .bd-side-pill{display:inline-block;margin-inline-start:7px;vertical-align:2px;
    background:var(--st,#F0911E);color:#fff;font-family:var(--display);
    font-size:9px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;
    padding:2px 8px;border-radius:999px;white-space:nowrap;
    box-shadow:0 4px 10px -5px color-mix(in srgb,var(--st,#F0911E) 90%,transparent)}
  .bd-dish{display:flex;align-items:center;gap:13px}
  .bd-dish + .bd-dish{margin-top:9px;padding-top:9px;border-top:1px solid var(--line)}
  .bd-dish.is-side{position:relative;margin-inline-start:30px;padding:9px 12px 9px 9px;border-radius:14px;
    border:1.5px dashed color-mix(in srgb,var(--st,#F0911E) 38%,#E7D2A9);
    background:linear-gradient(135deg,color-mix(in srgb,var(--st,#F0911E) 10%,#fff),color-mix(in srgb,var(--st,#F0911E) 3%,#FFFDF7))}
  .bd-dish + .bd-dish.is-side{margin-top:10px;padding-top:9px;
    border-top:1.5px dashed color-mix(in srgb,var(--st,#F0911E) 38%,#E7D2A9)}
  /* dashed elbow linking the side back up to the meal it hangs off */
  .bd-dish.is-side::before{content:"";position:absolute;inset-inline-start:-19px;top:50%;width:13px;height:13px;
    border-inline-start:2px dashed color-mix(in srgb,var(--st,#F0911E) 55%,#E0C48C);
    border-bottom:2px dashed color-mix(in srgb,var(--st,#F0911E) 55%,#E0C48C);
    border-end-start-radius:6px;transform:translateY(-90%)}
  .bd-dish.is-side .bd-de{width:40px;height:40px;font-size:21px;border-radius:11px;
    box-shadow:0 0 0 2px color-mix(in srgb,var(--st,#F0911E) 22%,#fff)}
  .bd-dish.is-side .bd-di b{font-size:14px}
  .bd-dish.is-side .bd-di span{color:#9A7B4E;font-weight:600}
  .bd-de{width:48px;height:48px;border-radius:14px;flex-shrink:0;overflow:hidden;display:flex;align-items:center;justify-content:center;font-size:26px;background:color-mix(in srgb,var(--st,#F0911E) 16%,#fff)}
  .bd-de img{width:100%;height:100%;object-fit:contain;padding:8%;box-sizing:border-box;display:block}
  .bd-di{flex:1;min-width:0}
  .bd-di b{font-family:var(--display);font-weight:700;font-size:15.5px;color:var(--espresso);display:block;line-height:1.15}
  .bd-di span{font-size:12.5px;color:var(--soft)}
  .bd-rm{background:none;border:0;color:var(--soft);font-size:19px;cursor:pointer;line-height:1;padding:0 2px;flex-shrink:0}
  .bd-rm:hover{color:#CE5A2A}
  .bd-summary{background:var(--surface);border:1px solid var(--line);border-radius:24px;padding:26px 24px;box-shadow:0 20px 48px -36px rgba(120,70,0,.45)}
  .bd-verdict{text-align:center;font-family:var(--display);font-weight:700;font-size:17px;color:var(--espresso);min-height:24px}
  .bd-mealcount{text-align:center;font-size:12.5px;color:var(--soft);margin-top:4px}
  .bd-mealcount.is-empty{width:fit-content;margin:9px auto 0;color:#E2620A;font-weight:800;font-size:12.5px;background:#FEF1DF;border:1px dashed #F0B24A;border-radius:999px;padding:7px 16px;animation:bdCountPulse 1.9s ease-in-out infinite}
  @keyframes bdCountPulse{0%,100%{transform:scale(1);box-shadow:0 0 0 0 rgba(240,145,30,.32)}55%{transform:scale(1.04);box-shadow:0 0 0 7px rgba(240,145,30,0)}}
  @media(prefers-reduced-motion:reduce){.bd-mealcount.is-empty{animation:none}}
  .bd-stats{display:flex;align-items:center;justify-content:center;gap:22px;margin-top:20px}
  .bddonutwrap{position:relative;width:120px;height:120px;flex-shrink:0}
  .bddonut{position:absolute;inset:0;transform:rotate(-90deg)}
  .bddonut .bg{stroke:#F0E6D2}
  .bddonut .seg{transition:stroke-dasharray .55s cubic-bezier(.34,1.4,.5,1),stroke-dashoffset .55s cubic-bezier(.34,1.4,.5,1)}
  .bddcen{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}
  .bddcen b{font-family:var(--display);font-weight:700;font-size:26px;color:var(--espresso);line-height:1;font-variant-numeric:tabular-nums}
  .bddcen span{font-size:11px;font-weight:700;color:var(--espresso);margin-top:2px}
  .bddcen .of{font-size:9.5px;font-weight:400;color:var(--soft);margin-top:1px}
  .bd-leg{display:flex;flex-direction:column;gap:8px;min-width:150px}
  .bd-leg .lr{display:flex;align-items:center;gap:9px;font-size:13.5px;color:var(--espresso)}
  .bd-leg .sw{width:12px;height:12px;border-radius:4px;flex-shrink:0}
  .bd-leg .bd-leg-ic{width:20px;height:20px;object-fit:contain;flex-shrink:0}
  .bd-goalmsg{text-align:center;font-family:var(--display);font-weight:700;font-size:12px;color:#B4530A;background:#FEF1DF;border:1px solid #F6D8AC;border-radius:11px;padding:8px 12px;margin-top:8px;line-height:1.4}
  .bd-leg b{font-family:var(--display);font-weight:700;margin-left:auto;white-space:nowrap}
  .bd-kk{background:#58AF5C}.bd-pp{background:#9A7258}.bd-cc{background:#F0A93C}.bd-ff{background:#B54834}.bd-prr{background:#7B57E0}
  .seg-p{stroke:#9A7258}.seg-c{stroke:#F0A93C}.seg-f{stroke:#B54834}
  .bd-pricerow{display:flex;align-items:center;justify-content:space-between;margin-top:20px;padding-top:18px;border-top:1px solid var(--line)}
  .bd-pricerow>span{font-size:14px;font-weight:700;color:var(--espresso)}
  .bd-pricerow b{font-family:var(--display);font-weight:800;font-size:30px;color:#E2620A}
  .bd-pricerow b span{font-size:inherit;font-weight:inherit;color:inherit}
  .bd-sum-actions{display:flex;flex-direction:column;gap:10px;margin-top:20px}
  .bd-clear{display:flex;justify-content:center;align-items:center;gap:8px;width:100%;background:#fff;border:1.5px solid var(--line);border-radius:14px;color:var(--soft);font-family:var(--display);font-weight:700;font-size:14px;cursor:pointer;padding:12px;transition:color .18s,border-color .18s}
  .bd-clear svg{width:15px;height:15px;flex-shrink:0}
  .bd-clear:hover{color:var(--orange);border-color:var(--orange)}
  .bd-tip{display:flex;align-items:center;gap:11px;margin-top:22px;background:#FBF3DC;border:1px solid #F2E4C0;border-radius:14px;padding:12px 16px}
  .bd-tip .bulb{font-size:19px;flex-shrink:0}
  .bd-tip p{margin:0;font-size:13px;line-height:1.45;color:#6b563f}
  .bd-modal{position:fixed;inset:0;z-index:200;background:rgba(38,24,10,.68);
    opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;display:flex;align-items:center;justify-content:center;padding:20px}
  .bd-modal.open{opacity:1;visibility:visible}
  .bd-mcard{width:100%;max-width:640px;max-height:86vh;max-height:86dvh;display:flex;flex-direction:column;background:var(--bg);border-radius:26px;overflow:hidden;
    box-shadow:0 40px 80px -30px rgba(0,0,0,.5);transform:translateY(16px) scale(.98);transition:transform .35s cubic-bezier(.34,1.3,.5,1)}
  .bd-modal.open .bd-mcard{transform:none}
  .bd-mhead{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;background:var(--surface);border-bottom:1px solid var(--line);flex-shrink:0}
  .bd-mhead b{font-family:var(--display);font-weight:700;font-size:18px;color:var(--espresso)}
  .bd-mclose{width:34px;height:34px;border:0;border-radius:50%;background:var(--bg);color:var(--espresso);font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center}
  .bd-mclose:hover{background:var(--line)}
  .bd-mgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(178px,1fr));gap:12px;padding:20px 22px;overflow-y:auto;overscroll-behavior:contain}
  .bd-mdish{text-align:left;background:var(--surface);border:1.5px solid var(--line);border-radius:18px;padding:15px;cursor:pointer;transition:.16s;font-family:var(--body);display:flex;flex-direction:column;gap:3px}
  .bd-mdish:hover{border-color:var(--orange);transform:translateY(-3px);box-shadow:0 18px 34px -20px rgba(120,70,0,.5)}
  .bd-msearchwrap{padding:12px 22px 0;flex-shrink:0}
  .bd-msearchwrap input{width:100%;border:1.5px solid var(--line);background:#fff;border-radius:12px;padding:10px 14px;font-family:var(--body);font-size:14px;color:var(--espresso)}
  .bd-msearchwrap input:focus{outline:none;border-color:var(--orange)}
  .bd-msearchwrap input::placeholder{color:#A8916F}
  .bd-mempty{grid-column:1/-1;text-align:center;color:var(--soft);padding:26px 0}
  .bd-mde{width:58px;height:58px;border-radius:14px;overflow:hidden;background:#F6EDDD;display:flex;align-items:center;justify-content:center;font-size:32px;line-height:1}
  .bd-mde img{width:100%;height:100%;object-fit:contain;padding:6%;box-sizing:border-box;display:block}
  .bd-mdish .mn{font-family:var(--display);font-weight:700;font-size:15px;color:var(--espresso);line-height:1.15;margin-top:5px}
  .bd-mdish .mmac{font-size:11.5px;color:var(--soft)}
  .bd-mdish .mpr{font-family:var(--display);font-weight:700;font-size:13.5px;color:var(--orange);margin-top:3px}
  @media(max-width:820px){.bd-grid{grid-template-columns:1fr;gap:28px}.bdov-body{padding:18px}.bdov-head{padding:16px 20px}.bdov-head h2{font-size:21px}}
  @media(max-width:560px){
    .bd-mgrid{grid-template-columns:1fr 1fr;padding:14px;gap:10px}
    .bdov{padding:10px}
    .bdov-card{border-radius:22px;max-height:94vh;max-height:94dvh}
    .bdov-body{padding:14px}
    .bd-slot{grid-template-columns:44px 1fr;gap:12px}
    .bd-ico{width:44px;height:44px;border-width:2.5px}
    .bd-ico svg{width:21px;height:21px}
    .bd-timeline::before{left:22px}
    .bd-pick{padding:12px 13px}
    .bd-pick-h .t{padding:4px 9px;font-size:10px}
    .bd-summary{padding:20px 16px}
    .bd-stats{gap:14px}
    .bddonutwrap{width:104px;height:104px}
    .bd-leg{min-width:0;flex:1}
    .bd-pricerow b{font-size:26px}
    .bd-tip{margin-top:16px;padding:11px 13px}
    .bd-msearchwrap{padding:10px 14px 0}
    .bd-dish{gap:10px}
    .bd-dish.is-side{margin-inline-start:15px;padding:8px 10px 8px 8px;border-radius:12px}
    .bd-dish.is-side::before{inset-inline-start:-10px;width:8px;height:8px;border-end-start-radius:4px}
    .bd-dish.is-side .bd-de{width:34px;height:34px;font-size:18px;border-radius:10px}
    .bd-dish.is-side .bd-di b{font-size:13px}
    .bd-dish.is-side .bd-di span{font-size:11.5px}
    .bd-side-pill{font-size:8.5px;padding:2px 6px;margin-inline-start:5px;vertical-align:1px}
    .bd-add-side{font-size:11.5px;padding:8px}
    .bd-add-side em{display:inline}
  }
  @media(max-width:380px){
    .bd-dish.is-side{margin-inline-start:11px;padding:7px 8px 7px 7px}
    .bd-dish.is-side::before{inset-inline-start:-8px;width:6px;height:6px}
    .bd-dish.is-side .bd-di b{font-size:12.5px}
    .bd-dish.is-side .bd-di span{font-size:11px}
    .bd-side-pill{margin-inline-start:0;margin-top:3px;display:inline-block}
    .bd-dish.is-side .bd-di b{display:flex;flex-wrap:wrap;align-items:center;gap:0 5px}
  }


  /* macro icon set (imgs/icons/macros) - dish-card chips + dish-dialog legend */
  .dmacros .dm .dmi{width:15px;height:15px;object-fit:contain;display:block}
  .macrolegend .mlg-ic,.caloriesrow .mlg-ic{width:17px;height:17px;object-fit:contain;flex-shrink:0}

  /* the hero sub-heading has two versions: the full line, and a short one for
     phones so the copy block stays inside the artwork instead of running past it */
  .menuhead .sub .sub-sm{display:none}
  @media(max-width:760px){
    .menuhead .sub .sub-lg{display:none}
    .menuhead .sub .sub-sm{display:inline}
  }
