/*
Theme Name: Woudklank 100 Jaar v2
Theme URI: https://100jaar.muziekverenigingdewoudklank.nl/
Author: M B + ChatGPT
Description: Jubileumthema 100 jaar – v2 (look & feel behouden, quick links overal, CSS/JS opgeschoond, mobiel robuust).
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: woudklank-100jaar
*/

/* Basis variabelen (pas aan in Customizer of hier) */
:root {
  --wk-primary: #b88a1d;      /* goud */
  --wk-secondary: #c81d25;    /* rood */
  --wk-dark: #111111;
  --wk-light: #f6f6f6;
  --wk-bg: #ffffff;
  --wk-text: #222222;
  --wk-muted: #666666;
  --wk-radius: 14px;
  --wk-shadow: 0 10px 22px rgba(0,0,0,0.08);
  --wk-font-sans: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --wk-font-heading: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --wk-max: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
body {
  margin: 0;
  font-family: var(--wk-font-sans);
  color: var(--wk-text);
  background: var(--wk-bg);
  line-height: 1.65;
}
img { max-width: 100%; height: auto; }
a { color: var(--wk-primary); text-decoration: none; }
a:hover, a:focus { text-decoration: underline; }

.wk-container {
  width: min(var(--wk-max), calc(100% - 2rem));
  margin: 0 auto;
}

/* Header */
.wk-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(17,17,17,0.92);
  backdrop-filter: blur(8px);
}
.wk-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 0;
}
.wk-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 220px;
}
.wk-brand .custom-logo {
  max-height: 52px;
  width: auto;
}
.wk-brand-title {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.wk-brand-title strong {
  color: #fff;
  font-family: var(--wk-font-heading);
  font-size: 1.05rem;
  letter-spacing: 0.2px;
}
.wk-brand-title span {
  color: rgba(255,255,255,0.72);
  font-size: 0.85rem;
}

.wk-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.wk-nav ul {
  list-style: none;
  display: flex;
  gap: 0.9rem;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  align-items: center;
}
.wk-nav a {
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  opacity: 0.92;
}
.wk-nav a:hover { opacity: 1; }

.wk-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--wk-secondary), var(--wk-primary));
  color: #fff !important;
  font-weight: 700;
  box-shadow: 0 10px 18px rgba(0,0,0,0.18);
  text-decoration: none !important;
  white-space: nowrap;
}

.wk-social {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
}
.wk-social a {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff;
  opacity: 0.9;
}
.wk-social a:hover { opacity: 1; }

/* Hero */
.wk-hero {
  padding: 4.2rem 0 3rem;
  background:
    radial-gradient(900px 500px at 15% 10%, rgba(184,138,29,0.35), transparent 60%),
    radial-gradient(900px 500px at 90% 30%, rgba(200,29,37,0.32), transparent 55%),
    linear-gradient(180deg, #0f0f0f, #151515);
  color: #fff;
}
.wk-hero-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 2rem;
  align-items: center;
}
.wk-badge {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.9);
  background: rgba(255,255,255,0.06);
  font-weight: 650;
  font-size: 0.9rem;
}
.wk-hero h1 {
  font-family: var(--wk-font-heading);
  font-size: clamp(2.1rem, 4.2vw, 3.1rem);
  margin: 0.8rem 0 0.6rem;
  letter-spacing: 0.2px;
}
.wk-hero p {
  margin: 0.2rem 0 1.3rem;
  max-width: 46rem;
  color: rgba(255,255,255,0.84);
  font-size: 1.05rem;
}
.wk-hero-actions {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
  align-items: center;
}
.wk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.15rem;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,0.65);
  color: #fff;
  font-weight: 700;
  text-decoration: none !important;
  white-space: nowrap;
}
.wk-btn-solid {
  border-color: transparent;
  background: #fff;
  color: #111;
}

.wk-hero-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: var(--wk-radius);
  padding: 1.25rem;
}
.wk-hero-card h3 {
  font-family: var(--wk-font-heading);
  margin: 0 0 0.4rem;
  font-size: 1.1rem;
}
.wk-hero-card p {
  margin: 0 0 1rem;
  font-size: 0.95rem;
}

/* Sections */
.wk-section {
  padding: 3.1rem 0;
}
.wk-section.alt {
  background: var(--wk-light);
}
.wk-section-title {
  font-family: var(--wk-font-heading);
  font-size: 1.55rem;
  margin: 0 0 1.1rem;
}
.wk-section-lead {
  color: var(--wk-muted);
  margin: -0.6rem 0 1.5rem;
  max-width: 60rem;
}

.wk-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.35rem;
  align-items: start;
}
.wk-col-8 { grid-column: span 8; }
.wk-col-4 { grid-column: span 4; }

.wk-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
}
.wk-card {
  background: #fff;
  border-radius: var(--wk-radius);
  padding: 1.2rem;
  box-shadow: var(--wk-shadow);
  border: 1px solid rgba(0,0,0,0.06);
}
.wk-card h3 {
  font-family: var(--wk-font-heading);
  font-size: 1.1rem;
  margin: 0 0 0.35rem;
}
.wk-meta {
  color: var(--wk-muted);
  font-size: 0.86rem;
  margin-bottom: 0.6rem;
}

.wk-pill {
  display: inline-flex;
  gap: 0.35rem;
  align-items: center;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  background: rgba(184,138,29,0.12);
  border: 1px solid rgba(184,138,29,0.25);
  color: #5c450f;
  font-weight: 700;
  font-size: 0.82rem;
}

/* Content */
.wk-content h1, .wk-content h2, .wk-content h3 {
  font-family: var(--wk-font-heading);
  line-height: 1.25;
}

/* Footer */
.wk-footer {
  background: #0f0f0f;
  color: rgba(255,255,255,0.85);
}
.wk-footer-top {
  padding: 2.4rem 0;
}
.wk-footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.6rem;
}
.wk-footer a { color: #fff; }
.wk-footer-bottom {
  padding: 0.9rem 0;
  border-top: 1px solid rgba(255,255,255,0.12);
  font-size: 0.85rem;
  text-align: center;
  color: rgba(255,255,255,0.7);
}

/* Responsive */
@media (max-width: 900px) {
  .wk-hero-grid {
    grid-template-columns: 1fr;
  }
  .wk-col-8, .wk-col-4 {
    grid-column: span 12;
  }
}

@media (max-width: 700px) {
  .wk-header-inner {
    flex-direction: column;
    align-items: stretch;
  }
  .wk-brand {
    min-width: 0;
  }
  .wk-nav {
    justify-content: flex-start;
  }
}
