/* Dit Zit website kit — anchored to live ditzit.nl */
@import url("./tokens.css");

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { background: var(--ivory); color: var(--fg-1); }

.container { max-width: 1280px; margin: 0 auto; padding: 0 32px; }

/* ---------- Header ---------- */
.dz-header { position: sticky; top: 0; z-index: 30; background: #181613; border-bottom: 1px solid rgba(246,241,229,0.06); }
.dz-strap { background: #0E0D0B; color: #C9C0AC; font-size: 12px; padding: 8px 0; border-bottom: 1px solid rgba(246,241,229,0.05); }
.dz-strap-inner { display: flex; justify-content: space-between; align-items: center; }
.dz-strap-links { display: flex; gap: 18px; }
.dz-strap-links a { color: #C9C0AC; text-decoration: none; }
.dz-strap-links a:hover { color: var(--gold-200); }
.dz-header .inner { max-width: 1280px; margin: 0 auto; padding: 18px 32px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.dz-logo { height: 28px; width: auto; display: block; }
.dz-nav { display: flex; gap: 26px; }
.dz-nav a {
  color: #F6F1E5; text-decoration: none; font-size: 14px; font-family: var(--font-body);
  letter-spacing: 0.01em; padding: 6px 0; border-bottom: 1px solid transparent;
  transition: border-color var(--dur-2) var(--ease-standard), color var(--dur-2) var(--ease-standard);
}
.dz-nav a:hover, .dz-nav a.active { border-bottom-color: var(--gold-400); color: var(--gold-200); }
.dz-header-right { display: flex; align-items: center; gap: 18px; }
.dz-phone { color: #C9C0AC; font-size: 13px; text-transform: uppercase; letter-spacing: 0.10em; text-decoration: none; }
.dz-phone:hover { color: var(--gold-200); }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-body); font-size: 14px; font-weight: 500;
  padding: 12px 20px; border-radius: 6px; cursor: pointer; border: 1px solid transparent;
  transition: all var(--dur-2) var(--ease-standard); letter-spacing: 0.01em; }
.btn-primary { background: var(--gold-400); color: var(--ink-900); border-color: var(--gold-400); font-weight: 600; }
.btn-primary:hover { background: var(--gold-500); border-color: var(--gold-500); box-shadow: var(--shadow-gold-glow); }
.btn-primary:disabled { opacity: 0.5; cursor: not-allowed; }
.btn-ghost-light { background: transparent; color: var(--ink-1000); border-color: var(--gold-400); }
.btn-ghost-light:hover { background: var(--gold-50); border-color: var(--gold-500); color: var(--gold-700); }
.btn-ghost-light:disabled { opacity: 0.4; cursor: not-allowed; }
.btn-ghost-dark { background: transparent; color: var(--fg-on-dark-1); border-color: rgba(246,241,229,0.30); }
.btn-ghost-dark:hover { border-color: var(--gold-400); color: var(--gold-200); }
.btn-link { background: transparent; border: 0; color: var(--gold-700); padding: 8px 0; cursor: pointer;
  text-decoration: underline; text-decoration-color: var(--border-gold-soft); text-underline-offset: 0.18em; font-family: var(--font-body); font-size: 13px; }
.btn-link:hover { color: var(--gold-500); text-decoration-color: var(--gold-500); }

/* ---------- Eyebrow ---------- */
.eyebrow { font-size: 12px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--gold-700); font-weight: 500; font-family: var(--font-body); display: inline-block; }
.eyebrow-on-dark { color: var(--gold-400); }

/* ---------- Hero ---------- */
.dz-hero { background: var(--ink-900); color: var(--fg-on-dark-1); padding: 88px 0 104px; position: relative; overflow: hidden; }
.dz-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 80% 30%, rgba(201,154,63,0.10) 0%, rgba(0,0,0,0) 60%); pointer-events: none; }
.dz-hero .grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px; align-items: center; position: relative; }
.dz-hero h1 { font-family: var(--font-display); font-weight: 400; font-size: 68px; line-height: 1.05; letter-spacing: -0.02em; margin: 14px 0 22px; color: #F6F1E5; text-wrap: balance; }
.dz-hero h1 em { font-style: italic; color: var(--gold-300); font-weight: 400; }
.dz-hero p.lede { font-size: 17px; line-height: 1.65; color: var(--fg-on-dark-2); margin: 0 0 28px; max-width: 520px; }
.dz-hero .cta-row { display: flex; gap: 12px; margin-bottom: 28px; }
.hero-trust { display: flex; gap: 22px; flex-wrap: wrap; color: var(--fg-on-dark-2); font-size: 13px; }
.hero-trust span { display: inline-flex; align-items: center; gap: 6px; }
.hero-trust i { color: var(--gold-400); }

.dz-hero-visual { aspect-ratio: 4/5; position: relative;
  background: radial-gradient(ellipse at 50% 58%, rgba(201,154,63,0.20) 0%, rgba(0,0,0,0) 60%);
  overflow: visible; }
.dz-hero-visual .placeholder-tag { position: absolute; bottom: 8px; left: 8px; font-family: var(--font-mono); font-size: 11px; color: var(--fg-on-dark-3); letter-spacing: 0.06em; }
.dz-hero-visual .chair { position: absolute; inset: 18px; display: flex; align-items: center; justify-content: center; }
.sale-tag { position: absolute; top: 24px; right: 24px; width: 100px; height: 100px; border-radius: 50%;
  background: var(--gold-400); color: var(--ink-1000); display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-family: var(--font-display); transform: rotate(-8deg); box-shadow: 0 8px 28px rgba(201,154,63,0.30); }
.sale-tag-num { font-size: 30px; font-weight: 600; line-height: 1; }
.sale-tag-lbl { font-size: 11px; text-transform: uppercase; letter-spacing: 0.16em; margin-top: 2px; font-family: var(--font-body); }

/* ---------- Sections ---------- */
.section { padding: 88px 0; }
.section.alt { background: var(--ivory-deep); }
.section-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 40px; gap: 32px; }
.section-head h2 { font-family: var(--font-display); font-weight: 500; font-size: 44px; line-height: 1.1; letter-spacing: -0.02em; margin: 8px 0 0; max-width: 600px; text-wrap: balance; color: var(--ink-1000); }

/* ---------- Pillars ---------- */
.pillars-section { padding: 56px 0; background: var(--ivory-warm); border-top: 1px solid var(--border-hairline); border-bottom: 1px solid var(--border-hairline); }
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.pillar { display: flex; flex-direction: column; gap: 8px; }
.pillar-icon { width: 44px; height: 44px; border-radius: 4px; background: var(--ink-900); color: var(--gold-400); display: flex; align-items: center; justify-content: center; margin-bottom: 8px; }
.pillar h3 { font-family: var(--font-display); font-size: 22px; line-height: 1.15; margin: 0; font-weight: 500; color: var(--ink-1000); }
.pillar p { font-size: 14px; line-height: 1.6; color: var(--fg-2); margin: 0; }

/* ---------- Tile grid ---------- */
.tile-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.tile-card { background: transparent; border: 0; border-radius: 0; padding: 8px; display: flex; flex-direction: column; gap: 12px; text-decoration: none; color: var(--ink-1000);
  transition: transform var(--dur-3) var(--ease-standard); }
.tile-card:hover { transform: translateY(-4px); }
.tile-img { aspect-ratio: 4/3; background: transparent; border: 0; display: flex; align-items: center; justify-content: center; }
.tile-label { font-family: var(--font-display); font-size: 22px; font-weight: 500; display: flex; justify-content: space-between; align-items: baseline; }
.tile-label span { color: var(--gold-700); font-size: 18px; }

/* ---------- Model card ---------- */
.model-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.model-card { background: var(--surface); border: 1px solid var(--border-hairline); border-radius: 6px; overflow: hidden; cursor: pointer;
  transition: box-shadow var(--dur-3) var(--ease-standard); display: flex; flex-direction: column; }
.model-card:hover { box-shadow: var(--shadow-3); }
.model-card .img { aspect-ratio: 4/3; background: var(--ivory-warm); position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid var(--border-hairline); }
.model-card .img .badge { position: absolute; top: 12px; left: 12px; background: var(--ink-900); color: var(--gold-400); padding: 4px 10px; border-radius: 2px; font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; font-weight: 500; }
.model-card .img .badge-outlet { background: var(--accent-rust); color: #fff; }
.model-card .img .badge-best   { background: var(--gold-400); color: var(--ink-900); }
.brand-stamp { position: absolute; top: 12px; right: 12px; font-size: 10px; text-transform: uppercase; letter-spacing: 0.16em; color: var(--fg-3); background: rgba(255,255,255,0.85); padding: 3px 8px; border-radius: 2px; }
.model-card .body { padding: 18px 20px 20px; flex: 1; display: flex; flex-direction: column; gap: 4px; }
.model-card h3 { font-family: var(--font-display); font-weight: 500; font-size: 24px; line-height: 1.1; margin: 0; color: var(--ink-1000); }
.model-card .desc { font-size: 13px; color: var(--fg-3); margin: 2px 0 0; }
.model-card .price-row { display: flex; justify-content: space-between; align-items: baseline; margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--border-hairline); }
.model-card .price { font-family: var(--font-display); font-size: 22px; color: var(--ink-1000); font-weight: 600; }
.price-was { font-size: 13px; color: var(--fg-3); text-decoration: line-through; }

/* ---------- Brands strip ---------- */
.brands-strip { padding: 40px 0; background: var(--ink-1000); color: var(--fg-on-dark-2); border-top: 1px solid rgba(246,241,229,0.05); }
.brands-strip .eyebrow { color: var(--gold-400); display: block; text-align: center; margin-bottom: 20px; }
.brands-row { display: flex; justify-content: center; gap: 80px; align-items: center; }
.brand-mark { font-family: var(--font-display); font-size: 28px; letter-spacing: 0.18em; color: var(--gold-300); font-weight: 400; }

/* ---------- Showroom ---------- */
.showroom { background: var(--ink-900); color: var(--fg-on-dark-1); padding: 96px 0; border-top: 1px solid var(--gold-700); }
.showroom h2 { color: #F6F1E5; }
.showroom p.lede { color: var(--fg-on-dark-2); }
.store-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 16px; }
.store-card { background: var(--ink-800); border: 1px solid rgba(246,241,229,0.08); border-radius: 6px; padding: 28px; }
.store-icon { width: 40px; height: 40px; border-radius: 4px; background: var(--gold-400); color: var(--ink-900); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.store-card h3 { font-family: var(--font-display); font-size: 28px; font-weight: 500; margin: 0 0 12px; color: #F6F1E5; }
.store-addr { font-size: 14px; line-height: 1.7; color: var(--fg-on-dark-2); }
.store-addr a { color: var(--gold-300); text-decoration: none; }
.store-addr a:hover { color: var(--gold-200); }
.store-actions { margin-top: 16px; }
.store-actions .btn-link { color: var(--gold-300); }
.hours-row { margin-top: 32px; padding-top: 32px; border-top: 1px solid rgba(246,241,229,0.08); display: flex; justify-content: space-between; align-items: center; gap: 32px; }
.hours-row .eyebrow { display: block; margin-bottom: 6px; }
.hours-row > div:first-child { color: var(--fg-on-dark-1); font-size: 15px; }
.hours-actions { display: flex; gap: 12px; }

/* ---------- Footer ---------- */
.dz-footer { background: var(--ink-1000); color: var(--fg-on-dark-2); padding: 80px 0 32px; }
.dz-footer .grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 56px; border-bottom: 1px solid rgba(246,241,229,0.08); }
.dz-footer h4 { font-family: var(--font-body); font-size: 12px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--gold-400); font-weight: 500; margin: 0 0 18px; }
.dz-footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.dz-footer ul a { color: var(--fg-on-dark-2); text-decoration: none; font-size: 14px; }
.dz-footer ul a:hover { color: var(--gold-200); }
.dz-footer .bottom { padding-top: 24px; display: flex; justify-content: space-between; font-size: 12px; color: var(--fg-on-dark-3); }
.cbw-line { margin-top: 18px; font-size: 12px; color: var(--fg-on-dark-3); display: flex; align-items: center; gap: 10px; }
.cbw-mark { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 22px; border: 1px solid var(--gold-400); color: var(--gold-300); font-size: 10px; font-weight: 600; letter-spacing: 0.12em; border-radius: 2px; }

/* ---------- Configurator ---------- */
.cfg-page { background: var(--ink-900); min-height: 100vh; color: var(--fg-on-dark-1); }
.cfg-grid { display: grid; grid-template-columns: 1fr 480px; gap: 0; min-height: calc(100vh - 120px); }
.cfg-stage { background: linear-gradient(180deg, #2A2519 0%, #181613 100%); position: relative; padding: 32px 48px 48px; display: flex; flex-direction: column; }
.cfg-breadcrumb { font-size: 12px; color: var(--fg-on-dark-3); margin-bottom: 24px; }
.cfg-breadcrumb a { color: var(--fg-on-dark-3); text-decoration: none; }
.cfg-breadcrumb a:hover { color: var(--gold-300); }
.cfg-breadcrumb span { margin: 0 8px; opacity: 0.5; }
.cfg-breadcrumb strong { color: #F6F1E5; font-weight: 500; }
.cfg-chair { flex: 1; display: flex; align-items: center; justify-content: center; }
.cfg-podium { width: min(64%, 560px); aspect-ratio: 4/5; padding: 12px;
  display: flex; align-items: center; justify-content: center;
  filter: drop-shadow(0 40px 60px rgba(0,0,0,0.55)); }
.cfg-chips { position: absolute; bottom: 24px; left: 48px; display: flex; gap: 4px; background: rgba(14,13,11,0.45); backdrop-filter: blur(10px); padding: 6px; border-radius: 999px; border: 1px solid rgba(246,241,229,0.10); }
.cfg-chips button { background: transparent; color: var(--fg-on-dark-2); border: 0; padding: 7px 14px; border-radius: 999px; font-size: 13px; cursor: pointer; font-family: var(--font-body); }
.cfg-chips button.active { background: var(--gold-400); color: var(--ink-900); font-weight: 600; }
.cfg-spec-tag { position: absolute; bottom: 24px; right: 48px; background: rgba(14,13,11,0.55); backdrop-filter: blur(10px); border: 1px solid rgba(246,241,229,0.10); border-radius: 6px; padding: 14px 18px; display: grid; grid-template-columns: repeat(5, auto); gap: 18px; }
.cfg-spec-tag div { display: flex; flex-direction: column; gap: 2px; }
.cfg-spec-tag span { font-size: 10px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--fg-on-dark-3); }
.cfg-spec-tag strong { font-family: var(--font-display); font-size: 16px; color: #F6F1E5; font-weight: 500; }

.cfg-panel { background: var(--ivory-paper); color: var(--ink-1000); padding: 28px 32px 24px; border-left: 1px solid rgba(0,0,0,0.06); display: flex; flex-direction: column; overflow-y: auto; }
.cfg-panel-head { padding-bottom: 18px; border-bottom: 1px solid var(--border-hairline); margin-bottom: 18px; }
.cfg-panel h2 { font-family: var(--font-display); font-size: 30px; font-weight: 500; line-height: 1.1; margin: 6px 0 8px; color: var(--ink-1000); }
.cfg-price-row { display: flex; align-items: baseline; gap: 12px; margin-bottom: 4px; }
.cfg-price-row .price-was { font-size: 14px; color: var(--fg-3); text-decoration: line-through; }
.cfg-price-row .price-now { font-family: var(--font-display); font-size: 28px; font-weight: 600; color: var(--gold-700); letter-spacing: -0.01em; }
.cfg-panel .sub { color: var(--fg-3); font-size: 13px; margin: 6px 0 0; }

.cfg-stepper { display: flex; gap: 6px; margin-bottom: 12px; }
.cfg-step { flex: 1; height: 4px; background: var(--ink-100); border-radius: 999px; }
.cfg-step.active { background: var(--gold-400); }
.cfg-step.done { background: var(--gold-600); }
.cfg-step-num { display: none; }
.cfg-step-labels { display: flex; gap: 4px; flex-wrap: wrap; margin-bottom: 16px; }
.cfg-step-label { background: transparent; border: 0; font-size: 11px; color: var(--fg-3); cursor: pointer; padding: 4px 6px; font-family: var(--font-body); text-transform: uppercase; letter-spacing: 0.08em; }
.cfg-step-label.active { color: var(--gold-700); font-weight: 600; }

.cfg-section { padding: 16px 0; }
.cfg-section .label-row { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 12px; }
.cfg-section .label { font-size: 12px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--gold-700); font-weight: 600; }
.cfg-section .selected { font-size: 13px; color: var(--ink-700); font-family: var(--font-body); }
.cfg-helper { font-size: 12px; color: var(--fg-3); margin-top: 10px; line-height: 1.5; }
.cfg-helper a { color: var(--gold-700); }

.option-row { display: flex; gap: 8px; flex-wrap: wrap; }
.option-pill { background: #fff; border: 1px solid var(--border-hairline); color: var(--ink-700); padding: 10px 16px; border-radius: 4px; font-size: 13px; cursor: pointer; font-family: var(--font-body); transition: all var(--dur-2) var(--ease-standard); font-weight: 500; }
.option-pill:hover { border-color: var(--gold-400); }
.option-pill.active { background: var(--ink-900); color: var(--gold-100); border-color: var(--ink-900); }

.option-cards { display: flex; flex-direction: column; gap: 8px; }
.option-card { background: #fff; border: 1px solid var(--border-hairline); border-radius: 4px; padding: 12px 14px; cursor: pointer; text-align: left; font-family: var(--font-body); transition: all var(--dur-2) var(--ease-standard); display: flex; flex-direction: column; gap: 2px; }
.option-card:hover { border-color: var(--gold-400); }
.option-card.active { border-color: var(--gold-400); background: var(--gold-50); box-shadow: var(--shadow-gold-glow); }
.option-card strong { font-size: 14px; color: var(--ink-1000); font-weight: 600; }
.option-card span { font-size: 12px; color: var(--fg-3); }
.option-card em { font-size: 11px; color: var(--gold-700); font-style: normal; text-transform: uppercase; letter-spacing: 0.08em; margin-top: 4px; }

.swatch-grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 8px; }
.fabric-swatch { width: 100%; aspect-ratio: 1; border-radius: 4px; border: 1px solid var(--border-hairline); cursor: pointer; position: relative; transition: transform var(--dur-2) var(--ease-standard); padding: 0; }
.fabric-swatch:hover { transform: translateY(-2px); }
.fabric-swatch.active { box-shadow: 0 0 0 2px var(--ivory-paper), 0 0 0 3px var(--gold-400); }
.fabric-tip { display: none; }

.cfg-summary { margin-top: auto; padding: 18px 0 8px; border-top: 1px solid var(--border-gold-soft); }
.cfg-nav { display: flex; gap: 8px; }
.cfg-nav .btn { flex: 1; justify-content: center; }
.cfg-aux { display: flex; gap: 18px; justify-content: center; margin-top: 10px; }
.cfg-trust { display: flex; gap: 16px; justify-content: center; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--border-hairline); font-size: 11px; color: var(--fg-3); flex-wrap: wrap; }
.cfg-trust span { display: inline-flex; align-items: center; gap: 4px; }
.cfg-trust i { color: var(--gold-700); }

/* ============================================================
   BLOCK LIBRARY — shared
   ============================================================ */
.lede { font-size: 17px; line-height: 1.65; color: var(--fg-2); }

/* shared section titles across content blocks */
.dz-rev h2, .dz-adv-head h2, .dz-list-top h2, .dz-content-body h2,
.dz-tv-copy h2, .dz-text-body h2, .dz-tf-copy h2, .dz-form-intro h2,
.dz-faq-head h2, .dz-store-info h2, .dz-vac-head h2, .dz-blog-head h2,
.dz-promo-copy h2, .dz-cta h2 {
  font-family: var(--font-display); font-weight: 500; font-size: 42px; line-height: 1.1;
  letter-spacing: -0.02em; margin: 10px 0 0; color: var(--ink-1000); text-wrap: balance;
}

/* ---------- Media placeholder ---------- */
.dz-media {
  position: relative; width: 100%; border-radius: var(--r-3); overflow: hidden;
  background-color: var(--ivory-deep);
  background-image: repeating-linear-gradient(135deg, rgba(14,13,11,0.05) 0 2px, rgba(14,13,11,0) 2px 11px);
  border: 1px solid var(--border-hairline);
  display: flex; align-items: center; justify-content: center;
}
.dz-media.is-dark {
  background-color: #211D16; border-color: rgba(246,241,229,0.10);
  background-image: repeating-linear-gradient(135deg, rgba(246,241,229,0.05) 0 2px, rgba(246,241,229,0) 2px 11px);
}
.dz-media-label {
  font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.08em;
  color: var(--fg-4); text-transform: lowercase; padding: 6px 10px;
}
.dz-media.is-dark .dz-media-label { color: var(--fg-on-dark-3); }
.dz-media-play {
  position: absolute; width: 62px; height: 62px; border-radius: 50%;
  background: var(--gold-400); color: var(--ink-900);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 30px rgba(201,154,63,0.35);
}
.dz-media-play + .dz-media-label { position: absolute; bottom: 10px; left: 10px; padding: 0; }

/* ---------- Page headers ---------- */
.dz-ph h1 { font-family: var(--font-display); font-weight: 400; letter-spacing: -0.02em; line-height: 1.05;
  font-size: 56px; margin: 14px 0 0; color: var(--ink-1000); text-wrap: balance; }
.dz-ph p { font-size: 17px; line-height: 1.6; color: var(--fg-2); margin: 16px 0 0; max-width: 620px; }
.dz-ph-compact { padding: 72px 0 40px; }
.dz-ph-dark { padding: 84px 0; background: var(--ink-900); border-bottom: 1px solid var(--gold-700); }
.dz-ph-dark h1 { color: #F6F1E5; }
.dz-ph-dark p { color: var(--fg-on-dark-2); }
.dz-ph-crumb { padding: 40px 0 40px; background: var(--ivory-deep); border-bottom: 1px solid var(--border-hairline); }
.dz-ph-crumb-trail { font-size: 13px; color: var(--fg-3); margin-bottom: 6px; }
.dz-ph-crumb-trail a { color: var(--fg-3); text-decoration: none; }
.dz-ph-crumb-trail a:hover { color: var(--gold-700); }
.dz-ph-crumb-trail .sep { margin: 0 8px; opacity: 0.5; }
.dz-ph-crumb-trail strong { color: var(--ink-1000); font-weight: 500; }
.dz-ph-image { position: relative; }
.dz-ph-image .dz-ph-media { position: absolute; inset: 0; }
.dz-ph-image .dz-media { height: 100%; border-radius: 0; border: 0; }
.dz-ph-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(14,13,11,0.25) 0%, rgba(14,13,11,0.72) 100%); }
.dz-ph-image-inner { position: relative; z-index: 2; padding: 120px 0 44px; display: flex; align-items: flex-end; min-height: 340px; }
.dz-ph-image-inner h1 { color: #F6F1E5; }
.dz-ph-image-inner p { color: rgba(246,241,229,0.82); }

/* ---------- Promo / actie ---------- */
.dz-promo { background: var(--ink-900); color: var(--fg-on-dark-1); padding: 72px 0; overflow: hidden; }
.dz-promo-inner { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: center; }
.dz-promo-copy h2 { color: #F6F1E5; }
.dz-promo-copy p { font-size: 16px; line-height: 1.65; color: var(--fg-on-dark-2); margin: 16px 0 24px; max-width: 480px; }
.dz-promo-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.dz-promo-visual { position: relative; aspect-ratio: 1 / 1; }
.dz-promo-visual .dz-media { height: 100%; }
.dz-promo-visual .sale-tag { top: 12px; right: 12px; }

/* ---------- CTA blocks ---------- */
.dz-cta p { font-size: 16px; line-height: 1.65; margin: 14px 0 24px; }
.dz-cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.dz-cta-dark { background: var(--ink-900); color: var(--fg-on-dark-1); padding: 80px 0; border-top: 1px solid var(--gold-700); }
.dz-cta-dark-inner { text-align: center; max-width: 680px; margin: 0 auto; }
.dz-cta-dark h2 { color: #F6F1E5; }
.dz-cta-dark p { color: var(--fg-on-dark-2); }
.dz-cta-dark .dz-cta-actions { justify-content: center; }
.dz-cta-split { padding: 0; }
.dz-cta-split-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; padding-top: 72px; padding-bottom: 72px; }
.dz-cta-copy p { color: var(--fg-2); }
.dz-cta-media .dz-media { height: 100%; }
.dz-cta-strip { padding: 28px 0; background: var(--ivory-deep); border-top: 1px solid var(--border-hairline); border-bottom: 1px solid var(--border-hairline); }
.dz-cta-strip-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.dz-cta-strip-copy { display: flex; flex-direction: column; gap: 2px; }
.dz-cta-strip-copy strong { font-family: var(--font-display); font-size: 22px; font-weight: 500; color: var(--ink-1000); }
.dz-cta-strip-copy span { font-size: 14px; color: var(--fg-2); }
.dz-cta-cardwrap { padding: 72px 0; }
.dz-cta-card { background: var(--surface-warm); border: 1px solid var(--border-gold-soft); border-radius: var(--r-4);
  padding: 48px; text-align: center; max-width: 760px; margin: 0 auto; box-shadow: var(--shadow-inner-warm); }
.dz-cta-card p { color: var(--fg-2); max-width: 520px; margin: 14px auto 24px; }
.dz-cta-card .dz-cta-actions { justify-content: center; }

/* ---------- Reviews ---------- */
.dz-rev-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; margin-bottom: 36px; flex-wrap: wrap; }
.dz-rev-score { display: flex; align-items: center; gap: 14px; }
.dz-rev-score-num { font-family: var(--font-display); font-size: 52px; font-weight: 600; color: var(--gold-700); line-height: 1; }
.dz-rev-score-meta { font-size: 13px; color: var(--fg-3); margin-top: 4px; }
.dz-rev-score-meta .g { color: var(--ink-1000); font-weight: 600; }
.dz-rev-stars { display: inline-flex; gap: 2px; }
.dz-rev-stars i { color: var(--ink-200); }
.dz-rev-stars i.on { color: var(--gold-400); fill: var(--gold-400); }
.dz-rev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.dz-rev-card { background: var(--surface); border: 1px solid var(--border-hairline); border-radius: var(--r-3); padding: 24px; box-shadow: var(--shadow-1); display: flex; flex-direction: column; gap: 12px; }
.dz-rev-card-head { display: flex; align-items: center; gap: 12px; }
.dz-rev-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--ivory-deep); color: var(--fg-2);
  display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 18px; font-weight: 600; }
.dz-rev-author { font-size: 14px; font-weight: 600; color: var(--ink-1000); }
.dz-rev-sub { font-size: 12px; color: var(--fg-3); }
.dz-rev-g { margin-left: auto; color: var(--success); }
.dz-rev-card p { font-size: 14px; line-height: 1.6; color: var(--fg-2); margin: 0; }

/* ---------- Advice ---------- */
.dz-adv-head { text-align: center; max-width: 620px; margin: 0 auto 40px; }
.dz-adv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.dz-adv-card { background: var(--surface); border: 1px solid var(--border-hairline); border-radius: var(--r-3); padding: 32px; box-shadow: var(--shadow-1); }
.dz-adv-icon { width: 48px; height: 48px; border-radius: var(--r-2); background: var(--ink-900); color: var(--gold-400); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.dz-adv-card h3 { font-family: var(--font-display); font-size: 24px; font-weight: 500; margin: 0 0 8px; color: var(--ink-1000); }
.dz-adv-card p { font-size: 14px; line-height: 1.6; color: var(--fg-2); margin: 0 0 16px; }
.dz-adv-action { font-family: var(--font-body); font-size: 15px; font-weight: 600; color: var(--gold-700); text-decoration: none; display: inline-flex; align-items: center; gap: 6px; }
.dz-adv-action span { transition: transform var(--dur-2) var(--ease-standard); }
.dz-adv-action:hover span { transform: translateX(3px); }

/* ---------- Product listing ---------- */
.dz-list-top { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 32px; gap: 24px; }
.dz-list-count { font-size: 13px; color: var(--fg-3); font-family: var(--font-mono); letter-spacing: 0.04em; }
.dz-list-grid { display: grid; grid-template-columns: 260px 1fr; gap: 40px; align-items: start; }
.dz-filter { border: 1px solid var(--border-hairline); border-radius: var(--r-3); padding: 20px 22px; background: var(--surface); position: sticky; top: 96px; }
.dz-filter-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 14px; margin-bottom: 8px; border-bottom: 1px solid var(--border-hairline); }
.dz-filter-head span { font-family: var(--font-body); font-size: 12px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--gold-700); font-weight: 600; }
.dz-filter-group { padding: 16px 0; border-bottom: 1px solid var(--border-hairline); }
.dz-filter-group:last-child { border-bottom: 0; }
.dz-filter-group h4 { font-family: var(--font-body); font-size: 14px; font-weight: 600; color: var(--ink-1000); margin: 0 0 12px; }
.dz-filter-price { font-size: 13px; color: var(--fg-2); margin-bottom: 10px; }
.dz-filter-slider { height: 4px; background: var(--ink-100); border-radius: 999px; position: relative; }
.dz-filter-slider span { position: absolute; left: 12%; right: 24%; top: 0; bottom: 0; background: var(--gold-400); border-radius: 999px; }
.dz-filter-opt { display: flex; align-items: center; gap: 10px; padding: 6px 0; cursor: pointer; font-size: 14px; color: var(--fg-2); }
.dz-check { width: 18px; height: 18px; border-radius: var(--r-1); border: 1px solid var(--ink-200); background: #fff; display: flex; align-items: center; justify-content: center; color: #fff; flex-shrink: 0; }
.dz-filter-opt.on .dz-check { background: var(--ink-900); border-color: var(--ink-900); color: var(--gold-300); }
.dz-filter-opt.on .dz-filter-opt-label { color: var(--ink-1000); font-weight: 500; }
.dz-filter-opt-label { flex: 1; }
.dz-filter-opt-n { font-size: 12px; color: var(--fg-4); }
.dz-list-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 20px; flex-wrap: wrap; }
.dz-list-chips { display: flex; gap: 8px; flex-wrap: wrap; }
.dz-list-chip { display: inline-flex; align-items: center; gap: 6px; background: var(--ink-900); color: var(--gold-100); font-size: 12px; padding: 6px 12px; border-radius: var(--r-pill); cursor: pointer; }
.dz-list-chip i { opacity: 0.7; }
.dz-list-sort { font-size: 13px; color: var(--fg-3); display: inline-flex; align-items: center; gap: 8px; }
.dz-select { font-family: var(--font-body); font-size: 13px; padding: 8px 12px; border: 1px solid var(--border-hairline); border-radius: var(--r-2); background: #fff; color: var(--ink-1000); cursor: pointer; }
.dz-list-more { text-align: center; margin-top: 32px; }

/* ---------- Content sections & bullets ---------- */
.dz-content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.dz-content-grid.is-single { grid-template-columns: minmax(0, 720px); justify-content: center; }
.dz-content-grid.flip .dz-content-body { order: 2; }
.dz-content-body p { font-size: 16px; line-height: 1.7; color: var(--fg-2); margin: 16px 0 0; }
.dz-content-media .dz-media { height: 100%; }
.dz-content-bullets { list-style: none; padding: 0; margin: 22px 0 0; display: flex; flex-direction: column; gap: 10px; }
.dz-content-bullets li { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; color: var(--fg-1); line-height: 1.5; }
.dz-content-bullets i { color: var(--gold-600); flex-shrink: 0; margin-top: 2px; }

/* ---------- Text + video ---------- */
.dz-tv-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: center; }
.dz-tv-grid.flip .dz-tv-copy { order: 2; }
.dz-tv-copy p { font-size: 16px; line-height: 1.7; color: var(--fg-2); margin: 16px 0 0; }
.dz-tv-copy .btn { margin-top: 24px; }
.dz-tv-media .dz-media { height: 100%; }

/* ---------- Text only ---------- */
.dz-text-body { max-width: 720px; margin: 0 auto; text-align: center; }
.dz-text-body.left { text-align: left; margin: 0; }
.dz-text-body p { font-size: 17px; line-height: 1.75; color: var(--fg-2); margin: 18px 0 0; }

/* ---------- Forms ---------- */
.dz-tf-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.dz-tf-copy p { font-size: 16px; line-height: 1.7; color: var(--fg-2); margin: 16px 0 0; }
.dz-form-wrap { max-width: 640px; margin: 0 auto; }
.dz-form-intro { text-align: center; margin-bottom: 28px; }
.dz-form-intro p { font-size: 16px; line-height: 1.6; color: var(--fg-2); margin: 12px 0 0; }
.dz-form-card { background: var(--surface); border: 1px solid var(--border-hairline); border-radius: var(--r-4); padding: 28px; box-shadow: var(--shadow-2); display: flex; flex-direction: column; gap: 14px; }
.dz-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.dz-field { display: flex; flex-direction: column; gap: 6px; }
.dz-field > span { font-size: 13px; font-weight: 500; color: var(--fg-2); }
.dz-input, .dz-textarea, .dz-select-block {
  font-family: var(--font-body); font-size: 14px; color: var(--ink-1000);
  padding: 11px 13px; border: 1px solid var(--border-hairline); border-radius: var(--r-2);
  background: var(--ivory-paper); width: 100%; transition: border-color var(--dur-2) var(--ease-standard), box-shadow var(--dur-2) var(--ease-standard);
}
.dz-input:focus, .dz-textarea:focus, .dz-select-block:focus { outline: none; border-color: var(--gold-400); box-shadow: var(--shadow-gold-glow); }
.dz-textarea { resize: vertical; }
.dz-select-block { cursor: pointer; }
.dz-consent { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: var(--fg-3); line-height: 1.5; }
.dz-consent input { margin-top: 3px; accent-color: var(--gold-500); }
.dz-form-card .btn { justify-content: center; margin-top: 4px; }

/* ---------- FAQ ---------- */
.dz-faq-inner { max-width: 820px; margin: 0 auto; }
.dz-faq-head { text-align: center; margin-bottom: 32px; }
.dz-faq-list { border-top: 1px solid var(--border-hairline); }
.dz-faq-item { border-bottom: 1px solid var(--border-hairline); }
.dz-faq-q { display: flex; align-items: center; gap: 16px; cursor: pointer; list-style: none; padding: 20px 4px;
  font-family: var(--font-display); font-size: 20px; font-weight: 500; color: var(--ink-1000); }
.dz-faq-q::-webkit-details-marker { display: none; }
.dz-faq-q span { flex: 1; }
.dz-faq-q i { color: var(--gold-700); flex-shrink: 0; }
.dz-faq-minus { display: none; }
.dz-faq-item[open] .dz-faq-plus { display: none; }
.dz-faq-item[open] .dz-faq-minus { display: inline-flex; }
.dz-faq-a { padding: 0 4px 22px; }
.dz-faq-a p { font-size: 15px; line-height: 1.7; color: var(--fg-2); margin: 0; max-width: 680px; }

/* ---------- Store info ---------- */
.dz-store-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.dz-store-map .dz-media { height: 100%; }
.dz-store-info h2 { margin-bottom: 18px; }
.dz-store-addr { font-size: 16px; line-height: 1.7; color: var(--fg-2); margin-bottom: 16px; }
.dz-store-contact { display: flex; flex-direction: column; gap: 8px; margin-bottom: 22px; }
.dz-store-contact a { display: inline-flex; align-items: center; gap: 10px; color: var(--gold-700); text-decoration: none; font-size: 15px; font-weight: 500; }
.dz-store-contact a:hover { color: var(--gold-500); }
.dz-store-hours { width: 100%; border-collapse: collapse; margin-bottom: 18px; }
.dz-store-hours th, .dz-store-hours td { text-align: left; padding: 10px 0; border-bottom: 1px solid var(--border-hairline); font-size: 14px; }
.dz-store-hours th { font-weight: 500; color: var(--fg-2); }
.dz-store-hours td { color: var(--ink-1000); text-align: right; }
.dz-store-note { font-size: 13px; color: var(--fg-3); margin: 0 0 22px; }
.dz-store-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ---------- Vacancies ---------- */
.dz-vac-head { max-width: 640px; margin-bottom: 36px; }
.dz-vac-head .lede { margin-top: 14px; }
.dz-vac-list { border-top: 1px solid var(--border-hairline); }
.dz-vac-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 4px;
  border-bottom: 1px solid var(--border-hairline); text-decoration: none; transition: background var(--dur-2) var(--ease-standard); }
.dz-vac-row:hover { background: var(--ivory-warm); }
.dz-vac-role h3 { font-family: var(--font-display); font-size: 24px; font-weight: 500; color: var(--ink-1000); margin: 0 0 8px; }
.dz-vac-meta { display: flex; gap: 18px; flex-wrap: wrap; font-size: 13px; color: var(--fg-3); }
.dz-vac-meta span { display: inline-flex; align-items: center; gap: 6px; }
.dz-vac-type { background: var(--ivory-deep); color: var(--fg-2); padding: 3px 10px; border-radius: var(--r-1); font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; }
.dz-vac-cta { display: inline-flex; align-items: center; gap: 8px; color: var(--gold-700); font-weight: 600; font-size: 14px; white-space: nowrap; }
.dz-vac-row:hover .dz-vac-cta { color: var(--gold-500); }

/* ---------- Vacancy detail ---------- */
.dz-vacd-grid { display: grid; grid-template-columns: 1fr 340px; gap: 56px; align-items: start; }
.dz-vacd-title { font-family: var(--font-display); font-weight: 400; font-size: 44px; line-height: 1.08; letter-spacing: -0.02em; color: var(--ink-1000); margin: 12px 0 0; }
.dz-vacd-meta { display: flex; gap: 18px; flex-wrap: wrap; font-size: 14px; color: var(--fg-3); margin: 16px 0 24px; }
.dz-vacd-meta span { display: inline-flex; align-items: center; gap: 6px; }
.dz-vacd-intro { font-size: 17px; line-height: 1.7; color: var(--fg-1); margin: 0 0 8px; }
.dz-vacd-main h3 { font-family: var(--font-display); font-size: 26px; font-weight: 500; color: var(--ink-1000); margin: 32px 0 4px; }
.dz-vacd-aside { position: sticky; top: 96px; }
.dz-vacd-card { background: var(--ink-900); color: var(--fg-on-dark-1); border-radius: var(--r-4); padding: 28px; display: flex; flex-direction: column; gap: 12px; }
.dz-vacd-card h4 { font-family: var(--font-display); font-size: 24px; font-weight: 500; margin: 0; color: #F6F1E5; }
.dz-vacd-card p { font-size: 14px; line-height: 1.6; color: var(--fg-on-dark-2); margin: 0 0 6px; }
.dz-vacd-card .btn { justify-content: center; }
.dz-vacd-contact { margin-top: 8px; padding-top: 16px; border-top: 1px solid rgba(246,241,229,0.10); font-size: 13px; color: var(--fg-on-dark-3); display: flex; justify-content: space-between; align-items: center; }
.dz-vacd-contact a { color: var(--gold-300); text-decoration: none; font-weight: 600; }

/* ---------- Blog ---------- */
.dz-blog-head { margin-bottom: 36px; }
.dz-blog-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 32px; align-items: start; }
.dz-blog-card { text-decoration: none; color: var(--ink-1000); display: block; }
.dz-blog-media { margin-bottom: 14px; }
.dz-blog-card.is-featured .dz-blog-body h3 { font-size: 30px; }
.dz-blog-rest { display: flex; flex-direction: column; gap: 24px; }
.dz-blog-rest .dz-blog-card { display: grid; grid-template-columns: 150px 1fr; gap: 18px; align-items: center; }
.dz-blog-rest .dz-blog-media { margin-bottom: 0; }
.dz-blog-cat { font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--gold-700); font-weight: 600; }
.dz-blog-body h3 { font-family: var(--font-display); font-size: 23px; font-weight: 500; line-height: 1.15; margin: 8px 0 8px; color: var(--ink-1000); }
.dz-blog-card:hover .dz-blog-body h3 { color: var(--gold-700); }
.dz-blog-body p { font-size: 14px; line-height: 1.6; color: var(--fg-2); margin: 0 0 8px; }
.dz-blog-meta { font-size: 12px; color: var(--fg-3); }

/* ---------- Blog article ---------- */
.dz-art-head { max-width: 760px; margin-left: auto; margin-right: auto; text-align: center; }
.dz-art-cat { font-size: 12px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--gold-700); font-weight: 600; }
.dz-art-head h1 { font-family: var(--font-display); font-weight: 400; font-size: 48px; line-height: 1.08; letter-spacing: -0.02em; color: var(--ink-1000); margin: 12px 0 0; text-wrap: balance; }
.dz-art-meta { display: flex; gap: 10px; justify-content: center; font-size: 13px; color: var(--fg-3); margin-top: 16px; }
.dz-art-hero { margin-top: 36px; }
.dz-art-body { max-width: 680px; margin: 40px auto 0; }
.dz-art-body p { font-size: 17px; line-height: 1.8; color: var(--fg-1); margin: 0 0 22px; }
.dz-art-lead { font-size: 20px !important; line-height: 1.6 !important; color: var(--fg-2) !important; }
.dz-art-body h2 { font-family: var(--font-display); font-size: 30px; font-weight: 500; color: var(--ink-1000); margin: 36px 0 12px; letter-spacing: -0.01em; }
.dz-art-quote { font-family: var(--font-display); font-size: 26px; font-weight: 500; font-style: italic; line-height: 1.35; color: var(--ink-1000);
  border-left: 2px solid var(--gold-400); padding: 4px 0 4px 24px; margin: 32px 0; }
