/* ============================================================
   IMPÓSABLE — pages.css
   Bevestiging, mislukte betaling, FAQ, contact, merkpagina en
   de informatieve / juridische pagina's.
============================================================ */

/* ============================================================
   BESTELBEVESTIGING
============================================================ */
.order-plate {
  display: inline-flex; align-items: baseline; gap: 14px; flex-wrap: wrap;
  margin-top: 24px; border: 1px solid var(--line); border-radius: var(--r-s);
  background: var(--surface); padding: 13px 18px;
}
.order-plate .l { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--fg-faint); }
.order-plate .n { font-family: var(--mono); font-size: 15px; letter-spacing: 0.06em; color: var(--gold); }

.order-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: clamp(24px, 4vw, 56px); align-items: start; padding-bottom: clamp(48px, 7vw, 96px); }
@media (max-width: 860px) { .order-grid { grid-template-columns: 1fr; } }

.oc-item { display: grid; grid-template-columns: 68px 1fr auto; gap: 13px; align-items: center; padding: 13px 0; border-bottom: 1px solid var(--line-soft); }
.oc-item__media { background: var(--plate); border-radius: var(--r-s); padding: 6px; display: grid; place-items: center; aspect-ratio: 1 / 1; }
.oc-item__media img { width: 100%; height: 100%; object-fit: contain; }
.oc-item__name { font-size: 14.5px; font-weight: 500; line-height: 1.35; }
.oc-item__meta { font-family: var(--mono); font-size: 10.5px; color: var(--fg-faint); margin-top: 3px; }
.oc-item__price { font-family: var(--mono); font-size: 12.5px; white-space: nowrap; }

.oc-address { font-size: 15px; line-height: 1.7; color: var(--fg-muted); font-style: normal; }
.oc-address .name { font-weight: 600; color: var(--fg); }

.next-steps { list-style: none; counter-reset: step; margin-top: 6px; }
.next-steps li { display: flex; gap: 16px; align-items: baseline; padding: 12px 0; border-bottom: 1px solid var(--line-soft); font-size: 14.5px; color: var(--fg-muted); line-height: 1.6; }
.next-steps li:last-child { border-bottom: 0; }
.next-steps li::before { counter-increment: step; content: "0" counter(step); font-family: var(--mono); font-size: 11.5px; color: var(--gold); flex-shrink: 0; }

.order-actions { margin-top: 24px; display: flex; gap: 12px; flex-wrap: wrap; }

/* ============================================================
   BETALING MISLUKT
============================================================ */
.fail-wrap { max-width: 720px; padding-bottom: clamp(48px, 7vw, 96px); }
.fail-mark {
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--danger); border: 1px solid var(--line); border-left: 2px solid var(--danger);
  border-radius: var(--r-s); background: var(--surface); display: inline-block; padding: 10px 16px; margin-bottom: 24px;
}
.fail-wrap .lead { max-width: 58ch; }
.fail-help { margin-top: clamp(28px, 4vw, 44px); border-top: 1px solid var(--line-soft); padding-top: 24px; }
.fail-help h2 { font-size: clamp(18px, 2.2vw, 23px); font-weight: 600; letter-spacing: -0.025em; }
.fail-help p { color: var(--fg-muted); margin-top: 10px; max-width: 58ch; }
.fail-help a { color: var(--fg); border-bottom: 1px solid var(--line-strong); }
.fail-help a:hover { border-color: var(--gold); }

/* ============================================================
   FAQ
============================================================ */
.faq-body { padding-bottom: clamp(48px, 7vw, 96px); }
.faq-body .acc { max-width: 920px; margin-top: clamp(10px, 2vw, 18px); }
.faq-group { margin-top: clamp(36px, 5vw, 60px); }
.faq-group:first-of-type { margin-top: 0; }
.faq-group__h { font-size: clamp(19px, 2.2vw, 25px); font-weight: 600; letter-spacing: -0.025em; margin-bottom: 4px; }
.faq-group__sub { color: var(--fg-muted); font-size: 14.5px; max-width: 60ch; margin-bottom: 6px; }
.faq-more { margin-top: clamp(26px, 4vw, 40px); font-size: 14.5px; color: var(--fg-muted); }
.faq-more a { color: var(--fg); border-bottom: 1px solid var(--line-strong); }
.faq-more a:hover { border-color: var(--gold); }

/* ============================================================
   CONTACT
============================================================ */
.contact-layout { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: clamp(26px, 4vw, 68px); align-items: start; padding-bottom: clamp(48px, 7vw, 96px); }
@media (max-width: 860px) { .contact-layout { grid-template-columns: 1fr; } }
.contact-form .btn { margin-top: 22px; }
.contact-info dl { margin-top: 6px; }
.contact-info .spec dd { text-align: right; font-size: 14px; }
.contact-info .spec dd a { border-bottom: 1px solid var(--line-strong); }
.contact-info .spec dd a:hover { border-color: var(--gold); }

/* ============================================================
   MERKPAGINA (over.php)
============================================================ */
.about-lead { padding-bottom: clamp(36px, 5vw, 64px); }
.about-statement {
  font-size: clamp(22px, 3.4vw, 40px); font-weight: 300; line-height: 1.28; letter-spacing: -0.03em;
  max-width: 24ch; color: var(--fg);
}
.about-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: clamp(28px, 4vw, 64px); margin-top: clamp(40px, 5.5vw, 72px); }
.about-block { border-top: 1px solid var(--line-soft); padding-top: clamp(20px, 2.4vw, 28px); }
.about-block h3 { font-size: clamp(17px, 1.8vw, 20px); font-weight: 600; letter-spacing: -0.025em; line-height: 1.3; }
.about-block p { margin-top: 12px; font-size: 14.5px; line-height: 1.75; color: var(--fg-muted); max-width: 40ch; }

/* ============================================================
   MERKSTATEMENTS (over.php)
   Grote uitspraken op merkschaal, met bestaande productfotografie
   ernaast. Minder lange tekstkolommen, meer beeld en typografie.
============================================================ */
.stmt {
  position: relative; overflow: hidden; isolation: isolate;
  padding-block: clamp(72px, 11vw, 168px);
  border-top: 1px solid var(--line-soft);
}
.stmt__t {
  font-size: clamp(32px, 5.4vw, 76px); font-weight: 600;
  line-height: 1.02; letter-spacing: -0.045em; max-width: 17ch;
  text-wrap: balance;
}
.stmt__l { margin-top: clamp(20px, 2.6vw, 30px); max-width: 46ch; font-size: clamp(15.5px, 1.5vw, 18px); line-height: 1.68; color: var(--fg-muted); }
.stmt--photo .stmt__t, .stmt--photo .stmt__l { max-width: min(52%, 620px); }

.stmt__media { position: absolute; right: -8%; top: 50%; transform: translateY(-50%); width: min(60%, 1000px); z-index: -1; }
.stmt__media img { width: 100%; height: auto; filter: drop-shadow(0 46px 92px rgba(0, 0, 0, 0.8)) brightness(1.1) contrast(1.04); }
.stmt__media--left { right: auto; left: -6%; width: min(46%, 760px); }
.stmt--photo .stmt__media--left ~ .wrap .stmt__t,
.stmt--photo .stmt__media--left ~ .wrap .stmt__l { margin-left: auto; }
.stmt__glow {
  position: absolute; inset: -30% -16%; z-index: -1; pointer-events: none;
  background: radial-gradient(ellipse at 50% 50%, rgba(200, 169, 106, 0.16), rgba(200, 169, 106, 0) 56%);
}
/* Sluier zodat de uitspraak altijd leesbaar blijft over het beeld heen. */
.stmt--photo::after {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: linear-gradient(90deg, rgba(9,10,11,.96) 0%, rgba(9,10,11,.82) 26%, rgba(9,10,11,0) 58%);
}
.stmt--warm.stmt--photo::after { background: linear-gradient(270deg, rgba(14,12,10,.96) 0%, rgba(14,12,10,.8) 30%, rgba(14,12,10,0) 62%); }
.stmt--light { border-top: 0; }
.stmt--light .stmt__t { color: var(--fg); }
@media (max-width: 900px) {
  .stmt { padding-block: clamp(56px, 13vw, 96px); }
  .stmt--photo .stmt__t, .stmt--photo .stmt__l { max-width: 100%; }
  .stmt--photo { padding-bottom: clamp(160px, 44vw, 300px); }
  .stmt__media { right: -12%; top: auto; bottom: 2%; transform: none; width: 116%; }
  .stmt__media--left { left: -10%; right: auto; width: 104%; }
  .stmt--photo::after { background: linear-gradient(180deg, rgba(9,10,11,.96) 28%, rgba(9,10,11,.2) 68%, rgba(9,10,11,.6) 100%); }
  .stmt--warm.stmt--photo::after { background: linear-gradient(180deg, rgba(14,12,10,.96) 28%, rgba(14,12,10,.2) 68%, rgba(14,12,10,.6) 100%); }
  .stmt--photo .stmt__media--left ~ .wrap .stmt__t,
  .stmt--photo .stmt__media--left ~ .wrap .stmt__l { margin-left: 0; }
}
/* Twee brede kolommen in plaats van vier smalle tekstkolommen. */
.about-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: clamp(40px, 7vw, 120px); }
.about-grid--two .about-block p { max-width: 46ch; font-size: 15px; }
@media (max-width: 760px) { .about-grid--two { grid-template-columns: 1fr; } }

.about-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: clamp(28px, 4vw, 40px); }

/* ============================================================
   INFO / JURIDISCHE PAGINA'S
============================================================ */
.legal { padding-bottom: clamp(48px, 7vw, 96px); }
.legal__body { max-width: 76ch; }
.legal__body h2 { font-size: clamp(20px, 2.6vw, 28px); font-weight: 600; letter-spacing: -0.028em; margin-top: clamp(32px, 4.5vw, 48px); }
.legal__body h2:first-child { margin-top: 0; }
.legal__body h3 { font-size: 16.5px; font-weight: 600; margin-top: 26px; }
.legal__body p { color: var(--fg-muted); font-size: 15px; line-height: 1.78; margin-top: 14px; }
.legal__body ul { margin: 14px 0 0 0; padding-left: 0; list-style: none; }
.legal__body li { display: flex; gap: 12px; align-items: baseline; color: var(--fg-muted); font-size: 15px; line-height: 1.7; padding: 6px 0; }
.legal__body li::before { content: "—"; font-family: var(--mono); font-size: 12px; color: var(--gold); flex-shrink: 0; }
.legal__body a { color: var(--fg); border-bottom: 1px solid var(--line-strong); }
.legal__body a:hover { border-color: var(--gold); }

/* Plaatsaanduiding voor bedrijfsgegevens die vóór livegang ingevuld moeten worden */
.ph { font-family: var(--mono); font-size: 0.86em; background: var(--surface-2); border: 1px dashed var(--line-strong); border-radius: var(--r-s); padding: 1px 7px; white-space: nowrap; color: var(--gold); }

/* Kleine datatabellen (verzendtarieven, staffels) */
.info-table { width: 100%; border-collapse: collapse; margin-top: 16px; }
.info-table th, .info-table td { text-align: left; padding: 12px 16px 12px 0; border-bottom: 1px solid var(--line-soft); font-size: 14.5px; }
.info-table th { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--fg-faint); font-weight: 400; }
.info-table td { color: var(--fg); }
.info-table td:last-child { text-align: right; font-family: var(--mono); font-size: 13px; }
.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }

/* ============================================================
   SUPPORT & DOWNLOADS
============================================================ */
/* Documenttypen die de supportpagina herkent — rustige rij, geen belofte. */
.dl-types {
  list-style: none; display: flex; flex-wrap: wrap; gap: 10px 0;
  margin-top: clamp(22px, 3vw, 32px); padding-top: 18px; border-top: 1px solid var(--line-soft);
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; color: var(--fg-faint);
}
.dl-types li { padding-right: 18px; margin-right: 18px; border-right: 1px solid var(--line-soft); }
.dl-types li:last-child { border-right: 0; margin-right: 0; padding-right: 0; }

.dl-list { display: grid; gap: clamp(18px, 2.4vw, 28px); margin-top: clamp(26px, 3.4vw, 40px); }
.dl-group { border: 1px solid var(--line-soft); border-radius: var(--r-m); background: var(--surface); padding: clamp(18px, 2.4vw, 26px); }
.dl-group__head h3 { font-size: clamp(17px, 1.8vw, 20px); font-weight: 600; letter-spacing: -0.025em; margin-top: 8px; }
.dl-group__head h3 a:hover { color: var(--gold-hi); }
.dl-files { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 8px; margin-top: 16px; }
.dl-files a {
  display: flex; align-items: center; gap: 12px;
  border: 1px solid var(--line); border-radius: var(--r-s); padding: 12px 14px;
  transition: border-color 0.2s, background 0.2s;
}
.dl-files a:hover { border-color: var(--gold); background: var(--surface-2); }
.dl-files__icon { color: var(--gold); flex-shrink: 0; }
.dl-files__label { font-size: 14px; font-weight: 500; }
.dl-files__meta { margin-left: auto; font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.08em; color: var(--fg-faint); white-space: nowrap; }
.dl-empty {
  border: 0; border-top: 1px solid var(--line-soft); border-radius: 0;
  padding: clamp(18px, 2.4vw, 26px) 0 0; margin-top: clamp(24px, 3vw, 36px); max-width: 70ch;
}
.dl-empty p { color: var(--fg-muted); font-size: 15px; line-height: 1.7; max-width: 68ch; }
.dl-empty a { color: var(--fg); border-bottom: 1px solid var(--line-strong); }
.dl-empty a:hover { border-color: var(--gold); }
.dl-note { margin-top: clamp(22px, 3vw, 32px); }

/* Downloads op de productpagina */
.prod-downloads { margin-top: 16px; }
.prod-downloads .dl-files { grid-template-columns: 1fr; }

/* ── Contact: andere routes ───────────────────────────────────
   Eén regel per route, met een haarlijn ertussen. Geen label naast
   een gelijkluidende link meer.
============================================================ */
.contact-routes { list-style: none; margin: 0; }
.contact-routes li { border-bottom: 1px solid var(--line-soft); }
.contact-routes li:last-child { border-bottom: 0; }
.contact-routes a {
  display: block; padding: 13px 0; font-size: 14.5px; color: var(--fg-muted);
  transition: color 0.2s var(--ease);
}
.contact-routes a:hover { color: var(--fg); }
