/* Hout Interieur Beurs × Binnenwerk — commerciële propositie
   Palet: ivoor #F2EDE4 · inkt #21251E · terra #BC6428 / #8E4B22 (Binnenwerk-bruin)
   lucht #C3DAE4 / #8FC3D4 · lime #D9EF5E · serif: Source Serif 4 · sans: Helvetica-stack */

@font-face {
  font-family: "Source Serif 4";
  src: url("fonts/SourceSerif4-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif 4";
  src: url("fonts/SourceSerif4-Italic-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --ivory: #f2ede4;
  --paper: #faf7f0;
  --ink: #21251e;
  --dark: #20241e;
  --muted: #5b594f;
  --line: #e2dccd;
  --line-dark: #d5cebc;
  --terra: #bc6428;
  --terra-deep: #8e4b22;
  --terra-shadow: #7c3f1a;
  --sky: #c3dae4;
  --sky-deep: #8fc3d4;
  --lime: #d9ef5e;
  --serif: "Source Serif 4", Georgia, "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif;
  --radius-lg: 26px;
  --radius-md: 16px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--ivory);
  -webkit-font-smoothing: antialiased;
}

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

.wrap { max-width: 1240px; margin: 0 auto; padding: 0 24px; }

/* ---------- typografie ---------- */

.eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--terra);
  margin-bottom: 18px;
}

h1, h2 {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.01em;
}

h2 { font-size: clamp(2.1rem, 4.4vw, 3.3rem); }

.lead { color: var(--muted); }

/* ---------- knoppen ---------- */

.btn {
  display: inline-block;
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 17px 28px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.btn-terra {
  background: var(--terra);
  color: #fff;
  box-shadow: 0 5px 0 var(--terra-shadow);
}
.btn-terra:hover { transform: translateY(2px); box-shadow: 0 3px 0 var(--terra-shadow); }
.btn-white {
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line-dark);
}
.btn-white:hover { background: var(--paper); }
.btn:focus-visible { outline: 3px solid var(--sky-deep); outline-offset: 3px; }

/* ---------- header ---------- */

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(242, 237, 228, 0.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.topbar-in {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 14px 0;
}
.topbar-logo img { height: 40px; width: auto; }
.topbar-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink);
}
.topbar nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 26px;
}
.topbar nav a {
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
.topbar nav a:not(.btn):hover { color: var(--terra-deep); }
.topbar .btn { padding: 13px 22px; font-size: 15px; }

/* ---------- logorij ---------- */

.brands {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  padding: 44px 24px 36px;
  flex-wrap: wrap;
}
.brand-hib { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-hib img { height: 62px; width: auto; }
.brand-hib span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.12;
  color: #57869c;
}
.brand-hib b { color: #6bb6cc; display: block; }
.brands .x { font-family: var(--serif); font-size: 26px; color: var(--muted); }
.brand-bw img { height: 44px; width: auto; }

/* ---------- hero ---------- */

.hero { padding: 0 0 26px; }
.hero-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--dark);
  min-height: 660px;
  display: flex;
  align-items: center;
}
.hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(19, 21, 17, 0.86) 0%, rgba(19, 21, 17, 0.55) 42%, rgba(19, 21, 17, 0.12) 75%),
    url("img/hero-beurs.jpg") center / cover no-repeat;
}
.hero-copy {
  position: relative;
  max-width: 620px;
  padding: 90px 24px 110px 72px;
  color: #fff;
}
.hero-copy .eyebrow { color: #e8dcc9; }
.hero-copy h1 {
  font-size: clamp(2.7rem, 5.6vw, 4.7rem);
  margin-bottom: 26px;
}
.hero-copy h1 em {
  font-style: italic;
  font-weight: 500;
  color: var(--sky);
}
.hero-copy .lead {
  color: rgba(255, 255, 255, 0.88);
  font-size: 19px;
  max-width: 480px;
  margin-bottom: 34px;
}
.hero-cta { display: flex; gap: 16px; flex-wrap: wrap; }

.hero-price {
  position: absolute;
  right: 40px;
  bottom: 40px;
  background: #fff;
  border-radius: 20px;
  padding: 26px 30px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  max-width: 250px;
}
.hero-price .tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--terra-deep);
  margin-bottom: 6px;
}
.price-serif {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 44px;
  line-height: 1;
  letter-spacing: -0.02em;
}
.hero-price small { display: block; margin-top: 8px; font-size: 12.5px; color: var(--muted); }

/* ---------- 3 strips onder hero ---------- */

.strips {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding-bottom: 40px;
}
.strip {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 20px 26px;
}
.strip .tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--terra);
  margin-bottom: 4px;
}
.strip p { font-weight: 700; font-size: 16px; }

/* ---------- secties algemeen ---------- */

section.block { padding: 76px 0 40px; }

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 44px;
}
.section-head .lead { font-size: 17px; max-width: 420px; }

/* ---------- video-mockup ---------- */

.video-card {
  background: #141712;
  border-radius: var(--radius-lg);
  padding: 26px 26px 30px;
  color: #fff;
  box-shadow: 0 24px 60px rgba(20, 23, 18, 0.25);
}
.video-frame {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}
.video-frame img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.rec-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  display: flex;
  align-items: center;
  gap: 9px;
  background: rgba(10, 12, 9, 0.78);
  border-radius: 999px;
  padding: 9px 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.rec-badge::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #e6482e;
}
.play-badge {
  position: absolute;
  right: 18px;
  bottom: 18px;
  background: rgba(10, 12, 9, 0.78);
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 700;
}
.play-dot {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 78px;
  height: 78px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--lime);
  display: grid;
  place-items: center;
  box-shadow: 0 0 0 14px rgba(217, 239, 94, 0.22);
}
.play-dot svg { margin-left: 5px; }
.video-meta {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  padding: 26px 8px 0;
  flex-wrap: wrap;
}
.video-meta .tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 8px;
}
.video-meta .price-serif { color: #fff; }
.video-meta .price-serif small {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: 0;
  margin-left: 8px;
}
.video-meta .plan { text-align: right; }
.video-meta .plan .tag { margin-bottom: 4px; }
.video-meta .plan b { color: var(--lime); font-size: 16px; line-height: 1.35; display: block; }

/* ---------- proces (4 kaarten) ---------- */

.proces-intro { max-width: 700px; margin-bottom: 46px; }
.proces-intro h2 { margin-bottom: 22px; }

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.step {
  border-radius: 18px;
  padding: 30px 26px 34px;
  border: 1px solid var(--line);
  background: var(--paper);
}
.step .tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--terra);
  margin-bottom: 44px;
}
.step h3 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 14px;
}
.step p { font-size: 15px; color: var(--muted); }
.step-sky { background: var(--sky); border-color: transparent; }
.step-sky p { color: #39505b; }
.step-white { background: #fffdf9; }
.step-terra { background: var(--terra-deep); border-color: transparent; color: #fff; }
.step-terra .tag { color: #f0cfae; }
.step-terra p { color: rgba(255, 255, 255, 0.85); }

/* ---------- dark: twee contactmomenten ---------- */

.dark-block {
  background: var(--dark);
  border-radius: var(--radius-lg);
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 90px 72px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 60px;
  align-items: center;
}
.dark-block::after {
  content: "";
  position: absolute;
  top: -180px;
  right: -120px;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  border: 90px solid rgba(255, 255, 255, 0.05);
  pointer-events: none;
}
.dark-block h2 { font-size: clamp(2.4rem, 4.8vw, 3.9rem); }
.moment {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 22px;
  align-items: flex-start;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 18px;
  padding: 28px 30px;
}
.moment + .moment { margin-top: 22px; }
.moment .num {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--sky-deep);
  color: var(--ink);
  font-weight: 700;
  display: grid;
  place-items: center;
}
.moment b { display: block; font-size: 18px; margin-bottom: 6px; }
.moment p { color: rgba(255, 255, 255, 0.75); font-size: 15.5px; }

/* ---------- pakket + investering ---------- */

.pakket-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  gap: 26px;
  align-items: stretch;
}
.pakket-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 54px 58px;
}
.pakket-card h2 { margin-bottom: 30px; }
.checklist { list-style: none; }
.checklist li {
  padding: 16px 0 16px 34px;
  border-top: 1px solid var(--line);
  position: relative;
  font-weight: 500;
}
.checklist li::before {
  content: "✓";
  position: absolute;
  left: 2px;
  color: var(--terra);
  font-weight: 700;
}
.invest-card {
  background: var(--sky-deep);
  border-radius: var(--radius-lg);
  padding: 54px 58px;
  display: flex;
  flex-direction: column;
  box-shadow: 14px 14px 0 rgba(32, 36, 30, 0.9);
}
.invest-card .eyebrow { color: var(--terra-deep); }
.invest-card .price-serif { font-size: 64px; }
.invest-card .btw { font-weight: 700; font-size: 15px; margin-top: 10px; }
.invest-card .note { margin-top: auto; padding-top: 60px; font-weight: 700; font-size: 15.5px; }
.invest-card .btn { align-self: flex-start; margin-top: 22px; }

/* ---------- formulier ---------- */

.form-card {
  background: #fffdf9;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 58px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
  gap: 56px;
}
.form-intro h2 { margin-bottom: 20px; }
.form-intro .lead { margin-bottom: 26px; max-width: 380px; }
.form-intro .pakketlijn b { display: block; }
.form-intro .pakketlijn { font-size: 15.5px; }

.field { margin-bottom: 22px; }
.field label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.field input,
.field textarea {
  width: 100%;
  font: inherit;
  font-size: 16px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line-dark);
  border-radius: 10px;
  padding: 14px 16px;
}
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus,
.field textarea:focus { outline: 2px solid var(--sky-deep); outline-offset: 1px; }
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.form-foot { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.form-foot small { max-width: 260px; font-size: 12px; color: var(--muted); line-height: 1.5; }

/* ---------- footer ---------- */

footer {
  margin-top: 70px;
  background: var(--dark);
  color: rgba(255, 255, 255, 0.78);
}
.footer-in {
  padding: 56px 0 46px;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 40px;
  font-size: 14.5px;
}
.footer-in img { height: 44px; width: auto; margin-bottom: 18px; }
.footer-in h4 {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.footer-in a { color: rgba(255, 255, 255, 0.78); text-decoration: none; }
.footer-in a:hover { color: #fff; }
.footer-in li { list-style: none; margin-bottom: 8px; }
.footer-base {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 20px 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}

/* ---------- reveal ---------- */

.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------- responsief ---------- */

@media (max-width: 1000px) {
  .steps { grid-template-columns: 1fr 1fr; }
  .dark-block { grid-template-columns: 1fr; padding: 60px 40px; gap: 40px; }
  .pakket-grid { grid-template-columns: 1fr; }
  .form-card { grid-template-columns: 1fr; padding: 44px 36px; }
  .section-head { grid-template-columns: 1fr; align-items: start; gap: 14px; }
  .hero-copy { padding: 70px 30px 220px 40px; }
  .hero-price { right: 24px; bottom: 24px; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .topbar nav a:not(.btn) { display: none; }
  .topbar-label { display: none; }
  .brands { gap: 20px; padding: 30px 16px 24px; }
  .brand-hib img { height: 46px; }
  .brand-bw img { height: 32px; }
  .hero-card { min-height: 0; }
  .hero-copy { padding: 56px 24px 30px; }
  .hero-price { position: relative; right: auto; bottom: auto; margin: 0 24px 28px; max-width: none; }
  .hero-card { flex-direction: column; align-items: stretch; }
  .strips { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .step .tag { margin-bottom: 22px; }
  .pakket-card, .invest-card { padding: 36px 28px; }
  .invest-card { box-shadow: 8px 8px 0 rgba(32, 36, 30, 0.9); }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .video-card { padding: 14px 14px 22px; }
  .video-meta { padding-top: 20px; }
  .video-meta .plan { text-align: left; }
  .play-dot { width: 58px; height: 58px; box-shadow: 0 0 0 10px rgba(217, 239, 94, 0.22); }
  .footer-in { grid-template-columns: 1fr; gap: 28px; }
  section.block { padding: 54px 0 28px; }
}
