/* ============================================================
   VILLA — website in de huisstijl van de brochure
   Ink · mauve · blush · linnen · Helvetica thin · Didot italic
   ============================================================ */
* { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --ink: #231F20; --ink-zacht: #47403f; --ink-mist: #7d7472;
  --mauve: #A16995; --mauve-diep: #83507a; --blush: #F3E6E0;
  --papier: #FAF8F5; --linnen: #F1ECE6; --lijn: #e6ded6; --donker: #1b1718;
  --sans: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  --serif: Georgia, "Didot", "Bodoni MT", serif;
}
html { scroll-behavior: smooth; }
body { font-family: var(--sans); color: var(--ink); background: var(--papier); line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* ---------- Typografie-bouwstenen ---------- */
.woordmerk { font-weight: 200; letter-spacing: .34em; text-transform: uppercase; font-size: 21px; }
.merk-sub { font-family: var(--serif); font-style: italic; color: var(--mauve); font-size: 12px; display: block; margin-top: 1px; }
.merk-sub-licht { color: var(--mauve); }
.kicker { font-size: 13px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; color: var(--mauve-diep); margin-bottom: 16px; }
.kicker-licht { color: var(--mauve); }
h2 { font-size: clamp(30px, 4.5vw, 46px); font-weight: 550; letter-spacing: -.015em; line-height: 1.12; margin-bottom: 22px; }
h3 { font-size: 20px; font-weight: 650; }
.intro { font-size: 18px; color: var(--ink-zacht); max-width: 720px; margin-bottom: 54px; }
.intro-links { font-size: 17px; color: var(--ink-zacht); margin-bottom: 26px; }
.voetnoot { font-size: 13.5px; color: var(--ink-mist); margin-top: 26px; font-style: italic; }

/* ---------- Knoppen ---------- */
.knop {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 15px 30px; border-radius: 999px; font-size: 15px; font-weight: 600;
  border: 1.5px solid var(--ink); color: var(--ink); cursor: pointer;
  transition: all .22s ease; font-family: inherit; background: none;
}
.knop:hover { background: var(--ink); color: var(--blush); }
.knop-primair { background: var(--ink); color: var(--blush); }
.knop-primair:hover { background: var(--mauve-diep); border-color: var(--mauve-diep); }
.knop-licht { background: var(--blush); border-color: var(--blush); color: var(--ink); }
.knop-licht:hover { background: transparent; color: var(--blush); }
.knop-ghost-licht { border-color: rgba(243,230,224,.55); color: var(--blush); }
.knop-ghost-licht:hover { background: rgba(243,230,224,.14); }
.knop-klein { padding: 10px 20px; font-size: 13.5px; }

/* ---------- Navigatie ---------- */
.balk {
  position: fixed; inset: 0 0 auto; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px clamp(20px, 4vw, 54px);
  color: var(--blush); transition: all .3s ease;
}
.balk .merk-sub { color: rgba(243,230,224,.85); }
.balk.dicht { background: rgba(27,23,24,.92); backdrop-filter: blur(14px); padding-top: 13px; padding-bottom: 13px; box-shadow: 0 1px 0 rgba(243,230,224,.08); }
.balk-links { display: flex; align-items: center; gap: clamp(14px, 2.4vw, 34px); }
.balk-links > a:not(.knop) { font-size: 14.5px; font-weight: 550; letter-spacing: .02em; opacity: .88; transition: opacity .2s; }
.balk-links > a:not(.knop):hover { opacity: 1; }
.balk .knop-klein { border-color: rgba(243,230,224,.5); color: var(--blush); }
.balk .knop-klein:hover { background: var(--blush); color: var(--ink); }
.balk-menu { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.balk-menu span { display: block; width: 26px; height: 2px; background: var(--blush); margin: 6px 0; }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; justify-content: center; text-align: center; color: var(--blush); overflow: hidden; }
.hero-beeld { position: absolute; inset: 0; background-size: cover; background-position: center 62%; }
.hero-waas { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,16,17,.55) 0%, rgba(20,16,17,.38) 45%, rgba(20,16,17,.72) 100%); }
.hero-inhoud { position: relative; padding: 110px 24px 80px; max-width: 860px; }
.eyebrow {
  display: inline-block; font-size: 12.5px; letter-spacing: .3em; text-transform: uppercase;
  color: var(--blush); border: 1px solid rgba(243,230,224,.4); border-radius: 999px;
  padding: 8px 20px; margin-bottom: 38px;
}
.hero-merk { font-size: clamp(64px, 13vw, 148px); font-weight: 100; letter-spacing: .3em; text-indent: .3em; line-height: 1; text-transform: uppercase; }
.hero-serif { font-family: var(--serif); font-style: italic; font-size: clamp(22px, 3.4vw, 36px); color: var(--mauve); margin-top: 14px; }
.hero-sub { font-size: clamp(16px, 2vw, 19px); color: rgba(243,230,224,.92); max-width: 520px; margin: 26px auto 40px; }
.hero-knoppen { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.scroll-hint { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); width: 26px; height: 42px; border: 1.5px solid rgba(243,230,224,.5); border-radius: 999px; }
.scroll-hint span { position: absolute; top: 8px; left: 50%; width: 3px; height: 8px; margin-left: -1.5px; background: var(--blush); border-radius: 3px; animation: hint 1.8s infinite; }
@keyframes hint { 0% { transform: translateY(0); opacity: 1; } 70% { transform: translateY(14px); opacity: 0; } 100% { opacity: 0; } }

/* ---------- Secties ---------- */
.sectie { padding: clamp(74px, 10vw, 128px) clamp(20px, 4vw, 54px); }
.sectie-linnen { background: var(--linnen); }
.sectie-donker { background: var(--donker); color: var(--blush); }
.binnen { max-width: 1180px; margin: 0 auto; }
.kolommen { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 90px); align-items: center; }

/* ---------- Pijlers (concept) ---------- */
.pijlers { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(26px, 4vw, 56px); }
.pijler { border-top: 2px solid var(--mauve); padding-top: 24px; }
.pijler-nr { font-family: var(--serif); font-style: italic; font-size: 30px; color: var(--mauve); display: block; margin-bottom: 12px; }
.pijler h3 { margin-bottom: 10px; }
.pijler p { font-size: 15.5px; color: var(--ink-zacht); }

/* ---------- Villakaarten ---------- */
.villa-rooster { display: grid; grid-template-columns: repeat(auto-fill, minmax(255px, 1fr)); gap: clamp(20px, 2.6vw, 34px); }
.villa-kaart { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 3px 14px rgba(35,31,32,.06); transition: transform .28s ease, box-shadow .28s ease; }
.villa-kaart:hover { transform: translateY(-5px); box-shadow: 0 18px 44px rgba(35,31,32,.14); }
.vk-beeld { aspect-ratio: 4 / 3; overflow: hidden; }
.vk-beeld img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.villa-kaart:hover .vk-beeld img { transform: scale(1.045); }
.vk-tekst { padding: 20px 22px 24px; }
.vk-tekst h3 { font-size: 19px; }
.vk-stijl { font-family: var(--serif); font-style: italic; color: var(--mauve-diep); font-size: 15.5px; margin: 2px 0 10px; }
.vk-specs { font-size: 13.5px; color: var(--ink-mist); }
.vk-prijs { margin-top: 12px; font-size: 15px; font-weight: 650; }

/* ---------- Donkere sectie ---------- */
.donker-beeld img { border-radius: 18px; box-shadow: 0 24px 70px rgba(0,0,0,.45); }
.quote { font-family: var(--serif); font-style: italic; font-size: clamp(26px, 3.4vw, 38px); line-height: 1.3; color: var(--blush); margin-bottom: 24px; }
.donker-tekst p { color: rgba(243,230,224,.82); font-size: 16.5px; }
.vinkjes { list-style: none; margin-top: 26px; }
.vinkjes li { position: relative; padding: 7px 0 7px 32px; font-size: 15.5px; }
.sectie-donker .vinkjes li { color: rgba(243,230,224,.92); }
.vinkjes li::before {
  content: ""; position: absolute; left: 0; top: 13px; width: 16px; height: 9px;
  border-left: 2.5px solid var(--mauve); border-bottom: 2.5px solid var(--mauve);
  transform: rotate(-45deg);
}

/* ---------- Werkwijze ---------- */
.stappen { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(24px, 3.4vw, 48px); margin-top: 40px; }
.stap { position: relative; }
.stap-nr { font-family: var(--serif); font-style: italic; font-size: 46px; color: var(--mauve); opacity: .85; display: block; margin-bottom: 8px; }
.stap h3 { margin-bottom: 10px; }
.stap p { font-size: 15px; color: var(--ink-zacht); }

/* ---------- Portaal ---------- */
.kolommen-portaal { align-items: center; }
.portaal-frame { background: #fff; border-radius: 14px; overflow: hidden; box-shadow: 0 26px 70px rgba(35,31,32,.18); border: 1px solid var(--lijn); }
.frame-balk { display: flex; gap: 6px; padding: 11px 14px; background: var(--linnen); border-bottom: 1px solid var(--lijn); }
.frame-balk span { width: 10px; height: 10px; border-radius: 99px; background: #d8cfc6; }

/* ---------- Brochure + contact ---------- */
.kolommen-contact { align-items: start; }
.brochure-blok h2 { margin-bottom: 18px; }
.contact-blok { background: #fff; border: 1px solid var(--lijn); border-radius: 18px; padding: clamp(26px, 3.4vw, 42px); box-shadow: 0 10px 40px rgba(35,31,32,.07); }
.contact-blok h3 { font-size: 24px; font-weight: 550; margin-bottom: 22px; }
.veld { display: block; margin-bottom: 16px; }
.veld span { display: block; font-size: 13px; font-weight: 650; letter-spacing: .04em; color: var(--ink-zacht); margin-bottom: 7px; }
.veld input, .veld textarea {
  width: 100%; font: inherit; font-size: 15.5px; color: var(--ink);
  border: 1.5px solid var(--lijn); border-radius: 11px; padding: 13px 15px;
  background: var(--papier); transition: border-color .2s;
}
.veld input:focus, .veld textarea:focus { outline: none; border-color: var(--mauve); }
.veld-rij { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-blok .knop { width: 100%; }
.form-fout { min-height: 20px; margin-top: 10px; color: #a33; font-size: 14px; }
.dank-serif { font-family: var(--serif); font-style: italic; font-size: 30px; color: var(--mauve-diep); margin-bottom: 12px; }
.form-dank p:not(.dank-serif) { color: var(--ink-zacht); margin-bottom: 22px; }

/* ---------- Footer ---------- */
.voet { background: var(--donker); color: var(--blush); padding: 72px 24px 56px; text-align: center; }
.voet-quote { font-family: var(--serif); font-style: italic; font-size: 24px; color: var(--mauve); margin-bottom: 26px; }
.voet-merk .woordmerk { font-size: 26px; }
.voet-gegevens { margin-top: 22px; font-size: 14.5px; color: rgba(243,230,224,.75); display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.voet-gegevens a:hover { color: var(--blush); }
.voet-punt { opacity: .4; }
.voet-logo { height: 46px; margin: 34px auto 0; opacity: .85; }

/* ---------- Onthullen bij scrollen ---------- */
.onthul { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.onthul.zichtbaar { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .onthul { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Mobiel ---------- */
@media (max-width: 900px) {
  .balk-menu { display: block; }
  .balk-links {
    position: absolute; top: 100%; left: 0; right: 0; display: none;
    flex-direction: column; align-items: flex-start; gap: 4px;
    background: rgba(27,23,24,.97); padding: 18px 24px 26px;
  }
  .balk-links.open { display: flex; }
  .balk-links > a { padding: 10px 0; font-size: 17px; }
  .balk-links .knop-klein { margin-top: 10px; }
  .balk { background: rgba(27,23,24,.92); padding-top: 13px; padding-bottom: 13px; }
  .kolommen { grid-template-columns: 1fr; }
  .pijlers { grid-template-columns: 1fr; gap: 34px; }
  .stappen { grid-template-columns: 1fr 1fr; }
  .veld-rij { grid-template-columns: 1fr; gap: 0; }
  .donker-beeld { order: 2; }
}
@media (max-width: 540px) {
  .stappen { grid-template-columns: 1fr; }
  .hero-knoppen .knop { width: 100%; }
}
