@font-face{
  font-family: "Inter";
  src: url("/static/fonts/Inter-Variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

/* static/css/base.css */

/* ===== Basis reset ===== */
* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  line-height: 1.45;
  color: #111;

  padding-top: 90px;
  padding-bottom: 72px;
}

/* ===== Header ===== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;

  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;

  background: #fff;
  border-bottom: 1px solid #ddd;
}

.header-left,
.header-center,
.header-right {
  display: flex;
  align-items: center;
}

.header-left { justify-content: flex-start; }
.header-center { justify-content: center; }
.header-right { justify-content: flex-end; }

.logo-center {
  height: 36px;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

/* ===== Navigatieknoppen ===== */
.nav-btn {
  text-decoration: none;
  color: #111;
  background: #E2C55C;
  border: 1px solid #d1b34f;
  padding: 6px 14px;
  border-radius: 14px;
  font-size: 0.95rem;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.1s ease;
}

.nav-btn:hover {
  background: #d1b34f;
  transform: translateY(-1px);
}

/* ===== Hamburger menu ===== */
.menu-wrap {
  position: relative;
  display: inline-flex;
}

.menu-btn {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #d1b34f;
  background: #E2C55C;
  color: #111;

  width: 44px;
  height: 36px;
  border-radius: 14px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
  transition: background 0.2s ease, transform 0.1s ease;
}

.menu-btn:hover {
  background: #d1b34f;
  transform: translateY(-1px);
}

/* Hamburger icon */
.menu-icon {
  width: 18px;
  height: 12px;
  position: relative;
  display: inline-block;
}

.menu-icon::before,
.menu-icon::after,
.menu-icon span {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #111;
  border-radius: 2px;
}

.menu-icon::before { top: 0; }
.menu-icon span     { top: 5px; }
.menu-icon::after  { bottom: 0; }

/* ===== Dropdown (subtiel wit) ===== */
.menu-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;

  min-width: 220px;
  padding: 8px;

  background: #fff;
  border: 1px solid #ddd;
  border-radius: 14px;

  display: none;
  flex-direction: column;
  gap: 6px;

  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.menu-wrap[data-open="1"] .menu-dropdown {
  display: flex;
}

.menu-item {
  display: block;
  width: 100%;
  text-align: left;

  text-decoration: none;
  color: #111;

  background: #fff9c4;
  border-radius: 10px;

  padding: 8px 10px;
  white-space: nowrap;

  font-weight: 600;   /* <-- hier toegevoegd voor nadruk */

  transition: background 0.15s ease;
}

.menu-item:hover {
  background: #f2f2f2;
}

/* ===== Main ===== */
.site-main {
  max-width: 1100px;
  margin: 0 auto;
  padding: 14px;
}

/* ===== Responsive afbeeldingen ===== */
.site-main img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ===== Footer ===== */
.site-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;

  background: #fff;
  border-top: 1px solid #ddd;

  padding: 16px 14px;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;

  font-size: 0.95rem;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}

.footer-social {
  display: flex;
  align-items: center;
}

.footer-social a {
  text-decoration: none;
  color: #111;
  text-transform: none;
  letter-spacing: normal;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 22px;
  height: 22px;

  font-size: 0;
  line-height: 0;
}

.footer-social a::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background-color: currentColor;

  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.5 2C4.46 2 2 4.46 2 7.5v9C2 19.54 4.46 22 7.5 22h9c3.04 0 5.5-2.46 5.5-5.5v-9C22 4.46 19.54 2 16.5 2h-9zm0 2h9C18.43 4 20 5.57 20 7.5v9c0 1.93-1.57 3.5-3.5 3.5h-9C5.57 20 4 18.43 4 16.5v-9C4 5.57 5.57 4 7.5 4zm4.5 2.5A5.5 5.5 0 1 0 17.5 12 5.51 5.51 0 0 0 12 6.5zm0 2A3.5 3.5 0 1 1 8.5 12 3.5 3.5 0 0 1 12 8.5zm5.25-.88a1.12 1.12 0 1 0 1.12 1.12 1.12 1.12 0 0 0-1.12-1.12z'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.5 2C4.46 2 2 4.46 2 7.5v9C2 19.54 4.46 22 7.5 22h9c3.04 0 5.5-2.46 5.5-5.5v-9C22 4.46 19.54 2 16.5 2h-9zm0 2h9C18.43 4 20 5.57 20 7.5v9c0 1.93-1.57 3.5-3.5 3.5h-9C5.57 20 4 18.43 4 16.5v-9C4 5.57 5.57 4 7.5 4zm4.5 2.5A5.5 5.5 0 1 0 17.5 12 5.51 5.51 0 0 0 12 6.5zm0 2A3.5 3.5 0 1 1 8.5 12 3.5 3.5 0 0 1 12 8.5zm5.25-.88a1.12 1.12 0 1 0 1.12 1.12 1.12 1.12 0 0 0-1.12-1.12z'/%3E%3C/svg%3E") no-repeat center / contain;
}

.footer-social a:hover {
  opacity: 0.75;
}

/* ===== Globaal compacter ===== */
h1, h2, h3 {
  margin: 0 0 10px 0;
}

p {
  margin: 6px 0;
}

ul, ol {
  margin: 6px 0 6px 18px;
  padding: 0;
}

li {
  margin: 3px 0;
}
