:root{
  --navy:#10283D;
  --navy-2:#173D59;
  --orange:#F56600;
  --hero-alt:#1A4B6E;
  --hero-text:#FFFFFF;
  --base-font-size:16px;
  --hero-title-size:56px;
  --section-title-size:26px;
  --product-title-size:17px;
  --button-font-size:16px;
  --hero-radius:28px;
  --category-banner-height:200px;
  --card-radius:22px;
  --button-radius:14px;
  --orange-dark:#D95300;
  --bg:#F5F6F7;
  --surface:#FFFFFF;
  --ink:#172431;
  --muted:#667581;
  --line:#E4E8EB;
  --success:#24794A;
  --warning:#9A6900;
  --shadow:0 14px 40px rgba(16,40,61,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--shop-font,Segoe UI),Arial,sans-serif;font-size:var(--base-font-size);background:var(--bg);color:var(--ink);line-height:1.45}
button,input,textarea,select{font:inherit}
button{border:0;cursor:pointer}
.site-header{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(16,40,61,.08)}
.header-inner{max-width:1180px;margin:auto;padding:12px 20px;display:flex;justify-content:space-between;align-items:center;gap:18px}
.brand{display:flex;align-items:center;gap:13px;min-width:0}
.brand-logo-wrap{width:72px;height:58px;display:grid;place-items:center;flex:0 0 auto}
.brand img{max-width:100%;max-height:100%;object-fit:contain;display:block}
.brand img:not([src]),.brand img[src=""]{display:none}
.brand-copy{min-width:0}
.eyebrow{display:block;text-transform:uppercase;letter-spacing:.12em;font-size:.69rem;font-weight:800;color:var(--orange)}
.brand h1{margin:2px 0 0;font-size:1.24rem;line-height:1.15;color:var(--navy);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.brand #city{display:block;color:var(--muted);font-size:.84rem;margin-top:2px}
.cart-button{display:flex;align-items:center;gap:9px;background:var(--cart-bg,var(--navy));color:var(--cart-text,#fff);border-radius:999px;padding:10px 14px;font-weight:800;box-shadow:0 8px 22px rgba(16,40,61,.16);transition:.18s ease}
.cart-button:hover{transform:translateY(-1px);background:var(--navy-2)}
.cart-count{display:grid;place-items:center;min-width:26px;height:26px;border-radius:999px;background:var(--orange);padding:0 7px}
main{max-width:1180px;margin:auto;padding:24px 20px 100px}
.hero-shell{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.6fr) minmax(250px,.7fr);gap:28px;align-items:center;padding:42px;border-radius:var(--hero-radius);background:linear-gradient(130deg,var(--navy) 0%,var(--navy-2) 55%,var(--hero-alt) 100%);color:var(--hero-text);box-shadow:var(--shadow)}
.hero-shell:after{content:"";position:absolute;width:300px;height:300px;border-radius:50%;right:-120px;top:-120px;background:rgba(245,102,0,.20)}
.hero-copy{position:relative;z-index:1}
.hero-kicker{display:inline-block;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.10);font-size:.8rem;font-weight:800;letter-spacing:.03em}
.hero-copy h2{font-size:clamp(2.1rem,5vw,var(--hero-title-size));line-height:1.02;margin:16px 0 12px;max-width:720px}
.hero-copy p{font-size:1.08rem;color:rgba(255,255,255,.82);max-width:650px;margin:0}
.hero-actions{display:flex;align-items:center;gap:15px;flex-wrap:wrap;margin-top:26px}
.hero-primary{background:var(--orange);color:#fff;border-radius:var(--button-radius);padding:15px 20px;font-weight:900;font-size:var(--button-font-size);box-shadow:0 10px 25px rgba(245,102,0,.28);transition:.18s ease}
.hero-primary:hover{background:#ff7417;transform:translateY(-1px)}
.hero-note{font-size:.88rem;color:rgba(255,255,255,.72)}
.hero-card{position:relative;z-index:1;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.18);border-radius:20px;padding:22px;display:flex;align-items:center;gap:15px;box-shadow:inset 0 1px rgba(255,255,255,.1)}
.hero-card-mark{width:45px;height:45px;border-radius:50%;display:grid;place-items:center;background:var(--orange);font-weight:900;font-size:1.2rem;flex:0 0 auto}
.hero-card b,.hero-card span{display:block}.hero-card span{font-size:.86rem;color:rgba(255,255,255,.74);margin-top:4px}
.availability{margin:18px 0 0;padding:13px 16px;border-radius:14px;background:#FFF4D6;border:1px solid #F5DF9B;color:#624600}
.availability:empty{display:none}
.menu-section{padding-top:30px;scroll-margin-top:96px}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:8px}
.section-heading h2{margin:3px 0 0;color:var(--navy);font-size:var(--section-title-size)}
.product-summary{color:var(--muted);font-size:.88rem}
#categories{display:flex;gap:10px;overflow-x:auto;padding:14px 1px 22px;scrollbar-width:thin;scroll-snap-type:x proximity}
.cat{scroll-snap-align:start;background:var(--category-bg,#fff);color:var(--category-text,var(--navy));border:1px solid var(--category-border,var(--line));white-space:nowrap;border-radius:999px;padding:11px 16px;font-family:var(--category-font,var(--shop-font));font-size:var(--category-font-size,15px);font-weight:800;transition:.18s ease}
.cat:hover{border-color:#b8c5ce;transform:translateY(-1px)}
.cat.active{background:var(--category-active-bg,var(--navy));color:var(--category-active-text,#fff);border-color:var(--category-active-bg,var(--navy));box-shadow:0 7px 18px rgba(16,40,61,.15)}
#products{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}
.product{background:var(--product-card-bg,#fff);border:1px solid rgba(16,40,61,.06);border-radius:var(--card-radius);overflow:hidden;box-shadow:0 9px 28px rgba(16,40,61,.08);display:flex;flex-direction:column;min-height:100%;transition:.2s ease}
.product:hover{transform:translateY(-3px);box-shadow:0 16px 35px rgba(16,40,61,.13)}
.product-media{position:relative;aspect-ratio:16/10;background:linear-gradient(135deg,#E9EEF2,#F7F9FA);overflow:hidden}
.product img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}
.product:hover img{transform:scale(1.025)}
.product .noimg{width:100%;height:100%;background:linear-gradient(135deg,#E9EEF2,#F7F9FA)}
.product-price-badge{position:absolute;right:12px;bottom:12px;background:rgba(255,255,255,.96);color:var(--navy);font-weight:900;padding:8px 10px;border-radius:11px;box-shadow:0 6px 18px rgba(16,40,61,.16)}
.pbody{padding:17px;display:flex;flex-direction:column;gap:9px;flex:1}
.pbody h3{margin:0;color:var(--product-title-color,var(--navy));font-family:var(--product-title-font,var(--shop-font));font-size:var(--product-title-size);line-height:1.25}
.desc{color:var(--product-desc-color,var(--muted));font-family:var(--product-desc-font,var(--shop-font));font-size:var(--product-desc-size,.91rem);min-height:2.6em}
.product-action{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:7px}
.price{font-family:var(--product-price-font,var(--shop-font));font-weight:900;font-size:var(--product-price-size,1.18rem);color:var(--product-price-color,var(--navy))}
.choose-button{background:var(--button-bg,var(--orange));color:var(--button-text,#fff);font-family:var(--button-font,var(--shop-font));border-radius:var(--button-radius);padding:10px 15px;font-weight:900;font-size:var(--button-font-size);min-width:84px}
.choose-button:hover{background:var(--button-hover-bg,var(--orange-dark))}
.product.unavailable{opacity:.69}.product.unavailable img,.product.unavailable .noimg{filter:grayscale(.55)}
.unavailable-label{margin-top:auto;background:#ECEFF1;color:#59636C;padding:10px 12px;border-radius:12px;text-align:center;font-weight:800;font-size:.86rem}
.modal{position:fixed;inset:0;background:rgba(3,16,27,.58);backdrop-filter:blur(3px);z-index:30;display:flex;align-items:flex-end;justify-content:center;padding:0}
.hidden{display:none!important}
.sheet{background:#fff;width:min(760px,100%);max-height:94vh;overflow:auto;border-radius:24px 24px 0 0;padding:26px;position:relative;box-shadow:0 -20px 55px rgba(0,0,0,.24)}
.sheet h2{color:var(--navy);margin-top:0;padding-right:42px}.sheet p{color:var(--muted)}
.close{position:absolute;right:15px;top:14px;width:38px;height:38px;padding:0;border-radius:50%;background:#EEF1F3;color:var(--navy);font-size:1.5rem}
.addon{padding:14px 0;border-top:1px solid var(--line)}.addon h4{margin:0 0 5px;color:var(--navy)}
.option{display:flex;justify-content:space-between;gap:15px;padding:8px 0;align-items:start}.option b{white-space:nowrap}
.qty{display:flex;gap:12px;align-items:center}.qty input{width:78px;padding:10px;border:1px solid #CCD3D8;border-radius:10px}
textarea{resize:vertical}.sheet textarea{width:100%;padding:12px;border:1px solid #CCD3D8;border-radius:10px;margin-top:6px}
.totalbar{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-top:18px;background:#F4F7F8;padding:14px;border-radius:14px}
.primary{background:var(--button-bg,var(--orange));color:var(--button-text,#fff);font-family:var(--button-font,var(--shop-font));border-radius:12px;padding:12px 16px;font-weight:900}.primary:hover{background:var(--button-hover-bg,var(--orange-dark))}
.cartline{padding:14px 0;border-bottom:1px solid var(--line)}.cartline>div{color:var(--muted);margin-top:4px}.cartline button{background:#F0F2F4;border-radius:8px;padding:6px 9px;margin-left:8px}
.checkout input,.checkout textarea,.checkout select{width:100%;padding:12px;border:1px solid #CCD3D8;border-radius:10px;margin:5px 0 12px;background:#fff}
.time-choice{display:flex;flex-wrap:wrap;gap:14px;margin:9px 0 13px}.time-choice label{background:#F5F7F8;padding:10px 12px;border-radius:10px}
.success{text-align:center;padding:30px 10px}.success h2{color:var(--navy)}
.spinner{margin:18px auto;width:36px;height:36px;border:4px solid #DDD;border-top-color:var(--navy);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
.mobile-cart-bar{position:fixed;left:14px;right:14px;bottom:14px;z-index:15;background:var(--orange);color:#fff;border-radius:16px;padding:14px 17px;display:flex;justify-content:space-between;align-items:center;font-weight:900;box-shadow:0 14px 35px rgba(16,40,61,.28)}
.mobile-cart-bar b{display:grid;place-items:center;min-width:27px;height:27px;border-radius:999px;background:#fff;color:var(--orange);padding:0 8px}
/* Embed mode: behoud dezelfde componenten, maar compacter en zonder zware buitenmarges. */
body.horeqo-embedded{background:#fff}body.horeqo-embedded main{max-width:100%;padding-left:16px;padding-right:16px}body.horeqo-embedded .site-header{box-shadow:none}body.horeqo-compact .hero-shell{display:none}body.horeqo-compact main{padding-top:8px}body.horeqo-compact .menu-section{padding-top:6px}body.horeqo-embedded .sheet{scrollbar-gutter:stable}
@media(min-width:700px){.modal{align-items:center;padding:20px}.sheet{border-radius:24px}.mobile-cart-bar{display:none!important}}
@media(max-width:760px){
  .header-inner{padding:10px 14px}.brand-logo-wrap{width:56px;height:46px}.brand h1{font-size:1.03rem}.brand .eyebrow{display:none}.cart-label{display:none}.cart-button{padding:9px 11px}.cart-icon{font-size:1.05rem}
  main{padding:14px 14px 95px}.hero-shell{grid-template-columns:1fr;padding:28px 22px;border-radius:22px}.hero-card{display:none}.hero-copy h2{font-size:2.3rem}.hero-copy p{font-size:.98rem}.hero-primary{width:100%}.hero-note{width:100%;text-align:center}
  .section-heading{align-items:start}.product-summary{display:none}#products{grid-template-columns:1fr;gap:14px}.product{display:grid;grid-template-columns:118px 1fr;border-radius:18px}.product-media{aspect-ratio:auto;height:100%;min-height:150px}.pbody{padding:14px}.desc{min-height:0}.product-price-badge{display:none}.product-action{padding-top:3px}.choose-button{min-width:76px;padding:9px 12px}.price{font-size:1.05rem}
}
@media(max-width:420px){.product{grid-template-columns:104px 1fr}.desc{font-size:.86rem}.pbody h3{font-size:1rem}}
.load-error{grid-column:1/-1;background:#fff;border:1px solid #e4e8eb;border-radius:16px;padding:18px;color:#667581}
.availability span{font-size:.88rem}

.custom-blocks{display:grid;gap:16px;margin-top:18px}.custom-blocks:empty{display:none}.custom-text-block{background:var(--surface);border:1px solid var(--line);border-radius:var(--card-radius);padding:22px;box-shadow:0 8px 24px rgba(16,40,61,.06)}.custom-text-block h3{margin:0 0 8px;color:var(--navy);font-size:var(--section-title-size)}.custom-text-block .custom-block-body{color:var(--ink);white-space:pre-line}.custom-text-block a{color:var(--orange)}

.opening-hours-section{margin-top:34px;padding-top:8px}.opening-heading{margin-bottom:14px}.hours-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.hours-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--card-radius);padding:22px;box-shadow:0 8px 24px rgba(16,40,61,.06)}.hours-card h3{margin:0 0 13px;color:var(--navy);font-size:1.08rem}.hours-rows{display:grid;gap:0}.hours-row{display:flex;justify-content:space-between;gap:18px;padding:9px 0;border-bottom:1px solid var(--line)}.hours-row:last-child{border-bottom:0}.hours-row span{color:var(--muted)}.hours-row b{color:var(--ink);font-weight:800}.hours-row b.closed{color:var(--muted);font-weight:600}
@media(max-width:700px){.hours-grid{grid-template-columns:1fr}.opening-hours-section{margin-top:26px}.hours-card{padding:18px}}
.special-hours-wrap{margin-top:20px;padding-top:18px;border-top:1px solid var(--line)}.special-hours-wrap h3{margin:0 0 10px;color:var(--navy)}.special-hours-rows{display:grid;gap:9px}.special-hours-row{display:grid;grid-template-columns:minmax(160px,.8fr) minmax(150px,.7fr) 1.5fr;gap:12px;padding:10px 12px;background:var(--bg);border-radius:12px}.special-hours-row span{color:var(--muted)}@media(max-width:720px){.special-hours-row{grid-template-columns:1fr;gap:3px}}

.category-feature{margin:0 0 22px}.category-feature h3{margin:0 0 12px;color:var(--category-heading-color,var(--navy));font-family:var(--category-heading-font,var(--shop-font));font-size:var(--category-heading-size,var(--section-title-size))}.category-feature-image{width:100%;height:var(--category-banner-height);border-radius:var(--card-radius);overflow:hidden;background:linear-gradient(135deg,#E9EEF2,#F7F9FA);box-shadow:0 9px 28px rgba(16,40,61,.08)}.category-feature-image img{width:100%;height:100%;object-fit:cover;display:block}.category-feature-description{margin:10px 2px 0;color:var(--muted);white-space:pre-line}.category-feature-image:empty{display:none}.category-feature-description:empty{display:none}
.custom-text-block{position:relative;overflow:hidden}.custom-text-block::before{content:"";position:absolute;inset:0;background-image:var(--block-bg-image,none);background-size:cover;background-position:var(--block-bg-position,center);opacity:var(--block-bg-opacity,0);pointer-events:none}.custom-text-block>*{position:relative;z-index:1}
