/* ═══════════════════════════════════════════════════════════════
   STIJL 16 — Blauwdruk
   Technische tekening: blauw papier, wit raster, CAD-annotaties
   ═══════════════════════════════════════════════════════════════ */

:root {
  --ink: #eaf2ff;            /* wit-blauw "potlood" */
  --note: #ffd60a;           /* geel voor annotaties */
  --muted: #9db8dd;
  --bg: #0f2b5b;
  --line: rgba(234, 242, 255, 0.35);
  --mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--mono);
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--ink);
  background:
    repeating-linear-gradient(0deg, rgba(234, 242, 255, 0.05) 0 1px, transparent 1px 40px),
    repeating-linear-gradient(90deg, rgba(234, 242, 255, 0.05) 0 1px, transparent 1px 40px),
    var(--bg);
  -webkit-font-smoothing: antialiased;
}

.container {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ── Header / hero ── */
.hero {
  padding: 64px 0 44px;
  border-bottom: 2px solid var(--line);
  position: relative;
}

/* maatpijl-annotatie boven de naam */
.hero::before {
  content: "— 1200 mm —";
  position: absolute;
  top: 18px;
  left: 0;
  font-size: 0.72rem;
  color: var(--note);
  letter-spacing: 0.14em;
}

.hero h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.hero h1::after {
  content: "◄ ►";
  color: var(--note);
  font-size: 0.7em;
  margin-left: 12px;
  vertical-align: middle;
}

.tagline {
  margin-top: 10px;
  font-size: 1rem;
  color: var(--note);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.location {
  margin-top: 6px;
  color: var(--muted);
}

.location::before { content: "LOC: "; color: var(--note); }

.cta-row {
  margin-top: 28px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  display: inline-block;
  padding: 11px 26px;
  border-radius: 0;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1.5px solid var(--ink);
  cursor: pointer;
  font-family: var(--mono);
  background: transparent;
  color: var(--ink);
  transition: background 0.15s ease, color 0.15s ease;
}

.btn::before { content: "▣ "; }

.btn:hover { background: var(--ink); color: var(--bg); }

.btn-primary {
  border-color: var(--note);
  color: var(--note);
}
.btn-primary:hover { background: var(--note); color: var(--bg); }

/* ── Sections ── */
.section {
  padding: 40px 0;
  border-bottom: 2px solid var(--line);
}

.section h2 {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 18px;
  padding-bottom: 8px;
  border-bottom: 1px dashed var(--line);
}

.sec-num {
  display: inline-block;
  border: 1.5px solid var(--note);
  color: var(--note);
  padding: 0 8px;
  margin-right: 10px;
  font-size: 0.82rem;
}

.section p + p { margin-top: 12px; }
.section p a { color: var(--note); }

.muted { color: var(--muted); }
.lead { font-size: 1.02rem; }

/* ── Werkervaring: tekening-blokken ── */
.job {
  margin-bottom: 26px;
  border: 1.5px solid var(--line);
  background: rgba(234, 242, 255, 0.04);
  padding: 18px 22px;
  position: relative;
}

/* hoekmarkeringen (zoom-kadertjes) */
.job::before {
  content: "";
  position: absolute;
  top: -1.5px; left: -1.5px;
  width: 14px; height: 14px;
  border-top: 2px solid var(--note);
  border-left: 2px solid var(--note);
}

.job::after {
  content: "";
  position: absolute;
  bottom: -1.5px; right: -1.5px;
  width: 14px; height: 14px;
  border-bottom: 2px solid var(--note);
  border-right: 2px solid var(--note);
}

.job:last-child { margin-bottom: 0; }

.job-head { margin-bottom: 10px; }

.job h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}

.job-meta {
  color: var(--muted);
  font-size: 0.8rem;
  margin-top: 4px;
}

.job-meta::before { content: "REV: "; color: var(--note); }

.job ul {
  padding-left: 20px;
  list-style: none;
}

.job li {
  margin-bottom: 6px;
  padding-left: 16px;
  position: relative;
}

.job li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--note);
}

.job-todo {
  border-style: dashed;
  background: transparent;
}
.job-todo::before, .job-todo::after { display: none; }

/* ── Vaardigheden: onderdelenlijst ── */
.skills-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}

.skills-grid h3 {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--note);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}

.skills-grid h3::before { content: "⚙ "; }

.skills-grid h3.sub { margin-top: 24px; }

.skills-list { list-style: none; }

.skills-list li {
  padding: 4px 0 4px 18px;
  position: relative;
  border-bottom: 1px dotted rgba(234, 242, 255, 0.15);
}

.skills-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--note);
}

/* ── Contact ── */
.contact-list {
  list-style: none;
  margin: 18px 0;
  border: 1.5px dashed var(--line);
  padding: 16px 20px;
}

.contact-list li {
  margin-bottom: 8px;
  font-size: 1rem;
}

.contact-list a {
  color: var(--note);
  text-decoration: none;
}
.contact-list a:hover { text-decoration: underline; }

/* ── Footer + stijl-schakelaar ── */
footer {
  padding: 26px 0 24px;
  color: var(--muted);
  font-size: 0.88rem;
  text-align: center;
}

.style-switcher {
  display: flex;
  gap: 6px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.switcher-label {
  font-size: 0.76rem;
  color: var(--note);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-right: 6px;
}

.switcher-link {
  display: inline-block;
  padding: 5px 11px;
  border: 1px solid var(--line);
  color: var(--ink);
  font-size: 0.82rem;
  text-decoration: none;
  transition: border-color 0.15s ease, color 0.15s ease;
}

.switcher-link:hover {
  border-color: var(--note);
  color: var(--note);
}

.switcher-link.is-active {
  background: var(--note);
  border-color: var(--note);
  color: var(--bg);
}

.footer-note { font-size: 0.82rem; }

/* ── Responsive ── */
@media (max-width: 640px) {
  .hero { padding: 48px 0 32px; }
  .hero h1 { font-size: 1.9rem; }
  .section { padding: 30px 0; }
  .skills-grid { grid-template-columns: 1fr; gap: 24px; }
  .btn { width: 100%; text-align: center; }
}

/* ═══════════════════════════════════════════════════════════════
   Print / "Download CV" — clean A4 CV
   ═══════════════════════════════════════════════════════════════ */
@media print {
  body { font-size: 10.5pt; color: #000; background: #fff; }

  .hero { padding: 0 0 12px; border-bottom: 2px solid #000; }
  .hero::before { content: none; }
  .hero h1 { font-size: 19pt; color: #000; }
  .hero h1::after { content: none; }
  .tagline { color: #000; }
  .location::before { content: none; }
  .location { color: #333; }

  .btn, .style-switcher { display: none !important; }

  .container { max-width: 100%; padding: 0; }

  .section { padding: 12px 0; border-bottom: 1px solid #ccc; break-inside: avoid; }
  .section h2 { font-size: 11pt; color: #000; letter-spacing: 0.04em; border-bottom: 1px solid #ccc; }
  .sec-num { border-color: #000; color: #000; }

  .job { border: 1px solid #ccc; background: none; }
  .job::before, .job::after { display: none; }
  .job h3 { color: #000; }
  .job-meta::before { content: none; }
  .job-meta { color: #333; }
  .job li::before { content: "—"; color: #000; }

  .skills-grid { display: block; }
  .skills-grid > div { margin-bottom: 8px; }
  .skills-grid h3::before { content: none; }
  .skills-grid h3 { color: #000; letter-spacing: 0.04em; }
  .skills-list li { border-bottom: none; padding: 1px 0 1px 14px; }
  .skills-list li::before { content: "•"; color: #000; }

  .contact-list { border: 1px solid #ccc; }
  .contact-list li { margin-bottom: 2px; }
  .contact-list a { color: #000; text-decoration: none; }

  footer { display: none; }

  a { color: #000; text-decoration: none; }
}
