/* ============================================================
   ARDEN LOUNGE MENU SYSTEM
   Front + Back Office
   Clean rebuild. No legacy menu overrides below this file.
   Typography rule: controls 18px, item titles 16px, descriptions 14px.
   ============================================================ */

:root{
  --m-forest:#122a22;
  --m-forest2:#0a1c16;
  --m-cream:#f7f0e6;
  --m-paper:#fffdf8;
  --m-gold:#c49a5b;
  --m-gold2:#9f7441;
  --m-clay:#a75f43;
  --m-text:#25342d;
  --m-muted:#6e756f;
  --m-line:#dfd2c1;
  --m-shadow:0 20px 54px rgba(14,31,25,.08);
  --menu-button-text-size:18px;
  --menu-title-text-size:16px;
  --menu-description-text-size:14px;
}

.menu-icon,.ui-icon{
  width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.65;
  stroke-linecap:round;stroke-linejoin:round;
}

/* PUBLIC: HERO + PRIMARY TABS */
.menu-pro-hero{
  position:relative;overflow:hidden;padding:68px 5vw 42px;color:#fff;
  background:
    radial-gradient(circle at 18% 12%,rgba(196,154,91,.17),transparent 27%),
    radial-gradient(circle at 92% 80%,rgba(167,95,67,.12),transparent 25%),
    linear-gradient(145deg,var(--m-forest2),#1a3d31);
}
.menu-pro-hero-pattern{
  position:absolute;inset:0;pointer-events:none;opacity:.08;
  background-image:radial-gradient(circle at 1px 1px,#fff 1px,transparent 0);
  background-size:30px 30px;
}
.menu-pro-hero-inner{position:relative;z-index:1;max-width:1240px;margin:auto;text-align:center}
.menu-pro-brandline{display:flex;justify-content:center;align-items:center;gap:10px;color:#d8b67c;font-size:12px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}
.menu-pro-seal{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(216,182,124,.38);border-radius:50%;background:rgba(255,255,255,.04)}
.menu-pro-seal .menu-icon{width:21px;height:21px}
.menu-pro-hero h1{margin:12px 0 8px;font-size:clamp(48px,6vw,76px);color:#fff}
.menu-pro-hero>div p,.menu-pro-quote{max-width:760px;margin:0 auto;color:#e6e0d7;font-size:14px;line-height:1.65}
.menu-pro-service-info{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:18px}
.menu-pro-service-info span,.menu-pro-service-info strong{
  min-height:36px;display:inline-flex;align-items:center;gap:7px;padding:7px 12px;
  border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.05);
  color:#f2ece3;font-size:14px;
}
.menu-pro-service-info strong{border-color:rgba(196,154,91,.45);background:rgba(196,154,91,.14);color:#f7d9a8}

.menu-service-tabs{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:9px;margin:28px auto 0}
.menu-service-tab{
  min-height:62px;display:flex;align-items:center;justify-content:center;gap:9px;padding:10px 12px;
  border:1px solid rgba(255,255,255,.15);border-radius:12px;background:rgba(255,255,255,.045);color:#f5efe7;
  font:700 var(--menu-button-text-size)/1.15 'Montserrat',Arial,sans-serif;transition:.2s ease;
}
.menu-service-tab:hover{transform:translateY(-2px);border-color:rgba(196,154,91,.65);background:rgba(196,154,91,.13)}
.menu-service-tab.active{border-color:var(--m-gold);background:linear-gradient(145deg,var(--m-gold),var(--m-gold2));box-shadow:0 11px 25px rgba(196,154,91,.17)}
.menu-service-tab-icon{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:rgba(255,255,255,.07)}
.menu-service-tab-icon .menu-icon{width:18px;height:18px}

/* PUBLIC: ADAPTIVE SECTION NAV */
.menu-section-dock{position:sticky;top:78px;z-index:25;padding:9px 5vw;background:rgba(255,250,242,.96);border-bottom:1px solid var(--m-line);box-shadow:0 7px 22px rgba(14,31,25,.06);backdrop-filter:blur(12px)}
.menu-section-dock>.container{position:relative;max-width:1240px}
.menu-section-trigger{display:none}
.menu-section-nav{display:flex;align-items:stretch;gap:7px;overflow-x:auto;scrollbar-width:none}
.menu-section-nav::-webkit-scrollbar{display:none}
.menu-section-nav a{
  min-height:52px;min-width:145px;flex:1 0 auto;display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 12px;
  border:1px solid #e0d4c4;border-radius:11px;background:#fffaf2;color:#435049;
  font:700 16px/1.2 'Montserrat',Arial,sans-serif;white-space:nowrap;transition:.18s ease;
}
.menu-section-nav a:hover,.menu-section-nav a.active{border-color:#c8a878;background:#f1e5d4;color:var(--m-forest);box-shadow:0 7px 17px rgba(14,31,25,.06)}
.menu-section-nav-icon{width:32px;height:32px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:#f3e8d8;color:var(--m-gold2)}
.menu-section-nav-icon .menu-icon{width:17px;height:17px}
.menu-section-nav a.active .menu-section-nav-icon{background:var(--m-forest);color:#fff}

/* 6+ sections: universal compact selector instead of an oversized rail */
.menu-section-dock.has-many-sections .menu-section-trigger{display:flex}
.menu-section-dock.has-many-sections .menu-section-nav{
  position:absolute;left:0;right:0;top:calc(100% + 8px);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;
  max-height:60vh;overflow:auto;padding:10px;border:1px solid #d7c4a6;border-radius:14px;background:#fffaf2;
  box-shadow:0 24px 55px rgba(14,31,25,.20);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-6px);transition:.18s ease;
}
.menu-section-dock.has-many-sections.open .menu-section-nav{opacity:1;visibility:visible;pointer-events:auto;transform:none}
.menu-section-trigger{
  width:100%;min-height:54px;align-items:center;justify-content:space-between;gap:12px;padding:8px 12px;
  border:1px solid #d7c4a6;border-radius:12px;background:linear-gradient(145deg,#fffdf9,#f4eadb);color:var(--m-forest);
  font-family:'Montserrat',Arial,sans-serif;cursor:pointer;box-shadow:0 7px 18px rgba(14,31,25,.055);
}
.menu-section-trigger-main{display:flex;align-items:center;gap:10px;min-width:0}
.menu-section-trigger-main>span:last-child{text-align:left;min-width:0}
.menu-section-trigger-main small{display:block;color:var(--m-gold2);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.menu-section-trigger-main strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px}
.menu-section-trigger-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:var(--m-forest);color:#fff}
.menu-section-trigger-chevron{width:18px;height:18px;transition:transform .18s ease}
.menu-section-dock.open .menu-section-trigger-chevron{transform:rotate(180deg)}

/* PUBLIC: SECTIONS + CARDS */
.menu-pro-body{padding:52px 5vw 82px;background:linear-gradient(180deg,#fffaf3,#f6efe5)}
.menu-pro-body>.container{max-width:1240px}
.menu-pro-section{scroll-margin-top:155px;margin-bottom:46px;padding:25px;border:1px solid var(--m-line);border-radius:18px;background:rgba(255,253,248,.78);box-shadow:var(--m-shadow)}
.menu-pro-section-head{display:flex;justify-content:space-between;align-items:center;gap:18px;padding-bottom:17px;margin-bottom:16px;border-bottom:1px solid #eadfce}
.menu-pro-section-heading{display:flex;align-items:center;gap:13px;min-width:0}
.menu-pro-section-icon{width:48px;height:48px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:linear-gradient(145deg,var(--m-forest),var(--m-forest2));color:#fff}
.menu-pro-section-icon .menu-icon{width:22px;height:22px}
.menu-pro-kicker{display:block;color:var(--m-gold2);font-size:10px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}
.menu-pro-section h2{margin:1px 0 2px;font-size:34px;color:var(--m-forest)}
.menu-pro-section-head p{margin:0;max-width:760px;color:var(--m-muted);font-size:14px;line-height:1.5}
.menu-pro-section-count{min-width:66px;padding:7px 9px;border:1px solid #dcc7a8;border-radius:12px;background:#fffaf2;text-align:center;color:var(--m-gold2);font:700 24px/1 'Cormorant Garamond',Georgia,serif}
.menu-pro-section-count small{display:block;margin-top:4px;font:700 9px 'Montserrat',Arial,sans-serif;letter-spacing:.08em;text-transform:uppercase}

.menu-pro-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}
.menu-pro-card{min-height:158px;display:flex;flex-direction:column;padding:18px;border:1px solid #e2d6c6;border-radius:13px;background:#fff;box-shadow:0 6px 20px rgba(14,31,25,.035);transition:.18s ease}
.menu-pro-card:hover{transform:translateY(-2px);border-color:#ccb286;box-shadow:0 12px 28px rgba(14,31,25,.07)}
.menu-pro-card-top{display:flex;justify-content:space-between;align-items:flex-start;gap:14px}
.menu-pro-card-title{min-width:0}
.menu-pro-card-title h3{margin:0;color:var(--m-text);font:700 var(--menu-title-text-size)/1.35 'Montserrat',Arial,sans-serif}
.menu-pro-price{flex:0 0 auto;color:var(--m-clay);font:700 24px/1 'Cormorant Garamond',Georgia,serif}
.menu-pro-description{margin:8px 0 10px;color:var(--m-muted);font-size:var(--menu-description-text-size);line-height:1.55}
.menu-dietary-tag{width:max-content;display:inline-flex;align-items:center;gap:4px;margin-bottom:6px;padding:3px 7px;border:1px solid #b2cfa9;border-radius:999px;background:#f5fff2;color:#508248;font-size:12px;font-weight:800}
.menu-dietary-tag .ui-icon{width:12px;height:12px}
.menu-pro-options{display:flex;align-items:flex-start;gap:6px;margin-top:auto;padding-top:9px;border-top:1px solid #eee4d7;color:#9a5d43;font-size:14px;font-weight:600;line-height:1.45}
.menu-pro-options .ui-icon{width:14px;height:14px;flex:0 0 auto;margin-top:2px}
.menu-pro-options.subtle{color:#776f65}
.menu-measure-list{display:flex;flex-wrap:wrap;gap:6px;margin-top:auto;padding-top:10px;border-top:1px solid #eee4d7}
.menu-measure-list span{display:inline-flex;align-items:center;min-height:31px;padding:5px 9px;border:1px solid #d9c6a8;border-radius:999px;background:#fbf4e9;color:#76583a;font-size:13px;font-weight:700}
.menu-pro-card.is-drink{min-height:145px}
.menu-pro-card.is-drink .menu-pro-description{margin-bottom:9px}
.menu-pro-allergy{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:start;max-width:900px;margin:0 auto;padding:17px 19px;border:1px solid #d7c09f;border-radius:13px;background:#f3e7d7}
.menu-pro-allergy-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:var(--m-clay);color:#fff;font-weight:800}
.menu-pro-allergy strong{display:block;margin-bottom:4px;font-size:16px;color:#49352c}
.menu-pro-allergy p{margin:0;color:#6d5b51;font-size:14px;line-height:1.5}
.menu-pro-empty{text-align:center;padding:65px 20px}
.menu-pro-empty>span{width:58px;height:58px;display:grid;place-items:center;margin:0 auto 14px;border-radius:50%;background:var(--m-forest);color:#fff}
.menu-pro-empty h2{font-size:38px;margin:0 0 8px}
.menu-pro-empty p{font-size:14px;color:var(--m-muted)}
.menu-pro-primary-btn{min-height:50px;display:inline-flex;align-items:center;justify-content:center;margin-top:10px;padding:10px 18px;border-radius:9px;background:var(--m-forest);color:#fff;font-size:18px;font-weight:700}

/* BACK OFFICE */
.menu-bo{max-width:1540px;margin:auto}
.menu-bo .menu-icon,.menu-bo .ui-icon{width:18px;height:18px}
.menu-bo-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;padding:24px;margin-bottom:13px;border:1px solid #29463b;border-radius:15px;background:radial-gradient(circle at 87% 15%,rgba(196,154,91,.14),transparent 27%),linear-gradient(145deg,#0e211a,#19392f);color:#fff;box-shadow:0 15px 38px rgba(14,31,25,.12)}
.menu-bo-eyebrow{display:flex;align-items:center;gap:7px;color:#d9b77c;font-size:12px;font-weight:700;letter-spacing:.11em;text-transform:uppercase}
.menu-bo-head h1{margin:5px 0 3px;font-size:36px}
.menu-bo-head p{margin:0;color:#ced7d2;font-size:14px}
.menu-bo-head-actions{display:flex;gap:8px;flex-wrap:wrap}
.menu-bo-head-actions form{margin:0}
.menu-bo-btn{
  min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:9px 14px;border:1px solid transparent;border-radius:9px;
  cursor:pointer;font:700 var(--menu-button-text-size)/1.15 'Montserrat',Arial,sans-serif;transition:.16s ease
}
.menu-bo-btn:hover{transform:translateY(-1px)}
.menu-bo-btn.gold{background:var(--m-gold);border-color:var(--m-gold);color:#fff}
.menu-bo-btn.dark{background:var(--m-forest);border-color:var(--m-forest);color:#fff}
.menu-bo-btn.ghost{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.2);color:#fff}
.menu-bo-btn.ghost-dark{background:#fff;border-color:#d7cdc0;color:#435049}

.menu-bo-menu-tabs{display:flex;gap:8px;overflow-x:auto;padding:2px 1px 10px;scrollbar-width:none}
.menu-bo-menu-tabs::-webkit-scrollbar{display:none}
.menu-bo-menu-tabs>a{min-width:180px;min-height:64px;display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid #ddd5ca;border-radius:11px;background:#fff;color:#3e4c45;box-shadow:0 5px 15px rgba(14,31,25,.03)}
.menu-bo-menu-tabs>a.active{border-color:var(--m-forest);background:var(--m-forest);color:#fff;box-shadow:0 10px 24px rgba(14,31,25,.12)}
.menu-bo-tab-icon{width:35px;height:35px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:#f3e9da;color:var(--m-gold2)}
.menu-bo-menu-tabs>a.active .menu-bo-tab-icon{background:rgba(255,255,255,.08);color:#dcb97e}
.menu-bo-menu-tabs strong{display:block;font-size:16px;line-height:1.2}
.menu-bo-menu-tabs small{display:block;margin-top:3px;color:#7b817d;font-size:12px}
.menu-bo-menu-tabs>a.active small{color:#c5cfca}

.menu-bo-summary{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:15px;align-items:center;padding:16px 18px;margin-bottom:12px;border:1px solid #ddd1c0;border-radius:13px;background:#fbf5ec}
.menu-bo-summary-title{display:flex;align-items:center;gap:11px;min-width:0}
.menu-bo-summary-icon{width:44px;height:44px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:var(--m-forest);color:#fff}
.menu-bo-summary-title small{color:var(--m-gold2);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.menu-bo-summary h2{margin:1px 0;font-size:27px}
.menu-bo-summary p{margin:0;max-width:680px;color:var(--m-muted);font-size:14px}
.menu-bo-stats{display:flex;gap:6px}
.menu-bo-stats>span{min-width:74px;padding:7px 9px;border:1px solid #ddcfbc;border-radius:9px;background:#fff;text-align:center}
.menu-bo-stats small,.menu-bo-stats strong{display:block}
.menu-bo-stats small{font-size:10px;color:#777e79;text-transform:uppercase}
.menu-bo-stats strong{margin-top:2px;font-size:20px;color:var(--m-forest)}

.menu-bo-toolbar{position:sticky;top:8px;z-index:12;display:flex;gap:8px;padding:8px;margin-bottom:10px;border:1px solid #d9d0c4;border-radius:12px;background:rgba(248,242,233,.96);box-shadow:0 9px 24px rgba(14,31,25,.07);backdrop-filter:blur(10px)}
.menu-bo-search{min-height:48px;display:flex;align-items:center;gap:7px;flex:1;padding:0 11px;border:1px solid #d8cfc3;border-radius:9px;background:#fff}
.menu-bo-search input{flex:1;min-width:0;border:0;outline:0;background:transparent;font-size:14px}
.menu-bo-search button{width:34px;height:34px;display:grid;place-items:center;border:0;background:transparent;color:#888;cursor:pointer}
.menu-bo-count{min-width:92px;display:flex;align-items:center;justify-content:center;gap:4px;border:1px solid #d8cfc3;border-radius:9px;background:#fff;font-size:14px}
.menu-bo-count strong{font-size:18px;color:var(--m-gold2)}

.menu-bo-section-jump{display:flex;gap:6px;overflow-x:auto;padding:2px 0 11px;scrollbar-width:none}
.menu-bo-section-jump::-webkit-scrollbar{display:none}
.menu-bo-section-jump a{min-height:42px;display:flex;align-items:center;gap:6px;flex:0 0 auto;padding:7px 10px;border:1px solid #ddd3c5;border-radius:999px;background:#fff;color:#4a554f;font-size:14px}
.menu-bo-section-jump .menu-icon{width:15px;height:15px;color:var(--m-gold2)}
.menu-bo-section-jump small{min-width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:#f0e4d2;color:#755b39;font-size:11px}

.menu-bo-editors{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:12px}
.menu-bo-editor,.menu-bo-create-menu{overflow:hidden;border:1px solid #ddd4c8;border-radius:12px;background:#fff}
.menu-bo-editor>summary,.menu-bo-create-menu>summary{min-height:53px;display:flex;align-items:center;gap:9px;padding:10px 14px;background:#fbf7f1;cursor:pointer;list-style:none;font-size:16px}
.menu-bo-editor>summary::-webkit-details-marker,.menu-bo-create-menu>summary::-webkit-details-marker,.menu-bo-category>summary::-webkit-details-marker{display:none}
.menu-bo-editor>summary>span:first-child{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:var(--m-forest);color:#fff}
.menu-bo-editor>summary>.ui-icon:last-child,.menu-bo-create-menu>summary>.ui-icon:last-child{margin-left:auto;transition:transform .18s ease}
.menu-bo-editor[open]>summary>.ui-icon:last-child,.menu-bo-create-menu[open]>summary>.ui-icon:last-child{transform:rotate(180deg)}

.menu-bo-form{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:14px;border-top:1px solid #e8e0d6}
.menu-bo-form label{display:flex;flex-direction:column;gap:4px}
.menu-bo-form label.wide,.menu-bo-form .wide{grid-column:1/-1}
.menu-bo-form label>span{font-size:14px;font-weight:700;color:#57625c}
.menu-bo-form input,.menu-bo-form textarea,.menu-bo-form select{width:100%;min-height:43px;padding:9px 10px;border:1px solid #d8d0c5;border-radius:8px;background:#fffdf9;font-size:14px}
.menu-bo-form textarea{min-height:76px;resize:vertical}
.menu-bo-money{position:relative}
.menu-bo-money b{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:var(--m-gold2)}
.menu-bo-money input{padding-left:25px}
.menu-bo-form-actions{display:flex;gap:7px;flex-wrap:wrap}

.menu-bo-categories{display:grid;gap:9px}
.menu-bo-category{scroll-margin-top:80px;overflow:hidden;border:1px solid #ddd4c8;border-radius:12px;background:#fff;box-shadow:0 7px 20px rgba(14,31,25,.035)}
.menu-bo-category>summary{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;gap:10px;align-items:center;padding:12px 14px;cursor:pointer;list-style:none;background:linear-gradient(90deg,#fbf7f0,#fff)}
.menu-bo-category-icon{width:39px;height:39px;display:grid;place-items:center;border-radius:50%;background:var(--m-forest);color:#fff}
.menu-bo-category-copy{min-width:0}
.menu-bo-category-copy small{display:block;color:var(--m-gold2);font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.09em}
.menu-bo-category-copy strong{display:block;font-size:16px;color:#2b3a32}
.menu-bo-category-copy em{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:850px;color:#747a76;font-size:14px;font-style:normal}
.menu-bo-category-count{min-width:72px;text-align:right;color:#6c746f;font-size:14px}
.menu-bo-category-count small{display:block;color:#a05c4b;font-size:11px}
.menu-bo-category-chevron{transition:transform .18s ease}
.menu-bo-category[open] .menu-bo-category-chevron{transform:rotate(180deg)}
.menu-bo-category-body{border-top:1px solid #e9e2d9}
.menu-bo-item{display:grid;grid-template-columns:minmax(320px,1fr) 95px 105px 305px;gap:10px;align-items:center;padding:13px 14px;border-bottom:1px solid #eee8df}
.menu-bo-item:last-child{border-bottom:0}
.menu-bo-item:hover{background:#fffcf7}
.menu-bo-item-title{display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.menu-bo-item-title strong{font-size:16px;color:#29372f}
.menu-bo-item-copy p{margin:4px 0 0;color:#707672;font-size:14px;line-height:1.45}
.menu-bo-dietary{display:inline-flex;align-items:center;gap:3px;padding:2px 6px;border:1px solid #b7d2af;border-radius:999px;background:#f5fff2;color:#508248;font-size:12px;font-weight:800}
.menu-bo-dietary .ui-icon{width:11px;height:11px}
.menu-bo-options{display:flex;align-items:flex-start;gap:5px;margin-top:5px;color:#9a5d43;font-size:14px;font-weight:600;line-height:1.35}
.menu-bo-options .ui-icon{width:12px;height:12px;margin-top:3px;flex:0 0 auto}
.menu-bo-item-price{text-align:right;color:var(--m-clay);font:700 21px 'Cormorant Garamond',Georgia,serif}
.menu-bo-item-price small{font:700 12px 'Montserrat',Arial,sans-serif;color:#81786c;text-transform:uppercase}
.menu-bo-status{min-height:29px;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:4px 8px;border-radius:999px;font-size:12px;font-weight:700}
.menu-bo-status.live{background:#e9f4eb;color:#347047}
.menu-bo-status.hidden{background:#fae8e6;color:#98473f}
.menu-bo-status .ui-icon{width:13px;height:13px}
.menu-bo-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}
.menu-bo-actions form{margin:0}
.menu-bo-action{width:100%;min-height:45px;display:flex;align-items:center;justify-content:center;gap:5px;padding:8px;border:1px solid #d9d1c6;border-radius:8px;background:#fff;color:#47534d;cursor:pointer;font:700 var(--menu-button-text-size)/1 'Montserrat',Arial,sans-serif}
.menu-bo-action:hover{border-color:#b69869;background:#faf4eb}
.menu-bo-action.danger{color:#99453e}
.menu-bo-item.is-filtered-out,.menu-bo-category.is-filtered-out{display:none}
.menu-bo-item.search-hit{background:#fff7e7}
.menu-bo-create-menu{margin-top:12px}
.menu-bo-create-menu>summary{font-size:16px}

@media(max-width:1150px){
  .menu-service-tabs{grid-template-columns:repeat(3,1fr)}
  .menu-section-dock.has-many-sections .menu-section-nav{grid-template-columns:repeat(2,1fr)}
  .menu-bo-item{grid-template-columns:minmax(260px,1fr) 85px 95px 265px}
  .menu-bo-summary{grid-template-columns:1fr auto}.menu-bo-summary>form{grid-column:1/-1}.menu-bo-summary>form .menu-bo-btn{width:100%}
}
@media(max-width:900px){
  .menu-section-dock{top:72px}
  .menu-section-trigger{display:flex}
  .menu-section-dock .menu-section-nav{
    position:absolute;left:0;right:0;top:calc(100% + 8px);display:grid;grid-template-columns:1fr;gap:6px;
    max-height:60vh;overflow:auto;padding:9px;border:1px solid #d7c4a6;border-radius:13px;background:#fffaf2;box-shadow:0 24px 55px rgba(14,31,25,.2);
    opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-6px);transition:.18s ease
  }
  .menu-section-dock.open .menu-section-nav{opacity:1;visibility:visible;pointer-events:auto;transform:none}
  .menu-section-nav a{min-width:0;justify-content:flex-start;flex:none}
  .menu-pro-grid{grid-template-columns:1fr}
  .menu-bo-head{align-items:flex-start;flex-direction:column}
  .menu-bo-head-actions{width:100%}.menu-bo-head-actions>*{flex:1}.menu-bo-head-actions .menu-bo-btn{width:100%}
  .menu-bo-summary{grid-template-columns:1fr}
  .menu-bo-stats{width:100%}.menu-bo-stats>span{flex:1}
  .menu-bo-editors{grid-template-columns:1fr}
  .menu-bo-toolbar{position:relative;top:auto}
  .menu-bo-item{grid-template-columns:1fr 90px;gap:8px 12px}
  .menu-bo-status{justify-self:start}
  .menu-bo-actions{grid-column:1/-1}
}
@media(max-width:620px){
  .menu-pro-hero{padding:48px 5vw 34px}
  .menu-pro-brandline{font-size:10px}
  .menu-pro-hero h1{font-size:46px}
  .menu-service-tabs{display:flex;grid-template-columns:none;gap:7px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}
  .menu-service-tabs::-webkit-scrollbar{display:none}
  .menu-service-tab{min-width:168px;flex:0 0 auto;min-height:58px}
  .menu-pro-body{padding:38px 4vw 66px}
  .menu-pro-section{padding:17px 14px;margin-bottom:30px;border-radius:14px}
  .menu-pro-section-head{align-items:flex-start}
  .menu-pro-section-icon{width:42px;height:42px}
  .menu-pro-section h2{font-size:30px}
  .menu-pro-section-count{display:none}
  .menu-pro-card{min-height:auto;padding:15px}
  .menu-pro-card-title h3{font-size:16px}
  .menu-pro-description,.menu-pro-options{font-size:14px}
  .menu-measure-list span{font-size:13px}
  .menu-section-dock.has-many-sections .menu-section-nav{grid-template-columns:1fr}
  .menu-bo-head{padding:18px}.menu-bo-head h1{font-size:31px}
  .menu-bo-head-actions{flex-direction:column}.menu-bo-head-actions>*{width:100%}
  .menu-bo-menu-tabs>a{min-width:165px}
  .menu-bo-toolbar{flex-direction:column}.menu-bo-count{min-height:42px}
  .menu-bo-section-jump a{font-size:14px}
  .menu-bo-form{grid-template-columns:1fr}.menu-bo-form label.wide,.menu-bo-form .wide{grid-column:auto}
  .menu-bo-category>summary{grid-template-columns:auto minmax(0,1fr) auto}.menu-bo-category-count{display:none}
  .menu-bo-category-copy em{display:none}
  .menu-bo-item{grid-template-columns:1fr}
  .menu-bo-item-price{text-align:left}
  .menu-bo-actions{grid-column:auto}
  .menu-bo-action{min-height:48px;font-size:18px}
}


/* ============================================================
   CATEGORY NAV REDESIGN V2.6
   No sticky strip.
   Desktop/tablet: overview cards + floating side drawer.
   Mobile: overview cards + bottom sheet.
   ============================================================ */

/* Remove the old sticky category bar behaviour entirely */
.menu-section-dock{
  position:relative !important;
  top:auto !important;
  z-index:5;
  padding:22px 5vw 8px;
  background:transparent;
  border:0;
  box-shadow:none;
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
}

.menu-section-dock>.container{
  max-width:1240px;
}

.menu-section-trigger{
  display:none !important;
}

/* Category overview grid */
.menu-section-nav,
.menu-section-dock.has-many-sections .menu-section-nav,
.menu-section-dock.has-few-sections .menu-section-nav{
  position:static;
  left:auto;
  right:auto;
  top:auto;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  max-height:none;
  overflow:visible;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:none;
}

.menu-section-nav a{
  min-width:0;
  min-height:92px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:13px 11px;
  border:1px solid #ded1c0;
  border-radius:14px;
  background:
    radial-gradient(circle at 88% 10%,rgba(196,154,91,.07),transparent 30%),
    linear-gradient(145deg,#fffdf9,#faf3e9);
  color:#405048;
  text-align:center;
  font:700 16px/1.25 'Montserrat',Arial,sans-serif;
  white-space:normal;
  box-shadow:0 8px 22px rgba(14,31,25,.045);
  transition:
    transform .2s ease,
    border-color .2s ease,
    box-shadow .2s ease,
    background .2s ease;
}

.menu-section-nav a:hover{
  transform:translateY(-3px);
  border-color:#c5aa80;
  background:#fffaf1;
  box-shadow:0 15px 32px rgba(14,31,25,.08);
}

.menu-section-nav a.active{
  border-color:#bea06f;
  background:
    linear-gradient(145deg,#efe1cf,#fffaf1);
  color:var(--m-forest);
  box-shadow:0 13px 28px rgba(14,31,25,.07);
}

.menu-section-nav-icon{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--m-forest);
  color:#fff;
  box-shadow:0 8px 18px rgba(14,31,25,.12);
}

.menu-section-nav-icon .menu-icon{
  width:20px;
  height:20px;
}

.menu-section-nav a.active .menu-section-nav-icon{
  background:linear-gradient(145deg,var(--m-gold),var(--m-gold2));
}

/* More categories get smaller cards automatically */
.menu-section-dock.has-many-sections .menu-section-nav{
  grid-template-columns:repeat(5,minmax(0,1fr));
}

.menu-section-dock.has-many-sections .menu-section-nav a{
  min-height:82px;
}

/* Floating Sections button */
.menu-category-fab{
  position:fixed;
  right:24px;
  bottom:88px;
  z-index:60;
  min-height:52px;
  display:flex;
  align-items:center;
  gap:9px;
  padding:11px 16px;
  border:1px solid rgba(196,154,91,.45);
  border-radius:999px;
  background:rgba(18,42,34,.97);
  color:#fff;
  box-shadow:0 18px 40px rgba(9,24,19,.25);
  cursor:pointer;
  font:700 18px/1 'Montserrat',Arial,sans-serif;
  opacity:0;
  pointer-events:none;
  transform:translateY(12px);
  transition:
    opacity .22s ease,
    transform .22s ease,
    background .2s ease;
}

.menu-category-fab.show{
  opacity:1;
  pointer-events:auto;
  transform:none;
}

.menu-category-fab:hover{
  background:#091c16;
}

.menu-category-fab .ui-icon{
  width:19px;
  height:19px;
}

/* Drawer overlay */
.menu-category-overlay{
  position:fixed;
  inset:0;
  z-index:79;
  background:rgba(3,14,10,.46);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .22s ease,visibility .22s ease;
}

.menu-category-overlay.show{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}

/* Desktop side drawer */
.menu-category-drawer{
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  z-index:80;
  width:min(390px,92vw);
  display:flex;
  flex-direction:column;
  background:#fffaf2;
  border-left:1px solid #d7c2a2;
  box-shadow:-24px 0 60px rgba(8,22,17,.22);
  transform:translateX(105%);
  transition:transform .28s cubic-bezier(.22,.61,.36,1);
}

.menu-category-drawer.show{
  transform:none;
}

.menu-category-drawer-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:22px 20px 18px;
  border-bottom:1px solid #e5d7c4;
  background:
    radial-gradient(circle at 90% 10%,rgba(196,154,91,.10),transparent 34%),
    #fffaf2;
}

.menu-category-drawer-head small{
  display:block;
  color:var(--m-gold2);
  font-size:11px;
  font-weight:700;
  letter-spacing:.10em;
  text-transform:uppercase;
}

.menu-category-drawer-head strong{
  display:block;
  margin-top:3px;
  color:var(--m-forest);
  font:600 30px/1.1 'Cormorant Garamond',Georgia,serif;
}

.menu-category-drawer-close{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  border:1px solid #d7c9b7;
  border-radius:50%;
  background:#fff;
  color:#516058;
  cursor:pointer;
}

.menu-category-drawer-list{
  display:grid;
  gap:8px;
  padding:16px;
  overflow:auto;
}

.menu-category-drawer-list button{
  min-height:58px;
  display:grid;
  grid-template-columns:42px 1fr auto;
  gap:10px;
  align-items:center;
  width:100%;
  padding:8px 12px;
  border:1px solid #e1d5c5;
  border-radius:11px;
  background:#fff;
  color:#3e4d45;
  text-align:left;
  cursor:pointer;
  font:700 16px/1.2 'Montserrat',Arial,sans-serif;
}

.menu-category-drawer-list button:hover,
.menu-category-drawer-list button.active{
  border-color:#c5a777;
  background:#f4e8d7;
}

.menu-category-drawer-list .drawer-cat-icon{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--m-forest);
  color:#fff;
}

.menu-category-drawer-list .drawer-cat-icon svg{
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.65;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.menu-category-drawer-list .drawer-cat-arrow{
  color:#a47b45;
  font-size:20px;
}

/* Reduce gap before actual menu */
.menu-pro-body{
  padding-top:34px;
}

/* Tablet */
@media(max-width:1050px){
  .menu-section-nav,
  .menu-section-dock.has-many-sections .menu-section-nav{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

/* Mobile: cards scroll horizontally, drawer becomes bottom sheet */
@media(max-width:700px){
  .menu-section-dock{
    padding:15px 4vw 4px;
  }

  .menu-section-nav,
  .menu-section-dock.has-many-sections .menu-section-nav,
  .menu-section-dock.has-few-sections .menu-section-nav{
    display:flex;
    gap:8px;
    overflow-x:auto;
    scroll-snap-type:x proximity;
    scrollbar-width:none;
    padding:2px 0 8px;
  }

  .menu-section-nav::-webkit-scrollbar{
    display:none;
  }

  .menu-section-nav a,
  .menu-section-dock.has-many-sections .menu-section-nav a{
    min-width:148px;
    min-height:78px;
    flex:0 0 auto;
    scroll-snap-align:start;
    padding:10px;
  }

  .menu-section-nav-icon{
    width:36px;
    height:36px;
  }

  .menu-category-fab{
    right:14px;
    bottom:78px;
    min-height:50px;
    padding:10px 14px;
  }

  .menu-category-drawer{
    top:auto;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    max-height:78vh;
    border-left:0;
    border-top:1px solid #d7c2a2;
    border-radius:20px 20px 0 0;
    transform:translateY(105%);
    box-shadow:0 -24px 60px rgba(8,22,17,.22);
  }

  .menu-category-drawer.show{
    transform:none;
  }

  .menu-category-drawer-head{
    padding:17px 18px 14px;
  }

  .menu-category-drawer-head strong{
    font-size:27px;
  }

  .menu-category-drawer-list{
    padding:12px 14px 20px;
  }

  .menu-category-drawer-list button{
    min-height:56px;
  }

  .menu-pro-body{
    padding-top:26px;
  }
}

/* HOMEPAGE MENU SHOWCASE CONTROL V2.7 */
.menu-bo-home-feature{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,520px) auto;
  gap:14px;
  align-items:center;
  padding:15px 16px;
  margin-bottom:12px;
  border:1px solid #d8c7ab;
  border-radius:13px;
  background:
    radial-gradient(circle at 93% 10%,rgba(196,154,91,.08),transparent 30%),
    linear-gradient(145deg,#f9f1e5,#fff);
}

.menu-bo-home-feature-copy{
  display:flex;
  align-items:center;
  gap:11px;
  min-width:0;
}

.menu-bo-home-feature-icon{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  border-radius:50%;
  background:var(--m-forest);
  color:#fff;
}

.menu-bo-home-feature-copy small{
  display:block;
  color:var(--m-gold2);
  font-size:10px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.menu-bo-home-feature-copy h3{
  margin:2px 0 3px;
  font-size:23px;
  color:var(--m-forest);
}

.menu-bo-home-feature-copy p{
  margin:0;
  max-width:620px;
  color:#6f756f;
  font-size:14px;
  line-height:1.45;
}

.menu-bo-home-feature-form{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:8px;
  align-items:end;
}

.menu-bo-home-feature-form label{
  display:flex;
  flex-direction:column;
  gap:4px;
}

.menu-bo-home-feature-form label>span{
  font-size:14px;
  font-weight:700;
  color:#566159;
}

.menu-bo-home-feature-form select{
  width:100%;
  min-height:48px;
  padding:8px 10px;
  border:1px solid #d2c7b9;
  border-radius:8px;
  background:#fff;
  color:#33423a;
  font-size:14px;
}

.menu-bo-widget-link{
  min-height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:9px 13px;
  border:1px solid #d2c7b9;
  border-radius:9px;
  background:#fff;
  color:#425049;
  font-size:14px;
  font-weight:700;
}

@media(max-width:1150px){
  .menu-bo-home-feature{
    grid-template-columns:1fr;
  }

  .menu-bo-widget-link{
    width:100%;
  }
}

@media(max-width:700px){
  .menu-bo-home-feature{
    padding:13px;
  }

  .menu-bo-home-feature-form{
    grid-template-columns:1fr;
  }

  .menu-bo-home-feature-form .menu-bo-btn{
    width:100%;
  }
}
