/* Cleverdevelopment, objectsite Overvliet 151
   Brochure-achtige opzet: grote hero-foto, Gabarito-koppen (zoals cleverstone.nl), dunne lijnen, weinig kaders. */

@font-face { font-family: "Plus Jakarta Sans"; font-style: normal; font-weight: 200 800; font-display: swap; src: url("fonts/plus-jakarta-sans-latin.woff2") format("woff2"); }
@font-face { font-family: "Gabarito"; font-style: normal; font-weight: 400 900; font-display: swap; src: url("fonts/gabarito-latin.woff2") format("woff2"); }

:root {
  --cream: #f6f1ec;
  --paper: #fffdfb;
  --ink: #1d1416;
  --ink-soft: #5c4f53;
  --ink-mute: #8d8084;
  --line: #e3d9d3;
  --line-strong: #cdbfb7;
  --bordeaux: #6b1941;
  --bordeaux-deep: #4a0f2c;
  --night: #1a0d12;
  --ok: #2f5c44;
  --head: "Gabarito", "Plus Jakarta Sans", system-ui, sans-serif;
  --sans: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  --mark: "Gabarito", var(--sans);
  --max: 1200px;
  --pad: clamp(20px, 5vw, 56px);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; font-family: var(--sans); font-size: 16.5px; line-height: 1.6; color: var(--ink); background: var(--cream); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: var(--bordeaux); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 3px; }
h1, h2, h3 { font-family: var(--head); font-weight: 600; line-height: 1.06; letter-spacing: -0.025em; margin: 0 0 .5em; }
h1 { font-size: clamp(2.6rem, 6.4vw, 5rem); font-weight: 700; }
h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1em; }
.muted { color: var(--ink-soft); }
.small { font-size: .9rem; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 var(--pad); }
.label { font-family: var(--sans); font-size: .74rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--bordeaux); }
:focus-visible { outline: 2px solid var(--bordeaux); outline-offset: 3px; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--bordeaux); color: #fff; padding: 8px 12px; z-index: 100; }
.skip:focus { left: 8px; }

/* Header */
.site-header { position: absolute; top: 0; left: 0; right: 0; z-index: 50; padding: 22px 0; transition: background .25s, padding .25s, box-shadow .25s; }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; }
.wordmark { font-family: var(--mark); font-weight: 700; font-size: 1.25rem; letter-spacing: -0.03em; color: var(--bordeaux); line-height: 1; }
.wordmark span { color: var(--ink); font-weight: 500; }
.wordmark:hover { text-decoration: none; }
.nav { display: flex; gap: 30px; align-items: center; }
.nav a { color: var(--ink-soft); font-size: .93rem; font-weight: 500; }
.nav a:hover { color: var(--bordeaux); text-decoration: none; }
.nav a.cta { color: var(--bordeaux); border-bottom: 1px solid currentColor; padding-bottom: 2px; }
/* header op de hero: wit, later cream bij scrollen */
.on-hero .site-header .wordmark, .on-hero .site-header .wordmark span, .on-hero .site-header .nav a { color: #fff; }
.on-hero .site-header .nav a.cta { border-color: rgba(255,255,255,.7); }
.on-hero .site-header.scrolled { position: fixed; background: rgba(246,241,236,.94); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); padding: 12px 0; box-shadow: 0 1px 0 var(--line); }
.on-hero .site-header.scrolled .wordmark { color: var(--bordeaux); }
.on-hero .site-header.scrolled .wordmark span, .on-hero .site-header.scrolled .nav a { color: var(--ink-soft); }
.on-hero .site-header.scrolled .nav a.cta { color: var(--bordeaux); border-color: currentColor; }
.static-header .site-header { position: static; background: var(--cream); border-bottom: 1px solid var(--line); padding: 16px 0; }
@media (max-width: 720px) { .nav a:not(.cta) { display: none; } }

/* Hero */
.hero { position: relative; min-height: clamp(560px, 92vh, 900px); display: flex; align-items: flex-end; color: #fff; isolation: isolate; }
.hero .bg { position: absolute; inset: 0; z-index: -2; background: #2a1a20 url("img/hero-luchtfoto.jpg") center/cover no-repeat; }
.hero .bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,8,12,.45) 0%, rgba(20,8,12,.3) 35%, rgba(20,8,12,.82) 100%); }
@media (max-width: 860px) { .hero .bg::after { background: linear-gradient(180deg, rgba(20,8,12,.6) 0%, rgba(20,8,12,.55) 40%, rgba(20,8,12,.85) 100%); } }
.hero .wrap { width: 100%; padding-bottom: clamp(36px, 6vw, 72px); padding-top: 140px; display: grid; gap: 28px; grid-template-columns: minmax(0, 1.5fr) minmax(280px, .9fr); align-items: end; }
.hero .label { color: rgba(255,255,255,.8); }
.hero h1 { color: #fff; margin: .2em 0 .15em; }
.hero .sub { font-size: clamp(1.05rem, 1.6vw, 1.3rem); color: rgba(255,255,255,.88); max-width: 46ch; margin: 0 0 1.4rem; }
.hero .facts { display: flex; flex-wrap: wrap; gap: 0; margin: 0 0 1.6rem; padding: 0; list-style: none; font-size: .95rem; color: rgba(255,255,255,.9); }
.hero .facts li { padding: 0 14px 0 0; margin-right: 14px; margin-bottom: 6px; border-right: 1px solid rgba(255,255,255,.35); }
.hero .facts li:last-child { border-right: 0; margin-right: 0; }
.hero .facts b { font-family: var(--head); font-weight: 700; font-size: 1.1rem; margin-right: 6px; }
.hero .actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero .credit { position: absolute; right: 12px; bottom: 8px; font-size: .68rem; color: rgba(255,255,255,.55); }
.hero .credit a { color: inherit; }
/* prijskaart in de hero */
.pricecard { background: var(--paper); color: var(--ink); padding: 26px 28px 24px; border-radius: 4px; box-shadow: 0 30px 60px -30px rgba(0,0,0,.6); }
.hero .pricecard .label { margin-bottom: 8px; display: block; color: var(--bordeaux); }
.pricecard .price { font-family: var(--head); font-size: 2.5rem; line-height: 1; font-weight: 700; letter-spacing: -0.03em; }
.pricecard .price small { font-family: var(--sans); font-size: .9rem; color: var(--ink-soft); letter-spacing: 0; font-weight: 400; margin-left: 6px; }
.pricecard dl { margin: 18px 0 0; display: grid; grid-template-columns: auto 1fr; gap: 6px 16px; font-size: .9rem; }
.pricecard dt { color: var(--ink-mute); }
.pricecard dd { margin: 0; text-align: right; }
.pricecard .btn { margin-top: 18px; width: 100%; }
@media (max-width: 860px) { .hero .wrap { grid-template-columns: 1fr; padding-top: 120px; } .pricecard { max-width: 420px; } }

/* Knoppen */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 22px; border-radius: 3px; font-family: var(--sans); font-weight: 600; font-size: .93rem; letter-spacing: .01em; border: 1px solid var(--bordeaux); background: var(--bordeaux); color: #fff; cursor: pointer; text-decoration: none; transition: background .18s, color .18s, border-color .18s; }
.btn:hover { background: var(--bordeaux-deep); border-color: var(--bordeaux-deep); text-decoration: none; }
.btn.light { background: #fff; color: var(--ink); border-color: #fff; }
.btn.light:hover { background: var(--cream); border-color: var(--cream); }
.btn.outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.7); }
.btn.outline-light:hover { background: rgba(255,255,255,.12); border-color: #fff; }
.btn.block { width: 100%; }

/* Secties */
section.block { padding: clamp(56px, 8vw, 110px) 0; }
section.block + section.block { border-top: 1px solid var(--line); }
.cols { display: grid; gap: 40px clamp(40px, 6vw, 96px); grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); align-items: start; }
.cols.rev { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); }
@media (max-width: 860px) { .cols, .cols.rev { grid-template-columns: 1fr; gap: 26px; } }
.sticky { position: sticky; top: 96px; }
@media (max-width: 860px) { .sticky { position: static; } }
.lede { font-family: var(--head); font-weight: 500; font-size: clamp(1.15rem, 1.8vw, 1.45rem); line-height: 1.4; color: var(--ink); letter-spacing: -0.01em; max-width: 32ch; }
.prose p { color: var(--ink-soft); max-width: 64ch; }
.prose p:last-child { margin-bottom: 0; }

/* Feitenlijst met dunne lijnen */
.facts-dl { margin: 0; display: grid; grid-template-columns: max-content 1fr; }
.facts-dl dt, .facts-dl dd { padding: 12px 0; border-top: 1px solid var(--line); margin: 0; }
.facts-dl dt { color: var(--ink-mute); font-size: .88rem; padding-right: 28px; }
.facts-dl dd { color: var(--ink); }
.facts-dl dt:last-of-type, .facts-dl dd:last-of-type { border-bottom: 1px solid var(--line); }
@media (max-width: 520px) { .facts-dl { grid-template-columns: 1fr; } .facts-dl dt { border-top: 1px solid var(--line); padding-bottom: 0; } .facts-dl dd { border-top: 0; padding-top: 2px; } .facts-dl dt:last-of-type { border-bottom: 0; } }

/* Ruimtetabel */
.spec-table { width: 100%; border-collapse: collapse; font-size: .95rem; }
.spec-table th { text-align: left; font-weight: 500; color: var(--ink-mute); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; padding: 0 18px 12px 0; border-bottom: 1px solid var(--line-strong); }
.spec-table td { padding: 16px 18px 16px 0; border-bottom: 1px solid var(--line); vertical-align: top; color: var(--ink-soft); }
.spec-table td:first-child { font-family: var(--head); font-weight: 600; font-size: 1.05rem; color: var(--ink); white-space: nowrap; }
.spec-table td.price { color: var(--ink); font-weight: 600; white-space: nowrap; }
.spec-table td:last-child, .spec-table th:last-child { padding-right: 0; }
.status { display: inline-block; font-size: .78rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; padding: 4px 0; border-bottom: 2px solid currentColor; white-space: nowrap; }
.status.ok { color: var(--ok); }
.status.off { color: var(--ink-mute); }
.table-scroll { overflow-x: auto; }
@media (max-width: 720px) { .spec-table { min-width: 640px; } }

/* Twee ruimtes onder de tabel */
.rooms { display: grid; gap: 40px clamp(32px, 5vw, 72px); grid-template-columns: 1fr 1fr; margin-top: 44px; }
.rooms h3 { margin-bottom: 4px; }
.rooms .meta { color: var(--ink-mute); font-size: .88rem; margin-bottom: 12px; }
.rooms p { color: var(--ink-soft); }
.rooms ul { margin: 12px 0 0; padding: 0; list-style: none; color: var(--ink-soft); font-size: .93rem; }
.rooms li { padding: 7px 0; border-top: 1px solid var(--line); }
.rooms li:last-child { border-bottom: 1px solid var(--line); }
@media (max-width: 720px) { .rooms { grid-template-columns: 1fr; } }

/* Locatie */
.distances { list-style: none; margin: 18px 0 28px; padding: 0; }
.distances li { display: flex; justify-content: space-between; gap: 16px; padding: 10px 0; border-top: 1px solid var(--line); font-size: .95rem; }
.distances li:last-child { border-bottom: 1px solid var(--line); }
.distances span { color: var(--ink-soft); }
.distances b { font-weight: 600; white-space: nowrap; }
.map { position: relative; aspect-ratio: 5/4; overflow: hidden; background: #ece5df; border-radius: 3px; }
.map .tiles { position: absolute; inset: 0; }
.map .tiles img { position: absolute; width: 256px; height: 256px; }
.map .pin { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -100%); width: 30px; height: 40px; }
.map .attrib { position: absolute; right: 8px; bottom: 6px; font-size: .68rem; color: #5a4a50; background: rgba(255,255,255,.75); padding: 2px 6px; }
.map .attrib a { color: inherit; }
figure { margin: 0; }
figure img { border-radius: 3px; }
figcaption { font-size: .8rem; color: var(--ink-mute); margin-top: 8px; }

/* Procedure als eenvoudige genummerde lijst */
.steps { list-style: none; margin: 0; padding: 0; counter-reset: stap; }
.steps li { display: grid; grid-template-columns: 56px 1fr; gap: 0 12px; padding: 18px 0; border-top: 1px solid var(--line); counter-increment: stap; }
.steps li:last-child { border-bottom: 1px solid var(--line); }
.steps li::before { content: counter(stap, decimal-leading-zero); font-family: var(--head); font-weight: 600; font-size: 1.25rem; color: var(--bordeaux); line-height: 1.3; }
.steps b { display: block; font-weight: 600; margin-bottom: 2px; }
.steps span { color: var(--ink-soft); font-size: .95rem; }
.fineprint { font-size: .9rem; color: var(--ink-soft); font-style: italic; margin-top: 22px; max-width: 64ch; }
.fineprint b { font-style: normal; color: var(--ink); }

/* Contact / formulier */
.contact-block { background: var(--paper); border-top: 1px solid var(--line); }
.field { display: grid; gap: 6px; margin-bottom: 16px; }
.field label, .field .flabel { font-size: .85rem; font-weight: 500; }
.field input, .field textarea, .field select { font: inherit; font-size: .97rem; padding: 12px 12px; border: 1px solid var(--line-strong); border-radius: 3px; background: #fff; color: var(--ink); width: 100%; }
.field input:focus, .field textarea:focus, .field select:focus { outline: 2px solid var(--bordeaux); outline-offset: 0; border-color: var(--bordeaux); }
.field textarea { min-height: 110px; resize: vertical; }
.field-row { display: grid; gap: 0 16px; grid-template-columns: 1fr 1fr; }
@media (max-width: 520px) { .field-row { grid-template-columns: 1fr; } }
.check { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: start; font-size: .84rem; color: var(--ink-soft); margin: 4px 0 18px; }
.check input { margin-top: 3px; accent-color: var(--bordeaux); }
.fine { font-size: .78rem; color: var(--ink-mute); margin: 12px 0 0; }
.form-ok { display: none; background: #eaf1ec; color: var(--ok); padding: 12px 14px; border-radius: 3px; font-size: .9rem; }
.contact-lines { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 4px; }
.contact-lines a { font-family: var(--head); font-weight: 600; font-size: 1.15rem; color: var(--ink); }

/* Footer */
.site-footer { background: var(--night); color: #cbb9c1; padding: 56px 0 40px; font-size: .88rem; }
.site-footer .wordmark { color: #fff; }
.site-footer .wordmark span { color: #cbb9c1; }
.site-footer .cols3 { display: grid; gap: 32px; grid-template-columns: 1.5fr 1fr 1fr; }
.site-footer h4 { font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: #8f7b84; margin: 0 0 12px; font-weight: 600; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
.site-footer a { color: #e9dde2; }
.site-footer .legal { margin-top: 40px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: .78rem; color: #8f7b84; }
@media (max-width: 760px) { .site-footer .cols3 { grid-template-columns: 1fr; } }

/* Juridische pagina's */
.doc { max-width: 760px; padding: 48px 0 90px; }
.doc h1 { font-size: clamp(2.2rem, 4vw, 3.2rem); margin-bottom: .3em; }
.doc .meta { color: var(--ink-mute); font-size: .88rem; margin-bottom: 2.2rem; }
.doc h2 { font-size: 1.5rem; margin-top: 2.4rem; }
.doc h3 { font-size: 1.05rem; margin-top: 1.4rem; }
.doc p, .doc li { color: var(--ink-soft); }
.doc ul, .doc ol { padding-left: 1.2em; }
.doc li { margin-bottom: .35em; }
.doc table { width: 100%; border-collapse: collapse; font-size: .92rem; margin: 1em 0 1.5em; }
.doc th, .doc td { text-align: left; padding: 10px 10px 10px 0; border-bottom: 1px solid var(--line); vertical-align: top; }
.doc th { font-weight: 600; color: var(--ink); }
.doc td { color: var(--ink-soft); }
.toc { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 14px 0; margin-bottom: 2rem; font-size: .9rem; }
.toc ol { margin: 0; padding-left: 1.2em; columns: 2; }
@media (max-width: 600px) { .toc ol { columns: 1; } }

@media print { .site-header, .btn, .hero .bg { display: none !important; } body { background: #fff; } .hero { color: #000; min-height: 0; } }
@media (prefers-reduced-motion: reduce) { * { transition: none !important; scroll-behavior: auto !important; } }
