/* BMFP Participaties B.V. — stijlblad */

:root {
  --inkt: #14212B;
  --messing: #9A7B4F;
  --messing-licht: #C0A173;
  --messing-donker: #7C6240;
  --papier: #F5F2EC;
  --papier-getint: #EFEBE2;
  --grafiet: #4E5A63;
  --haarlijn: #D8D2C6;
  --wit: #FFFFFF;
  --serif: Spectral, Georgia, "Times New Roman", serif;
  --sans: Archivo, "Helvetica Neue", Helvetica, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--papier);
  color: var(--inkt);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; }

a { color: var(--messing-donker); }
a:hover { color: #5E4A30; }

.omhullend {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 28px;
}

.overslaan {
  position: absolute;
  left: -9999px;
  background: var(--inkt);
  color: var(--papier);
  padding: 12px 20px;
  z-index: 10;
}
.overslaan:focus { left: 8px; top: 8px; }

/* ---------- Kop ---------- */

.kop {
  border-bottom: 1px solid var(--haarlijn);
  background: var(--papier);
  position: sticky;
  top: 0;
  z-index: 5;
}

.kop-binnen {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.merk {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: var(--inkt);
}

.merk-tekst { display: flex; flex-direction: column; gap: 4px; }

.woordmerk {
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
}

.ondertitel {
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--grafiet);
}

.nav { display: flex; align-items: center; gap: 28px; }

.nav a {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--inkt);
}
.nav a:hover { color: var(--messing-donker); }

.knop {
  display: inline-block;
  background: var(--inkt);
  color: var(--wit);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 16px 30px;
  border: 1px solid var(--inkt);
  cursor: pointer;
  font-family: var(--sans);
  min-height: 44px;
}
.knop:hover { background: #0C161D; color: var(--wit); }
.knop-klein { padding: 13px 22px; }

.tekstlink {
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--inkt);
  border-bottom: 1px solid var(--messing);
  padding-bottom: 4px;
  display: inline-block;
  min-height: 24px;
}

/* ---------- Hero ---------- */

.hero { padding: 88px 0 72px; }

.hero-binnen {
  display: flex;
  gap: 64px;
  align-items: flex-start;
}

.hero-tekst { flex: 1 1 620px; }

.bovenkop {
  margin: 0 0 22px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.26em;
  color: var(--messing-donker);
}

h1 {
  margin: 0 0 26px;
  font-family: var(--serif);
  font-size: clamp(34px, 5.2vw, 60px);
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -0.005em;
}

.lood { margin: 0 0 32px; font-size: 18px; max-width: 34em; }

.acties { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; margin: 0; }

.hero-kaart {
  flex: 0 1 330px;
  background: var(--inkt);
  color: var(--papier);
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 48px;
  min-height: 320px;
}

.kaart-kop {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.35;
}

.kaart-tekst { margin: 0; font-size: 14px; color: var(--messing-licht); }

/* ---------- Blokken ---------- */

.blok { padding: 72px 0; border-top: 1px solid var(--haarlijn); }
.blok-getint { background: var(--papier-getint); }

.twee-koloms {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

.twee-koloms h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
}

.twee-koloms p { margin: 0 0 18px; max-width: 38em; }

.tekstkolom { max-width: 44em; }
.tekstkolom h1 { font-size: clamp(30px, 4vw, 42px); }
.tekstkolom h2 {
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 600;
  margin: 36px 0 10px;
}

.klein { font-size: 14px; color: var(--grafiet); }

.contact-gegevens { font-size: 17px; line-height: 1.9; }

/* ---------- Formulier ---------- */

.formulier { margin-top: 28px; max-width: 30em; }

.veld { margin: 0 0 20px; display: flex; flex-direction: column; gap: 7px; }

.veld label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--grafiet);
}

.veld input,
.veld textarea {
  font-family: var(--sans);
  font-size: 16px;
  color: var(--inkt);
  background: var(--wit);
  border: 1px solid var(--haarlijn);
  padding: 13px 14px;
  width: 100%;
  min-height: 46px;
}

.veld input:focus,
.veld textarea:focus {
  outline: 2px solid var(--messing);
  outline-offset: 1px;
  border-color: var(--messing);
}

.veld-val {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.melding { padding: 16px 18px; margin: 0 0 22px; font-size: 15px; }
.melding p { margin: 0 0 6px; }
.melding p:last-child { margin: 0; }
.melding-ok { background: var(--wit); border-left: 3px solid var(--messing); }
.melding-fout { background: var(--wit); border-left: 3px solid #A3392C; color: #7E2C22; }

/* ---------- Voet ---------- */

.voet { background: var(--inkt); color: var(--papier); padding: 52px 0; }

.voet-binnen {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

.voet-merk { display: flex; gap: 16px; align-items: flex-start; }
.voet-naam { font-weight: 600; font-size: 15px; }
.voet-regel { font-size: 14px; color: var(--messing-licht); }

.voet-kolom { display: flex; flex-direction: column; gap: 8px; font-size: 14px; }
.voet-kolom a { color: var(--messing-licht); text-decoration: none; }
.voet-kolom a:hover { color: var(--papier); text-decoration: underline; }
.voet-kolom span { color: var(--messing-licht); }

/* ---------- Smal scherm ---------- */

@media (max-width: 860px) {
  .hero-binnen { flex-direction: column; gap: 40px; }
  .hero-kaart { width: 100%; min-height: 0; gap: 28px; }
  .twee-koloms { grid-template-columns: 1fr; gap: 18px; }
  .hero { padding: 56px 0 48px; }
  .blok { padding: 52px 0; }
}

@media (max-width: 620px) {
  .kop-binnen { flex-wrap: wrap; padding-top: 14px; padding-bottom: 14px; }
  .nav { gap: 18px; width: 100%; justify-content: space-between; }
  .omhullend { padding: 0 20px; }
}
