/* Feest Jukebox — statische site
   Kleuren en typografie overgenomen van de originele Joomla-site:
   blauw #0066b3, oranje #f58220, Arial. */

:root {
  --blauw: #0066b3;
  --blauw-donker: #005194;
  --oranje: #f58220;
  --oranje-donker: #d96f16;
  --inkt: #252525;
  --grijs: #6a7480;
  --lijn: #e4e4e4;
  --licht: #f5f5f5;
  --wit: #fff;
  --breed: 1140px;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--inkt);
  background: var(--wit);
  -webkit-text-size-adjust: 100%;
}

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

.wrap {
  max-width: var(--breed);
  margin: 0 auto;
  padding: 0 20px;
}

h1, h2, h3 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin: 0;
}

/* ---------- Schuine banner over de hele pagina ---------- */

.stempel {
  position: fixed;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 900;
}

.stempel-band {
  position: absolute;
  top: 58%;
  left: 50%;
  width: 240vmax;
  transform: translate(-50%, -50%) rotate(-15deg);
  background:
    linear-gradient(rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.24)),
    rgba(245, 130, 32, 20);
  border-top: 2px solid rgba(245, 130, 32, 55);
  border-bottom: 2px solid rgba(245, 130, 32, 55);
  padding: 12px 0;
  overflow: hidden;
}

.stempel-tekst {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: clamp(18px, 3vw, 25px);
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
  color: rgba(20, 20, 20, 5);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}

.stempel-tekst span { margin: 0 0.5em; }
.stempel-tekst .punt { color: rgba(245, 130, 32, 0.65); }

/* ---------- Bovenbalk ---------- */

.topbalk {
  background: var(--wit);
  border-bottom: 1px solid var(--lijn);
  font-size: 14px;
  position: relative;
  z-index: 950;
}

.topbalk .wrap {
  display: flex;
  justify-content: flex-end;
  gap: 22px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.topbalk a {
  color: var(--inkt);
  text-decoration: none;
}

.topbalk a:hover { color: var(--blauw); }

/* ---------- Kop en navigatie ---------- */

.kop {
  background: var(--wit);
  position: relative;
  z-index: 950;
}

.kop .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.kop-logo img { width: 230px; }

.nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.nav a {
  display: block;
  padding: 10px 16px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--inkt);
  text-decoration: none;
}

.nav a:hover,
.nav a.actief { color: var(--blauw); }

/* ---------- Te-koop melding ---------- */

.tekoop {
  background: var(--oranje);
  color: #21160a;
  text-align: center;
  padding: 26px 0;
  position: relative;
  z-index: 950;
}

.tekoop-kop {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.tekoop-tekst {
  margin: 0 0 16px;
  font-size: 16px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.tekoop-acties { margin: 0; }

/* ---------- Blauwe band met paginakop ---------- */

.band {
  background: var(--blauw);
  color: var(--wit);
  text-align: center;
  padding: 62px 0;
  position: relative;
  z-index: 10;
}

.band h1 {
  font-size: clamp(24px, 3.6vw, 38px);
  line-height: 1.25;
  margin: 0;
}

.band p {
  margin: 14px 0 0;
  font-size: clamp(14px, 1.7vw, 18px);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #cfe4f5;
}

/* ---------- Fotostrook ---------- */

.foto-strook img {
  width: 100%;
  max-height: 460px;
  object-fit: cover;
}

/* ---------- Secties ---------- */

.sectie { padding: 56px 0; }
.sectie--grijs { background: var(--licht); }

.sectie h2 {
  font-size: clamp(20px, 2.8vw, 30px);
  text-align: center;
  line-height: 1.3;
  margin: 0 0 16px;
}

.lood {
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
  color: var(--grijs);
  font-size: 17px;
}

.tekstblok {
  max-width: 820px;
  margin: 0 auto;
}

.tekstblok p { margin: 0 0 16px; }
.tekstblok ul { margin: 0 0 16px; padding-left: 20px; }
.tekstblok li { margin-bottom: 6px; }

/* ---------- Rasters ---------- */

.raster {
  display: grid;
  gap: 26px;
  margin-top: 34px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.raster--fotos img { border-radius: 2px; }

.kaart { text-align: center; }

.kaart img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin-bottom: 16px;
}

.kaart h3 {
  font-size: 17px;
  margin: 0 0 4px;
  color: var(--blauw);
}

.kaart p { margin: 0; color: var(--grijs); font-size: 15px; }

/* ---------- Prijzen ---------- */

.prijskaart {
  background: var(--wit);
  border: 1px solid var(--lijn);
  text-align: center;
  padding-bottom: 22px;
}

.prijskaart img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin-bottom: 18px;
}

.prijskaart h3 {
  font-size: 18px;
  margin: 0 0 6px;
}

.prijs {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: var(--blauw);
  margin: 0 0 4px;
}

.prijs-noot {
  font-size: 13px;
  color: var(--grijs);
  margin: 0 0 16px;
}

.prijskaart ul {
  list-style: none;
  margin: 0;
  padding: 0 22px;
  text-align: left;
}

.prijskaart li {
  padding: 8px 0 8px 22px;
  border-top: 1px solid var(--lijn);
  position: relative;
  font-size: 15px;
}

.prijskaart li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 17px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--oranje);
}

/* ---------- Contact ---------- */

.twee-koloms {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}

.twee-koloms h2 { text-align: left; }

.gegevens { list-style: none; margin: 0; padding: 0; }

.gegevens li {
  padding: 12px 0;
  border-bottom: 1px solid var(--lijn);
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
}

.gegevens .veld {
  font-weight: 700;
  min-width: 100px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--grijs);
  padding-top: 4px;
}

.gegevens .waarde { font-size: 16px; }

.melding {
  background: #fff5ea;
  border-left: 4px solid var(--oranje);
  padding: 18px 22px;
  max-width: 820px;
  margin: 0 auto;
}

.melding p { margin: 0 0 10px; }
.melding p:last-child { margin-bottom: 0; }

.knoprij { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 10px; }

/* ---------- Knoppen ---------- */

.knop {
  display: inline-block;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid transparent;
  margin: 4px 4px 0;
}

.knop--oranje { background: var(--oranje); color: #21160a; border-color: #21160a; }
.knop--oranje:hover { background: var(--oranje-donker); }
.knop--wit { background: var(--wit); color: #21160a; border-color: #21160a; }
.knop--wit:hover { background: #ffe9d3; }
.knop--blauw { background: var(--blauw); color: var(--wit); }
.knop--blauw:hover { background: var(--blauw-donker); }

/* ---------- Voet ---------- */

.voet {
  background: var(--blauw);
  color: #d6e8f7;
  padding: 42px 0 26px;
  font-size: 15px;
  position: relative;
  z-index: 950;
}

.voet a { color: var(--wit); }

.voet-raster {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.voet h2 {
  color: var(--wit);
  font-size: 17px;
  margin: 0 0 10px;
  text-align: left;
}

.voet p { margin: 0; }

.voet-onder {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  margin-top: 30px;
  padding-top: 18px;
  font-size: 13px;
  color: #b6d5ee;
  text-align: center;
}

/* ---------- Toegankelijkheid en klein scherm ---------- */

a:focus-visible {
  outline: 3px solid var(--oranje);
  outline-offset: 3px;
}

@media (max-width: 760px) {
  .kop .wrap { justify-content: center; }
  .kop-logo img { width: 195px; }
  .nav ul { justify-content: center; }
  .nav a { padding: 8px 11px; font-size: 14px; }
  .topbalk .wrap { justify-content: center; }
  .band { padding: 44px 0; }
  .sectie { padding: 40px 0; }
  .twee-koloms h2 { text-align: center; }
  .stempel-band { transform: translate(-50%, -50%) rotate(-22deg); }
}

@media print {
  .stempel { position: absolute; }
}
