/* ============================================================
   AFHALEN PILOT — uses luxe.css tokens
   ============================================================ */

body.luxe[data-page="afhalen"] {
  padding-top: 0;
}

/* ---------- HERO ---------- */

body.luxe .lx-pickup-hero {
  position: relative;
  padding: clamp(120px, 14vw, 180px) 0 clamp(60px, 8vw, 110px);
  overflow: hidden;
  background:
    radial-gradient(ellipse at 88% 12%, rgba(201, 160, 90, 0.22), transparent 50%),
    radial-gradient(ellipse at 0% 80%, rgba(199, 91, 57, 0.08), transparent 45%),
    linear-gradient(180deg, var(--lx-ivory) 0%, var(--lx-paper) 100%);
  isolation: isolate;
}

body.luxe .lx-pickup-hero .lx-zellij-field::before {
  --lx-zellij-opacity: 0.06;
}

/* mihrab arch backdrop behind hero */
body.luxe .lx-mihrab-bg {
  position: absolute;
  top: 70px;
  right: max(20px, calc((100vw - var(--lx-container)) / 2));
  width: clamp(280px, 32vw, 420px);
  height: clamp(360px, 42vw, 540px);
  background: var(--lx-mihrab-svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}

body.luxe {
  --lx-mihrab-svg: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 520' fill='none' stroke='%23a17a3a' stroke-width='1.2'><path d='M40 510 L40 200 Q40 40 200 40 Q360 40 360 200 L360 510'/><path d='M64 510 L64 210 Q64 64 200 64 Q336 64 336 210 L336 510'/><path d='M200 40 L200 510 M40 280 L360 280 M88 510 L88 230 Q88 88 200 88 Q312 88 312 230 L312 510' opacity='0.5'/><circle cx='200' cy='160' r='28' opacity='0.6'/><path d='M200 132 L210 152 L232 152 L214 166 L222 188 L200 174 L178 188 L186 166 L168 152 L190 152 Z' opacity='0.5'/></svg>");
}

body.luxe .lx-pickup-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: clamp(40px, 6vw, 84px);
  align-items: center;
}

body.luxe .lx-pickup-hero h1 {
  font-size: clamp(2.6rem, 6vw, 5.4rem);
  line-height: 0.96;
  font-weight: 500;
  margin: 16px 0 24px;
  letter-spacing: -0.015em;
}

body.luxe .lx-pickup-hero .lx-arabic-title {
  font-family: var(--lx-arabic);
  font-style: italic;
  font-size: 1.2rem;
  color: var(--lx-gold-deep);
  margin: 0;
  letter-spacing: 0.04em;
}

body.luxe .lx-pickup-hero .lx-lede {
  margin: 0 0 36px;
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  max-width: 56ch;
}

body.luxe .lx-pickup-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

body.luxe .lx-pickup-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

body.luxe .lx-pickup-steps li {
  padding: 16px 18px;
  background: rgba(251, 246, 234, 0.7);
  border: 1px solid var(--lx-line);
  border-radius: var(--lx-radius);
  position: relative;
  transition: border-color 0.32s, transform 0.32s var(--lx-ease-silk), background 0.32s;
}

body.luxe .lx-pickup-steps li:hover {
  border-color: var(--lx-line-gold-strong);
  background: var(--lx-paper);
  transform: translateY(-2px);
}

body.luxe .lx-pickup-steps .num {
  font-family: var(--lx-display);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--lx-terracotta-deep);
  font-style: italic;
}

body.luxe .lx-pickup-steps .label {
  display: block;
  margin-top: 4px;
  font-family: var(--lx-body);
  font-weight: 600;
  font-size: 0.94rem;
  color: var(--lx-espresso);
}

/* Hero aside: lantern decorative panel */
body.luxe .lx-hero-aside {
  position: relative;
  padding: clamp(28px, 3vw, 40px);
  background: linear-gradient(160deg, var(--lx-paper-warm) 0%, var(--lx-ivory-deep) 100%);
  border: 1px solid var(--lx-line-gold);
  border-radius: var(--lx-arch-top);
  box-shadow: var(--lx-shadow-card);
  overflow: hidden;
}

body.luxe .lx-hero-aside::before {
  content: "";
  position: absolute;
  inset: 14px 14px auto 14px;
  height: 64px;
  border: 1px solid var(--lx-line-gold-strong);
  border-bottom: 0;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  pointer-events: none;
}

body.luxe .lx-hero-aside-content {
  position: relative;
  z-index: 1;
  padding-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

body.luxe .lx-hero-aside h2 {
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  font-weight: 500;
  color: var(--lx-espresso);
  margin: 0;
}

body.luxe .lx-hero-aside p {
  color: var(--lx-muted);
  font-size: 0.96rem;
  line-height: 1.55;
  margin: 0;
}

body.luxe .lx-hero-aside .lx-arabic {
  font-style: italic;
  font-size: 1.05rem;
}

/* ---------- INFO STRIP (espresso band) ---------- */

body.luxe .lx-info-strip {
  color: rgba(247, 240, 227, 0.9);
  padding: clamp(36px, 4vw, 56px) 0;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(ellipse 60% 90% at 20% 10%, rgba(224, 126, 92, 0.45), transparent 60%),
    radial-gradient(ellipse 70% 90% at 88% 94%, rgba(201, 160, 90, 0.3), transparent 58%),
    linear-gradient(135deg, #34180d 0%, #6a2b17 55%, #883722 100%);
}

body.luxe .lx-info-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.06;
  background:
    radial-gradient(circle at 50% 0%, var(--lx-gold-bright), transparent 40%),
    var(--lx-zellij-svg);
  background-size: cover, 220px 220px;
  filter: invert(1) sepia(0.5) saturate(2);
}

body.luxe .lx-info-strip::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--lx-gold-soft) 30%, var(--lx-gold-soft) 70%, transparent);
  opacity: 0.4;
}

body.luxe .lx-info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 44px);
}

body.luxe .lx-info-item {
  position: relative;
  padding-left: 56px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

body.luxe .lx-info-item .lx-info-icon {
  position: absolute;
  left: 0;
  top: 2px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(201, 160, 90, 0.14);
  border: 1px solid var(--lx-line-gold);
  color: var(--lx-gold-soft);
}

body.luxe .lx-info-item .lx-info-icon svg {
  width: 18px;
  height: 18px;
}

body.luxe .lx-info-item .label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--lx-gold-soft);
}

body.luxe .lx-info-item .value {
  font-family: var(--lx-display);
  font-size: 1.18rem;
  font-weight: 500;
  color: var(--lx-paper);
  line-height: 1.25;
}

body.luxe .lx-info-item .value small {
  font-family: var(--lx-body);
  font-size: 0.78rem;
  color: rgba(247, 240, 227, 0.6);
  font-weight: 400;
  display: block;
  margin-top: 2px;
}

/* ---------- LAYOUT ---------- */

body.luxe .lx-pickup-layout {
  padding: clamp(56px, 8vw, 96px) 0;
  background: var(--lx-ivory);
  position: relative;
}

body.luxe .lx-pickup-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(300px, 1fr);
  gap: clamp(32px, 4vw, 56px);
  align-items: start;
}

body.luxe .lx-pickup-menu { min-width: 0; }

/* ---------- CATEGORY NAV (sticky pills) ---------- */

body.luxe .lx-cat-nav {
  position: sticky;
  top: 92px;
  z-index: 20;
  display: flex;
  gap: 4px;
  padding: 6px;
  margin: 0 0 40px;
  background: rgba(247, 240, 227, 0.88);
  backdrop-filter: blur(16px) saturate(140%);
  border: 1px solid var(--lx-line);
  border-radius: 999px;
  overflow-x: auto;
  scrollbar-width: none;
  box-shadow: var(--lx-shadow-soft);
}

body.luxe .lx-cat-nav::-webkit-scrollbar { display: none; }

body.luxe .lx-cat-nav a {
  flex-shrink: 0;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--lx-espresso);
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 0.01em;
  transition: background 0.32s, color 0.32s;
}

body.luxe .lx-cat-nav a:hover,
body.luxe .lx-cat-nav a:focus-visible,
body.luxe .lx-cat-nav a.is-active {
  background: var(--lx-espresso);
  color: var(--lx-paper);
  outline: none;
}

/* ---------- SECTION HEADS ---------- */

body.luxe .lx-section-head {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 32px;
}

body.luxe .lx-section-head h2 {
  font-size: clamp(1.9rem, 3.2vw, 2.8rem);
  font-weight: 500;
}

body.luxe .lx-pickup-section {
  margin-bottom: clamp(48px, 6vw, 80px);
  scroll-margin-top: 160px;
}

/* ---------- FEATURED CARDS (no photo, zellij motif backdrop) ---------- */

body.luxe .lx-featured-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

body.luxe .lx-featured {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(22px, 2.4vw, 30px);
  background: var(--lx-paper);
  border: 1px solid var(--lx-line);
  border-radius: var(--lx-radius-lg);
  box-shadow: var(--lx-shadow-card);
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.45s var(--lx-ease-silk),
              box-shadow 0.45s var(--lx-ease-silk),
              border-color 0.32s;
  min-height: 280px;
}

body.luxe .lx-featured::before {
  content: "";
  position: absolute;
  inset: -10% -20% auto auto;
  z-index: -1;
  width: 280px;
  height: 280px;
  opacity: 0.12;
  background: var(--lx-zellij-star-svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.7s var(--lx-ease-silk), opacity 0.45s;
  transform: rotate(15deg);
}

body.luxe .lx-featured:nth-child(2)::before {
  background: var(--lx-zellij-tile16-svg);
  transform: rotate(-22deg);
  opacity: 0.1;
  inset: auto -10% -20% auto;
}

body.luxe .lx-featured:nth-child(3)::before {
  background: var(--lx-zellij-rosette-svg);
  transform: rotate(30deg);
  opacity: 0.13;
}

body.luxe .lx-featured:hover {
  transform: translateY(-6px);
  box-shadow: var(--lx-shadow-warm);
  border-color: var(--lx-line-gold);
}

body.luxe .lx-featured:hover::before {
  opacity: 0.22;
  transform: rotate(25deg) scale(1.06);
}

body.luxe .lx-featured:nth-child(2):hover::before { transform: rotate(-12deg) scale(1.06); }
body.luxe .lx-featured:nth-child(3):hover::before { transform: rotate(40deg) scale(1.06); }

/* Shamsiyya — authentic 16-point rosette (sin/cos at every 11.25°)
   R=84 outer star pts, r=72 inner pts. */
body.luxe {
  --lx-zellij-tile16-svg: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' fill='none' stroke='%23a17a3a' stroke-width='1.3' stroke-linejoin='round'><g transform='translate(100 100)'><path d='M84 0 L70.6 14 L79.4 26.5 L65.1 25.7 L72.7 39.6 L59.4 35.6 L60.7 50.4 L48.5 42 L44 56.1 L34 45.1 L25.7 57.4 L21.3 43.2 L8.4 50.5 L11.5 36.1 L-2.7 36 L4.7 23.2 L-8.4 18.5 L1.5 8 L-9 -1.5 L4.7 -4.7 L-2.7 -18.5 L11.5 -14.5 L8.4 -28.8 L21.3 -21.2 L25.7 -35.4 L34 -23.1 L44 -34.1 L48.5 -20 L60.7 -28.4 L59.4 -13.6 L72.7 -17.6 L65.1 -3.7 L79.4 -4.5 L70.6 8 Z' transform='rotate(11.25)'/><path d='M72 0 L60 12 L51.2 16.8 L42 22 L36 31 L29 36 L22 42 L11.3 50.9 L0 72 L-11.3 50.9 L-22 42 L-29 36 L-36 31 L-42 22 L-51.2 16.8 L-60 12 L-72 0 L-60 -12 L-51.2 -16.8 L-42 -22 L-36 -31 L-29 -36 L-22 -42 L-11.3 -50.9 L0 -72 L11.3 -50.9 L22 -42 L29 -36 L36 -31 L42 -22 L51.2 -16.8 L60 -12 Z' stroke-opacity='0.4'/><path d='M44 0 L36.8 18.2 L31.1 31.1 L18.2 36.8 L0 44 L-18.2 36.8 L-31.1 31.1 L-36.8 18.2 L-44 0 L-36.8 -18.2 L-31.1 -31.1 L-18.2 -36.8 L0 -44 L18.2 -36.8 L31.1 -31.1 L36.8 -18.2 Z' stroke-opacity='0.7'/><circle r='5' fill='%23a17a3a'/></g></svg>");

/* Sahmsah — authentic 12-point polylobed rosette (cosine offsets at 15°) */
  --lx-zellij-rosette-svg: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' fill='none' stroke='%23a17a3a' stroke-width='1.3' stroke-linejoin='round'><g transform='translate(100 100)'><circle r='84' stroke-opacity='0.3'/><path d='M84 0 L62.5 21.5 L72.8 42 L42 42 L42 72.8 L21.5 62.5 L0 84 L-21.5 62.5 L-42 72.8 L-42 42 L-72.8 42 L-62.5 21.5 L-84 0 L-62.5 -21.5 L-72.8 -42 L-42 -42 L-42 -72.8 L-21.5 -62.5 L0 -84 L21.5 -62.5 L42 -72.8 L42 -42 L72.8 -42 L62.5 -21.5 Z'/><path d='M48 0 L41.6 24 L24 41.6 L0 48 L-24 41.6 L-41.6 24 L-48 0 L-41.6 -24 L-24 -41.6 L0 -48 L24 -41.6 L41.6 -24 Z' stroke-opacity='0.6'/><path d='M28 0 L24.25 14 L14 24.25 L0 28 L-14 24.25 L-24.25 14 L-28 0 L-24.25 -14 L-14 -24.25 L0 -28 L14 -24.25 L24.25 -14 Z' stroke-opacity='0.45'/><circle r='5' fill='%23a17a3a'/></g></svg>");
}

body.luxe .lx-featured .tag {
  font-family: var(--lx-arabic);
  font-style: italic;
  color: var(--lx-terracotta-deep);
  font-size: 0.92rem;
  margin: 0;
  letter-spacing: 0.02em;
}

body.luxe .lx-featured h3 {
  font-family: var(--lx-display);
  font-size: clamp(1.4rem, 2vw, 1.7rem);
  font-weight: 500;
  color: var(--lx-espresso);
  margin: 8px 0 12px;
  line-height: 1.05;
}

body.luxe .lx-featured p:not(.tag) {
  color: var(--lx-muted);
  font-size: 0.94rem;
  line-height: 1.5;
  margin: 0;
  flex: 1;
}

body.luxe .lx-featured-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--lx-line);
}

body.luxe .lx-featured .price {
  font-family: var(--lx-display);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--lx-terracotta-deep);
  font-style: italic;
}

/* ---------- AFHAALFORMULES (interactieve samensteller) ---------- */
body.luxe .lx-formule-builder {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 4px 0 2px;
}
body.luxe .lx-formule-person {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body.luxe .lx-formule-person + .lx-formule-person {
  margin-top: 4px;
  padding-top: 16px;
  border-top: 1px dashed var(--lx-line);
}
body.luxe .lx-formule-person-title {
  font-family: var(--lx-arabic);
  font-style: italic;
  color: var(--lx-terracotta-deep);
  font-size: 0.95rem;
}
body.luxe .lx-formule label {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--lx-muted);
}
body.luxe .lx-formule select {
  font-family: inherit;
  font-size: 0.94rem;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  color: var(--lx-espresso);
  background: #fff;
  border: 1px solid var(--lx-line);
  border-radius: 10px;
  padding: 11px 12px;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
}
body.luxe .lx-formule select:hover { border-color: var(--lx-terracotta); }
body.luxe .lx-formule select:focus-visible {
  outline: none;
  border-color: var(--lx-terracotta);
  box-shadow: 0 0 0 3px rgba(199, 91, 57, 0.16);
}
body.luxe .lx-formule-msg {
  margin: 0;
  font-size: 0.82rem;
  color: var(--lx-terracotta-deep);
  text-align: center;
}
body.luxe .lx-formule-msg:empty { display: none; }

/* ---------- MENU ITEMS (refined dining-menu look with gold dots) ---------- */

body.luxe .lx-items {
  display: flex;
  flex-direction: column;
}

body.luxe .lx-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid var(--lx-line);
  align-items: start;
  transition: padding 0.45s var(--lx-ease-silk);
}

body.luxe .lx-item:last-child { border-bottom: 0; }

body.luxe .lx-item:hover {
  padding-left: 14px;
}

body.luxe .lx-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scaleY(0);
  width: 3px;
  height: 60%;
  background: linear-gradient(180deg, var(--lx-gold-soft), var(--lx-gold-deep));
  border-radius: 2px;
  transform-origin: center;
  transition: transform 0.45s var(--lx-ease-silk);
}

body.luxe .lx-item:hover::before { transform: translateY(-50%) scaleY(1); }

body.luxe .lx-item-info h3 {
  font-family: var(--lx-display);
  font-size: 1.22rem;
  font-weight: 500;
  color: var(--lx-espresso);
  margin: 0;
  line-height: 1.2;
}

body.luxe .lx-item-info p {
  color: var(--lx-muted);
  font-size: 0.92rem;
  line-height: 1.4;
  margin: 4px 0 0;
}

body.luxe .lx-item-action {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  white-space: nowrap;
}

body.luxe .lx-item-price {
  font-family: var(--lx-display);
  font-style: italic;
  font-size: 1.18rem;
  font-weight: 600;
  color: var(--lx-terracotta-deep);
}

body.luxe .lx-add-btn {
  appearance: none;
  border: 1px solid var(--lx-line-gold);
  background: transparent;
  color: var(--lx-espresso);
  padding: 8px 16px 8px 10px;
  border-radius: 999px;
  font-family: var(--lx-body);
  font-size: 0.84rem;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.005em;
  transition: background 0.32s var(--lx-ease-silk),
              color 0.32s,
              border-color 0.32s,
              transform 0.45s var(--lx-ease-silk),
              box-shadow 0.45s;
}

body.luxe .lx-add-btn .ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--lx-gold-soft);
  color: var(--lx-espresso);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  transition: background 0.32s, transform 0.45s var(--lx-ease-silk);
}

body.luxe .lx-add-btn:hover,
body.luxe .lx-add-btn:focus-visible {
  background: var(--lx-espresso);
  color: var(--lx-paper);
  border-color: var(--lx-espresso);
  transform: translateY(-1px);
  box-shadow: var(--lx-shadow-soft);
  outline: none;
}

body.luxe .lx-add-btn:hover .ico,
body.luxe .lx-add-btn:focus-visible .ico {
  background: var(--lx-gold-bright);
  transform: rotate(90deg);
}

body.luxe .lx-add-btn.is-in-cart {
  background: var(--lx-olive);
  border-color: var(--lx-olive);
  color: var(--lx-paper);
}

body.luxe .lx-add-btn.is-in-cart .ico {
  background: rgba(255, 250, 240, 0.28);
  color: var(--lx-paper);
}

body.luxe .lx-add-btn:active { transform: translateY(0) scale(0.97); transition-duration: 0.15s; }

/* hover row tag for featured */
body.luxe .lx-featured .lx-add-btn {
  background: var(--lx-terracotta);
  border-color: var(--lx-terracotta);
  color: var(--lx-paper);
  box-shadow: 0 10px 24px rgba(159, 63, 39, 0.25);
}

body.luxe .lx-featured .lx-add-btn .ico {
  background: rgba(255, 250, 240, 0.24);
  color: var(--lx-paper);
}

body.luxe .lx-featured .lx-add-btn:hover {
  background: var(--lx-terracotta-deep);
  border-color: var(--lx-terracotta-deep);
}

/* pulse on add */
body.luxe .lx-item.is-added,
body.luxe .lx-featured.is-added {
  animation: lxAddPulse 0.55s var(--lx-ease-silk);
}

@keyframes lxAddPulse {
  0%   { transform: scale(1); }
  40%  { transform: scale(1.012); }
  100% { transform: scale(1); }
}

/* ---------- STICKY CART PANEL ---------- */

body.luxe .lx-cart-panel {
  position: sticky;
  top: 100px;
  padding: clamp(24px, 2.4vw, 32px);
  background: var(--lx-paper);
  border: 1px solid var(--lx-line-gold);
  border-radius: var(--lx-radius-lg);
  box-shadow: var(--lx-shadow-card);
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-height: calc(100vh - 130px);
  overflow: hidden;
  position: relative;
  isolation: isolate;
}

body.luxe .lx-cart-panel::before {
  content: "";
  position: absolute;
  inset: auto -20% -20% auto;
  z-index: -1;
  width: 220px;
  height: 220px;
  opacity: 0.08;
  background: var(--lx-zellij-star-svg);
  background-size: contain;
  background-repeat: no-repeat;
}

body.luxe .lx-cart-panel .lx-cart-scroll {
  overflow-y: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  scrollbar-width: thin;
}

body.luxe .lx-cart-panel h2 {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0;
}

body.luxe .lx-cart-panel .cart-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 60px;
}

body.luxe .lx-cart-panel .cart-item {
  background: var(--lx-ivory);
  border: 1px solid var(--lx-line);
  border-radius: 14px;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

body.luxe .lx-cart-panel .cart-item-body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}

body.luxe .lx-cart-panel .cart-item-body h3 {
  font-family: var(--lx-display);
  font-size: 1rem;
  font-weight: 500;
  color: var(--lx-espresso);
  margin: 0;
  line-height: 1.25;
}

body.luxe .lx-cart-panel .cart-item-price {
  font-family: var(--lx-display);
  font-weight: 600;
  font-size: 0.98rem;
  color: var(--lx-terracotta-deep);
  white-space: nowrap;
}

body.luxe .lx-cart-panel .cart-qty {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

body.luxe .lx-cart-panel .cart-qty button {
  appearance: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--lx-line-strong);
  background: var(--lx-paper);
  color: var(--lx-espresso);
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
  transition: background 0.25s, color 0.25s, border-color 0.25s;
}

body.luxe .lx-cart-panel .cart-qty button:hover {
  background: var(--lx-espresso);
  color: var(--lx-paper);
  border-color: var(--lx-espresso);
}

body.luxe .lx-cart-panel .cart-qty span {
  min-width: 24px;
  text-align: center;
  font-weight: 600;
  font-size: 0.92rem;
}

body.luxe .lx-cart-panel .cart-item-remove {
  background: transparent;
  border: none;
  color: var(--lx-muted-soft);
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1;
  margin-left: auto;
  padding: 4px 8px;
  transition: color 0.25s;
}

body.luxe .lx-cart-panel .cart-item-remove:hover { color: var(--lx-terracotta-deep); }

body.luxe .lx-cart-panel .cart-empty {
  text-align: center;
  color: var(--lx-muted);
  font-style: italic;
  font-family: var(--lx-display);
  margin: 12px 0;
  font-size: 1rem;
}

body.luxe .lx-cart-panel .cart-empty em {
  color: var(--lx-terracotta-deep);
  font-style: normal;
  font-weight: 600;
}

body.luxe .lx-cart-totals {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 14px;
  border-top: 1px dashed var(--lx-line-strong);
}

body.luxe .lx-cart-totals span {
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--lx-muted);
  font-weight: 700;
}

body.luxe .lx-cart-totals strong {
  font-family: var(--lx-display);
  font-style: italic;
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--lx-terracotta-deep);
}

body.luxe .lx-cart-next {
  width: 100%;
  justify-content: space-between;
}

body.luxe .lx-cart-next[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
  filter: saturate(0.5);
}

body.luxe .lx-cart-note {
  margin: 0;
  text-align: center;
  font-size: 0.8rem;
  color: var(--lx-muted);
  letter-spacing: 0.04em;
}

/* ---------- CHECKOUT ---------- */

body.luxe .lx-checkout {
  position: relative;
  padding: clamp(60px, 8vw, 110px) 0;
  background:
    radial-gradient(ellipse at 0% 20%, rgba(201, 160, 90, 0.18), transparent 50%),
    var(--lx-paper);
  scroll-margin-top: 80px;
  overflow: hidden;
  isolation: isolate;
}

body.luxe .lx-checkout .lx-zellij-field::before {
  --lx-zellij-opacity: 0.05;
}

body.luxe .lx-checkout-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(32px, 4vw, 60px);
  align-items: start;
}

body.luxe .lx-checkout-intro h2 {
  font-size: clamp(2rem, 3.6vw, 3.2rem);
  font-weight: 500;
  margin: 12px 0 16px;
}

body.luxe .lx-checkout-intro p {
  color: var(--lx-muted);
  font-size: 1.04rem;
  line-height: 1.6;
  max-width: 52ch;
  margin: 0;
}

body.luxe .lx-checkout-info {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 32px 0 0;
}

body.luxe .lx-checkout-info > div {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--lx-line);
}

body.luxe .lx-checkout-info dt {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--lx-muted);
  padding-top: 4px;
}

body.luxe .lx-checkout-info dd {
  margin: 0;
  font-family: var(--lx-display);
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--lx-espresso);
}

body.luxe .lx-checkout-info a {
  color: var(--lx-terracotta-deep);
  font-weight: 600;
  text-decoration: none;
}

body.luxe .lx-checkout-form {
  background: var(--lx-paper);
  border: 1px solid var(--lx-line-gold);
  border-radius: var(--lx-radius-lg);
  padding: clamp(28px, 3vw, 40px);
  display: flex;
  flex-direction: column;
  gap: 18px;
  box-shadow: var(--lx-shadow-card);
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

body.luxe .lx-checkout-form::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -10%;
  z-index: -1;
  width: 240px;
  height: 240px;
  background: var(--lx-zellij-rosette-svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.07;
}

body.luxe .lx-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

body.luxe .lx-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

body.luxe .lx-field label {
  font-family: var(--lx-body);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lx-espresso);
}

body.luxe .lx-field label .optional {
  font-weight: 400;
  color: var(--lx-muted);
  letter-spacing: 0;
  text-transform: none;
  font-size: 0.76rem;
}

body.luxe .lx-field input,
body.luxe .lx-field textarea {
  appearance: none;
  font-family: var(--lx-body);
  font-size: 1rem;
  padding: 14px 16px;
  border: 1px solid var(--lx-line-strong);
  border-radius: 12px;
  background: var(--lx-ivory);
  color: var(--lx-espresso);
  transition: border-color 0.32s, box-shadow 0.32s, background 0.32s;
}

body.luxe .lx-field textarea {
  resize: vertical;
  min-height: 88px;
  font-family: var(--lx-body);
}

body.luxe .lx-field input:focus,
body.luxe .lx-field textarea:focus {
  outline: none;
  border-color: var(--lx-terracotta);
  background: var(--lx-paper);
  box-shadow: 0 0 0 4px rgba(199, 91, 57, 0.14);
}

body.luxe .lx-field input::placeholder,
body.luxe .lx-field textarea::placeholder {
  color: var(--lx-muted-soft);
}

body.luxe .lx-time-hint {
  font-size: 0.82rem;
  color: var(--lx-muted);
  margin: -10px 0 0;
}

body.luxe .lx-checkout-summary {
  background: var(--lx-ivory-deep);
  border-radius: 14px;
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

body.luxe .lx-checkout-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

body.luxe .lx-checkout-summary-row span {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lx-muted);
}

body.luxe .lx-checkout-summary-row strong {
  font-family: var(--lx-display);
  font-weight: 500;
  font-size: 1.05rem;
  color: var(--lx-espresso);
}

body.luxe .lx-checkout-summary-row.total {
  border-top: 1px dashed var(--lx-line-strong);
  padding-top: 10px;
}

body.luxe .lx-checkout-summary-row.total strong {
  font-style: italic;
  font-weight: 600;
  font-size: 1.8rem;
  color: var(--lx-terracotta-deep);
}

body.luxe .lx-submit {
  width: 100%;
  margin-top: 4px;
}

body.luxe .lx-disclaimer {
  font-size: 0.78rem;
  color: var(--lx-muted);
  text-align: center;
  margin: -6px 0 0;
}

body.luxe .lx-cart-msg {
  margin: 0;
  text-align: center;
  font-size: 0.92rem;
  font-family: var(--lx-display);
  font-style: italic;
  color: var(--lx-terracotta-deep);
  min-height: 1.2em;
}

/* ---------- HOW IT WORKS ---------- */

body.luxe .lx-howto {
  padding: clamp(60px, 8vw, 110px) 0;
  background: var(--lx-ivory);
  position: relative;
  isolation: isolate;
}

body.luxe .lx-howto-heading {
  text-align: center;
  margin: 0 auto 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

body.luxe .lx-howto-heading h2 {
  font-size: clamp(2rem, 3.4vw, 2.8rem);
}

body.luxe .lx-howto-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  counter-reset: lx-howto;
}

body.luxe .lx-howto-grid li {
  position: relative;
  padding: 32px 24px 28px;
  background: var(--lx-paper);
  border: 1px solid var(--lx-line);
  border-radius: var(--lx-radius-lg);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  transition: transform 0.45s var(--lx-ease-silk),
              box-shadow 0.45s,
              border-color 0.32s;
}

body.luxe .lx-howto-grid li:hover {
  transform: translateY(-6px);
  box-shadow: var(--lx-shadow-warm);
  border-color: var(--lx-line-gold);
}

body.luxe .lx-howto-grid .star {
  position: relative;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
}

body.luxe .lx-howto-grid .star svg {
  width: 56px;
  height: 56px;
  color: var(--lx-gold-deep);
}

body.luxe .lx-howto-grid .num {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: var(--lx-display);
  font-style: italic;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--lx-terracotta-deep);
}

body.luxe .lx-howto-grid h3 {
  font-family: var(--lx-display);
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0;
}

body.luxe .lx-howto-grid p {
  color: var(--lx-muted);
  font-size: 0.93rem;
  line-height: 1.5;
  margin: 0;
}

/* ---------- MOBILE BAR ---------- */

body.luxe .lx-mobile-bar { display: none; }

@media (max-width: 920px) {
  body.luxe .lx-pickup-grid { grid-template-columns: 1fr; }
  body.luxe .lx-cart-panel {
    position: static;
    max-height: none;
    margin-top: 24px;
  }
  body.luxe .lx-checkout-grid { grid-template-columns: 1fr; }
  body.luxe .lx-info-grid { grid-template-columns: repeat(2, 1fr); }
  body.luxe .lx-featured-grid { grid-template-columns: 1fr 1fr; }
  body.luxe .lx-howto-grid { grid-template-columns: repeat(2, 1fr); }
  body.luxe .lx-mihrab-bg { display: none; }
}

@media (max-width: 720px) {
  body.luxe .lx-pickup-hero-inner { grid-template-columns: 1fr; }
  body.luxe .lx-pickup-steps { grid-template-columns: 1fr; }
  body.luxe .lx-info-grid { grid-template-columns: 1fr; }
  body.luxe .lx-featured-grid { grid-template-columns: 1fr; }
  body.luxe .lx-item { grid-template-columns: 1fr; gap: 12px; }
  body.luxe .lx-item-action {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  body.luxe .lx-cat-nav { top: 80px; }
  body.luxe .lx-field-row { grid-template-columns: 1fr; }
  body.luxe .lx-checkout-info > div { grid-template-columns: 1fr; gap: 4px; }
  body.luxe .lx-howto-grid { grid-template-columns: 1fr; }

  body.luxe .lx-mobile-bar {
    display: flex;
    position: fixed;
    bottom: 0; left: 0; right: 0;
    z-index: 90;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px calc(14px + env(safe-area-inset-bottom)) 16px;
    background: rgba(18, 12, 8, 0.96);
    backdrop-filter: blur(16px);
    color: var(--lx-paper);
    box-shadow: 0 -8px 32px rgba(18, 12, 8, 0.32);
  }
  body.luxe .lx-mobile-bar .info {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
  }
  body.luxe .lx-mobile-bar .info strong { font-family: var(--lx-body); font-weight: 600; font-size: 0.88rem; }
  body.luxe .lx-mobile-bar .info span { font-family: var(--lx-display); color: var(--lx-gold-soft); font-size: 1.2rem; font-weight: 600; font-style: italic; }
  body.luxe .lx-mobile-bar a {
    background: var(--lx-terracotta);
    color: var(--lx-paper);
    text-decoration: none;
    font-weight: 600;
    padding: 12px 22px;
    border-radius: 999px;
    font-size: 0.92rem;
    box-shadow: 0 10px 24px rgba(159, 63, 39, 0.4);
  }
  body.luxe[data-page="afhalen"] { padding-bottom: 90px; }
  body.luxe[data-page="afhalen"] .lx-footer { padding-bottom: 100px; }
}
