/* ═══════════════════════════════════════════════════════════════
   STIJL 9 — Synthwave
   Neon 80s: donkerpaars, neonroze + cyaan, glow, retro grid
   ═══════════════════════════════════════════════════════════════ */

:root {
  --pink: #ff2e97;
  --cyan: #00e5ff;
  --text: #f3e8ff;
  --muted: #9d8cc7;
  --bg: #17092e;
  --line: rgba(255, 46, 151, 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: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: var(--text);
  background:
    linear-gradient(180deg, #17092e 0%, #241045 55%, #0f0620 100%);
  -webkit-font-smoothing: antialiased;
}

/* Retro grid horizon onderaan */
body::after {
  content: "";
  position: fixed;
  left: 0; right: 0; bottom: 0;
  height: 34vh;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(0, 229, 255, 0.14) 0 2px, transparent 2px 80px),
    repeating-linear-gradient(0deg, rgba(0, 229, 255, 0.14) 0 2px, transparent 2px 34px);
  transform: perspective(300px) rotateX(62deg);
  transform-origin: bottom;
  mask-image: linear-gradient(180deg, transparent, #000 30%);
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 30%);
}

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

/* ── Header / hero ── */
.hero {
  padding: 80px 0 56px;
  text-align: center;
  position: relative;
}

.hero h1 {
  font-size: 2.7rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  background: linear-gradient(100deg, var(--pink) 10%, #ff9a3d 40%, var(--cyan) 90%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 18px rgba(255, 46, 151, 0.45));
}

.tagline {
  margin-top: 12px;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--cyan);
  text-shadow: 0 0 14px rgba(0, 229, 255, 0.6);
  font-family: var(--mono);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

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

.cta-row {
  margin-top: 30px;
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn {
  display: inline-block;
  padding: 13px 28px;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: inherit;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.btn:hover { transform: translateY(-2px); }

.btn-primary {
  background: linear-gradient(90deg, var(--pink), #b44aff);
  color: #fff;
  box-shadow: 0 0 22px rgba(255, 46, 151, 0.5);
}

.btn-secondary {
  background: rgba(0, 229, 255, 0.08);
  color: var(--cyan);
  border-color: var(--cyan);
  box-shadow: 0 0 14px rgba(0, 229, 255, 0.25);
}

/* ── Sections ── */
.section {
  padding: 46px 0;
  border-bottom: 1px solid rgba(255, 46, 151, 0.22);
}

.section h2 {
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 20px;
  color: var(--pink);
  text-shadow: 0 0 16px rgba(255, 46, 151, 0.55);
  font-family: var(--mono);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.sec-num {
  color: var(--cyan);
  text-shadow: 0 0 12px rgba(0, 229, 255, 0.6);
  margin-right: 10px;
}

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

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

/* ── Werkervaring ── */
.job {
  margin-bottom: 26px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 20px 24px;
  background: rgba(255, 46, 151, 0.05);
  box-shadow: 0 0 24px rgba(255, 46, 151, 0.08), inset 0 0 30px rgba(0, 229, 255, 0.03);
}

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

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

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

.job h3::before {
  content: "▲ ";
  color: var(--pink);
}

.job-meta {
  color: var(--cyan);
  font-size: 0.85rem;
  font-family: var(--mono);
  margin-top: 4px;
}

.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(--pink);
  text-shadow: 0 0 8px rgba(255, 46, 151, 0.7);
}

.job-todo {
  border-style: dashed;
  background: transparent;
  box-shadow: none;
}

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

.skills-grid h3 {
  font-size: 0.85rem;
  font-weight: 800;
  font-family: var(--mono);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--cyan);
  text-shadow: 0 0 12px rgba(0, 229, 255, 0.5);
  margin-bottom: 12px;
}

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

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

.skills-list li {
  padding: 5px 0 5px 18px;
  position: relative;
}

.skills-list li::before {
  content: "◆";
  position: absolute;
  left: 0;
  color: var(--pink);
  text-shadow: 0 0 8px rgba(255, 46, 151, 0.8);
  font-size: 0.8em;
  top: 8px;
}

/* ── Contact ── */
.contact-list {
  list-style: none;
  margin: 20px 0;
}

.contact-list li {
  margin-bottom: 10px;
  font-size: 1.02rem;
}

.contact-list a {
  color: var(--cyan);
  text-decoration: none;
  text-shadow: 0 0 10px rgba(0, 229, 255, 0.35);
}
.contact-list a:hover { text-decoration: underline; }

/* ── Footer + stijl-schakelaar ── */
footer {
  border-top: 1px solid rgba(255, 46, 151, 0.22);
  padding: 30px 0 26px;
  color: var(--muted);
  font-size: 0.9rem;
  text-align: center;
}

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

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

.switcher-link {
  display: inline-block;
  padding: 5px 12px;
  border: 1px solid rgba(255, 46, 151, 0.35);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  font-size: 0.84rem;
  text-decoration: none;
  transition: border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.switcher-link:hover {
  border-color: var(--cyan);
  color: var(--cyan);
  box-shadow: 0 0 10px rgba(0, 229, 255, 0.3);
}

.switcher-link.is-active {
  background: linear-gradient(90deg, var(--pink), #b44aff);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 0 14px rgba(255, 46, 151, 0.5);
}

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

/* ── Responsive ── */
@media (max-width: 640px) {
  .hero { padding: 56px 0 40px; }
  .hero h1 { font-size: 2.1rem; }
  .section { padding: 34px 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: 11pt; color: #000; background: #fff; }
  body::after { display: none; }

  .hero { padding: 0 0 12px; text-align: left; border-bottom: 2px solid #000; }
  .hero h1 { font-size: 20pt; color: #000; background: none; -webkit-background-clip: initial; background-clip: initial; filter: none; }
  .tagline { font-size: 11pt; color: #000; text-shadow: none; font-family: inherit; letter-spacing: 0.04em; }
  .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: 11.5pt; color: #000; text-shadow: none; font-family: inherit; text-transform: none; letter-spacing: 0; }
  .sec-num { color: #000; text-shadow: none; }

  .job { border: 1px solid #ccc; background: none; box-shadow: none; }
  .job h3::before { content: none; }
  .job h3 { color: #000; }
  .job-meta { color: #333; font-family: inherit; }
  .job li::before { content: "•"; color: #000; text-shadow: none; }

  .skills-grid { display: block; }
  .skills-grid > div { margin-bottom: 8px; }
  .skills-grid h3 { color: #000; text-shadow: none; font-family: inherit; text-transform: none; letter-spacing: 0; }
  .skills-list li { padding: 1px 0 1px 14px; }
  .skills-list li::before { content: "—"; color: #000; text-shadow: none; }

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

  footer { display: none; }

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