/*
Theme Name: KloonBoy Venlo
Theme URI: https://kloonboy.donsterdesing.nl/
Author: DonsterDesign x SkaffaWorld Design
Description: Complete donkere WordPress website voor KloonBoy Venlo met premium homepage, Venlo verhaal, YouTube/media en contact. Zonder label-, game-, shop-, VIP-, advertentie- of demo-pagina modules.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: kloonboy-venlo
*/

:root {
  --kbv-bg: #05060a;
  --kbv-bg-2: #0d1018;
  --kbv-panel: rgba(18, 21, 32, .86);
  --kbv-panel-2: rgba(255,255,255,.045);
  --kbv-text: #f5efe3;
  --kbv-muted: #aaa49a;
  --kbv-gold: #e2b857;
  --kbv-gold-2: #ad7427;
  --kbv-red: #b8242b;
  --kbv-cyan: #48d9ff;
  --kbv-border: rgba(255,255,255,.11);
  --kbv-shadow: 0 28px 90px rgba(0,0,0,.58);
  --kbv-radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--kbv-text);
  background:
    radial-gradient(circle at 12% 8%, rgba(72,217,255,.13), transparent 28%),
    radial-gradient(circle at 88% 16%, rgba(226,184,87,.14), transparent 32%),
    radial-gradient(circle at 50% 90%, rgba(184,36,43,.14), transparent 34%),
    linear-gradient(135deg, #05060a 0%, #10131d 45%, #050506 100%);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }

.kbv-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.kbv-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--kbv-border);
  background: rgba(5,6,10,.78);
  backdrop-filter: blur(18px);
}
.kbv-nav {
  width: min(1180px, calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.kbv-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 1000;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.kbv-brand-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: #070708;
  background: linear-gradient(135deg, #ffe19a, #b97822);
  box-shadow: 0 16px 48px rgba(226,184,87,.25);
}
.kbv-menu,
.kbv-menu ul,
.menu {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.kbv-menu a,
.menu a {
  color: rgba(245,239,227,.82);
  font-weight: 850;
  font-size: 14px;
}
.kbv-menu a:hover,
.menu a:hover { color: var(--kbv-gold); }
.kbv-nav-cta { display: inline-flex; }

.kbv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid rgba(226,184,87,.42);
  color: #08080a;
  background: linear-gradient(135deg, #ffe19a, #ba8128);
  font-weight: 950;
  letter-spacing: .02em;
  box-shadow: 0 18px 50px rgba(226,184,87,.18);
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.kbv-btn:hover { transform: translateY(-1px); }
.kbv-btn.secondary {
  color: var(--kbv-text);
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.16);
  box-shadow: none;
}

.kbv-hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 76px);
  display: grid;
  align-items: center;
  padding: 86px 0;
}
.kbv-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(to bottom, rgba(5,6,10,.08), rgba(5,6,10,.94)),
    radial-gradient(circle at 18% 22%, rgba(184,36,43,.18), transparent 26%),
    radial-gradient(circle at 78% 32%, rgba(72,217,255,.12), transparent 30%);
}
.kbv-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 520px);
  align-items: center;
  gap: 42px;
}
.kbv-kicker {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--kbv-gold);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .22em;
  font-weight: 1000;
  margin-bottom: 18px;
}
.kbv-kicker:before {
  content: "";
  width: 32px;
  height: 2px;
  background: var(--kbv-gold);
}
.kbv-title {
  margin: 0 0 18px;
  font-size: clamp(46px, 8.5vw, 104px);
  line-height: .86;
  letter-spacing: -.065em;
  text-transform: uppercase;
  text-shadow: 0 18px 70px rgba(0,0,0,.65);
}
.kbv-title span {
  display: block;
  color: var(--kbv-gold);
}
.kbv-lead {
  max-width: 760px;
  margin: 0 0 30px;
  color: rgba(245,239,227,.82);
  font-size: clamp(17px, 2vw, 21px);
}
.kbv-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 26px; }
.kbv-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.kbv-tag {
  padding: 9px 12px;
  border: 1px solid var(--kbv-border);
  border-radius: 999px;
  color: rgba(245,239,227,.78);
  background: rgba(255,255,255,.045);
  font-weight: 800;
  font-size: 13px;
}

.kbv-video-card,
.kbv-card,
.kbv-contact-card {
  background: linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.035));
  border: 1px solid var(--kbv-border);
  box-shadow: var(--kbv-shadow);
}
.kbv-video-card {
  padding: 14px;
  border-radius: 32px;
}
.kbv-video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 24px;
  background: #000;
}
.kbv-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.kbv-video-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 6px 2px;
  color: var(--kbv-muted);
  font-size: 13px;
}
.kbv-video-caption strong { color: var(--kbv-text); }

.kbv-section { padding: 92px 0; }
.kbv-section.compact { padding-top: 42px; }
.kbv-section-title {
  margin: 0 0 16px;
  font-size: clamp(31px, 4vw, 56px);
  line-height: 1;
  letter-spacing: -.045em;
  text-transform: uppercase;
}
.kbv-section-title span { color: var(--kbv-gold); }
.kbv-section-text {
  max-width: 790px;
  margin: 0 0 30px;
  color: var(--kbv-muted);
  font-size: 17px;
}
.kbv-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.kbv-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.kbv-card {
  border-radius: var(--kbv-radius);
  padding: 26px;
}
.kbv-card h3 { margin: 0 0 9px; font-size: 24px; line-height: 1.15; }
.kbv-card p { margin: 0; color: var(--kbv-muted); }
.kbv-badge {
  display: inline-flex;
  align-items: center;
  min-height: 29px;
  padding: 0 11px;
  margin-bottom: 14px;
  border-radius: 999px;
  border: 1px solid rgba(226,184,87,.26);
  background: rgba(226,184,87,.13);
  color: var(--kbv-gold);
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.kbv-story-panel {
  position: relative;
  overflow: hidden;
  border-radius: 36px;
  border: 1px solid var(--kbv-border);
  background:
    linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.025)),
    radial-gradient(circle at 20% 20%, rgba(226,184,87,.13), transparent 28%);
  padding: clamp(26px, 4vw, 48px);
  box-shadow: var(--kbv-shadow);
}
.kbv-story-panel p {
  color: rgba(245,239,227,.83);
  font-size: 18px;
  max-width: 880px;
}
.kbv-story-panel p:last-child { margin-bottom: 0; }
.kbv-quote {
  margin: 24px 0 0;
  padding-left: 18px;
  border-left: 3px solid var(--kbv-gold);
  color: var(--kbv-gold);
  font-weight: 950;
  font-size: 22px;
}
.kbv-media-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  gap: 24px;
  align-items: center;
}
.kbv-contact-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 22px;
  align-items: stretch;
}
.kbv-contact-card {
  border-radius: 32px;
  padding: 28px;
}
.kbv-contact-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}
.kbv-contact-list a,
.kbv-contact-list span {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 14px;
  border: 1px solid var(--kbv-border);
  border-radius: 18px;
  background: rgba(255,255,255,.045);
  color: rgba(245,239,227,.82);
  font-weight: 850;
}
.kbv-contact-list small { color: var(--kbv-gold); text-transform: uppercase; letter-spacing: .12em; font-size: 11px; }

.kbv-footer {
  border-top: 1px solid var(--kbv-border);
  padding: 32px 0;
  color: var(--kbv-muted);
  background: rgba(0,0,0,.28);
}
.kbv-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.entry-content {
  width: min(980px, calc(100% - 32px));
  margin: 58px auto;
}
.entry-content a { color: var(--kbv-gold); }
.entry-content h1,
.entry-content h2,
.entry-content h3 { line-height: 1.1; }

@media (max-width: 920px) {
  .kbv-hero-grid,
  .kbv-grid-2,
  .kbv-grid-3,
  .kbv-media-layout,
  .kbv-contact-wrap { grid-template-columns: 1fr; }
  .kbv-menu { display: none; }
  .kbv-nav-cta { display: none; }
  .kbv-section { padding: 64px 0; }
}
