/* Stairz stalendoos — editorial paper/ink/copper layout
   Klassen geprefixt met .stz- om conflicten met theme/booking-css te voorkomen. */

/* ===== Theme-override scope: page-id-2389 (/stalendoos-aanvragen/) =====
   Patroon overgenomen van reviews-page.css (page-id-3136). Niets raakt theme-files
   aan — alleen visueel overschrijven via body.page-id-2389. */

/* 1. Verberg theme entry-header (titel "Stalendoos aanvragen" boven onze hero) */
body.page-id-2389 .entry-header,
body.page-id-2389 .page-header,
body.page-id-2389 .single-page-header,
body.page-id-2389 header.entry-header,
body.page-id-2389 .post-header {
    display: none !important;
}

/* 2. Break out of theme's Bootstrap col-layout (col-xxl-6 maxte content op smalle kolom) */
body.page-id-2389 article#post-2389 > .row,
body.page-id-2389 article.full-width-intro > .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    background: transparent !important;
}
body.page-id-2389 article#post-2389 > .row > [class*="col-"],
body.page-id-2389 article.full-width-intro > .row > [class*="col-"] {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: transparent !important;
    align-content: start !important;
    align-self: start !important;
}
body.page-id-2389 .entry,
body.page-id-2389 .entry-content {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: transparent !important;
}
body.page-id-2389 main,
body.page-id-2389 #primary,
body.page-id-2389 #main {
    padding-top: 0 !important;
    margin-top: 0 !important;
    background: transparent !important;
}
body.page-id-2389 article#post-2389,
body.page-id-2389 article.full-width-intro {
    min-height: 0 !important;
}

/* 3. Vervang theme oranje fallback-achtergrond door onze paper-tint */
body.page-id-2389,
body.page-id-2389 #page,
body.page-id-2389 .site,
body.page-id-2389 article#post-2389,
body.page-id-2389 article.full-width-intro {
    background-color: #F7F4EF !important;
    background-image: none !important;
}

/* 4. Verberg ed-num / stz-num / stz-hero-num labels — niet gewenst per editorial design */
.stz-stalendoos .stz-num,
.stz-stalendoos .stz-hero-num { display: none !important; }

/* 5. Force button text color — theme heeft globale `a { color: ... }` rules
   die mijn CSS-variabele overrulen. Hogere specificiteit + expliciete kleur. */
.stz-stalendoos a.stz-btn--primary,
.stz-stalendoos .stz-btn--primary {
    color: #F7F4EF !important;
    background: #1F1D1B !important;
}
.stz-stalendoos a.stz-btn--primary:hover,
.stz-stalendoos .stz-btn--primary:hover {
    color: #F7F4EF !important;
    background: #C2723A !important;
}
.stz-stalendoos a.stz-btn--ghost,
.stz-stalendoos .stz-btn--ghost {
    color: #1F1D1B !important;
    background: transparent !important;
    box-shadow: inset 0 0 0 1px rgba(38,38,37,.2) !important;
}
.stz-stalendoos a.stz-btn--ghost:hover,
.stz-stalendoos .stz-btn--ghost:hover {
    color: #1F1D1B !important;
    box-shadow: inset 0 0 0 1.5px #1F1D1B !important;
}

/* ===== Editorial layout root ===== */
.stz-stalendoos {
  --stz-ink:        #1F1D1B;
  --stz-paper:      #F7F4EF;
  --stz-warm:       #EFE8DD;
  --stz-warm2:      #E5E1E0;
  --stz-copper:     #C2723A;
  --stz-copper-dk:  #8a4f24;
  --stz-mid:        #8A7A6E;
  --stz-success:    #2E7D5C;
  --stz-line:       rgba(38,38,37,.10);

  background: var(--stz-paper);
  color: var(--stz-ink);
  font-family: "montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
.stz-stalendoos *,
.stz-stalendoos *::before,
.stz-stalendoos *::after { box-sizing: border-box; }
.stz-stalendoos::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background-image: radial-gradient(rgba(38,38,37,.025) 1px, transparent 1.5px);
  background-size: 3px 3px; mix-blend-mode: multiply;
}
.stz-stalendoos .stz-main,
.stz-stalendoos .stz-hero,
.stz-stalendoos .stz-steps { position: relative; z-index: 1; }
.stz-stalendoos a { color: inherit; text-decoration: none; }

.stz-container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
@media (min-width: 1280px) { .stz-container { padding: 0 56px; } }

/* HERO */
.stz-hero { background: var(--stz-paper); padding: 80px 0 64px; position: relative; }
.stz-hero-num {
  position: absolute; top: 28px; left: 24px;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--stz-mid); display: flex; align-items: baseline; gap: 14px;
}
.stz-hero-num::after { content: ""; display: inline-block; width: 60px; height: 1px; background: var(--stz-mid); opacity: .5; }
@media (min-width: 1280px) { .stz-hero-num { left: 40px; top: 56px; font-size: 12px; } }

.stz-hero-grid { display: grid; grid-template-columns: 1.15fr .9fr; gap: 56px; align-items: end; }
@media (max-width: 900px) { .stz-hero-grid { grid-template-columns: 1fr; gap: 40px; } }

.stz-hero-h {
  font-family: "degular", "montserrat", sans-serif; font-weight: 300;
  font-size: clamp(48px, 7vw, 110px); line-height: .92; letter-spacing: -0.025em;
  margin: 0; color: var(--stz-ink);
}
.stz-hero-h strong {
  font-weight: 600; font-style: normal;
  background: linear-gradient(180deg, var(--stz-copper) 0%, var(--stz-copper-dk) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.stz-hero-lede { font-size: 17px; line-height: 1.55; max-width: 44ch; color: #3A332D; margin: 32px 0 0; }
.stz-hero-meta {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
  margin-top: 40px; border-top: 1px solid var(--stz-line);
}
.stz-hero-meta > div { padding: 18px 18px 0 0; border-right: 1px solid rgba(38,38,37,.08); }
.stz-hero-meta > div:last-child { border-right: 0; padding-right: 0; }
.stz-hero-meta-num {
  font-family: "degular", "montserrat", sans-serif; font-weight: 300; font-size: 36px;
  letter-spacing: -0.018em; line-height: 1; color: var(--stz-ink);
}
.stz-hero-meta-num strong { font-weight: 600; color: var(--stz-copper); }
.stz-hero-meta-num small { font-size: 14px; color: var(--stz-mid); }
.stz-hero-meta-lbl { font-size: 12px; color: var(--stz-mid); margin-top: 6px; line-height: 1.4; }

.stz-hero-photo { aspect-ratio: 4 / 5; border-radius: 4px; overflow: hidden; background: var(--stz-warm2); position: relative; }
.stz-hero-photo-img { position: absolute; inset: 0; background-size: cover; background-position: center; }
.stz-hero-corner {
  position: absolute; bottom: 16px; left: 16px;
  background: rgba(247,244,239,.92); backdrop-filter: blur(6px);
  padding: 10px 14px; border-radius: 9999px;
  font-size: 12px; font-weight: 600; color: var(--stz-ink);
  display: inline-flex; align-items: center; gap: 8px;
}
.stz-hero-pill {
  display: inline-block; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--stz-copper); font-weight: 700;
  border: 1px solid rgba(194,114,58,.4); border-radius: 9999px;
  padding: 7px 16px; margin-bottom: 20px;
}

/* STEPPER */
.stz-steps {
  display: flex; align-items: center; justify-content: center; gap: 0;
  margin: 0 auto; max-width: 640px; padding: 32px 24px 8px;
  border-top: 1px solid var(--stz-line);
}
.stz-step-dot { display: flex; flex-direction: column; align-items: center; gap: 10px; flex: 0 0 auto; width: 130px; }
.stz-step-circle {
  width: 40px; height: 40px; border-radius: 9999px;
  background: var(--stz-paper); color: var(--stz-mid);
  box-shadow: inset 0 0 0 1px var(--stz-line);
  display: flex; align-items: center; justify-content: center;
  font-family: "degular", "montserrat", sans-serif; font-weight: 600; font-size: 16px;
  transition: background 280ms cubic-bezier(.4,0,.2,1), color 280ms, box-shadow 280ms;
}
.stz-step-dot.is-active .stz-step-circle { background: var(--stz-copper); color: #fff; box-shadow: 0 8px 20px -8px rgba(194,114,58,.6); }
.stz-step-dot.is-done .stz-step-circle { background: var(--stz-ink); color: #fff; box-shadow: none; }
.stz-step-label { font-size: 11px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--stz-mid); }
.stz-step-dot.is-active .stz-step-label,
.stz-step-dot.is-done .stz-step-label { color: var(--stz-ink); }
.stz-step-line { flex: 1; height: 2px; background: var(--stz-line); position: relative; top: -10px; }
.stz-step-line.is-done { background: var(--stz-copper); }
@media (max-width: 600px) { .stz-step-dot { width: auto; } .stz-step-label { display: none; } }

/* PANEL */
.stz-panel { padding: 88px 0 100px; position: relative; }
.stz-num {
  position: absolute; top: 28px; left: 24px;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--stz-mid);
  display: flex; align-items: baseline; gap: 14px;
}
.stz-num::after { content: ""; display: inline-block; width: 60px; height: 1px; background: var(--stz-mid); opacity: .5; }
@media (min-width: 1280px) { .stz-num { left: 40px; top: 44px; font-size: 12px; } }
.stz-eyebrow {
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--stz-mid); font-weight: 600; margin: 0 0 16px;
}
.stz-panel-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 32px; flex-wrap: wrap; }
.stz-panel-title {
  font-family: "degular", "montserrat", sans-serif; font-weight: 300;
  font-size: clamp(30px, 3.6vw, 48px); letter-spacing: -0.018em; line-height: 1.05;
  margin: 0; color: var(--stz-ink);
}
.stz-panel-title strong { font-weight: 600; }
.stz-panel-sub { font-size: 14px; color: var(--stz-mid); margin: 8px 0 0; }
.stz-panel-count {
  font-size: 13px; font-weight: 600; color: var(--stz-ink);
  background: #fff; box-shadow: inset 0 0 0 1px var(--stz-line);
  padding: 10px 16px; border-radius: 9999px; white-space: nowrap;
}
.stz-panel-count strong { color: var(--stz-copper); }

/* FILTERS */
.stz-filters { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 28px; }
.stz-filter {
  border: 0; background: #fff; cursor: pointer; font-family: inherit;
  padding: 11px 20px; border-radius: 9999px;
  font-size: 13px; font-weight: 600; color: var(--stz-ink);
  box-shadow: inset 0 0 0 1px var(--stz-line);
  transition: background 180ms, box-shadow 180ms, color 180ms;
}
.stz-filter:hover { box-shadow: inset 0 0 0 1.5px var(--stz-ink); }
.stz-filter.is-active { background: var(--stz-ink); color: #fff; box-shadow: none; }

/* GRID */
.stz-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
@media (max-width: 1100px) { .stz-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 760px)  { .stz-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 520px)  { .stz-grid { grid-template-columns: repeat(2, 1fr); } }

.stz-swatch {
  background: #fff; border: 0; padding: 0; cursor: pointer; font-family: inherit;
  border-radius: 10px; overflow: hidden; text-align: left;
  box-shadow: inset 0 0 0 1px var(--stz-line);
  transition: box-shadow 200ms cubic-bezier(.4,0,.2,1), transform 120ms;
  position: relative; display: flex; flex-direction: column;
}
.stz-swatch:hover { box-shadow: inset 0 0 0 1.5px var(--stz-ink); transform: translateY(-2px); }
.stz-swatch.is-selected { box-shadow: inset 0 0 0 2px var(--stz-copper); }
.stz-swatch.is-disabled { opacity: .4; pointer-events: none; }

.stz-swatch-chip {
  aspect-ratio: 1.15 / 1; position: relative;
  background-size: cover; background-position: center;
  background-color: var(--stz-warm2);
}
.stz-swatch-check {
  position: absolute; top: 10px; right: 10px;
  width: 24px; height: 24px; border-radius: 9999px;
  background: var(--stz-copper); color: #fff;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transform: scale(.5);
  transition: opacity 200ms, transform 200ms;
  box-shadow: 0 4px 10px -3px rgba(0,0,0,.3);
}
.stz-swatch.is-selected .stz-swatch-check { opacity: 1; transform: scale(1); }
.stz-swatch-body { padding: 12px 14px 14px; }
.stz-swatch-name {
  font-family: "degular", "montserrat", sans-serif; font-weight: 600; font-size: 15px;
  letter-spacing: -0.01em; color: var(--stz-ink); line-height: 1.2;
  display: block;
}
.stz-swatch-coll {
  font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--stz-mid); font-weight: 600; margin-top: 4px;
  display: block;
}

/* SELECT BAR */
.stz-selectbar {
  position: sticky; bottom: 24px; z-index: 20;
  margin: 40px auto 0; max-width: 760px;
  background: var(--stz-ink); color: var(--stz-paper);
  border-radius: 16px; padding: 16px 16px 16px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  box-shadow: 0 24px 60px -24px rgba(20,15,10,.6);
}
.stz-selectbar-info { display: flex; align-items: center; gap: 16px; min-width: 0; }
.stz-selectbar-dots { display: flex; gap: 6px; }
.stz-selectbar-dot {
  width: 30px; height: 30px; border-radius: 8px;
  background-color: #2a2725; box-shadow: inset 0 0 0 1px rgba(247,244,239,.14);
  background-size: cover; background-position: center;
}
.stz-selectbar-text { font-size: 13px; line-height: 1.3; min-width: 0; }
.stz-selectbar-text strong { font-family: "degular", "montserrat", sans-serif; font-weight: 600; display: block; font-size: 15px; }
.stz-selectbar-text em {
  font-style: normal; color: rgba(247,244,239,.55); font-size: 12px;
  display: block; max-width: 360px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.stz-selectbar-btn {
  background: var(--stz-copper); color: #fff; border: 0; cursor: pointer;
  font-family: inherit; font-size: 14px; font-weight: 600;
  padding: 14px 24px; border-radius: 9999px; white-space: nowrap;
  display: inline-flex; align-items: center; gap: 8px;
  transition: background 180ms, opacity 180ms;
}
.stz-selectbar-btn:hover { background: #d6814a; }
.stz-selectbar-btn:disabled { opacity: .35; cursor: not-allowed; }
@media (max-width: 600px) {
  .stz-selectbar { flex-direction: column; align-items: stretch; gap: 14px; padding: 16px; }
  .stz-selectbar-btn { justify-content: center; }
}

/* FORM */
.stz-form-layout { display: grid; grid-template-columns: 1fr 360px; gap: 56px; align-items: flex-start; }
@media (max-width: 900px) { .stz-form-layout { grid-template-columns: 1fr; gap: 32px; } }

.stz-fieldset { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 20px; }
.stz-field { display: flex; flex-direction: column; gap: 7px; }
.stz-field.is-full { grid-column: 1 / -1; }
.stz-field label {
  font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--stz-ink); margin: 0;
}
.stz-field label .stz-req { color: var(--stz-copper); }
.stz-input, .stz-textarea {
  width: 100%; box-sizing: border-box;
  background: #fff; border: 0; border-radius: 10px;
  padding: 14px 16px; font-family: inherit; font-size: 15px; color: var(--stz-ink);
  box-shadow: inset 0 0 0 1px var(--stz-line);
  transition: box-shadow 180ms;
}
.stz-input:focus, .stz-textarea:focus { outline: none; box-shadow: inset 0 0 0 2px var(--stz-copper); }
.stz-input::placeholder, .stz-textarea::placeholder { color: var(--stz-mid); }
.stz-textarea { resize: vertical; min-height: 96px; }
.stz-input.is-error, .stz-textarea.is-error { box-shadow: inset 0 0 0 2px #c0392b; }

.stz-consent { grid-column: 1 / -1; display: flex; align-items: flex-start; gap: 12px; margin-top: 4px; }
.stz-consent input { width: 20px; height: 20px; accent-color: var(--stz-copper); margin-top: 1px; flex-shrink: 0; }
.stz-consent label {
  font-size: 13px; color: #3A332D; line-height: 1.5; font-weight: 400;
  letter-spacing: 0; text-transform: none; margin: 0;
}
.stz-consent a { color: var(--stz-copper); text-decoration: underline; text-underline-offset: 2px; }

.stz-form-error {
  grid-column: 1 / -1;
  background: #fef3f2; border: 1px solid #fecdc8; color: #b42318;
  padding: 12px 16px; border-radius: 10px; font-size: 13px;
}
.stz-form-actions {
  grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  margin-top: 12px; padding-top: 28px; border-top: 1px solid var(--stz-line);
  flex-wrap: wrap;
}
.stz-back {
  background: transparent; border: 0; cursor: pointer; font-family: inherit;
  font-size: 14px; font-weight: 600; color: var(--stz-mid);
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 4px;
}
.stz-back:hover { color: var(--stz-ink); }
.stz-submit {
  background: var(--stz-copper); color: #fff; border: 0; cursor: pointer;
  font-family: inherit; font-size: 15px; font-weight: 600;
  padding: 16px 30px; border-radius: 9999px;
  display: inline-flex; align-items: center; gap: 8px;
  transition: background 180ms, opacity 180ms;
}
.stz-submit:hover { background: #d6814a; }
.stz-submit:disabled { opacity: .4; cursor: not-allowed; }

.stz-summary {
  background: #fff; border-radius: 16px; padding: 26px;
  box-shadow: 0 1px 0 rgba(38,38,37,.04), 0 24px 48px -32px rgba(38,38,37,.25);
  position: sticky; top: 96px;
}
.stz-summary-eyebrow { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--stz-mid); font-weight: 600; margin: 0 0 16px; }
.stz-summary-list { display: flex; flex-direction: column; gap: 10px; }
.stz-summary-item { display: flex; align-items: center; gap: 12px; }
.stz-summary-chip {
  width: 44px; height: 44px; border-radius: 8px; flex-shrink: 0;
  background-size: cover; background-position: center; background-color: var(--stz-warm2);
  box-shadow: inset 0 0 0 1px var(--stz-line);
}
.stz-summary-text strong { font-family: "degular", "montserrat", sans-serif; font-weight: 600; font-size: 14px; display: block; color: var(--stz-ink); }
.stz-summary-text em { font-style: normal; font-size: 11px; color: var(--stz-mid); }
.stz-summary-empty { font-size: 13px; color: var(--stz-mid); line-height: 1.5; margin: 0; }
.stz-summary-foot {
  margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--stz-line);
  font-size: 12px; color: var(--stz-mid); line-height: 1.5;
  display: flex; gap: 10px; align-items: flex-start;
}
.stz-summary-foot svg { color: var(--stz-copper); flex-shrink: 0; margin-top: 1px; }

/* DONE */
.stz-done { text-align: center; max-width: 560px; margin: 0 auto; padding: 40px 0 80px; }
.stz-done-check {
  width: 80px; height: 80px; border-radius: 9999px; margin: 0 auto 28px;
  background: var(--stz-success); display: flex; align-items: center; justify-content: center;
  box-shadow: 0 16px 40px -16px rgba(46,125,92,.6);
}
.stz-done-h { font-family: "degular", "montserrat", sans-serif; font-weight: 300; font-size: clamp(32px, 4vw, 52px); letter-spacing: -0.02em; line-height: 1.05; margin: 0; }
.stz-done-h strong { font-weight: 600; }
.stz-done-body { font-size: 16px; line-height: 1.6; color: #3A332D; margin: 20px auto 0; max-width: 44ch; }
.stz-done-card {
  background: #fff; border-radius: 16px; padding: 24px; margin: 36px 0 0;
  box-shadow: 0 1px 0 rgba(38,38,37,.04), 0 24px 48px -32px rgba(38,38,37,.25);
  text-align: left;
}
.stz-done-card-row { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--stz-line); }
.stz-done-card-row:last-child { border-bottom: 0; }
.stz-done-chips { display: flex; gap: 8px; flex-wrap: wrap; }
.stz-done-mini { width: 36px; height: 36px; border-radius: 8px; background-size: cover; background-color: var(--stz-warm2); box-shadow: inset 0 0 0 1px var(--stz-line); }
.stz-done-actions { display: flex; gap: 12px; justify-content: center; margin-top: 36px; flex-wrap: wrap; }
.stz-btn {
  border: 0; padding: 14px 26px; border-radius: 9999px; font-family: inherit;
  font-size: 15px; font-weight: 600; cursor: pointer; text-decoration: none;
  display: inline-flex; align-items: center; gap: 8px;
}
.stz-btn--primary { background: var(--stz-ink); color: var(--stz-paper); }
.stz-btn--primary:hover { background: var(--stz-copper); }
.stz-btn--ghost { background: transparent; color: var(--stz-ink); box-shadow: inset 0 0 0 1px rgba(38,38,37,.2); }
.stz-btn--ghost:hover { box-shadow: inset 0 0 0 1.5px var(--stz-ink); }

.stz-hide { display: none !important; }
