/* ================================================
   OFFBEAT MARKETING - HOMEPAGE
   Gemaakt met Kladblok. Best bekeken in 800x600.
   ================================================ */
:root {
  --space: #00002a;
  --paper: #fffff0;
  --win: #c0c0c0;
  --win-dark: #808080;
  --win-darker: #404040;
  --win-light: #dfdfdf;
  --yellow: #ffcd1c;
  --ink: #121619;
  --link: #0000ee;
  --visited: #551a8b;
  --red: #cc0000;
  --navy: #000080;
  --lime: #33ff33;
  --serif: "Times New Roman", Times, "Liberation Serif", serif;
  --comic: "Comic Sans MS", "Comic Sans", "Chalkboard SE", "Comic Neue", cursive;
  --impact: Impact, "Haettenschweiler", "Arial Narrow Bold", "Arial Black", sans-serif;
  --win-font: Tahoma, "MS Sans Serif", Geneva, Verdana, sans-serif;
  --lcd: "VT323", "Courier New", Courier, monospace;
}

* { box-sizing: border-box; }
html { background: var(--space); scroll-behavior: smooth; }

body {
  margin: 0;
  padding-block: 24px 56px;
  padding-inline: 16px;
  color: #000;
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.45;
  background-color: var(--space);
  background-image:
    radial-gradient(1.5px 1.5px at 23px 41px, #fff 50%, transparent 51%),
    radial-gradient(1px 1px at 97px 13px, #fff 50%, transparent 51%),
    radial-gradient(1px 1px at 151px 88px, #aaf 50%, transparent 51%),
    radial-gradient(2px 2px at 61px 142px, var(--yellow) 50%, transparent 51%),
    radial-gradient(1px 1px at 180px 170px, #fff 50%, transparent 51%),
    radial-gradient(1px 1px at 128px 196px, #fff 50%, transparent 51%),
    radial-gradient(1.5px 1.5px at 8px 110px, #fff 50%, transparent 51%);
  background-size: 200px 200px;
}

a { color: var(--link); }
a:visited { color: var(--visited); }
a:hover { color: var(--red); }
:focus-visible { outline: 2px dotted var(--red); outline-offset: 2px; }
img { max-width: 100%; height: auto; }

.page { max-width: 840px; margin: 0 auto; display: grid; gap: 14px; }

/* ---------- KOP ---------- */
.masthead { text-align: center; color: #fff; display: grid; gap: 6px; justify-items: center; }
.welcome { font-family: var(--comic); color: var(--lime); font-size: 18px; margin: 0; }
.logo { margin: 4px 0 0; line-height: .9; text-decoration: none; display: block; }
.logo:hover .wordart { filter: drop-shadow(3px 3px 0 #b00000) drop-shadow(3px 3px 0 #000) brightness(1.15); }
.wordart {
  display: inline-block;
  font-family: var(--impact);
  font-weight: 400;
  font-size: clamp(56px, 13vw, 118px);
  font-style: italic;
  letter-spacing: 2px;
  background: linear-gradient(180deg, #fffbe0 0%, var(--yellow) 42%, #ff8c00 58%, var(--yellow) 78%, #fff3a0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transform: perspective(300px) rotateX(12deg) skewX(-8deg);
  filter: drop-shadow(3px 3px 0 #b00000) drop-shadow(3px 3px 0 #000);
  padding-inline: 12px;
}
.masthead.compact .wordart { font-size: clamp(44px, 9vw, 76px); }
.logo-sub {
  display: block;
  font-family: var(--comic);
  font-weight: 700;
  font-size: clamp(18px, 4vw, 28px);
  color: var(--yellow);
  letter-spacing: 8px;
  margin-top: 6px;
}
.masthead.compact .logo-sub { font-size: clamp(15px, 3vw, 20px); }
.tagline { margin: 4px 0 0; font-size: 19px; max-width: 34em; }
.tagline em { color: var(--yellow); font-style: normal; }
.small-white { font-size: 14px; color: #ccf; margin: 0; }

/* ---------- MARQUEE ---------- */
.marquee {
  overflow: hidden; white-space: nowrap;
  background: #000; color: var(--lime);
  font-family: var(--lcd); font-size: 24px;
  border: 3px inset var(--win-dark);
  padding-block: 2px;
}
.marquee span { display: inline-block; padding-left: 100%; animation: scroll 38s linear infinite; }
@keyframes scroll { to { transform: translateX(-100%); } }

/* ---------- LAYOUT ---------- */
.layout { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 14px; align-items: start; }

.sidebar {
  background: var(--win);
  border: 2px solid; border-color: #fff var(--win-darker) var(--win-darker) #fff;
  padding: 10px; display: grid; gap: 12px;
  font-family: var(--win-font); font-size: 13px;
  position: sticky; top: 12px;
}
.sidebar h3 {
  margin: 0; background: linear-gradient(90deg, var(--navy), #1084d0);
  color: #fff; font-size: 12px; padding: 3px 6px; font-weight: 700;
}
.nav { display: grid; gap: 5px; }
.btn, .nav a, button, input[type="submit"], input[type="reset"] {
  display: block; text-align: center;
  background: var(--win); color: #000 !important; text-decoration: none;
  font-family: var(--win-font); font-size: 13px; font-weight: 700;
  border: 2px solid; border-color: #fff var(--win-darker) var(--win-darker) #fff;
  box-shadow: inset -1px -1px 0 var(--win-dark), inset 1px 1px 0 var(--win-light);
  padding: 5px 8px; cursor: pointer;
}
.btn { display: inline-block; }
.nav a:hover, .btn:hover { background: #d4d0c8; }
.btn:active, .nav a:active, .nav a[aria-current="page"], button:active, input[type="submit"]:active, input[type="reset"]:active {
  border-color: var(--win-darker) #fff #fff var(--win-darker);
  box-shadow: inset 1px 1px 0 var(--win-dark);
}
.nav a[aria-current="page"] {
  background: repeating-conic-gradient(#c0c0c0 0 25%, #d8d8d8 0 50%) 0 0 / 4px 4px;
}
.side-extra { display: grid; gap: 12px; }
.quickcall {
  background: #000; color: var(--lime); border: 2px inset var(--win-dark);
  padding: 6px 8px; text-align: center; display: grid; gap: 2px;
}
.quickcall a { font-family: var(--lcd); font-size: 24px; color: var(--yellow); text-decoration: none; line-height: 1; }
.quickcall small { color: #9f9; font-size: 11px; }
.player {
  background: #000; color: var(--lime); font-family: var(--lcd); font-size: 18px;
  border: 2px inset var(--win-dark); padding: 6px 8px; line-height: 1.1;
}
.player .eq { display: flex; gap: 2px; height: 16px; align-items: flex-end; margin-top: 4px; }
.player .eq i { width: 5px; background: var(--lime); height: 3px; }
.player.on .eq i { animation: eq .47s steps(4) infinite alternate; }
.player.on .eq i:nth-child(2n) { animation-duration: .23s; }
.player.on .eq i:nth-child(3n) { animation-duration: .35s; }
@keyframes eq { from { height: 2px; } to { height: 16px; } }
.player-controls { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; }

.badges { display: grid; gap: 6px; justify-items: center; }
.badge88 {
  width: 88px; height: 31px; display: grid; place-items: center;
  font-family: var(--win-font); font-size: 9px; font-weight: 700; line-height: 1.05;
  text-align: center; border: 1px solid #000; text-transform: uppercase; letter-spacing: .5px;
}
.b-netscape { background: linear-gradient(180deg, #000060, #0040a0); color: #fff; }
.b-netscape b { color: var(--yellow); font-size: 11px; display: block; }
.b-notepad { background: #fff; color: #000; }
.b-notepad b { color: var(--red); display: block; font-size: 11px; }
.b-geo { background: var(--yellow); color: var(--ink); }
.b-geo b { display: block; font-size: 11px; }

/* ---------- INHOUD ---------- */
.content {
  background: var(--paper);
  border: 6px ridge var(--yellow);
  padding: 18px 22px 26px;
  display: grid; gap: 22px;
  min-width: 0;
}
.content section { display: grid; gap: 10px; min-width: 0; }
.crumbs { font-family: var(--win-font); font-size: 12px; color: #555; margin: 0; }
.page-title {
  font-family: var(--comic); color: var(--red); font-size: clamp(30px, 5vw, 40px);
  margin: 0; line-height: 1.1; text-shadow: 2px 2px 0 var(--yellow), 3px 3px 0 #000;
  text-wrap: balance;
}
h2 {
  font-family: var(--comic); color: var(--red); font-size: 26px; margin: 0;
  line-height: 1.15; text-wrap: balance;
}
h2 .star { color: var(--yellow); -webkit-text-stroke: 1px #000; }
h3 { margin: 0; font-size: 19px; }
p { margin: 0; max-width: 62ch; }
.hr {
  height: 5px; border: 0; margin: 4px 0; width: 100%;
  background: linear-gradient(90deg, #f00, #f80, #ff0, #0c0, #00f, #80f, #f0f);
}
.blink { animation: blink 1s steps(1) infinite; }
@keyframes blink { 50% { visibility: hidden; } }
.new {
  display: inline-block; background: var(--red); color: #ff0;
  font-family: var(--win-font); font-size: 11px; font-weight: 700;
  padding: 1px 5px; transform: rotate(-6deg); vertical-align: 3px; border: 1px solid #000;
}
.note { font-family: var(--comic); font-size: 14px; color: #555; }
.more { font-family: var(--win-font); font-size: 14px; font-weight: 700; }
.to-top { font-family: var(--win-font); font-size: 12px; justify-self: end; }

.intro { font-size: 19px; }
.intro .big { font-size: 24px; font-weight: 700; }

/* foto's */
.snapshot { margin: 0; display: grid; gap: 6px; justify-items: start; }
.snapshot img { display: block; border: 6px ridge var(--win); background: #fff; }
.snapshot figcaption { font-family: var(--comic); font-size: 13px; color: #444; max-width: 60ch; }

/* tellers */
.odo { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.odo div {
  background: #000; border: 3px inset var(--win-dark); color: var(--lime);
  text-align: center; padding: 6px 4px 8px;
}
.odo b { font-family: var(--lcd); font-size: 34px; font-weight: 400; display: block; line-height: 1; font-variant-numeric: tabular-nums; }
.odo span { font-family: var(--win-font); font-size: 11px; color: #9f9; text-transform: uppercase; letter-spacing: .5px; }

/* tabellen */
.table-wrap { overflow-x: auto; }
table.oldskool { border-collapse: separate; border-spacing: 2px; width: 100%; border: 2px outset var(--win); background: var(--win); }
.oldskool th, .oldskool td { border: 2px inset var(--win); padding: 10px; vertical-align: top; text-align: left; }
.oldskool th { background: var(--navy); color: #fff; font-family: var(--win-font); font-size: 13px; border-style: outset; }
.oldskool td { background: #fff; }
.oldskool.services td:first-child { width: 32%; font-weight: 700; font-size: 18px; background: #ffffcc; }
.oldskool.services td:first-child a { display: block; font-family: var(--win-font); font-size: 12px; margin-top: 6px; }
.oldskool.facts th[scope="row"] { width: 36%; background: #ffffcc; color: #000; border-style: inset; font-size: 14px; }
.oldskool td p + p, .oldskool td ul { margin-top: 6px; }
.oldskool .joke { font-family: var(--comic); font-size: 14px; color: var(--navy); }

.ai-box, .did-you-know {
  border: 3px dashed var(--navy); background: #e8f0ff; padding: 12px 14px;
  display: grid; gap: 6px;
}
.ai-box h3, .did-you-know h3 { font-family: var(--comic); color: var(--navy); font-size: 17px; }
.did-you-know { background: #fffbd6; border-color: var(--red); }
.did-you-know h3 { color: var(--red); }

/* 3D-balletjes als opsommingsteken */
ul.balls { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
ul.balls li { display: grid; grid-template-columns: 16px 1fr; gap: 8px; align-items: baseline; }
ul.balls li::before {
  content: ""; width: 13px; height: 13px; border-radius: 50%; translate: 0 1px;
  background: radial-gradient(circle at 35% 30%, #fff 0 10%, var(--yellow) 32%, #b07800 100%);
  box-shadow: 1px 1px 0 rgba(0,0,0,.4);
}

/* inhoudsopgave */
.toc { border: 2px solid var(--navy); background: #fff; padding: 10px 14px; display: grid; gap: 4px; justify-self: start; }
.toc b { font-family: var(--win-font); font-size: 13px; }
.toc ol { margin: 0; padding-left: 22px; display: grid; gap: 2px; }

/* dienst-blokken */
.service { display: grid; gap: 12px; }
.service .lede { font-size: 19px; }
.split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }

/* team */
.team { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.member { display: grid; gap: 4px; align-content: start; text-align: center; }
.member .photo {
  display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 20%;
  border: 5px ridge var(--win); background: #fff;
}
.member b { font-size: 19px; margin-top: 4px; }
.member span { font-size: 14px; }
.member a { font-size: 13px; overflow-wrap: anywhere; }
.member .tel { font-family: var(--lcd); font-size: 19px; }

.duo { display: grid; grid-template-columns: minmax(0, 220px) minmax(0, 1fr); gap: 16px; align-items: start; }
.polaroid { margin: 0; background: #fff; padding: 8px 8px 10px; border: 1px solid #999; box-shadow: 4px 4px 0 #000; transform: rotate(-2deg); display: grid; gap: 6px; }
.polaroid img { display: block; width: 100%; }
.polaroid figcaption { font-family: var(--comic); font-size: 13px; text-align: center; }

/* gastenboek */
.gb-summary {
  display: flex; flex-wrap: wrap; gap: 6px 18px; align-items: center;
  font-family: var(--win-font); font-size: 13px; background: var(--win); padding: 6px 10px;
  border: 2px solid; border-color: #fff var(--win-darker) var(--win-darker) #fff;
}
.gb-summary .stars { font-size: 16px; }
.guestbook { display: grid; gap: 12px; }
.entry { border: 2px solid var(--navy); background: #fff; display: grid; }
.entry header {
  background: #dde4ff; border-bottom: 1px solid var(--navy); padding: 4px 10px;
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 4px 12px;
  font-family: var(--win-font); font-size: 12px;
}
.entry header b { font-size: 13px; }
.stars { color: #e0a800; letter-spacing: 1px; }
.entry blockquote { margin: 0; padding: 10px 12px 4px; font-style: italic; display: grid; gap: 8px; }
.entry blockquote p { max-width: 70ch; }
.entry footer { padding: 2px 12px 8px; font-family: var(--win-font); font-size: 12px; display: flex; flex-wrap: wrap; gap: 4px 14px; color: #555; }

/* kennis */
.issue { border: 2px solid var(--navy); background: #fff; }
.issue header { background: var(--navy); color: #fff; font-family: var(--win-font); font-size: 12px; padding: 3px 10px; display: flex; justify-content: space-between; gap: 10px; }
.issue div { padding: 10px 12px 12px; display: grid; gap: 6px; }
.issue h3 a { color: var(--link); }
.issue h3 a:visited { color: var(--visited); }
.articles { margin: 0; padding-left: 22px; display: grid; gap: 6px; }
.articles li::marker { content: "\00BB  "; color: var(--red); font-weight: 700; }

/* contact */
.window { border: 2px solid; border-color: #fff var(--win-darker) var(--win-darker) #fff; background: var(--win); font-family: var(--win-font); font-size: 13px; }
.window .titlebar {
  background: linear-gradient(90deg, var(--navy), #1084d0); color: #fff;
  font-weight: 700; padding: 3px 4px 3px 8px; display: flex; justify-content: space-between; align-items: center;
}
.window .titlebar span { display: flex; gap: 2px; }
.window .titlebar i {
  width: 16px; height: 14px; background: var(--win); color: #000; font-style: normal;
  font-size: 10px; line-height: 12px; text-align: center;
  border: 1px solid; border-color: #fff var(--win-darker) var(--win-darker) #fff;
}
.window form { padding: 14px; display: grid; gap: 10px; }
.row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.field { display: grid; gap: 3px; }
.field input, .field textarea {
  font-family: var(--win-font); font-size: 14px; padding: 4px 5px; width: 100%;
  background: #fff; border: 2px inset var(--win); border-radius: 0;
}
.field textarea { min-height: 110px; resize: vertical; }
.actions { display: flex; gap: 8px; flex-wrap: wrap; }
.actions input { min-width: 110px; }
.direct { display: grid; gap: 4px; }
.lcd-tel { font-family: var(--lcd); font-size: 30px; line-height: 1; }

.cta {
  background: var(--ink); color: #fff; padding: 16px 18px; display: grid; gap: 10px;
  border: 4px solid var(--yellow); box-shadow: 5px 5px 0 #000;
}
.cta h2 { color: var(--yellow); }
.cta a:not(.btn) { color: var(--yellow); }
.cta .row-actions { display: flex; flex-wrap: wrap; gap: 10px 18px; align-items: center; }

/* ---------- VOET ---------- */
.footer { color: #fff; text-align: center; display: grid; gap: 12px; justify-items: center; font-size: 14px; }
.counter { display: grid; gap: 4px; justify-items: center; }
.counter .digits { display: flex; gap: 2px; }
.counter .digits b {
  font-family: var(--lcd); font-weight: 400; font-size: 30px; line-height: 1;
  background: #000; color: var(--lime); border: 1px solid #555; padding: 2px 5px;
  font-variant-numeric: tabular-nums;
}
.footer a:not(.btn) { color: #9cf; }
.footer a:not(.btn):visited { color: #c9f; }
.footer p { max-width: none; }
.back-to-2026 { font-size: 15px !important; padding: 8px 16px !important; }

.statusbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 10;
  background: var(--win); border-top: 2px solid #fff;
  font-family: var(--win-font); font-size: 12px; color: #000;
  display: flex; gap: 4px; padding: 3px 4px;
}
.statusbar div { border: 1px solid; border-color: var(--win-dark) #fff #fff var(--win-dark); padding: 1px 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.statusbar div:first-child { flex: 1; }

.sparkle {
  position: fixed; pointer-events: none; z-index: 20;
  font-size: 14px; color: var(--yellow); text-shadow: 0 0 2px #fff;
  animation: fall .8s ease-in forwards;
}
@keyframes fall { to { transform: translateY(26px) scale(.3); opacity: 0; } }

/* ---------- KLEINE SCHERMEN (bestonden nog niet, maar toch) ---------- */
@media (max-width: 720px) {
  .layout { grid-template-columns: minmax(0, 1fr); }
  .sidebar { position: static; }
  .nav { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .side-extra { display: none; }
  .team { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .odo { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split, .duo { grid-template-columns: minmax(0, 1fr); }
  .duo .polaroid { max-width: 260px; }
  .content { padding: 14px 14px 20px; }
  .statusbar div:nth-child(n+2) { display: none; }
}
@media (max-width: 460px) {
  .row { grid-template-columns: 1fr; }
  .nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .oldskool.services td:first-child { width: 38%; font-size: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .blink, .player.on .eq i { animation: none; }
  .marquee span { animation: none; padding-left: 12px; white-space: normal; }
  .marquee { white-space: normal; }

}

/* ---------- FOTO'S: klein, 256 kleuren, niet opblazen ---------- */
.member .photo { max-width: 150px; justify-self: center; image-rendering: pixelated; }
.snapshot img, .polaroid img { image-rendering: pixelated; }
.polaroid { max-width: 230px; justify-self: start; }
