/* Style layer: fris (Uber Eats store page) - pure white, photo-forward,
   black type, gold only as accent (avatar ring, call icon, active states,
   badges, black promo cards). Never a section fill.
   Grid: container 1144 (1192 - 2x24), nav 262 + 16 + main column.
   8px rhythm: 16 in cards, 24 between cards, 32 section gap, 48 major gap.
   premium.css owns structure/tokens; everything here is scoped. */
:root[data-style="fris"]{
  /* colors only from palettes.css tokens */
  --ink:var(--pal-ink);
  --ink-soft:var(--pal-ink-soft);
  --paper:var(--pal-bg);
  --paper-2:var(--pal-surface);
  --line:var(--pal-line);
  --f-radius:12px;
  --f-pill:999px;
  --f-shadow:0 1px 2px color-mix(in srgb, var(--pal-ink) 12%, transparent),0 3px 10px color-mix(in srgb, var(--pal-ink) 12%, transparent);
  --f-top:56px;
  --nav-w:262px;
  --f-gold:var(--pal-accent);         /* accent fill; --pal-on-accent text on it */
  --f-gold-deep:var(--pal-accent-ink);/* accent as text/line on bg */
  --f-night:var(--pal-block);         /* promo card fill, --pal-on-block text */
  --f-ph:var(--pal-surface);          /* neutral photo backdrop */
  /* glyph/plus are white/black stencils; color comes from a blended token layer on top */
  --f-glyph:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 2v7c0 1.1.9 2 2 2h4a2 2 0 0 0 2-2V2'/%3E%3Cpath d='M7 2v20'/%3E%3Cpath d='M21 15V2a5 5 0 0 0-5 5v6c0 1.1.9 2 2 2h3Zm0 0v7'/%3E%3C/svg%3E");
  --f-plus:linear-gradient(var(--pal-ink) 0 0),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E") center/18px no-repeat,var(--pal-bg);
}
/* accent glyph on block disc: darken(accent, white stroke)=accent, darken(accent, block)=block (block is always the darker tone) */
:root[data-style="fris"] .brand .mark,
:root[data-style="fris"] .hero-media::after{background:linear-gradient(var(--pal-accent) 0 0),var(--f-glyph) center/var(--f-glyph-size,15px) no-repeat,var(--pal-block);background-blend-mode:darken,normal}
:root[data-style="fris"] body{background:var(--pal-bg);color:var(--ink);font-family:"Inter",system-ui,-apple-system,"Segoe UI",sans-serif}
:root[data-style="fris"] h1,
:root[data-style="fris"] h2,
:root[data-style="fris"] h3,
:root[data-style="fris"] h4,
:root[data-style="fris"] .brand .name,
:root[data-style="fris"] .brand .mark,
:root[data-style="fris"] .tel,
:root[data-style="fris"] footer b{
  font-family:"Inter",system-ui,-apple-system,"Segoe UI",sans-serif;
  font-weight:700;letter-spacing:-.02em;color:var(--ink);
}
:root[data-style="fris"] .wrap{max-width:1192px;padding:0 16px}
:root[data-style="fris"] section{background:var(--pal-bg);padding:48px 0}
:root[data-style="fris"] .sec-head{margin-bottom:12px}
:root[data-style="fris"] .sec-head h2{font-size:20px;line-height:1.2;letter-spacing:-.01em}
:root[data-style="fris"] :focus-visible{outline-color:var(--ink)}
@media(min-width:800px){
  :root[data-style="fris"]{--f-top:64px}
  :root[data-style="fris"] .wrap{padding:0 24px}
  :root[data-style="fris"] .sec-head{margin-bottom:16px}
  :root[data-style="fris"] .sec-head h2{font-size:24px}
}

/* ---------- top bar: mark + wordmark | gray pill | one call icon ---------- */
:root[data-style="fris"] header.top{background:var(--pal-bg);backdrop-filter:none;border-bottom:1px solid var(--line)}
:root[data-style="fris"] .top .wrap{height:var(--f-top);gap:12px}
:root[data-style="fris"] .hamburger{display:none}
:root[data-style="fris"] .brand{flex:none;min-width:0;gap:8px}
:root[data-style="fris"] .brand .mark{width:30px;height:30px;border-radius:50%;color:transparent;font-size:0;box-shadow:inset 0 0 0 1px var(--f-gold)}
:root[data-style="fris"] .brand .name{font-size:16px;letter-spacing:-.03em;white-space:nowrap}
:root[data-style="fris"] .top nav,
:root[data-style="fris"] [data-open-hours],
:root[data-style="fris"] #topRoute,
:root[data-style="fris"] #topRoute.has-route{display:none}
:root[data-style="fris"] .top-actions{flex:1;min-width:0;justify-content:flex-end;gap:10px}
:root[data-style="fris"] .status-pill{
  display:inline-flex;flex:1 1 auto;min-width:0;height:36px;
  background:var(--paper-2);border:0;border-radius:var(--f-pill);padding:0 14px;
  font-size:13.5px;font-weight:500;color:var(--ink);
}
:root[data-style="fris"] .status-pill #statusPillText{white-space:nowrap}
:root[data-style="fris"] .top .status-pill{min-width:max-content}
/* narrow: pill never truncates; status already sits in the info strip under the banner */
@media(max-width:559px){
  :root[data-style="fris"] .top .status-pill{display:none}
}
:root[data-style="fris"] .top .btn-primary{
  position:relative;height:40px;min-height:40px;padding:0 14px 0 12px;border-radius:999px;
  font-size:14px;font-weight:600;gap:7px;flex:none;white-space:nowrap;font-variant-numeric:tabular-nums;background:var(--pal-block);color:var(--pal-on-block);
}
:root[data-style="fris"] .top .tel-word{display:none}
:root[data-style="fris"] .top .btn-primary::before{content:"";position:absolute;inset:-2px}
:root[data-style="fris"] .top .btn-primary svg{width:17px;height:17px}
@media(min-width:800px){
  :root[data-style="fris"] .top .wrap{max-width:none;padding:0 38px;gap:0}
  :root[data-style="fris"] .brand .mark{width:32px;height:32px;--f-glyph-size:16px}
  :root[data-style="fris"] .brand .name{font-size:20px}
  :root[data-style="fris"] .top-actions{gap:40px;margin-left:clamp(24px,calc(28vw - 233px),176px)}
  :root[data-style="fris"] .status-pill{padding:0 16px;font-size:14.5px}
  :root[data-style="fris"] .top .btn-primary{height:36px;min-height:36px}
}

/* order on: Uber Eats cart icon at the far right, count badge once items exist */
:root[data-style="fris"][data-order="on"] .top-cart{display:grid;width:40px;height:40px;margin-left:8px;border:0;background:var(--paper-2);color:var(--ink)}
:root[data-style="fris"] .top-cart::before{content:"";position:absolute;inset:-2px}
:root[data-style="fris"] .top-cart svg{width:19px;height:19px}
:root[data-style="fris"] .top-cart-count{background:var(--pal-block);color:var(--pal-on-block);border:2px solid var(--pal-bg);top:-6px;right:-6px;line-height:16px;min-width:22px;height:22px}
:root[data-style="fris"]:not(.has-cart) .top-cart-count{display:none}
@media(min-width:800px){
  :root[data-style="fris"][data-order="on"] .top-cart{width:36px;height:36px;margin-left:12px}
}

/* ---------- buttons: pills; black primary, gold only as icon accent ---------- */
:root[data-style="fris"] .btn{border-radius:var(--f-pill);transition:transform .18s var(--ease)}
:root[data-style="fris"] .btn-primary{background:var(--f-gold);color:var(--pal-on-accent)}
:root[data-style="fris"] .btn-primary:hover{box-shadow:none;transform:scale(1.02)}
:root[data-style="fris"] .btn-primary svg{color:currentColor}
:root[data-style="fris"] .top .btn-primary svg{color:var(--f-gold)}
:root[data-style="fris"] .btn-line{background:var(--paper-2);border-color:transparent;color:var(--ink)}
:root[data-style="fris"] .btn-line:hover{border-color:transparent}

/* ---------- banner: contained photo + avatar centered on its bottom edge ---------- */
:root[data-style="fris"] .hero{padding:0;background:var(--pal-bg)}
:root[data-style="fris"] .hero .wrap{gap:0}
:root[data-style="fris"] .hero-fris{display:block}
:root[data-style="fris"] .hero-media{
  display:block;order:-1;position:relative;overflow:visible;
  margin:0 -16px;border-radius:0;background:none;max-height:none;
}
:root[data-style="fris"] .hero-media img,
:root[data-style="fris"] .hero-fris img{
  width:100%;height:160px;max-height:none;
  object-fit:cover;object-position:center 62%;
  border-radius:0;background:var(--paper-2);
}
:root[data-style="fris"] .hero-media::after{
  content:"";position:absolute;left:16px;bottom:-28px;
  width:56px;height:56px;border-radius:50%;box-sizing:border-box;
  border:4px solid var(--pal-bg);--f-glyph-size:22px;
  box-shadow:0 2px 10px color-mix(in srgb, var(--pal-ink) 18%, transparent),inset 0 0 0 3px var(--pal-block),inset 0 0 0 4px var(--f-gold);
}

/* identity: H1, one 14px gray meta stack, info bar (toggle | stats) */
:root[data-style="fris"] .hero-left{position:relative;display:flex;flex-direction:column;align-items:stretch;padding:40px 0 0;min-width:0}
:root[data-style="fris"] .hero-left > *{min-width:0;max-width:100%}
:root[data-style="fris"] .hero-kicker,
:root[data-style="fris"] .hero-left .status-line,
:root[data-style="fris"] .hero-search{display:none}
:root[data-style="fris"] .hero h1{order:1;margin:0;font-size:26px;line-height:1.15;letter-spacing:-.02em}
:root[data-style="fris"] .status-line .dot{background:var(--ok)}
:root[data-style="fris"] .status-line.closed .dot{background:var(--closed)}
:root[data-style="fris"] .hero .hero-meta-line,
:root[data-style="fris"] .hero .hero-address,
:root[data-style="fris"] .hero .tagline{display:block;margin:0;max-width:none;font-size:14px;line-height:20px;font-weight:400;color:var(--ink-soft);text-wrap:pretty}
:root[data-style="fris"] .hero .hero-meta-line{order:2;margin-top:8px}
:root[data-style="fris"] .hero .hero-address{order:3}
:root[data-style="fris"] .hero .tagline{display:none}
/* segmented pill toggle: gray track, white active pill */
:root[data-style="fris"] .hero .acts{
  order:5;display:flex;flex-wrap:nowrap;gap:0;margin-top:20px;padding:3px;width:100%;box-sizing:border-box;
  background:var(--paper-2);border-radius:var(--f-pill);
}
:root[data-style="fris"] .hero .acts .btn{flex:1 1 0;min-width:0;min-height:38px;padding:0 12px;font-size:14px;font-weight:600;border:0;transition:none;white-space:nowrap}
:root[data-style="fris"] .hero .acts .btn-primary{background:var(--pal-bg);color:var(--ink);box-shadow:0 0 0 1px var(--line)}
:root[data-style="fris"] .hero .acts .btn-primary:hover{transform:none}
:root[data-style="fris"] .hero .acts .btn-line{background:transparent;color:var(--ink)}
/* stat columns: label on top, gray subline, 1px rule between */
:root[data-style="fris"] .hero-info{
  order:6;display:grid;grid-template-columns:1fr 1fr;margin-top:12px;min-height:58px;width:100%;box-sizing:border-box;
  border:1px solid var(--line);border-radius:var(--f-radius);
}
:root[data-style="fris"] .hero-info .hi-item{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:8px;min-width:0;position:relative}
:root[data-style="fris"] .hero-info .hi-item + .hi-item::before{content:"";position:absolute;left:0;top:20%;bottom:20%;width:1px;background:var(--line)}
:root[data-style="fris"] .hero-info b{font-size:13px;font-weight:600;line-height:18px;color:var(--ink);max-width:100%}
:root[data-style="fris"] .hero-info span{font-size:13px;line-height:18px;color:var(--ink-soft);max-width:100%}
:root[data-style="fris"] .hero-right{margin-top:32px;min-width:0}
:root[data-style="fris"] .cc-nav{display:none}

@media(min-width:800px){
  :root[data-style="fris"] .hero{padding:4px 0 0}
  :root[data-style="fris"] .hero .wrap{flex-direction:row;flex-wrap:wrap;align-items:flex-start}
  :root[data-style="fris"] .hero-media{flex:0 0 100%;margin:0}
  :root[data-style="fris"] .hero-media img,
  :root[data-style="fris"] .hero-fris img{height:238px;border-radius:var(--f-radius)}
  :root[data-style="fris"] .hero-media::after{left:8px;bottom:-36px;width:72px;height:72px;--f-glyph-size:28px;
    box-shadow:0 2px 10px color-mix(in srgb, var(--pal-ink) 18%, transparent),inset 0 0 0 4px var(--pal-block),inset 0 0 0 5px var(--f-gold)}
  /* grid: [nav col | main col]; nav col is 0 until the sidebar exists (1024) */
  :root[data-style="fris"] .hero-left{
    flex:0 0 100%;display:grid;grid-template-columns:0 minmax(0,1fr);column-gap:0;
    grid-template-rows:auto auto auto auto 24px 58px;align-items:center;padding:42px 0 0;
  }
  :root[data-style="fris"] .hero-left > *{grid-column:1 / -1}
  :root[data-style="fris"] .hero h1{grid-row:1;font-size:32px;padding:0 360px 0 8px}
  :root[data-style="fris"] .hero .hero-search{
    display:flex;grid-column:2;grid-row:1;justify-self:end;align-self:center;
    width:340px;min-height:36px;padding:0 16px;
  }
  :root[data-style="fris"] .hero .hero-search input{min-height:34px;height:34px}
  :root[data-style="fris"] .hero .hero-meta-line{grid-row:2;margin-top:16px;padding-left:8px}
  :root[data-style="fris"] .hero .hero-address{grid-row:3;padding-left:8px}
    /* info bar: one bordered 58px row in the main column */
  :root[data-style="fris"] .hero-left::after{
    content:"";grid-column:2;grid-row:6;align-self:stretch;
    border:1px solid var(--line);border-radius:var(--f-radius);pointer-events:none;
  }
  :root[data-style="fris"] .hero .acts{grid-column:2;grid-row:6;justify-self:start;width:auto;margin:0 0 0 20px;padding:2px}
  :root[data-style="fris"] .hero .acts .btn{flex:none;min-height:30px;padding:0 14px;font-weight:500}
  :root[data-style="fris"] .hero-info{grid-column:2;grid-row:6;justify-self:end;width:auto;grid-template-columns:176px 176px;margin:0 20px 0 0;min-height:0;border:0;border-radius:0}
  :root[data-style="fris"] .hero-info .hi-item{padding:0 12px}
  :root[data-style="fris"] .hero-right{flex:0 0 100%;margin-top:24px}
}
@media(min-width:1024px){
  :root[data-style="fris"] .hero-left{grid-template-columns:var(--nav-w) minmax(0,1fr);column-gap:16px}
  :root[data-style="fris"] .hero-right{padding-left:278px}
}

/* ---------- promo row: black cards, photo melts in from the right, gold pill CTA ---------- */
:root[data-style="fris"] .cc-grid{
  display:flex;gap:12px;overflow-x:auto;scrollbar-width:none;
  margin:0 -16px;padding:0 16px;scroll-padding:0 16px;scroll-snap-type:x mandatory;
}
:root[data-style="fris"] .cc-grid::-webkit-scrollbar{display:none}
:root[data-style="fris"] .cc-card{
  position:relative;flex:0 0 min(85vw,320px);height:120px;scroll-snap-align:start;
  display:grid;grid-template-columns:minmax(0,1fr) 34%;grid-template-rows:auto auto 1fr;
  grid-template-areas:"t m" "s m" "p m";
  background:color-mix(in srgb, var(--f-gold) 14%, var(--pal-bg));border:0;border-radius:var(--f-radius);padding:0;overflow:hidden;isolation:isolate;
}
:root[data-style="fris"] .cc-card:hover{box-shadow:none;transform:none}
:root[data-style="fris"] .cc-media{
  grid-area:m;aspect-ratio:auto;height:100%;margin:0;border-radius:0;background:var(--f-ph);
}
:root[data-style="fris"] .cc-media img{filter:saturate(1.05) contrast(1.05)}
:root[data-style="fris"] .cc-card:has(.cc-media-empty){display:none}
:root[data-style="fris"] .cc-card h3{grid-area:t;z-index:1;padding:16px 12px 0 16px;margin:0;font-size:18px;line-height:1.2;letter-spacing:-.015em;color:var(--ink)}
:root[data-style="fris"] .cc-sub{display:block;grid-area:s;z-index:1;padding:2px 12px 0 16px;font-size:14px;line-height:20px;color:var(--ink-soft)}
:root[data-style="fris"] .cc-pill{
  display:inline-flex;grid-area:p;align-self:end;justify-self:start;z-index:1;align-items:center;
  height:28px;margin:0 0 14px 16px;padding:0 12px;border-radius:var(--f-pill);
  background:var(--pal-block);color:var(--pal-on-block);font-size:14px;font-weight:500;white-space:nowrap;
  transition:transform .18s var(--ease);
}
:root[data-style="fris"] .cc-card:hover .cc-pill{transform:translateX(2px)}
:root[data-style="fris"] .cc-card:hover .cc-media img{transform:scale(1.04)}
@media(min-width:800px){
  :root[data-style="fris"] .cc-grid{display:grid;grid-template-columns:repeat(2,minmax(0,420px));gap:24px;margin:0;padding:0;overflow:visible}
  :root[data-style="fris"] .cc-card{height:130px;grid-template-columns:minmax(0,1fr) 30%}
  :root[data-style="fris"] .cc-card h3{padding:20px 12px 0 20px;font-size:20px}
  :root[data-style="fris"] .cc-sub{padding-left:20px}
  :root[data-style="fris"] .cc-pill{margin:0 0 16px 20px}
  /* two promos on desktop: hide the 3rd+ card that has a photo */
  :root[data-style="fris"] .cc-card:not(:has(.cc-media-empty)) ~ .cc-card:not(:has(.cc-media-empty)) ~ .cc-card{display:none}
}

/* ---------- menu block order: featured, menu head + search, sections ---------- */
:root[data-style="fris"] #menukaart{padding-top:32px}
:root[data-style="fris"] #menukaart > .wrap{display:flex;flex-direction:column}
:root[data-style="fris"] #menukaart .pop-wrap{order:1;margin:24px 0 16px}
:root[data-style="fris"] #menukaart .pop-wrap .sec-head{display:flex;align-items:center;justify-content:space-between;max-width:none;width:100%;margin-bottom:12px}
:root[data-style="fris"] #menukaart > .wrap > .sec-head{order:2;position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
:root[data-style="fris"] .menu-tools{order:0}
:root[data-style="fris"] .menu-layout{order:4}
:root[data-style="fris"] .menu-tools{gap:8px;margin-bottom:4px;flex-wrap:nowrap}
:root[data-style="fris"] .search{flex:1 1 auto;min-width:0;background:var(--paper-2);border:0;border-radius:var(--f-pill);padding:0 16px;min-height:44px}
:root[data-style="fris"] .search svg{width:16px;height:16px;color:var(--ink)}
:root[data-style="fris"] .search input{min-height:40px;font-size:15px}
:root[data-style="fris"] .search input::placeholder{color:var(--ink-soft)}
:root[data-style="fris"] .chips{flex-wrap:nowrap}
:root[data-style="fris"] .chip{background:var(--paper-2);border:0;color:var(--ink);font-weight:500;padding:0 14px;transition:none}
:root[data-style="fris"] .chip[aria-pressed="true"]{background:var(--pal-block);color:var(--pal-on-block)}
@media(max-width:519px){
  :root[data-style="fris"] .menu-tools{flex-wrap:wrap}
  :root[data-style="fris"] .menu-tools .search{flex-basis:100%}
}
/* one search: from 800 the 340 pill on the title row, so the menu row keeps only filters */
@media(min-width:800px){
  :root[data-style="fris"] .menu-tools .search{display:none}
}
@media(min-width:1024px){
  /* one grid: sticky nav column 262 | 16 | main column; nav spans all rows */
  :root[data-style="fris"] #menukaart > .wrap{display:grid;grid-template-columns:var(--nav-w) minmax(0,1fr);column-gap:16px;align-items:start}
  :root[data-style="fris"] .menu-layout{display:contents}
  :root[data-style="fris"] #menukaart{padding-top:24px}
  :root[data-style="fris"] #menukaart .pop-wrap{grid-column:2;grid-row:2;margin:32px 0 48px}
  :root[data-style="fris"] #menukaart .pop-wrap .sec-head{margin-bottom:16px}
  :root[data-style="fris"] .menu-tools{grid-column:2;grid-row:1;justify-self:stretch;align-self:center;margin:0}
  :root[data-style="fris"] .chip{min-height:36px}
  :root[data-style="fris"] .menu-layout > div{grid-column:2;grid-row:3;padding-top:0}
}

/* ---------- featured: square photos, + overlapping, scroll-snap ---------- */
:root[data-style="fris"] .pop-row{gap:12px;margin:0 -16px;padding:0 16px 4px;scroll-padding:0 16px;scroll-snap-type:x mandatory}
:root[data-style="fris"] .pop-card{flex:0 0 40vw;max-width:170px;scroll-snap-align:start}
:root[data-style="fris"] .pop-card .pc-media{position:relative;display:block;border-radius:var(--f-radius);background:var(--f-ph);margin-bottom:8px}
:root[data-style="fris"] .pop-card .pc-media::after{
  content:"";position:absolute;right:12px;bottom:12px;width:36px;height:36px;border-radius:50%;
  background:var(--f-plus);background-blend-mode:lighten,normal;box-shadow:var(--f-shadow);transition:transform .12s var(--ease);
}
:root[data-style="fris"] .pop-card:active .pc-media::after{transform:scale(.9)}
:root[data-style="fris"] .pop-card:hover .pc-media img{transform:scale(1.03)}
:root[data-style="fris"] .pop-card .pc-name{display:block;font-size:16px;font-weight:500;letter-spacing:-.01em;line-height:1.3}
:root[data-style="fris"] .pop-card .pc-price{font-size:14px;color:var(--ink-soft);margin-top:2px}
/* rank badge: gold rectangle, black label, top-left inset 8 */
:root[data-style="fris"] .pop-row{counter-reset:pop}
:root[data-style="fris"] .pop-card{counter-increment:pop}
:root[data-style="fris"] .pop-card .pc-media::before{
  content:"#" counter(pop);position:absolute;left:8px;top:8px;z-index:1;
  height:20px;padding:0 6px;border-radius:4px;background:var(--f-gold);color:var(--pal-on-accent);
  font-size:13px;font-weight:600;line-height:20px;font-variant-numeric:tabular-nums;
}
@media(min-width:800px){
  :root[data-style="fris"] .pop-nav{display:flex;gap:8px}
  :root[data-style="fris"] .pop-arrow{width:36px;height:36px;border-radius:50%;border:0;background:var(--paper-2);color:var(--ink);display:grid;place-items:center;cursor:pointer;transition:opacity .15s var(--ease)}
  :root[data-style="fris"] .pop-arrow svg{width:18px;height:18px}
  :root[data-style="fris"] .pop-arrow.is-edge{opacity:.4;cursor:default}
  :root[data-style="fris"] .pop-row{margin:0;padding:0 0 4px;gap:24px;scroll-padding:0}
  :root[data-style="fris"] .pop-card{flex:0 0 calc((100% - 72px) / 4);max-width:none}
}

/* ---------- category nav: 44px chip bar (mobile), 262 sidebar (desktop) ---------- */
:root[data-style="fris"] .cat-nav{
  top:var(--f-top);background:var(--pal-bg);gap:8px;align-items:center;
  height:44px;padding:0 16px;margin:16px -16px 0;border-bottom:1px solid var(--line);
  scroll-padding:0 16px;
}
:root[data-style="fris"] .cat-nav a{
  position:relative;height:32px;min-height:32px;padding:0 12px;border-radius:var(--f-pill);
  background:var(--paper-2);font-size:14px;font-weight:500;color:var(--ink);transition:none;
}
:root[data-style="fris"] .cat-nav a::before{content:"";position:absolute;inset:-6px 0}
:root[data-style="fris"] .cat-nav a.active,
:root[data-style="fris"] .cat-nav:not(:has(a.active)) a:first-of-type{background:var(--pal-block);color:var(--pal-on-block);font-weight:600}
@media(min-width:800px){
  :root[data-style="fris"] .cat-nav{margin:16px -24px 0;padding:0 24px;scroll-padding:0 24px}
}
@media(min-width:1024px){
  :root[data-style="fris"] .cat-nav{
    grid-column:1;grid-row:1 / span 3;position:sticky;top:88px;
    flex-direction:column;align-items:stretch;gap:0;height:auto;
    margin:var(--f-nav-rise,0) 0 0;padding:16px 0 0;border:0;border-top:1px solid var(--line);
  }
  /* ponytail: fixed rise = info bar row + promo row (130) + gaps; assumes 2 meta lines. Needs nav in hero markup if meta grows */
  :root[data-style="fris"]{--f-nav-rise:-240px}
  :root[data-style="fris"] .cat-nav-head{display:flex;flex-direction:column;gap:2px;padding:8px 8px 16px}
  :root[data-style="fris"] .cat-nav-head b{font-size:18px;font-weight:500;line-height:24px;color:var(--ink)}
  :root[data-style="fris"] .cat-nav-head .cnh-status{font-size:14px;line-height:20px;color:var(--ink-soft)}
  :root[data-style="fris"] .cat-nav-head .cnh-sub{display:none}
  :root[data-style="fris"] .cat-nav a{height:46px;min-height:46px;padding:0 20px;border-radius:0;background:none;font-size:16px;font-weight:400;color:var(--ink)}
  :root[data-style="fris"] .cat-nav a::before{display:none}
  :root[data-style="fris"] .cat-nav a:hover{background:var(--paper-2)}
  :root[data-style="fris"] .cat-nav a.active,
  :root[data-style="fris"] .cat-nav:not(:has(a.active)) a:first-of-type{background:var(--paper-2);color:var(--ink);font-weight:500}
  :root[data-style="fris"] .cat-nav a.active::after,
  :root[data-style="fris"] .cat-nav:not(:has(a.active)) a:first-of-type::after{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--ink)}
}

/* ---------- menu sections ---------- */
:root[data-style="fris"] .cat-section{scroll-margin-top:120px;margin:0;padding-top:32px}
:root[data-style="fris"] .board{background:none;border:0;border-radius:0;padding:0}
:root[data-style="fris"] .board h3{font-size:20px;line-height:1.2;letter-spacing:-.01em;margin:0 0 12px}
:root[data-style="fris"] .board h3 + .note{margin-top:-4px}
:root[data-style="fris"] .board .note{font-style:normal;font-size:14px;line-height:20px;color:var(--ink-soft);margin:-4px 0 16px;max-width:64ch}
:root[data-style="fris"] .cols{display:block}
:root[data-style="fris"] .board .group{display:grid;grid-template-columns:minmax(0,1fr);gap:12px;margin-bottom:32px}
:root[data-style="fris"] .board .group:last-child{margin-bottom:0}
:root[data-style="fris"] .board h4{order:-3;grid-column:1/-1;font-family:inherit;font-size:14px;font-weight:500;line-height:20px;color:var(--ink-soft);letter-spacing:0;margin:0 0 -4px;padding:0;border:0}
/* pair same-type cards: photo cards first, then described, then compact (visual only; menu order carries no meaning) */
:root[data-style="fris"] .board .group > .row:has(.thumb){order:-2}
:root[data-style="fris"] .board .group > .row:not(:has(.thumb)):has(.n small){order:-1}
@media(min-width:760px){
  :root[data-style="fris"] .board .group{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
  :root[data-style="fris"] .board h4{margin-bottom:-12px}
}
@media(min-width:800px){
  :root[data-style="fris"] .board h3{font-size:24px;margin-bottom:16px}
}
@media(min-width:1024px){
  :root[data-style="fris"] .cat-section{scroll-margin-top:88px;padding-top:0;margin-bottom:32px}
}

/* item card: text left, full-description grows the card, square photo (or placeholder) flush right, full card height */
:root[data-style="fris"] .row{
  position:relative;display:grid;grid-template-columns:minmax(0,1fr) 120px;
  grid-template-rows:auto auto;align-items:start;gap:0;
  margin:0;padding:0 0 44px;min-height:120px;
  background:var(--pal-bg);border:1px solid var(--line);border-radius:var(--f-radius);transition:none;
}
:root[data-style="fris"] .row:hover{background:var(--pal-bg)}
:root[data-style="fris"] .row.hidden-by-filter{display:none}
:root[data-style="fris"] .row .l{display:none}
:root[data-style="fris"] .row .n{
  grid-column:1;grid-row:1;padding:14px 16px 0;
  font-size:16px;font-weight:500;letter-spacing:-.01em;line-height:1.3;
  white-space:normal;text-wrap:pretty;
}
:root[data-style="fris"] .row .p{grid-column:1;grid-row:2;padding:2px 16px 0;font-weight:400;font-size:14px;line-height:20px;color:var(--ink)}
:root[data-style="fris"] .row .p em{color:var(--ink-soft)}
:root[data-style="fris"] .row .p-meta{color:var(--ink-soft);font-weight:400}
:root[data-style="fris"] .row .p-meta::before{content:"\00B7";margin:0 6px;color:var(--ink-soft)}
/* name never truncates; card grows to fit (removed line-clamp, was cutting long names) */
/* full description, in flow under the name (no truncation; the card grows to fit) */
:root[data-style="fris"] .row .n small{
  display:block;margin:4px 0 0;
  white-space:normal;font-style:normal;font-weight:400;font-size:13px;line-height:18px;color:var(--ink-soft);letter-spacing:0;
}
/* static (not absolute) so a wrapped description never overlaps it (was a fixed-bottom overlay) */
:root[data-style="fris"] .row .tag{position:static;margin-left:8px;vertical-align:middle}
/* thumb/placeholder: absolute, flush right, covers the full card height regardless of text length */
:root[data-style="fris"] .row .thumb,
:root[data-style="fris"] .row::before{position:absolute;top:0;right:0;bottom:0;width:120px;height:auto;border:0;border-radius:0}
:root[data-style="fris"] .row .thumb{background:var(--f-ph)}
:root[data-style="fris"] .row .thumb img{transition:transform .22s var(--ease)}
:root[data-style="fris"] .row:hover .thumb img{transform:scale(1.04)}
/* no photo: same card, neutral square tile with a utensils glyph (black stencil, lightened to a soft token gray) */
/* no photo: compact text-only card, height follows content; description space only when there is one */
:root[data-style="fris"] .row:not(:has(.thumb)){min-height:0;grid-template-columns:minmax(0,1fr) 60px;padding-bottom:14px}
:root[data-style="fris"] .row:not(:has(.thumb)):has(.n small){padding-bottom:14px}
:root[data-style="fris"] .row:not(:has(.thumb)) .tag{position:static;margin-left:8px;vertical-align:middle}
:root[data-style="fris"] .row:not(:has(.thumb)) .plus{position:absolute;top:0;bottom:0;right:0;margin:auto 12px auto 0}
:root[data-style="fris"] .row .plus{
  position:absolute;right:12px;bottom:12px;z-index:1;
  width:36px;height:36px;margin:0;border:0;background:var(--pal-bg);box-shadow:var(--f-shadow);
}
:root[data-style="fris"] .row .plus svg{width:18px;height:18px;color:var(--ink);stroke-width:2.5}
@media(min-width:760px){
  :root[data-style="fris"] .row{padding-right:0}
  :root[data-style="fris"] .row .thumb,
  :root[data-style="fris"] .row::before{width:140px}
  :root[data-style="fris"] .row .n{padding-top:16px}
  :root[data-style="fris"] .row .n small{font-size:14px;line-height:20px}
  :root[data-style="fris"] .row .tag{bottom:16px}
  :root[data-style="fris"] .row:not(:has(.thumb)){padding-bottom:16px}
}

/* online ordering off: no + on featured photos */
:root[data-style="fris"]:not([data-order="on"]) .pop-card .pc-media::after{display:none}

/* popular rank on list cards (needs build data-rank): on the photo top-left, else top-right */
:root[data-style="fris"] .row[data-rank]::after{content:"#" attr(data-rank);position:absolute;z-index:1;top:8px;right:12px;height:20px;padding:0 6px;border-radius:4px;background:var(--f-gold);color:var(--pal-on-accent);font-size:12px;font-weight:600;line-height:20px;font-variant-numeric:tabular-nums}
:root[data-style="fris"] .row[data-rank]::after{right:auto;left:calc(100% - 112px)}
@media(min-width:760px){:root[data-style="fris"] .row[data-rank]::after{left:calc(100% - 132px)}}
/* badges: small gold rectangles, black text (8.6:1) */
:root[data-style="fris"] .tag{background:var(--f-gold);color:var(--pal-on-accent);border-radius:4px;font-size:12px;font-weight:500;line-height:20px;height:20px;padding:0 6px;letter-spacing:0}

/* kids block */
:root[data-style="fris"] .kids{background:var(--pal-bg);border:1px solid var(--line);border-radius:var(--f-radius);padding:16px 20px;margin-top:24px}
:root[data-style="fris"] .kids h4{font-size:17px}
:root[data-style="fris"] .kids .price{font-size:18px;color:var(--ink)}
:root[data-style="fris"] .no-results{font-style:normal}

/* ---------- reviews / hours / contact / footer: white, hairline ---------- */
:root[data-style="fris"] #reviews{background:var(--pal-bg);border-color:var(--line)}
:root[data-style="fris"] .review-card{background:var(--pal-bg);border-color:var(--line);border-radius:var(--f-radius);padding:20px}
:root[data-style="fris"] .review-card p{font-style:normal}
:root[data-style="fris"] .card{background:var(--pal-bg);border-color:var(--line);border-radius:var(--f-radius);padding:24px}
:root[data-style="fris"] .card h3{font-size:24px}
:root[data-style="fris"] .tel{font-size:24px;color:var(--ink)}
:root[data-style="fris"] .map{background:var(--paper-2);border:0;border-radius:var(--f-radius)}
:root[data-style="fris"] .map .pin{background:var(--f-gold);box-shadow:0 0 0 2px var(--pal-block)}
:root[data-style="fris"] .map span{border:1px solid var(--line);border-radius:var(--f-pill)}
:root[data-style="fris"] .tijden{border-color:var(--line)}
:root[data-style="fris"] .tijden li{font-size:15px;border-color:var(--line)}
:root[data-style="fris"] .tijden li.now{background:var(--paper-2);border-radius:8px;box-shadow:inset 3px 0 0 var(--f-gold)}
:root[data-style="fris"] footer{background:var(--pal-bg);border-color:var(--line)}
:root[data-style="fris"] footer b{font-size:17px}

/* ---------- bottom bar + sheet ---------- */
:root[data-style="fris"] .sticky-cta .btn-primary{background:var(--pal-block);color:var(--pal-on-block)}
:root[data-style="fris"] .sticky-cta{background:var(--pal-bg);backdrop-filter:none;border-color:var(--line);padding-left:16px;padding-right:16px}
:root[data-style="fris"] dialog#dish-sheet{border-radius:16px 16px 0 0}
:root[data-style="fris"] .sheet-media{border-radius:var(--f-radius)}
:root[data-style="fris"] .sheet-body h3{font-size:24px}
:root[data-style="fris"] .sheet-desc{font-style:normal}
:root[data-style="fris"] .sheet-close{border:0;box-shadow:var(--f-shadow)}

/* ---------- ordering (cart.js hooks), Uber Eats cart: black CTAs, gray pill steppers,
   line = name/meta/price left, stepper right; accent only on count bubble ---------- */
:root[data-style="fris"] .cart-bar{background:var(--pal-block);color:var(--pal-on-block);min-height:56px;font-size:16px;font-weight:600;padding:8px 20px 8px 10px}
:root[data-style="fris"] .cart-bar-count{background:var(--f-gold);color:var(--pal-on-accent);min-width:32px;height:32px;font-size:14px}
:root[data-style="fris"] .cart-head{padding:16px 20px;border-color:var(--line)}
:root[data-style="fris"] .cart-head h3{font-size:24px;letter-spacing:-.02em}
:root[data-style="fris"] .cart-back{border:0;background:var(--paper-2)}
:root[data-style="fris"] .cart-pickup{padding:12px 14px;background:var(--paper-2);border-radius:var(--f-radius);color:var(--ink-soft)}
:root[data-style="fris"] .cart-line{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"main step" "price step";gap:2px 12px;padding:16px 0;border-color:var(--line)}
:root[data-style="fris"] .cart-line .cl-main{grid-area:main}
:root[data-style="fris"] .cart-line .cl-name{font-weight:500;font-size:16px}
:root[data-style="fris"] .cart-line .cl-price{grid-area:price;justify-self:start;font-weight:400;font-size:14px;color:var(--ink-soft)}
:root[data-style="fris"] .cart-line .stepper{grid-area:step;align-self:center;justify-self:end}
:root[data-style="fris"] .stepper{border:0;background:var(--paper-2);padding:2px;gap:2px}
:root[data-style="fris"] .step-btn{background:transparent}
:root[data-style="fris"] .step-btn:hover{background:var(--pal-bg)}
:root[data-style="fris"] .stepper-sm .step-btn{width:36px;height:36px}
:root[data-style="fris"] .add-row .stepper{min-height:52px;padding:4px}
:root[data-style="fris"] .cart-foot{border-color:var(--line);padding-left:20px;padding-right:20px}
:root[data-style="fris"] .cart-sum{font-size:16px}
:root[data-style="fris"] .cart-cta.btn-primary,
:root[data-style="fris"] .add-row .add-btn{background:var(--pal-block);color:var(--pal-on-block);min-height:52px;font-size:16px;font-weight:600;border:0;box-shadow:none}
:root[data-style="fris"] .cart-cta.btn-primary:hover,
:root[data-style="fris"] .add-row .add-btn:hover{transform:none}
:root[data-style="fris"] .cart-cta.btn-primary:active,
:root[data-style="fris"] .add-row .add-btn:active{transform:scale(.98)}
:root[data-style="fris"] .cart-cta.btn-line{min-height:48px;font-weight:500}
:root[data-style="fris"] .field-input{border-radius:8px}
:root[data-style="fris"] .field-input:focus{outline:2px solid var(--ink);outline-offset:0}
:root[data-style="fris"] .co-summary,
:root[data-style="fris"] .done-facts{border-color:var(--line);border-radius:var(--f-radius)}
@media(min-width:800px){
  :root[data-style="fris"] .cart-bar{min-width:320px;box-shadow:var(--f-shadow)}
}

/* ---------- motion: transform/opacity only ---------- */
@media (prefers-reduced-motion: reduce){
  :root[data-style="fris"] .btn-primary:hover,
  :root[data-style="fris"] .cc-card:hover .cc-pill,
  :root[data-style="fris"] .cc-card:hover .cc-media img,
  :root[data-style="fris"] .row:hover .thumb img,
  :root[data-style="fris"] .pop-card:hover .pc-media img{transform:none}
}
/* narrow phones: number only, so the brand name keeps its room */
@media(max-width:419px){:root[data-style="fris"] .top .btn-primary{padding:0 12px}:root[data-style="fris"] .top .btn-primary svg{display:none}}
