.hvm-menu{--hvm-primary:#8b5e3c;--hvm-bg:#fff;--hvm-card:#f8f8f8;--hvm-restaurant-color:#fff;--hvm-subtitle-color:#fff;--hvm-category-color:#202020;--hvm-item-color:#202020;--hvm-description-color:#666;--hvm-price-color:#8b5e3c;--hvm-badge-color:#8b5e3c;--hvm-border:#dedede;--hvm-font:Arial,sans-serif;--hvm-shadow:0 10px 30px rgba(0,0,0,.09);max-width:1100px;margin:0 auto;background:var(--hvm-bg);font-family:var(--hvm-font);border-radius:var(--hvm-radius);overflow:hidden}.hvm-menu *{box-sizing:border-box}.hvm-hero{padding:34px;background:linear-gradient(135deg,#333,var(--hvm-primary));color:#fff}.hvm-hero.has-cover{min-height:250px;background-size:cover;background-position:center;display:flex;align-items:flex-end}.hvm-hero-inner{display:flex;gap:18px;align-items:center}.hvm-logo{width:82px;height:82px;border-radius:18px;object-fit:cover;background:#fff;padding:4px}.hvm-hero h1{margin:0;font-size:var(--hvm-restaurant-size);line-height:1;color:var(--hvm-restaurant-color)}.hvm-hero p{margin:9px 0 0;max-width:680px;color:var(--hvm-subtitle-color);font-size:var(--hvm-subtitle-size)}.hvm-menu-body{padding:34px}.hvm-category{margin:0 0 44px}.hvm-category:last-child{margin-bottom:0}.hvm-category-image{display:block;width:100%;height:220px;object-fit:cover;border-radius:var(--hvm-radius);margin:0 0 18px}.hvm-category-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.hvm-category-heading h2{font-size:var(--hvm-cat-size);line-height:1.08;margin:0;color:var(--hvm-category-color)}.hvm-cat-desc{margin:7px 0 0;color:var(--hvm-description-color);font-size:var(--hvm-description-size)}.hvm-list{display:grid;gap:14px}.hvm-item{display:flex;gap:18px;align-items:center;padding:17px;border:1px solid var(--hvm-border);border-radius:var(--hvm-radius);background:var(--hvm-card);box-shadow:var(--hvm-shadow)}.hvm-item-image{width:116px;height:94px;object-fit:cover;border-radius:max(8px,calc(var(--hvm-radius) - 4px));flex:0 0 auto}.hvm-copy{flex:1;min-width:0}.hvm-title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:14px}.hvm-copy h3{font-size:var(--hvm-item-size);margin:0;line-height:1.2;color:var(--hvm-item-color)}.hvm-copy p{margin:7px 0 9px;color:var(--hvm-description-color);font-size:var(--hvm-description-size)}.hvm-price{white-space:nowrap;text-align:right;color:var(--hvm-price-color);font-size:var(--hvm-price-size)}.hvm-price strong,.hvm-price del{display:block}.hvm-price del{font-size:.82em;opacity:.6}.hvm-badges{display:flex;gap:6px;flex-wrap:wrap}.hvm-badges span{font-size:.72rem;padding:4px 8px;border-radius:999px;background:color-mix(in srgb,var(--hvm-badge-color) 14%,transparent);color:var(--hvm-badge-color)}.hvm-copy small{display:block;margin-top:8px;color:var(--hvm-description-color)}.hvm-empty-menu{padding:50px;text-align:center;color:var(--hvm-description-color)}
.hvm-classic{border-radius:0}.hvm-classic .hvm-hero{background:#f4efe8;text-align:center}.hvm-classic .hvm-hero-inner{justify-content:center}.hvm-classic .hvm-category-heading{text-align:center;display:block}.hvm-classic .hvm-item{border-width:0 0 1px;border-radius:0;padding-inline:0;background:transparent;box-shadow:none}.hvm-classic .hvm-category-image{height:180px;border-radius:0}.hvm-luxury .hvm-hero{background:#0a0a0a}.hvm-luxury .hvm-menu-body{padding:42px}.hvm-luxury .hvm-category-heading h2{font-family:Georgia,serif;letter-spacing:.04em}.hvm-grid .hvm-list,.hvm-photo .hvm-list{grid-template-columns:repeat(2,minmax(0,1fr))}.hvm-grid .hvm-item{align-items:flex-start}.hvm-photo .hvm-item{display:block;padding:0;overflow:hidden}.hvm-photo .hvm-item-image{width:100%;height:240px;border-radius:0}.hvm-photo .hvm-copy{padding:18px}.hvm-editorial .hvm-hero{text-align:center;background:var(--hvm-bg);border-bottom:4px solid var(--hvm-primary)}.hvm-editorial .hvm-hero-inner{justify-content:center}.hvm-editorial .hvm-category{display:grid;grid-template-columns:220px 1fr;gap:28px}.hvm-editorial .hvm-category-heading{display:block;position:sticky;top:20px;align-self:start}.hvm-editorial .hvm-category-image{grid-column:1/-1;height:260px}.hvm-editorial .hvm-list{grid-column:2}.hvm-editorial .hvm-item{padding:12px 0;border-width:0 0 1px;border-radius:0;background:transparent;box-shadow:none}.hvm-bistro .hvm-category-heading h2{font-family:Georgia,serif}.hvm-bistro .hvm-item{border-style:dashed}.hvm-accordion .hvm-category{border:1px solid var(--hvm-border);border-radius:var(--hvm-radius);padding:18px;margin-bottom:14px}.hvm-accordion .hvm-category-heading{margin:0;cursor:pointer}.hvm-accordion .hvm-list,.hvm-accordion .hvm-category-image{display:none}.hvm-accordion .hvm-category.is-open .hvm-list{display:grid;margin-top:18px}.hvm-accordion .hvm-category.is-open .hvm-category-image{display:block;margin-top:14px}.hvm-accordion-toggle{border:0;background:transparent;font-size:24px;cursor:pointer}.hvm-accordion .is-open .hvm-accordion-toggle{transform:rotate(180deg)}
@media(max-width:760px){.hvm-menu-body{padding:22px}.hvm-hero{padding:24px}.hvm-hero.has-cover{min-height:210px}.hvm-logo{width:62px;height:62px}.hvm-grid .hvm-list,.hvm-photo .hvm-list{grid-template-columns:1fr}.hvm-editorial .hvm-category{display:block}.hvm-editorial .hvm-category-heading{position:static}.hvm-editorial .hvm-list{margin-top:16px}.hvm-item{align-items:flex-start;padding:14px}.hvm-item-image{width:84px;height:76px}.hvm-category-image{height:170px}.hvm-title-row{gap:8px}}

/* Helveti Menu 2.0 guest experience */
.hvm-menu{position:relative;isolation:isolate}
.hvm-toolbar{display:flex;align-items:center;gap:12px;padding:18px 24px;background:color-mix(in srgb,var(--hvm-bg) 96%,#000 4%);border-bottom:1px solid var(--hvm-border)}
.hvm-search{position:relative;display:block;flex:1;min-width:210px}
.hvm-search>span{position:absolute;left:14px;top:50%;transform:translateY(-52%);font-size:22px;line-height:1;color:var(--hvm-description-color);pointer-events:none}
.hvm-search input{display:block;width:100%;height:46px;padding:0 16px 0 43px;border:1px solid var(--hvm-border);border-radius:999px;background:var(--hvm-bg);color:var(--hvm-item-color);font:600 14px/1 var(--hvm-font);outline:none;box-shadow:none}
.hvm-search input:focus{border-color:var(--hvm-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--hvm-primary) 16%,transparent)}
.hvm-filters{display:flex;align-items:center;gap:7px;overflow-x:auto;scrollbar-width:none}
.hvm-filters::-webkit-scrollbar{display:none}
.hvm-filters button{appearance:none;border:1px solid var(--hvm-border);border-radius:999px;background:var(--hvm-bg);color:var(--hvm-description-color);font:700 12px/1 var(--hvm-font);white-space:nowrap;padding:10px 13px;cursor:pointer;transition:.18s ease}
.hvm-filters button:hover,.hvm-filters button.is-active{border-color:var(--hvm-primary);background:var(--hvm-primary);color:#fff}
.hvm-category-nav{position:sticky;top:0;z-index:8;background:color-mix(in srgb,var(--hvm-bg) 92%,transparent);border-bottom:1px solid var(--hvm-border);box-shadow:0 8px 24px rgba(0,0,0,.06);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
.hvm-category-nav>div{display:flex;align-items:center;gap:8px;overflow-x:auto;padding:12px 24px;scrollbar-width:none;scroll-behavior:smooth}
.hvm-category-nav>div::-webkit-scrollbar{display:none}
.hvm-category-nav a{display:block;padding:9px 14px;border-radius:999px;color:var(--hvm-description-color);font:700 13px/1 var(--hvm-font);white-space:nowrap;text-decoration:none;transition:.18s ease}
.hvm-category-nav a:hover,.hvm-category-nav a.is-active{background:color-mix(in srgb,var(--hvm-primary) 13%,transparent);color:var(--hvm-primary)}
.hvm-category{scroll-margin-top:82px}
.hvm-item[hidden],.hvm-category[hidden]{display:none!important}
.hvm-no-results{padding:54px 20px;text-align:center;color:var(--hvm-description-color);font-weight:700}
.hvm-copy small strong{color:var(--hvm-item-color)}
.hvm-calories{display:inline-flex!important;margin-right:8px;padding:3px 8px;border:1px solid var(--hvm-border);border-radius:999px;width:auto}
.hvm-floating-controls{position:fixed;left:max(18px,env(safe-area-inset-left));right:max(18px,env(safe-area-inset-right));bottom:max(18px,env(safe-area-inset-bottom));z-index:9998;display:flex;align-items:flex-end;justify-content:space-between;pointer-events:none}
.hvm-language-control,.hvm-back-to-top{pointer-events:auto}
.hvm-language-control{position:relative}
.hvm-language-trigger,.hvm-back-to-top{display:grid;place-items:center;width:54px;height:54px;border:0;border-radius:50%;box-shadow:0 12px 34px rgba(0,0,0,.24);cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}
.hvm-language-trigger{background:#111;color:#fff;font-size:24px}
.hvm-language-trigger:hover,.hvm-language-trigger:focus-visible,.hvm-back-to-top:hover,.hvm-back-to-top:focus-visible{transform:translateY(-2px);box-shadow:0 15px 38px rgba(0,0,0,.3)}
.hvm-language-menu{position:absolute;left:0;bottom:64px;display:grid;gap:6px;padding:7px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:#111;box-shadow:0 18px 44px rgba(0,0,0,.3);opacity:0;visibility:hidden;transform:translateY(8px) scale(.96);transform-origin:bottom left;transition:.18s ease}
.hvm-language-control.is-open .hvm-language-menu{opacity:1;visibility:visible;transform:none}
.hvm-language-menu a{display:flex;align-items:center;gap:8px;min-width:72px;padding:7px 9px;border-radius:12px;color:#fff;text-decoration:none;font:700 10px/1 var(--hvm-font)}
.hvm-language-menu a:hover,.hvm-language-menu a.is-active{background:rgba(255,255,255,.14)}
.hvm-language-menu a span{font-size:20px}
.hvm-language-menu a small{font:800 10px/1 var(--hvm-font);letter-spacing:.08em;color:#fff}
.hvm-back-to-top{visibility:hidden;opacity:0;transform:translateY(8px);align-content:center;gap:0;background:#d62b1f;color:#fff}
.hvm-back-to-top.is-visible{visibility:visible;opacity:1;transform:none}
.hvm-back-to-top span{font:900 22px/17px var(--hvm-font)}
.hvm-back-to-top small{font:900 8px/10px var(--hvm-font);letter-spacing:.11em}
.hvm-preview-column .hvm-floating-controls{position:absolute;left:12px;right:12px;bottom:12px}

@media(max-width:900px){
 .hvm-toolbar{align-items:stretch;flex-direction:column}
 .hvm-filters{padding-bottom:2px}
}
@media(max-width:760px){
 .hvm-menu{border-radius:0}
 .hvm-hero-inner{align-items:flex-start}
 .hvm-hero h1{font-size:clamp(30px,var(--hvm-restaurant-size),48px)}
 .hvm-toolbar{padding:14px 16px}
 .hvm-category-nav>div{padding:10px 16px}
 .hvm-item{gap:12px}
 .hvm-title-row{align-items:flex-start}
 .hvm-copy p{line-height:1.5}
 .hvm-floating-controls{left:max(12px,env(safe-area-inset-left));right:max(12px,env(safe-area-inset-right));bottom:max(12px,env(safe-area-inset-bottom))}
 .hvm-language-trigger,.hvm-back-to-top{width:50px;height:50px}
}
@media(max-width:480px){
 .hvm-item{display:grid;grid-template-columns:74px minmax(0,1fr)}
 .hvm-item:not(:has(.hvm-item-image)){grid-template-columns:1fr}
 .hvm-item-image{width:74px;height:74px}
 .hvm-title-row{display:grid;gap:6px}
 .hvm-price{text-align:left}
 .hvm-price strong,.hvm-price del{display:inline}
 .hvm-price del{margin-right:6px}
 .hvm-photo .hvm-item{display:block}
 .hvm-photo .hvm-item-image{width:100%;height:220px}
}
@media(prefers-reduced-motion:reduce){
 .hvm-menu *{scroll-behavior:auto!important;transition:none!important}
}

/* 2.1 design collection: layouts are intentionally structural, not recolors */
.hvm-swiss-modern{border-radius:0;border-top:10px solid var(--hvm-primary)}
.hvm-swiss-modern .hvm-hero{background:var(--hvm-bg);color:var(--hvm-item-color);border-bottom:1px solid var(--hvm-border)}
.hvm-swiss-modern .hvm-hero h1{max-width:760px;line-height:.9;letter-spacing:-.065em;text-transform:uppercase}
.hvm-swiss-modern .hvm-hero p{color:var(--hvm-description-color);max-width:520px}
.hvm-swiss-modern .hvm-logo{border-radius:0;border:1px solid var(--hvm-border)}
.hvm-swiss-modern .hvm-category-heading{display:grid;grid-template-columns:minmax(190px,.4fr) 1fr;border-top:5px solid var(--hvm-primary);padding-top:12px}
.hvm-swiss-modern .hvm-category-heading h2{text-transform:uppercase;letter-spacing:-.04em}
.hvm-swiss-modern .hvm-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 30px}
.hvm-swiss-modern .hvm-item{padding:18px 0;border-width:0 0 1px;border-radius:0;background:transparent;box-shadow:none}
.hvm-swiss-modern .hvm-item-image{width:88px;height:88px;border-radius:0}
.hvm-swiss-modern .hvm-badges span{border-radius:0}

.hvm-fine-dining{border-radius:0;background:var(--hvm-bg)}
.hvm-fine-dining .hvm-hero{min-height:360px;justify-content:center;text-align:center;background:#171512}
.hvm-fine-dining .hvm-hero-inner{width:100%;justify-content:center;flex-direction:column}
.hvm-fine-dining .hvm-logo{width:70px;height:70px;border-radius:50%}
.hvm-fine-dining .hvm-hero h1,.hvm-fine-dining .hvm-category-heading h2,.hvm-fine-dining .hvm-copy h3{font-family:Didot,Georgia,serif;font-weight:400}
.hvm-fine-dining .hvm-hero h1{letter-spacing:.03em}
.hvm-fine-dining .hvm-menu-body{max-width:850px;margin:auto;padding:72px 50px}
.hvm-fine-dining .hvm-category{margin-bottom:76px}
.hvm-fine-dining .hvm-category-heading{display:block;text-align:center;margin-bottom:34px}
.hvm-fine-dining .hvm-category-heading:after{content:"◆";display:block;margin-top:18px;color:var(--hvm-primary);font-size:10px}
.hvm-fine-dining .hvm-category-image{height:340px;border-radius:0;margin-bottom:34px}
.hvm-fine-dining .hvm-item{padding:19px 0;border-width:0;border-radius:0;background:transparent;box-shadow:none}
.hvm-fine-dining .hvm-item-image{width:74px;height:74px;border-radius:50%}
.hvm-fine-dining .hvm-copy p{max-width:620px;font-style:italic}
.hvm-fine-dining .hvm-badges span{padding-inline:0;background:transparent;letter-spacing:.08em;text-transform:uppercase}

.hvm-tasting{counter-reset:hvm-course;border-radius:0}
.hvm-tasting .hvm-hero{text-align:center;background:var(--hvm-bg);border-bottom:1px solid var(--hvm-border)}
.hvm-tasting .hvm-hero-inner{justify-content:center}.hvm-tasting .hvm-hero h1{color:var(--hvm-item-color);font-family:Georgia,serif}.hvm-tasting .hvm-hero p{color:var(--hvm-description-color)}
.hvm-tasting .hvm-menu-body{max-width:800px;margin:auto;padding:64px 44px}
.hvm-tasting .hvm-category-heading{display:block;text-align:center;margin-bottom:38px}.hvm-tasting .hvm-category-heading h2{font-family:Georgia,serif;font-weight:400}
.hvm-tasting .hvm-category-image{height:300px;border-radius:50% 50% 6px 6px}
.hvm-tasting .hvm-item{counter-increment:hvm-course;position:relative;display:grid;grid-template-columns:72px 1fr;gap:22px;padding:25px 0;border-width:0 0 1px;border-radius:0;background:transparent;box-shadow:none}
.hvm-tasting .hvm-item:before{content:counter(hvm-course,decimal-leading-zero);font:400 31px/1 Georgia,serif;color:var(--hvm-primary)}
.hvm-tasting .hvm-item-image{grid-column:2;width:100%;height:180px;border-radius:2px}
.hvm-tasting .hvm-copy{grid-column:2}.hvm-tasting .hvm-copy h3{font-family:Georgia,serif;font-weight:400}

.hvm-minimal{border-radius:0}
.hvm-minimal .hvm-hero{padding:52px 34px;background:var(--hvm-bg);border-bottom:1px solid var(--hvm-item-color)}
.hvm-minimal .hvm-hero h1{color:var(--hvm-item-color);letter-spacing:-.04em}.hvm-minimal .hvm-hero p{color:var(--hvm-description-color)}
.hvm-minimal .hvm-logo{width:58px;height:58px;border-radius:0;padding:0}
.hvm-minimal .hvm-menu-body{padding:50px 34px}.hvm-minimal .hvm-category{margin-bottom:58px}
.hvm-minimal .hvm-category-image,.hvm-minimal .hvm-item-image{display:none}
.hvm-minimal .hvm-category-heading{padding-bottom:9px;border-bottom:2px solid var(--hvm-item-color)}
.hvm-minimal .hvm-category-heading h2{text-transform:uppercase;letter-spacing:.12em;font-size:clamp(18px,var(--hvm-cat-size),26px)}
.hvm-minimal .hvm-list{gap:0}.hvm-minimal .hvm-item{padding:16px 0;border-width:0 0 1px;border-radius:0;background:transparent;box-shadow:none}
.hvm-minimal .hvm-title-row{align-items:baseline}.hvm-minimal .hvm-price{font-variant-numeric:tabular-nums}
.hvm-minimal .hvm-badges span{padding:0;background:transparent;text-transform:uppercase;letter-spacing:.06em}

.hvm-cafe{background:color-mix(in srgb,var(--hvm-bg) 85%,#f2cf79 15%)}
.hvm-cafe .hvm-hero{background:linear-gradient(135deg,var(--hvm-primary),color-mix(in srgb,var(--hvm-primary) 55%,#f2cf79 45%))}
.hvm-cafe .hvm-hero h1,.hvm-cafe .hvm-category-heading h2{font-family:"Trebuchet MS",Arial,sans-serif;letter-spacing:-.035em}
.hvm-cafe .hvm-menu-body{padding:38px}
.hvm-cafe .hvm-category-heading{align-items:end}
.hvm-cafe .hvm-category-image{height:180px;border-radius:32px 32px 8px 32px}
.hvm-cafe .hvm-list{grid-template-columns:repeat(3,minmax(0,1fr))}
.hvm-cafe .hvm-item{display:block;padding:14px;border:0;border-radius:26px 26px 8px 26px}
.hvm-cafe .hvm-item-image{width:100%;height:155px;border-radius:19px 19px 6px 19px;margin-bottom:14px}
.hvm-cafe .hvm-title-row{display:block}.hvm-cafe .hvm-price{text-align:left;margin-top:8px}

.hvm-rustic{border:10px solid color-mix(in srgb,var(--hvm-primary) 34%,#6a4328 66%);border-radius:3px;background:color-mix(in srgb,var(--hvm-bg) 90%,#ead8b8 10%)}
.hvm-rustic .hvm-hero{background:linear-gradient(rgba(53,35,23,.82),rgba(53,35,23,.82)),var(--hvm-primary)}
.hvm-rustic .hvm-hero h1,.hvm-rustic .hvm-category-heading h2,.hvm-rustic .hvm-copy h3{font-family:Georgia,serif}
.hvm-rustic .hvm-menu-body{padding:44px}
.hvm-rustic .hvm-category-heading{padding-bottom:14px;border-bottom:2px dashed var(--hvm-primary)}
.hvm-rustic .hvm-category-image{height:270px;border-radius:3px;filter:saturate(.78) contrast(1.05)}
.hvm-rustic .hvm-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.hvm-rustic .hvm-item{align-items:flex-start;border:1px dashed var(--hvm-primary);border-radius:4px;background:transparent;box-shadow:none}
.hvm-rustic .hvm-item-image{width:96px;height:96px;border-radius:50%}

.hvm-street-food{border-radius:0;background:color-mix(in srgb,var(--hvm-bg) 70%,#ffd42a 30%);border:4px solid #111;box-shadow:10px 10px 0 #111}
.hvm-street-food .hvm-hero{background:var(--hvm-primary);border-bottom:4px solid #111}
.hvm-street-food .hvm-hero h1,.hvm-street-food .hvm-category-heading h2,.hvm-street-food .hvm-copy h3{text-transform:uppercase;font-weight:900;letter-spacing:-.05em}
.hvm-street-food .hvm-logo{border:3px solid #111;border-radius:50%;box-shadow:5px 5px 0 #111}
.hvm-street-food .hvm-menu-body{padding:36px}
.hvm-street-food .hvm-category-heading{padding:12px;background:#111;transform:rotate(-.5deg)}
.hvm-street-food .hvm-category-heading h2,.hvm-street-food .hvm-cat-desc{color:#fff}
.hvm-street-food .hvm-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.hvm-street-food .hvm-item{align-items:flex-start;border:3px solid #111;border-radius:2px;background:var(--hvm-card);box-shadow:6px 6px 0 #111}
.hvm-street-food .hvm-item-image{width:110px;height:110px;border:3px solid #111;border-radius:0}
.hvm-street-food .hvm-badges span{border:2px solid #111;border-radius:2px;background:#ffd42a;color:#111;font-weight:900}

.hvm-panorama{border-radius:0}
.hvm-panorama .hvm-hero{min-height:430px}
.hvm-panorama .hvm-hero-inner{align-items:flex-end}
.hvm-panorama .hvm-hero h1{max-width:780px;font-family:Georgia,serif;font-weight:400}
.hvm-panorama .hvm-menu-body{padding:0}
.hvm-panorama .hvm-category{margin:0;padding:60px max(34px,calc((100% - 980px)/2))}
.hvm-panorama .hvm-category:nth-child(even){background:color-mix(in srgb,var(--hvm-card) 82%,var(--hvm-bg) 18%)}
.hvm-panorama .hvm-category-image{height:400px;border-radius:0;margin-bottom:30px}
.hvm-panorama .hvm-category-heading{max-width:720px;margin-bottom:30px}.hvm-panorama .hvm-category-heading h2{font-family:Georgia,serif;font-weight:400}
.hvm-panorama .hvm-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 36px}
.hvm-panorama .hvm-item{padding:18px 0;border-width:0 0 1px;border-radius:0;background:transparent;box-shadow:none}
.hvm-panorama .hvm-item-image{width:78px;height:78px;border-radius:0}

@media(max-width:920px){
 .hvm-cafe .hvm-list{grid-template-columns:repeat(2,minmax(0,1fr))}
 .hvm-swiss-modern .hvm-list,.hvm-rustic .hvm-list,.hvm-street-food .hvm-list,.hvm-panorama .hvm-list{grid-template-columns:1fr}
}
@media(max-width:760px){
 .hvm-swiss-modern .hvm-category-heading{display:block}.hvm-swiss-modern .hvm-item{display:flex}
 .hvm-fine-dining .hvm-hero{min-height:280px}.hvm-fine-dining .hvm-menu-body,.hvm-tasting .hvm-menu-body{padding:44px 22px}
 .hvm-fine-dining .hvm-category{margin-bottom:54px}.hvm-fine-dining .hvm-category-image{height:230px}
 .hvm-tasting .hvm-item{grid-template-columns:46px 1fr;gap:12px}.hvm-tasting .hvm-item:before{font-size:24px}
 .hvm-minimal .hvm-menu-body{padding:38px 20px}
 .hvm-cafe .hvm-menu-body,.hvm-rustic .hvm-menu-body,.hvm-street-food .hvm-menu-body{padding:26px 18px}
 .hvm-cafe .hvm-list{grid-template-columns:1fr}.hvm-cafe .hvm-item{display:grid;grid-template-columns:92px 1fr}.hvm-cafe .hvm-item-image{width:92px;height:92px;margin:0}
 .hvm-rustic{border-width:5px}.hvm-street-food{border-width:3px;box-shadow:none}
 .hvm-panorama .hvm-hero{min-height:300px}.hvm-panorama .hvm-category{padding:42px 20px}.hvm-panorama .hvm-category-image{height:230px}
}
@media(max-width:480px){
 .hvm-swiss-modern .hvm-item,.hvm-fine-dining .hvm-item,.hvm-minimal .hvm-item,.hvm-rustic .hvm-item,.hvm-street-food .hvm-item,.hvm-panorama .hvm-item{display:grid}
 .hvm-cafe .hvm-item{grid-template-columns:78px 1fr}.hvm-cafe .hvm-item-image{width:78px;height:78px}
}

/* Standalone public menu route */
body.hvm-public-page{margin:0;background:#eceff1;color:#1d1d1f}.hvm-public-shell{padding:28px 18px 18px}.hvm-public-page .hvm-menu{box-shadow:0 18px 60px rgba(0,0,0,.12)}.hvm-table-context{position:fixed;z-index:9998;top:14px;right:14px;padding:8px 13px;border-radius:999px;background:#d62b1f;color:#fff;font:700 12px/1.2 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;box-shadow:0 8px 22px rgba(214,43,31,.28)}.hvm-powered-by{padding:16px 20px 28px;text-align:center;color:#73777b;font:600 12px/1.4 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.hvm-powered-by span{display:inline-block;padding:8px 12px;border-radius:999px;background:#fff;border:1px solid #dcdcde}
@media(max-width:600px){.hvm-public-shell{padding:0}.hvm-public-page .hvm-menu{border-radius:0;box-shadow:none}.hvm-table-context{top:8px;right:8px}}
