/* Perspectiefpodium — basisstijl.
   Eén stijlbestand voor alle pagina's. Kleuren, maten en lettertypen staan als
   variabelen bovenaan, zodat een volgend event alleen deze waarden hoeft aan
   te passen.

   Uitgangspunten van deze opmaak:
   - Diep blauw en goud komen uit het beeld boven de vouw (de Europese vlag),
     zodat kleur en foto elkaar niet tegenspreken.
   - Rechte hoeken en haarlijnen in plaats van kaarten met schaduw.
   - Groot verschil tussen kop en tekst; de rust komt uit witruimte, niet uit
     extra kleuren. */

:root {
  --inkt: #14171c;
  --inkt-zacht: #4d5461;
  --inkt-licht: #7b8391;
  --wit: #ffffff;
  --papier: #ffffff;
  --band: #f4f2ed;
  --lijn: #e0ddd5;

  --blauw: #14315e;
  --blauw-diep: #0c1e3c;
  --blauw-donker: #0f2648;
  --goud: #c8952a;
  --goud-licht: #e8b93f;

  --kop: "Instrument Serif", Georgia, "Times New Roman", serif;
  --tekst: "Instrument Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;

  --breed: 1140px;
  --smal: 660px;
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--papier);
  color: var(--inkt);
  font-family: var(--tekst);
  font-size: 17.5px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--blauw); }

.wrap { width: 100%; max-width: var(--breed); margin: 0 auto; padding: 0 28px; }
.smal { max-width: var(--smal); }

h1, h2, h3 {
  font-family: var(--kop);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.015em;
  margin: 0;
}

/* Klein kapitaal-label boven een sectiekop. */
.label {
  font-family: var(--tekst);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--goud);
  margin: 0 0 14px;
}

/* ---------- kop van de pagina ---------- */

.topbar {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 20;
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 76px;
}
.merk {
  font-family: var(--kop);
  font-size: 21px;
  color: var(--wit);
  text-decoration: none;
  letter-spacing: -0.01em;
}
.topnav { display: flex; align-items: center; gap: 26px; }
.topnav a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}
.topnav a:hover { color: var(--wit); }

/* Op tekstpagina's staat de balk op wit in plaats van op een foto. */
.topbar.op-wit { position: static; background: var(--wit); border-bottom: 1px solid var(--lijn); }
.topbar.op-wit .merk { color: var(--inkt); }
.topbar.op-wit .topnav a { color: var(--inkt-zacht); }
.topbar.op-wit .topnav a:hover { color: var(--inkt); }
.topbar.op-wit .knop { color: var(--wit); }

/* ---------- knoppen ---------- */

.knop {
  display: inline-block;
  background: var(--goud);
  color: var(--blauw-diep);
  font-family: var(--tekst);
  font-size: 15.5px;
  font-weight: 600;
  text-decoration: none;
  padding: 13px 24px;
  border: 1px solid var(--goud);
  border-radius: 0;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.knop:hover { background: var(--goud-licht); border-color: var(--goud-licht); }

.knop-rand {
  background: transparent;
  color: var(--wit);
  border-color: rgba(255, 255, 255, 0.45);
}
.knop-rand:hover { background: rgba(255, 255, 255, 0.1); border-color: var(--wit); }

.knop-blauw { background: var(--blauw); border-color: var(--blauw); color: var(--wit); }
.knop-blauw:hover { background: var(--blauw-donker); border-color: var(--blauw-donker); }

.knop-groot { font-size: 17px; padding: 16px 30px; }

/* ---------- beeld boven de vouw ---------- */

.hero {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: flex-end;
  padding: 150px 0 64px;
  background: var(--blauw-diep);
  overflow: hidden;
}
.hero-foto {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% 45%;
}
/* Twee lagen over de foto: een donkere hoek linksonder waar de tekst staat,
   en een lichte sluier over het geheel. Zonder die tweede laag verdwijnt de
   witte tekst in de lucht op brede schermen. */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(9, 22, 44, 0.92) 0%, rgba(9, 22, 44, 0.72) 42%, rgba(9, 22, 44, 0.18) 78%),
    linear-gradient(to top, rgba(9, 22, 44, 0.55), rgba(9, 22, 44, 0) 55%);
}
.hero .wrap { position: relative; z-index: 2; }

.hero .datum {
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: var(--goud-licht);
  margin: 0 0 20px;
}
/* De titel hoort op één regel te staan. clamp() schaalt hem mee met de
   schermbreedte; onder 700 px mag hij afbreken, want dan past hij niet meer. */
.hero h1 {
  color: var(--wit);
  font-size: clamp(38px, 7.4vw, 96px);
  white-space: nowrap;
  margin: 0;
}
.hero .onder {
  font-size: clamp(18px, 2vw, 22px);
  color: rgba(255, 255, 255, 0.86);
  margin: 22px 0 0;
  max-width: 34ch;
}
.hero-acties { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero .klein { font-size: 14.5px; color: rgba(255, 255, 255, 0.66); margin: 18px 0 0; }

/* ---------- secties ---------- */

section { padding: 88px 0; }
.sectie-titel { font-size: clamp(30px, 4.2vw, 46px); margin-bottom: 30px; }
.op-band { background: var(--band); }

.inleiding { font-size: 19.5px; color: var(--inkt-zacht); }
.inleiding p { margin: 0 0 20px; }
.inleiding p:last-child { margin-bottom: 0; }

/* ---------- sprekers ---------- */

.sprekers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.spreker img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: var(--band);
  margin-bottom: 20px;
}
.spreker h3 { font-size: 27px; margin-bottom: 3px; }
.spreker .rol {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--goud);
  margin: 0 0 14px;
}
.spreker p { font-size: 16px; color: var(--inkt-zacht); margin: 0; line-height: 1.58; }

/* ---------- programma ---------- */

.rooster { border-top: 1px solid var(--lijn); }
.blok {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 26px;
  padding: 19px 0;
  border-bottom: 1px solid var(--lijn);
  align-items: baseline;
}
.blok .tijd {
  font-variant-numeric: tabular-nums;
  font-size: 15px;
  font-weight: 600;
  color: var(--inkt-licht);
  white-space: nowrap;
}
.blok .wat { font-size: 17.5px; }
.blok .wat small { display: block; font-size: 14.5px; color: var(--inkt-licht); margin-top: 1px; }
.blok.kern .wat { font-weight: 600; }

/* ---------- praktisch ---------- */

.feiten { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--lijn); border: 1px solid var(--lijn); }
.feit { background: var(--papier); padding: 26px 28px; }
.op-band .feit { background: var(--band); }
.feit h3 {
  font-family: var(--tekst);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--inkt-licht);
  margin-bottom: 9px;
}
.feit p { margin: 0; font-size: 17px; }
.feit p + p { margin-top: 5px; }
.feit .klein { font-size: 14.5px; color: var(--inkt-licht); }

/* ---------- tickets ---------- */

.ticket-vak {
  background: var(--wit);
  border: 1px solid var(--lijn);
  padding: 10px;
  min-height: 220px;
}
.plaatshouder {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 210px;
  padding: 30px;
  color: var(--inkt-licht);
  font-size: 15px;
  border: 1px dashed var(--lijn);
}

/* ---------- mailinglijst ---------- */

.aanmelden {
  background: var(--blauw-diep);
  color: var(--wit);
  padding: 84px 0;
}
.aanmelden .label { color: var(--goud-licht); }
.aanmelden h2 { color: var(--wit); font-size: clamp(30px, 4.2vw, 46px); margin-bottom: 16px; }
.aanmelden .uitleg { font-size: 19px; color: rgba(255, 255, 255, 0.78); margin: 0; max-width: 46ch; }
.aanmeldformulier { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; max-width: 560px; }
.aanmeldformulier input[type="email"] {
  flex: 1 1 280px;
  min-width: 0;
  font-family: var(--tekst);
  font-size: 16.5px;
  padding: 15px 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.07);
  color: var(--wit);
  border-radius: 0;
}
.aanmeldformulier input[type="email"]::placeholder { color: rgba(255, 255, 255, 0.45); }
.aanmeldformulier input[type="email"]:focus { outline: 2px solid var(--goud); outline-offset: 1px; }
.melding { font-size: 15.5px; margin: 16px 0 0; min-height: 1.3em; }
.melding.goed { color: #a8dcae; }
.melding.fout { color: #f3aaa2; }
.toestemming { font-size: 13.5px; color: rgba(255, 255, 255, 0.55); margin: 16px 0 0; max-width: 58ch; }
.toestemming a { color: rgba(255, 255, 255, 0.8); }

/* Kleine herhaling van de aanmeldregel, hoog op de pagina. */
.strook {
  background: var(--band);
  border-top: 1px solid var(--lijn);
  border-bottom: 1px solid var(--lijn);
  padding: 18px 0;
  font-size: 15.5px;
  color: var(--inkt-zacht);
}
.strook .wrap { display: flex; flex-wrap: wrap; gap: 10px 18px; align-items: center; justify-content: space-between; }
.strook a { font-weight: 600; }

/* ---------- melding ---------- */

.let-op {
  background: #fbf4e4;
  border-left: 3px solid var(--goud);
  padding: 18px 22px;
  font-size: 15.5px;
  color: #5c451a;
}

/* ---------- voet ---------- */

footer {
  background: var(--blauw-diep);
  color: rgba(255, 255, 255, 0.6);
  padding: 52px 0;
  font-size: 14.5px;
}
.voet { display: flex; flex-wrap: wrap; gap: 30px; justify-content: space-between; }
footer strong { color: var(--wit); font-weight: 600; }
footer a { color: rgba(255, 255, 255, 0.75); text-decoration: none; }
footer a:hover { color: var(--wit); text-decoration: underline; }
footer p { margin: 0 0 7px; }
.voet-links { display: flex; flex-wrap: wrap; gap: 22px; }

/* ---------- tekstpagina's ---------- */

.doc { padding: 60px 0 80px; }
.doc h1 { font-size: clamp(34px, 5vw, 50px); margin-bottom: 10px; }
.doc .gewijzigd { font-size: 14px; color: var(--inkt-licht); margin: 0 0 38px; }
.doc h2 { font-size: 25px; margin: 40px 0 12px; }
.doc p, .doc li { color: var(--inkt-zacht); font-size: 17px; }
.doc ul { padding-left: 20px; }
.doc li { margin-bottom: 7px; }

/* ---------- klein scherm ---------- */

@media (max-width: 900px) {
  .sprekers { grid-template-columns: 1fr; gap: 40px; }
  .feiten { grid-template-columns: 1fr; }
  .spreker img { aspect-ratio: 3 / 2; object-position: 50% 30%; }
}

@media (max-width: 700px) {
  body { font-size: 17px; }
  .hero { min-height: 560px; padding: 120px 0 48px; }
  .hero h1 { white-space: normal; }
  .hero-foto { object-position: 50% 40%; }
  section { padding: 60px 0; }
  .aanmelden { padding: 60px 0; }
  .blok { grid-template-columns: 1fr; gap: 2px; }
  .topnav a:not(.knop) { display: none; }
  .wrap { padding: 0 20px; }
}
