/* ==========================================================================
   nederlandconcert.com — main.css
   Dutch design modern / Mondrian-inspiratie (light).
   Wit + marineblauw dominant, Nederlands oranje als signatuur-accent.
   ========================================================================== */

:root {
  --bg:          #fafbfc;
  --bg-alt:      #ffffff;
  --surface:     #eef1f5;
  --ink:         #14213d;
  --ink-soft:    #4a5570;
  --line:        #d8dde5;

  --oranje:      #ff6900;
  --oranje-soft: #fff0e0;
  --oranje-ink:  #ffffff;
  --bleu-nl:     #21468b;
  --rouge-nl:    #ae1c28;

  --radius-cta:  24px;   /* knoppen — kenmerkende afgeronde rechthoek */
  --shell:       1180px;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 86px;            /* ruimte voor .vaste-balk */
}

.shell {
  max-width: var(--shell);
  margin: 0 auto;
  padding: 0 32px;
}

a { color: var(--bleu-nl); }

/* ---------- TYPOGRAFIE ---------- */
h1, h2, h3 { font-family: "Plus Jakarta Sans", sans-serif; color: var(--ink); }
.kicker {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--oranje);
  margin-bottom: 8px;
}

/* H2 — links uitgelijnd, gewicht 700, oranje punt-signatuur op het eind */
.block-h {
  font-size: clamp(23px, 3vw, 32px);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -.01em;
  margin: 0 0 20px;
  text-align: left;
}
.block-h::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 14px;
  border-radius: 50%;
  background: var(--oranje);
  vertical-align: middle;
}

/* ---------- TOPBAR ---------- */
.topbar {
  background: var(--bg-alt);
  border-bottom: 2px solid var(--ink);
  position: sticky;
  top: 0;
  z-index: 40;
}
.topbar .shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}
.logo {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 700;
  font-size: 21px;
  color: var(--ink);
  text-decoration: none;
  letter-spacing: -.02em;
}
.logo span { color: var(--oranje); }
.menu { display: flex; gap: 6px; }
.menu a {
  font-size: 15px;
  font-weight: 600;
  color: var(--ink-soft);
  text-decoration: none;
  padding: 8px 15px;
  border-radius: var(--radius-cta);
}
.menu a:hover { background: var(--surface); color: var(--ink); }
.menu a.on { background: var(--ink); color: #fff; }

/* ---------- KNOPPEN / FORMULIEREN ---------- */
.cta {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: var(--oranje-ink);
  background: var(--oranje);
  border: 0;
  border-radius: var(--radius-cta);
  padding: 14px 26px;
  cursor: pointer;
  white-space: nowrap;
  transition: transform .08s ease, background .15s ease;
}
.cta:hover { background: #e85f00; }
.cta:active { transform: translateY(1px); }

.melding-form { width: 100%; }
.field-line {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.field-line input[type="email"] {
  flex: 1 1 240px;
  font-family: inherit;
  font-size: 15px;
  color: var(--ink);
  background: var(--bg-alt);
  border: 2px solid var(--ink);
  border-radius: var(--radius-cta);
  padding: 13px 20px;
}
.field-line input[type="email"]:focus {
  outline: none;
  border-color: var(--oranje);
}
.form-ok {
  font-weight: 700;
  color: var(--bleu-nl);
  padding: 6px 2px;
}
.form-hint, .form-note {
  font-size: 13px;
  color: var(--ink-soft);
  margin-top: 10px;
}

/* ---------- HERO ARTIEST ---------- */
.headline-block {
  background: var(--bg-alt);
  border-bottom: 2px solid var(--ink);
  padding: 40px 0 46px;
}
.crumb {
  font-size: 13px;
  color: var(--ink-soft);
  margin-bottom: 18px;
}
.crumb a { color: var(--ink-soft); text-decoration: none; }
.crumb a:hover { color: var(--oranje); }
.crumb span { margin: 0 8px; color: var(--line); }
.meta-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.badge {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #fff;
  background: var(--bleu-nl);
  padding: 5px 13px;
  border-radius: 6px;
}
.meta-date { font-size: 13px; color: var(--ink-soft); }
.headline {
  font-size: clamp(30px, 5.2vw, 54px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.025em;
  color: var(--ink);
  max-width: 16ch;
}
.subline {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(16px, 2vw, 20px);
  color: var(--ink-soft);
  margin-top: 16px;
  max-width: 54ch;
}
.hero-signup {
  margin-top: 28px;
  max-width: 540px;
  background: var(--oranje-soft);
  border: 2px solid var(--ink);
  border-top-left-radius: var(--radius-cta);
  padding: 22px;
}

/* ---------- BANDS / SECTIES ---------- */
.band { padding: 50px 0; }
.band--surface { background: var(--surface); }
.copy { max-width: 760px; }
.copy p { margin: 0 0 16px; color: var(--ink-soft); }
.copy p:last-child { margin-bottom: 0; }

/* ---------- ZAAL-KAART (asymmetrisch, Mondrian-accent) ---------- */
.zaal-kaart {
  margin-top: 26px;
  background: var(--bg-alt);
  border: 2px solid var(--ink);
  border-top-left-radius: var(--radius-cta);   /* enkele afgeronde hoek */
  padding: 26px;
}
.zk-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.vt {
  font-size: 12px;
  font-weight: 600;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 4px 11px;
  border-radius: 6px;
}
.vt--cap { background: var(--ink); color: #fff; border-color: var(--ink); }
.zk-naam {
  font-size: 25px;
  font-weight: 700;
  margin: 2px 0 6px;
}
.venue-addr { font-size: 14px; color: var(--ink-soft); margin-bottom: 12px; }
.vdesc { color: var(--ink-soft); margin-bottom: 16px; }
.venue-list { list-style: none; }
.venue-list li {
  font-size: 14px;
  color: var(--ink-soft);
  padding: 7px 0 7px 20px;
  border-bottom: 1px solid var(--line);
  position: relative;
}
.venue-list li:last-child { border-bottom: 0; }
.venue-list li::before {
  content: "";
  position: absolute;
  left: 0; top: 15px;
  width: 8px; height: 8px;
  background: var(--bleu-nl);
}

/* ---------- INSCHRIJF-BLOK (midden-artikel) ---------- */
.inschrijf-blok {
  margin-top: 26px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  background: var(--ink);
  border-top-left-radius: var(--radius-cta);
  padding: 26px;
}
.ib-text h3 {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 6px;
}
.ib-text p { color: #c4cbdd; font-size: 14px; }
.inschrijf-blok .field-line input[type="email"] {
  border-color: var(--bg-alt);
}

/* ---------- PRIJSTABEL ---------- */
.ptable-wrap { margin: 6px 0 14px; }
.ptable {
  width: 100%;
  border-collapse: collapse;
  background: var(--bg-alt);
  border: 2px solid var(--ink);
}
.ptable th {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  background: var(--ink);
  padding: 12px 18px;
}
.ptable td {
  padding: 12px 18px;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
}
.ptable tr:last-child td { border-bottom: 0; }
.ptable td:last-child { font-weight: 700; color: var(--ink); }
.vip-line {
  font-size: 14px;
  color: var(--ink-soft);
  border-left: 3px solid var(--oranje);
  padding-left: 14px;
}

/* ---------- GESCHIEDENIS / FAQ ---------- */
.hist-item {
  margin: 18px 0;
  padding-left: 18px;
  border-left: 2px solid var(--bleu-nl);
}
.hist-item h3 { font-size: 16px; font-weight: 700; margin-bottom: 4px; }
.hist-item p { color: var(--ink-soft); }
.qa {
  background: var(--bg-alt);
  border: 2px solid var(--ink);
  border-top-left-radius: var(--radius-cta);
  padding: 20px 24px;
  margin-bottom: 14px;
  max-width: 820px;
}
.qa h3 { font-size: 17px; font-weight: 700; margin-bottom: 6px; }
.qa p { color: var(--ink-soft); }

/* ---------- ANDERE STEDEN ---------- */
.elsewhere { display: flex; gap: 16px; flex-wrap: wrap; }
.elsewhere-card {
  text-decoration: none;
  background: var(--bg-alt);
  border: 2px solid var(--ink);
  border-top-left-radius: var(--radius-cta);
  padding: 20px 24px;
  min-width: 260px;
  transition: transform .1s ease;
}
.elsewhere-card:hover { transform: translateY(-3px); }
.ec-city { font-weight: 700; color: var(--ink); }
.ec-venue { font-size: 14px; color: var(--ink-soft); margin-top: 3px; }

/* ---------- HUB ---------- */
.hero-hub {
  background: var(--bg-alt);
  border-bottom: 2px solid var(--ink);
  padding: 40px 0 44px;
}
.hero-hub h1 {
  font-size: clamp(28px, 4.6vw, 46px);
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.1;
}
.lead {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(16px, 2vw, 19px);
  color: var(--ink-soft);
  margin-top: 14px;
  max-width: 60ch;
}
.zaal-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 20px; }
.zaal-tag {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 5px 13px;
  border-radius: 6px;
}

/* ---------- TOOLS / FILTERS ---------- */
.tools { padding: 30px 0 8px; }
.tabs { display: flex; gap: 8px; margin-bottom: 16px; }
.tab {
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  color: var(--ink-soft);
  background: var(--bg-alt);
  border: 2px solid var(--ink);
  border-radius: var(--radius-cta);
  padding: 9px 22px;
  cursor: pointer;
}
.tab.on { background: var(--ink); color: #fff; }
.finder {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--bg-alt);
  border: 2px solid var(--ink);
  border-radius: var(--radius-cta);
  padding: 4px 18px;
  max-width: 420px;
  margin-bottom: 14px;
}
.finder input {
  flex: 1;
  border: 0;
  font-family: inherit;
  font-size: 15px;
  padding: 11px 0;
  background: transparent;
  color: var(--ink);
}
.finder input:focus { outline: none; }
.gfilter { display: flex; gap: 8px; flex-wrap: wrap; }
.gchip {
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-soft);
  background: var(--bg-alt);
  border: 1px solid var(--line);
  border-radius: var(--radius-cta);
  padding: 7px 15px;
  cursor: pointer;
}
.gchip.on {
  background: var(--bleu-nl);
  color: #fff;
  border-color: var(--bleu-nl);
}

/* ---------- ACTS-GRID ---------- */
.acts-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin: 30px 0 16px;
  flex-wrap: wrap;
  gap: 8px;
}
.acts-head h2 { font-size: 22px; font-weight: 700; }
.acts-count {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 14px;
  color: var(--oranje);
  font-weight: 600;
}
.acts {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
}
.act-card {
  text-decoration: none;
  background: var(--bg-alt);
  border: 2px solid var(--ink);
  border-top-left-radius: var(--radius-cta);
  padding: 18px 20px;
  transition: transform .1s ease, background .12s ease;
}
.act-card:hover { transform: translateY(-3px); background: var(--oranje-soft); }
.ac-g {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--oranje);
  font-weight: 600;
}
.ac-n {
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  margin-top: 4px;
}
.ac-cities { display: flex; gap: 6px; margin-top: 10px; }
.ac-cities span {
  font-size: 11px;
  color: var(--ink-soft);
  border: 1px solid var(--line);
  padding: 2px 8px;
  border-radius: 5px;
}
.ac-cities .here {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}
.nores { display: none; color: var(--ink-soft); padding: 24px 0; }

/* ---------- HOME HERO ---------- */
.hero-home {
  background: var(--bg-alt);
  border-bottom: 2px solid var(--ink);
  padding: 64px 0 56px;
}
.hero-home h1 {
  font-size: clamp(34px, 6vw, 68px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -.03em;
  max-width: 15ch;
}
.hero-home h1 em {
  font-style: normal;
  color: var(--oranje);
}
.hero-home .lead { max-width: 56ch; }

/* ---------- INTRO-NOTE ---------- */
.intro-note {
  margin: 40px 0 20px;
  background: var(--ink);
  border-top-left-radius: var(--radius-cta);
  padding: 34px;
  max-width: 820px;
}
.intro-note h2 { color: #fff; font-size: 21px; margin-bottom: 10px; }
.intro-note p { color: #c4cbdd; }

/* ---------- LEGAL ---------- */
.legal h2 { margin-top: 28px; }
.legal h2:first-child { margin-top: 0; }
.legal p { margin-bottom: 14px; }
.todo {
  background: var(--oranje-soft);
  color: var(--rouge-nl);
  font-weight: 600;
  padding: 1px 6px;
  border-radius: 4px;
}

/* ---------- VASTE BALK (sticky footer) ---------- */
.vaste-balk {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 50;
  background: var(--bg-alt);
  border-top: 2px solid var(--ink);
  padding: 12px 0;
}
.vaste-balk .shell {
  display: flex;
  align-items: center;
  gap: 20px;
}
.vb-text {
  flex: 1;
  font-size: 14px;
  color: var(--ink-soft);
  min-width: 0;
}
.vb-text b { color: var(--ink); }
.vaste-balk .melding-form { flex: 0 1 440px; }
.vaste-balk .field-line input[type="email"] { padding: 10px 16px; }
.vaste-balk .cta { padding: 11px 22px; }

/* ---------- FOOTER ---------- */
.pagefoot {
  background: var(--ink);
  color: #c4cbdd;
  padding: 52px 0 30px;
}
.foot-cols {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: 34px;
}
.foot-logo {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}
.foot-logo span { color: var(--oranje); }
.foot-tag { font-size: 14px; margin-top: 10px; max-width: 32ch; }
.pagefoot h4 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--oranje);
  margin-bottom: 12px;
}
.pagefoot a, .pagefoot span {
  display: block;
  font-size: 14px;
  color: #c4cbdd;
  text-decoration: none;
  padding: 4px 0;
}
.pagefoot a:hover { color: #fff; }
.foot-base {
  margin-top: 38px;
  padding-top: 22px;
  border-top: 1px solid #2a3552;
  font-size: 13px;
  color: #8b94ac;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 880px) {
  .foot-cols { grid-template-columns: 1fr 1fr; }
  .topbar .shell { height: 62px; }
  .menu a { padding: 6px 10px; font-size: 14px; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .shell { padding: 0 18px; }
  .foot-cols { grid-template-columns: 1fr; gap: 24px; }
  .vaste-balk .shell { flex-direction: column; align-items: stretch; gap: 8px; }
  .vb-text { text-align: center; }
  .block-h::after { width: 10px; height: 10px; }
}
