/* Fijne Lunch prototype - round/airy look kept from reference/original-styles.css. */
*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--fl-font);
  font-size: 16px;
  line-height: 1.55;
  color: var(--fl-ink);
  background: var(--fl-white);
}

img { max-width: 100%; display: block; }

h1, h2, h3, h4 {
  margin: 0 0 0.4em;
  line-height: var(--fl-leading-tight);
  font-weight: 700;
  letter-spacing: var(--fl-tracking-tight);
}
h1 { font-size: var(--fl-size-h1); }
h2 { font-size: var(--fl-size-h2); }
h3 { font-size: var(--fl-size-h3); }

p { margin: 0 0 0.8em; }

a { color: var(--fl-green-dark); }

[hidden] { display: none !important; }

.wrap { width: 100%; max-width: var(--fl-wrap); margin: 0 auto; padding: 0 20px; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 60;
  background: var(--fl-green-strong); color: #fff !important; padding: 10px 16px;
  border-radius: var(--fl-radius-sm); font-weight: 600; text-decoration: none;
}
.skip-link:focus { top: 12px; }

:focus-visible {
  outline: 3px solid var(--fl-focus);
  outline-offset: 2px;
  border-radius: 4px;
}
/* Programmatic view focus must not paint a ring; it is announced by the heading. */
h1[tabindex="-1"]:focus { outline: none; }

/* ---------- top strip ---------- */
.topstrip {
  background: var(--fl-grey);
  font-size: 14px;
  padding: 8px 0;
}
.topstrip .wrap { display: flex; flex-wrap: wrap; gap: 6px 18px; align-items: center; justify-content: space-between; }
.topstrip p { margin: 0; color: var(--fl-ink); }
.topstrip .topstrip-contact { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
/* Green text on the grey strip needs the darker brand green to clear 4.5:1. */
.topstrip a { color: var(--fl-green-strong-hover); font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; min-height: 24px; }
.topstrip a:hover { text-decoration: underline; }
.topstrip img { width: 16px; height: 16px; }

/* ---------- header ---------- */
/* Sticky above the page content but below the cart scrim (40) and panel (50). */
.site-header {
  position: sticky; top: 0; z-index: 20;
  background: var(--fl-white); border-bottom: 1px solid var(--fl-grey);
  transition: box-shadow 200ms ease;
}
.site-header[data-stuck="true"] { box-shadow: var(--fl-shadow-2); }
.header-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding-top: 14px; padding-bottom: 14px;
  transition: padding 200ms ease;
}
.site-header[data-stuck="true"] .header-inner { padding-top: 8px; padding-bottom: 8px; }
/* min-height keeps the touch target >= 24px while the width transition shrinks the logo. */
.logo { display: inline-flex; align-items: center; min-height: 24px; }
.logo img { width: 190px; height: auto; transition: width 200ms ease; }
.site-header[data-stuck="true"] .logo img { width: 140px; }

.cart-toggle {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--fl-white); color: var(--fl-ink);
  border: 2px solid var(--fl-green-dark); border-radius: var(--fl-radius);
  padding: 8px 14px; font: inherit; font-weight: 600; cursor: pointer;
  box-shadow: var(--fl-shadow-1);
  transition: background 200ms, color 200ms, box-shadow 200ms;
}
.cart-toggle:hover { background: var(--fl-green-tint); box-shadow: var(--fl-shadow-2); }
.cart-toggle .cart-icon { width: 24px; height: 24px; }
.cart-toggle .cart-count {
  background: var(--fl-green-strong); color: #fff; border-radius: 999px;
  min-width: 24px; padding: 1px 7px; text-align: center; font-size: 13px; font-weight: 700;
}
.cart-toggle .cart-subtotal { font-weight: 700; color: var(--fl-green-dark); }

/* ---------- nav ---------- */
.main-nav { background: var(--fl-green-strong); }
.main-nav ul {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; align-items: center;
}
.main-nav a, .main-nav button {
  display: inline-flex; align-items: center; gap: 8px;
  background: none; border: 0; cursor: pointer;
  color: #fff !important; font-family: inherit; font-size: 15px; font-weight: 700;
  text-transform: uppercase; text-decoration: none; letter-spacing: 0.03em;
  padding: 14px 18px; border-radius: var(--fl-radius-sm);
}
.main-nav a:hover, .main-nav button:hover { background: var(--fl-green-strong-hover); }
.main-nav .nav-spacer { flex: 1 1 auto; }
.main-nav img { width: 20px; height: 20px; }

/* ---------- hero band (photo + green gradient overlay, round-1 layering) ---------- */
.hero-band {
  position: relative; color: #fff;
  background:
    linear-gradient(90deg, var(--fl-hero-grad-a) 0%, var(--fl-hero-grad-a) 58%, var(--fl-hero-grad-b) 115%),
    url("../img/hero/broodjesservice.jpg") center 40% / cover no-repeat;
  padding: var(--fl-space-lg) 0;
}
.hero-inner {
  display: flex; flex-direction: column; align-items: flex-start; justify-content: center;
  gap: var(--fl-space-sm); min-height: 320px;
}
/* The heading sits over the flat dark stop of the gradient: white on a fully
   white photo behind the overlay still measures ~7.9:1. */
.hero-band h1 {
  color: #fff; font-size: var(--fl-size-h1); font-weight: 800;
  max-width: 620px; margin-bottom: 0;
}
.hero-usp { margin: 0; font-size: var(--fl-text-md); font-weight: 500; color: var(--fl-green-tint); }
.hero-cta { margin-top: var(--fl-space-xs); padding: 14px 28px; font-size: var(--fl-text-lg); border-radius: var(--fl-radius-pill); }

/* ---------- toolbar ---------- */
/* scroll-margin-top = compact sticky header height, so the hero CTA lands cleanly. */
.toolbar { padding: var(--fl-space-md) 0 var(--fl-space-2xs); scroll-margin-top: 78px; }
.toolbar-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: flex-end; justify-content: space-between; }
.group-switch { display: flex; flex-wrap: wrap; gap: 8px; }
/* Calm resting state; the active pill carries the brand green + a soft shadow. */
.group-btn, .chip {
  font: inherit; font-size: 15px; font-weight: 600; cursor: pointer;
  background: var(--fl-white); color: var(--fl-ink);
  border: 2px solid var(--fl-line); border-radius: 999px;
  padding: 8px 18px;
  transition: background 150ms, color 150ms, border-color 150ms, box-shadow 150ms, transform 150ms;
}
.group-btn:hover, .chip:hover { background: var(--fl-green-tint); border-color: var(--fl-green-dark); }
.group-btn:active, .chip:active { transform: translateY(1px); }
.group-btn[aria-pressed="true"], .chip[aria-pressed="true"] {
  background: var(--fl-green-strong); color: #fff; border-color: var(--fl-green-strong);
  box-shadow: var(--fl-shadow-1);
}

.search-field { display: flex; flex-direction: column; gap: 4px; min-width: 260px; flex: 1 1 260px; max-width: 420px; }
.search-field label { font-size: 14px; font-weight: 600; }
.search-field input {
  font: inherit; padding: 11px 14px; border: 2px solid var(--fl-line);
  border-radius: var(--fl-radius-sm); background: #fff; color: var(--fl-ink);
}
.search-field input:focus-visible { border-color: var(--fl-green-dark); }

.chip-row { display: flex; flex-wrap: wrap; gap: 8px; padding: 18px 0 0; }
.chip-row .chip { white-space: nowrap; }
.result-count { color: var(--fl-ink-soft); font-size: var(--fl-text-md); font-weight: 600; margin: 14px 0 0; }
.cart-notice {
  margin: 14px 0 0; padding: var(--fl-space-sm) var(--fl-space-md);
  font-weight: 600; color: var(--fl-ink);
  background: var(--fl-surface-alt); border: 1px solid var(--fl-line);
  border-left: 4px solid var(--fl-green); border-radius: var(--fl-radius-lg);
}
.app-notice {
  margin: var(--fl-space-md) auto; padding: var(--fl-space-sm) var(--fl-space-md);
  font-size: 14px; line-height: 1.45;
  color: var(--fl-ink); background: var(--fl-surface-alt);
  border: 1px solid var(--fl-line); border-left: 4px solid var(--fl-green-strong);
  border-radius: var(--fl-radius-lg);
}

/* ---------- product grid ---------- */
.product-grid {
  display: grid; gap: 26px; padding: 18px 0 40px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.product-card {
  background: var(--fl-white); border: 1px solid var(--fl-line);
  border-radius: var(--fl-radius); box-shadow: var(--fl-shadow-2);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
/* Lift on real pointers only (no sticky hover on touch); :focus-within gives
   the keyboard the same parity. Both fall under the reduced-motion kill-switch. */
@media (hover: hover) {
  .product-card:hover { transform: translateY(-3px); box-shadow: var(--fl-shadow-hover); }
}
.product-card:focus-within { transform: translateY(-3px); box-shadow: var(--fl-shadow-hover); }
.product-media { width: 100%; aspect-ratio: 4 / 3; background: var(--fl-grey); overflow: hidden; }
.product-media img { width: 100%; height: 100%; object-fit: cover; }
.product-body { padding: var(--fl-space-sm) var(--fl-space-sm) var(--fl-space-md); display: flex; flex-direction: column; flex: 1 1 auto; }
.product-body h3 { font-size: var(--fl-size-h3); margin-bottom: 6px; }
.product-desc { color: var(--fl-ink-soft); font-size: 14px; margin-bottom: 14px; }
.option-list { list-style: none; margin: auto 0 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.option-row {
  display: flex; flex-wrap: wrap; gap: 8px; align-items: center; justify-content: space-between;
  border-top: 1px solid var(--fl-grey); padding-top: 8px;
}
.option-info { display: flex; flex-direction: column; min-width: 110px; flex: 1 1 120px; }
.option-label { font-size: 14px; font-weight: 600; }
.option-price { font-size: 15px; font-weight: 700; color: var(--fl-green-dark); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font: inherit; font-size: 15px; font-weight: 700; cursor: pointer;
  background: var(--fl-green-strong); color: #fff !important;
  border: 2px solid var(--fl-green-strong); border-radius: var(--fl-radius);
  padding: 11px 24px; text-decoration: none;
  box-shadow: var(--fl-shadow-2);
  transition: background 180ms, border-color 180ms, transform 180ms, box-shadow 180ms;
}
.btn:hover {
  background: var(--fl-green-strong-hover); border-color: var(--fl-green-strong-hover);
  transform: translateY(-1px); box-shadow: var(--fl-shadow-hover);
}
.btn:active { transform: translateY(0); box-shadow: var(--fl-shadow-2); }
.btn[disabled] { opacity: 0.6; cursor: progress; transform: none; box-shadow: none; }
.btn-secondary { background: #fff; color: var(--fl-green-dark) !important; }
.btn-secondary:hover { background: var(--fl-green-tint); color: var(--fl-green-strong-hover) !important; }
.btn-block { width: 100%; }
.btn-small { padding: 7px 14px; font-size: 14px; border-radius: var(--fl-radius-sm); }

.add-btn { flex: 0 0 auto; }
.stepper { display: inline-flex; align-items: center; gap: 2px; border: 2px solid var(--fl-green-dark); border-radius: var(--fl-radius); overflow: hidden; }
.stepper button {
  font: inherit; font-size: 18px; font-weight: 700; line-height: 1;
  background: #fff; color: var(--fl-green-dark); border: 0; cursor: pointer;
  width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center;
}
.stepper button:hover { background: var(--fl-green-tint); color: var(--fl-green-strong-hover); }
.stepper button:active { transform: translateY(1px); }
.stepper .qty { min-width: 30px; text-align: center; font-weight: 700; }

.empty-state {
  text-align: center; padding: var(--fl-space-lg) var(--fl-space-md);
  background: var(--fl-surface-alt); border: 1px solid var(--fl-line);
  border-radius: var(--fl-radius-lg);
}
.empty-state img { display: block; width: 64px; height: auto; margin: 0 auto var(--fl-space-sm); }
.empty-state p { font-size: 18px; font-weight: 600; margin: 0 0 var(--fl-space-2xs); }
.empty-state .empty-hint { color: var(--fl-ink-soft); font-size: var(--fl-text-md); font-weight: 400; margin: 0 0 var(--fl-space-md); }

/* ---------- cart panel ---------- */
.scrim {
  position: fixed; inset: 0; background: rgba(48, 48, 48, 0.45); z-index: 40;
}
.cart-panel {
  position: fixed; top: 0; right: 0; bottom: 0; width: min(420px, 100%);
  background: #fff; z-index: 50; box-shadow: var(--fl-shadow);
  display: flex; flex-direction: column;
}
.cart-panel-inner { display: flex; flex-direction: column; height: 100%; }
.cart-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 18px; border-bottom: 1px solid var(--fl-grey);
}
.cart-head h2 { margin: 0; font-size: 20px; }
.icon-btn {
  background: none; border: 0; cursor: pointer; font: inherit; font-size: 26px; line-height: 1;
  color: var(--fl-ink); padding: 4px 8px; border-radius: var(--fl-radius-sm);
}
.icon-btn:hover { background: var(--fl-grey); }
.cart-lines { list-style: none; margin: 0; padding: 10px 18px; overflow-y: auto; flex: 1 1 auto; }
.cart-line { padding: var(--fl-space-sm) 0; border-bottom: 1px solid var(--fl-grey); }
.cart-line-top { display: flex; align-items: flex-start; gap: var(--fl-space-xs); }
.cart-line-thumb {
  width: 56px; height: 56px; flex: 0 0 auto;
  object-fit: cover; border-radius: var(--fl-radius-sm); background: var(--fl-grey);
}
.cart-line-head { flex: 1 1 auto; min-width: 0; }
.cart-line-name { font-weight: 600; }
.cart-line-option { font-size: 14px; color: var(--fl-ink-soft); }
.cart-line-total { font-weight: 700; white-space: nowrap; }
.cart-line-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 10px; }
.cart-line .stepper { border-width: 1px; }
.remove-btn { background: none; border: 0; cursor: pointer; font: inherit; color: var(--fl-ink-soft); text-decoration: underline; padding: 4px; }
.remove-btn:hover { color: var(--fl-green-dark); }
.cart-line-note { display: flex; flex-direction: column; gap: 3px; margin-top: 10px; }
.cart-line-note label { font-size: 14px; line-height: 1.45; font-weight: 600; color: var(--fl-ink-soft); }
.cart-line-note input {
  font: inherit; font-size: 14px; width: 100%; padding: 8px 10px;
  border: 1px solid var(--fl-line); border-radius: var(--fl-radius-sm);
  background: #fff; color: var(--fl-ink);
}
.cart-line-note input:focus-visible { border-color: var(--fl-green-dark); }
.cart-note-hint { margin: 0; padding: 10px 18px 0; font-size: 14px; line-height: 1.45; color: var(--fl-ink-soft); }
/* Empty cart uses the round-2 panel language: icon + text, deliberately no
   button so the keyboard route gains no focus stop. */
.cart-empty {
  margin: var(--fl-space-md) 18px; padding: var(--fl-space-lg) var(--fl-space-md);
  text-align: center; background: var(--fl-surface-alt);
  border: 1px solid var(--fl-line); border-radius: var(--fl-radius-lg);
}
.cart-empty img { display: block; width: 64px; height: auto; margin: 0 auto var(--fl-space-sm); }
.cart-empty p { margin: 0; font-weight: 600; }
.cart-empty-hint { margin: var(--fl-space-xs) 18px 0; text-align: center; font-size: 14px; color: var(--fl-ink-soft); }
.cart-foot {
  padding: var(--fl-space-sm) 18px var(--fl-space-md);
  background: var(--fl-surface-alt); border-top: 1px solid var(--fl-grey);
}
.cart-subtotal { display: flex; justify-content: space-between; align-items: baseline; font-size: 16px; margin-bottom: 12px; }
.cart-subtotal strong { font-size: 18px; }

/* ---------- mobile order bar ---------- */
.order-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 30;
  display: none; align-items: center; justify-content: space-between; gap: var(--fl-space-sm);
  background: var(--fl-green-strong); color: #fff; padding: var(--fl-space-xs) var(--fl-space-sm);
  box-shadow: 0 -4px 16px rgba(48, 48, 48, 0.2);
}
.order-bar .order-bar-info { display: flex; flex-direction: column; font-size: 14px; line-height: 1.45; }
.order-bar .order-bar-info strong { font-size: 16px; }
.order-bar .order-bar-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.order-bar .btn { background: #fff; color: var(--fl-green-dark) !important; border-color: #fff; }

/* ---------- checkout ---------- */
.checkout { padding: 30px 0 60px; }
.checkout h1 { font-size: clamp(24px, 3.6vw, 32px); }
.checkout-layout { display: grid; gap: 30px; grid-template-columns: minmax(0, 1fr) 340px; align-items: start; }
/* On desktop the summary follows the scroll; top clears the compact header (~78px). */
@media (min-width: 1025px) {
  .checkout-layout > aside.panel { position: sticky; top: 90px; }
}
.panel {
  background: #fff; border: 1px solid var(--fl-grey); border-radius: var(--fl-radius);
  padding: 20px; box-shadow: var(--fl-shadow-2); margin-bottom: 20px;
}
.panel > h2 {
  font-size: 19px; margin: 0 0 var(--fl-space-sm);
  padding-bottom: var(--fl-space-xs); border-bottom: 1px solid var(--fl-line);
}
fieldset { border: 0; padding: 0; margin: 0 0 8px; }
legend { font-weight: 700; font-size: 16px; padding: 0; margin-bottom: 8px; }
.field { display: flex; flex-direction: column; gap: 4px; margin-bottom: 14px; }
.field label { font-size: 14px; font-weight: 600; color: var(--fl-ink-soft); }
.field input, .field select, .field textarea {
  font: inherit; padding: 11px 13px; border: 2px solid var(--fl-line);
  border-radius: var(--fl-radius-sm); background: #fff; color: var(--fl-ink); width: 100%;
}
.field textarea { resize: vertical; min-height: 78px; }
.field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible { border-color: var(--fl-green-dark); }
.field-row { display: grid; gap: 14px; grid-template-columns: 2fr 1fr; }
.field-row-3 { display: grid; gap: 14px; grid-template-columns: 1fr 1fr; }
/* Not colour alone: the "!" pill repeats the error signal in shape and text.
   Colours are the existing values (#b3261e on white ~6,5:1, white pill ~6,5:1). */
.field-error { color: #b3261e; font-size: 14px; line-height: 1.45; margin: 0; min-height: 0; display: flex; align-items: flex-start; gap: 6px; }
.field-error::before {
  content: "!"; flex: 0 0 auto; margin-top: 2px;
  width: 15px; height: 15px; border-radius: 999px;
  background: #b3261e; color: #fff;
  font-size: 11px; font-weight: 700; line-height: 15px; text-align: center;
}
.field-error:empty { display: none; }
[aria-invalid="true"] input, input[aria-invalid="true"], select[aria-invalid="true"] { border-color: #b3261e; }
.radio-row { display: flex; gap: 10px; flex-wrap: wrap; }
.radio-card {
  display: inline-flex; align-items: center; gap: 8px; cursor: pointer;
  border: 2px solid var(--fl-line); border-radius: var(--fl-radius-sm); padding: 10px 16px; font-weight: 600;
}
.radio-card:has(input:checked) { border-color: var(--fl-green-dark); background: var(--fl-green-tint); }
.radio-card:hover { border-color: var(--fl-green-dark); }
.radio-card input { width: auto; }
.hint { font-size: 14px; color: var(--fl-ink-soft); }

.error-summary {
  border: 2px solid #b3261e; background: #fdecea; color: #7a1c17;
  border-radius: var(--fl-radius-lg); padding: 14px 16px; margin-bottom: 18px;
}
.error-summary h2 { font-size: 16px; margin-bottom: 6px; }
.error-summary ul { margin: 0; padding-left: 18px; }
.error-summary a { color: #7a1c17; display: inline-flex; align-items: center; min-height: 24px; }

.alert {
  border: 2px solid #b3261e; background: #fdecea; color: #7a1c17;
  border-radius: var(--fl-radius-lg); padding: 14px 16px; margin-bottom: 18px;
  display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between;
}
.alert p { margin: 0; }

.summary { list-style: none; margin: 0 0 12px; padding: 0; }
.summary li { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 4px 12px; align-items: start; padding: 7px 0; border-bottom: 1px solid var(--fl-grey); font-size: 15px; }
.summary li .summary-line-label { color: var(--fl-ink-soft); }
.summary-line-main { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.summary-line-note { font-size: 14px; line-height: 1.45; color: var(--fl-ink-soft); }
.summary-line-price { justify-self: end; white-space: nowrap; }
.summary-line-controls { grid-column: 1 / -1; display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.summary .stepper { border-width: 1px; }
.summary .stepper button { width: 30px; height: 30px; font-size: 16px; }
.summary .stepper .qty { min-width: 24px; }
.summary-total { display: flex; justify-content: space-between; font-size: 18px; font-weight: 700; margin: 10px 0 0; }
.summary-total + .summary-total { margin-top: 4px; }
.note { font-size: 14px; color: var(--fl-ink-soft); background: var(--fl-green-tint); border-radius: var(--fl-radius-sm); padding: 10px 12px; }
.prototype-note { font-size: 14px; color: var(--fl-ink-soft); margin: 10px 0 0; }
.checkout-actions { display: flex; flex-direction: column; gap: 8px; }

/* ---------- confirmation ---------- */
.confirmation { padding: var(--fl-space-lg) 0 70px; max-width: 720px; }
.confirmation .tick {
  width: 60px; height: 60px; border-radius: 50%; background: var(--fl-green);
  color: #fff; display: flex; align-items: center; justify-content: center; font-size: 34px; margin-bottom: 14px;
}
/* The PROEF reference as the page's anchor element: prominent pill in the
   round-2 panel language. */
.confirmation .reference {
  display: inline-block; margin: var(--fl-space-sm) 0 var(--fl-space-2xs);
  padding: var(--fl-space-xs) var(--fl-space-md);
  background: var(--fl-surface-alt); border: 1px solid var(--fl-line);
  border-radius: var(--fl-radius-lg);
  font-size: 16px; font-weight: 700; letter-spacing: 0.02em;
}

/* ---------- round-4 micro-interactions ---------- */
/* All purely class-driven and covered by the global reduced-motion kill-switch
   (no new focus stops: the classes land on existing elements only). */
@keyframes fl-cart-bump {
  0% { transform: scale(1); }
  40% { transform: scale(1.25); }
  100% { transform: scale(1); }
}
.cart-toggle.cart-bump .cart-count { animation: fl-cart-bump 700ms ease; }
@keyframes fl-row-added {
  0% { background-color: var(--fl-green-tint); }
  100% { background-color: transparent; }
}
[data-option-row].row-added { animation: fl-row-added 1200ms ease-out; }
@keyframes fl-order-bar-in {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}
.order-bar[data-visible="true"] { animation: fl-order-bar-in 250ms ease-out; }
.usp-strip { display: flex; flex-wrap: wrap; gap: 18px; padding: var(--fl-space-md) 0 var(--fl-space-xs); }
.usp-strip .usp { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; }
.usp-strip img { width: 34px; height: 34px; }

/* ---------- footer ---------- */
.site-footer {
  background: var(--fl-grey); padding: var(--fl-space-md) 0 var(--fl-space-lg);
  margin-top: var(--fl-space-md); font-size: 14px;
}
.site-footer .wrap { display: flex; flex-wrap: wrap; gap: 10px 24px; justify-content: space-between; }
.site-footer p { margin: 0; }

/* ---------- responsive ---------- */
@media (max-width: 1024px) {
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .checkout-layout { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 767px) {
  .product-grid { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .logo img { width: 150px; }
  .site-header[data-stuck="true"] .logo img { width: 120px; }
  /* Centered hero on a near-uniform dark scrim so the contrast holds at 390px. */
  .hero-band {
    text-align: center;
    background:
      linear-gradient(180deg, var(--fl-hero-grad-a) 0%, rgba(38, 74, 11, 0.88) 100%),
      url("../img/hero/broodjesservice.jpg") center 35% / cover no-repeat;
  }
  .hero-inner { align-items: center; }
  .cart-toggle .cart-subtotal { display: none; }
  .main-nav ul { flex-wrap: nowrap; overflow-x: auto; }
  .main-nav a, .main-nav button { padding: 12px 14px; white-space: nowrap; }
  .topstrip .wrap { justify-content: center; text-align: center; }
  .toolbar-row { flex-direction: column; align-items: stretch; }
  /* In a column flex container the row flex-basis would become a height. */
  .search-field { flex: 0 0 auto; max-width: none; }
  .chip-row { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: thin; }
  .order-bar[data-visible="true"] { display: flex; flex-wrap: wrap; row-gap: 8px; }
  .order-bar .btn { padding: 8px 14px; }
  /* AA touch targets on small screens. */
  .icon-btn { min-width: 44px; min-height: 44px; }
  .remove-btn { min-height: 44px; }
  main { padding-bottom: 84px; }
  .field-row, .field-row-3 { grid-template-columns: minmax(0, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
