/* ============================
   DISKE DOBBERS – Stylesheet
   ============================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Inter:wght@300;400;500;600&display=swap');

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

:root {
  --rood:    #a83228;
  --goud:    #c9923a;
  --donker:  #2b1a0e;
  --tekst:   #2e2218;
  --grijs:   #f7f3ee;
  --wit:     #ffffff;
  --rand:    #ddd5c8;
  --schaduw: rgba(43,26,14,0.18);
}

body {
  font-family: 'Inter', 'Segoe UI', sans-serif;
  font-weight: 400;
  color: var(--tekst);
  line-height: 1.7;
  overflow-x: hidden;
  background-color: #5a3318;
  background-image:
    repeating-linear-gradient(
      88deg,
      transparent 0px, transparent 22px,
      rgba(0,0,0,0.035) 22px, rgba(0,0,0,0.035) 24px
    ),
    repeating-linear-gradient(
      178deg,
      transparent 0px, transparent 55px,
      rgba(255,255,255,0.025) 55px, rgba(255,255,255,0.025) 57px
    ),
    linear-gradient(165deg,
      #7a4f2d 0%, #4e2b10 30%, #6e3f1e 55%, #3d1f08 80%, #5c3015 100%
    );
}

a {
  color: var(--rood);
  text-decoration: none;
  transition: color 0.2s;
}
a:hover { color: var(--goud); text-decoration: none; }

/* ============================
   NAVIGATIE
   ============================ */

nav {
  background: rgba(30, 14, 4, 0.97);
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 2px solid var(--goud);
}

.nav-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  padding: 0 24px;
}

.nav-logo {
  padding: 2px 0;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.nav-logo img {
  height: 66px;
  width: auto;
  display: block;
}

.nav-menu {
  list-style: none;
  display: flex;
}

.nav-menu > li { position: relative; }

.nav-menu > li > a {
  display: block;
  color: rgba(255,255,255,0.85);
  padding: 20px 16px;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
}

.nav-menu > li > a:hover,
.nav-menu > li > a.actief {
  color: var(--goud);
  border-bottom-color: var(--goud);
}

/* Dropdown */
.nav-menu li .dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  background: rgba(30,14,4,0.98);
  min-width: 210px;
  list-style: none;
  border: 1px solid rgba(201,146,58,0.3);
  border-top: 2px solid var(--goud);
}

.nav-menu li:hover .dropdown { display: block; }

.nav-menu li .dropdown li a {
  display: block;
  padding: 11px 18px;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.8);
  letter-spacing: 0.5px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: background 0.15s, color 0.15s;
}
.nav-menu li .dropdown li a:hover {
  background: rgba(201,146,58,0.15);
  color: var(--goud);
}

/* Hamburger */
.hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}
.hamburger span {
  display: block;
  width: 26px;
  height: 3px;
  background: var(--goud);
  margin: 5px 0;
  border-radius: 2px;
  transition: 0.3s;
}

/* ============================
   HERO
   ============================ */

.hero {
  background: linear-gradient(160deg, #1e0d04 0%, #3a1e0a 60%, #2b1208 100%);
  color: var(--wit);
  text-align: center;
  padding: 90px 24px 80px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    45deg,
    transparent, transparent 40px,
    rgba(201,146,58,0.03) 40px, rgba(201,146,58,0.03) 41px
  );
}

.hero-label {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--goud);
  border: 1px solid rgba(201,146,58,0.4);
  padding: 5px 16px;
  border-radius: 20px;
  margin-bottom: 22px;
}

.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 16px;
  line-height: 1.15;
}
.hero h1 span { color: var(--goud); }

.hero-lijn {
  width: 60px;
  height: 2px;
  background: var(--goud);
  margin: 20px auto;
  border-radius: 2px;
}

.hero p {
  font-size: 1.05rem;
  opacity: 0.8;
  max-width: 560px;
  margin: 0 auto;
  font-weight: 300;
}

/* Pagina header */
.pagina-header {
  background: linear-gradient(160deg, #1e0d04 0%, #3a1e0a 100%);
  color: var(--wit);
  padding: 50px 24px 44px;
  text-align: center;
  border-bottom: 2px solid var(--goud);
}
.pagina-header h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  letter-spacing: 3px;
  font-weight: 700;
}
.pagina-header h1 span { color: var(--goud); }

/* ============================
   CONTENT WRAPPER
   ============================ */

.content {
  max-width: 1140px;
  margin: 32px auto;
  padding: 52px 48px;
  background: var(--wit);
  border-radius: 4px;
  box-shadow: 0 8px 40px var(--schaduw), 0 1px 0 rgba(201,146,58,0.2) inset;
}

.content h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.7rem;
  color: var(--donker);
  margin-bottom: 22px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--rand);
  position: relative;
}
.content h2::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 48px;
  height: 2px;
  background: var(--goud);
}

.content p {
  margin-bottom: 16px;
  font-size: 0.975rem;
  color: #3a2a1a;
}

/* ============================
   HOME: OVER SECTIE
   ============================ */

.over-sectie {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 56px;
  align-items: start;
}

.over-sectie img {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 6px 28px rgba(0,0,0,0.22);
  border: 3px solid var(--rand);
}

.over-tekst ul {
  margin: 14px 0 14px 18px;
  columns: 2;
  column-gap: 20px;
}
.over-tekst ul li {
  margin-bottom: 5px;
  font-size: 0.9rem;
  color: #4a3520;
}

/* ============================
   HOME: PRODUCTEN
   ============================ */

.producten-sectie {
  background: #f0e8dc;
  max-width: 1140px;
  margin: 0 auto 32px;
  padding: 48px 48px;
  border-radius: 4px;
  box-shadow: 0 8px 40px var(--schaduw);
  border-top: 3px solid var(--goud);
}

.producten-sectie h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.7rem;
  color: var(--donker);
  margin-bottom: 6px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--rand);
  position: relative;
}
.producten-sectie h2::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 48px;
  height: 2px;
  background: var(--goud);
}
.producten-sectie > p { font-size: 0.95rem; color: #5a3e28; margin-bottom: 0; }

.producten-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 28px;
}

.product-kaart {
  background: var(--wit);
  border-radius: 4px;
  padding: 28px 24px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  border-top: 3px solid var(--goud);
  display: flex;
  flex-direction: column;
}
.product-kaart h3 {
  font-family: 'Playfair Display', serif;
  color: var(--donker);
  margin-bottom: 10px;
  font-size: 1.15rem;
}
.product-kaart p { font-size: 0.9rem; color: #5a3e28; flex: 1; }
.product-kaart a {
  display: inline-block;
  margin-top: 18px;
  background: var(--donker);
  color: var(--wit);
  padding: 9px 20px;
  border-radius: 2px;
  font-size: 0.8rem;
  letter-spacing: 0.8px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s;
  align-self: flex-start;
}
.product-kaart a:hover { background: var(--goud); color: var(--donker); }

/* ============================
   GALERIJ
   ============================ */

.galerij-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 24px;
}

.galerij-item {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  transition: transform 0.22s, box-shadow 0.22s;
  border: 2px solid transparent;
}
.galerij-item:hover {
  transform: scale(1.04);
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
  border-color: var(--goud);
}
.galerij-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Fotogalerij homepage */
.foto-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 32px;
}
.foto-item {
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  transition: transform 0.22s, box-shadow 0.22s;
  border: 2px solid transparent;
}
.foto-item:hover {
  transform: scale(1.04);
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
  border-color: var(--goud);
}
.foto-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Lightbox */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(20,8,2,0.93);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.lightbox.actief { display: flex; }
.lightbox img {
  max-width: 88vw;
  max-height: 88vh;
  border-radius: 3px;
  box-shadow: 0 0 60px rgba(0,0,0,0.7);
  border: 2px solid rgba(201,146,58,0.3);
}
.lightbox-sluit {
  position: absolute;
  top: 20px;
  right: 28px;
  color: rgba(255,255,255,0.7);
  font-size: 2.2rem;
  cursor: pointer;
  background: none;
  border: none;
  transition: color 0.2s;
}
.lightbox-sluit:hover { color: var(--goud); }
.lightbox-pijl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255,255,255,0.8);
  font-size: 2.4rem;
  cursor: pointer;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 10px 18px;
  border-radius: 2px;
  transition: background 0.2s, color 0.2s;
}
.lightbox-pijl:hover { background: rgba(201,146,58,0.25); color: var(--goud); }
.lightbox-pijl.links  { left: 20px; }
.lightbox-pijl.rechts { right: 20px; }

/* ============================
   VERKOOPADRESSEN
   ============================ */

.adressen-lijst {
  columns: 2;
  column-gap: 48px;
  margin-top: 24px;
}
.adres-item {
  break-inside: avoid;
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--rand);
}
.adres-item:last-child { border-bottom: none; }
.adres-item h3 {
  color: var(--goud);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.adres-item a, .adres-item span {
  color: #3a2a1a;
  font-size: 0.9rem;
  display: block;
  line-height: 1.5;
  padding: 5px 0;
}
.adres-item a:hover { color: var(--rood); }

/* ============================
   MEDIA PAGINA
   ============================ */

.media-item { margin-bottom: 44px; }
.media-item > p {
  font-size: 0.9rem;
  color: #6a4e32;
  margin-bottom: 16px;
  font-style: normal;
}
.media-item img {
  max-width: 100%;
  border-radius: 3px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.14);
  border: 1px solid var(--rand);
  margin-bottom: 12px;
}

/* ============================
   LINKS PAGINA
   ============================ */

.links-groep { margin-bottom: 38px; }
.links-groep ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.links-groep ul li a {
  display: inline-block;
  background: var(--grijs);
  border: 1px solid var(--rand);
  color: var(--tekst);
  padding: 8px 18px;
  border-radius: 2px;
  font-size: 0.88rem;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.links-groep ul li a:hover {
  background: var(--donker);
  color: var(--goud);
  border-color: var(--donker);
}

/* ============================
   CONTACT PAGINA
   ============================ */

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 56px;
  margin-top: 24px;
}
.contact-info h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  color: var(--donker);
  margin-bottom: 18px;
}
.contact-info p { font-size: 0.92rem; margin-bottom: 12px; color: #3a2a1a; }
.contact-info strong { color: var(--donker); }
.contact-info a { color: var(--rood); }

.contact-form label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #5a3e28;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid var(--rand);
  border-radius: 2px;
  font-size: 0.95rem;
  font-family: inherit;
  margin-bottom: 18px;
  background: var(--grijs);
  color: var(--tekst);
  transition: border-color 0.2s, background 0.2s;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--goud);
  background: var(--wit);
}
.contact-form textarea { height: 150px; resize: vertical; }
.contact-form button {
  background: var(--donker);
  color: var(--wit);
  border: none;
  padding: 13px 32px;
  border-radius: 2px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.contact-form button:hover { background: var(--goud); color: var(--donker); }

/* ============================
   FOOTER
   ============================ */

footer {
  background: rgba(20, 8, 2, 0.97);
  border-top: 2px solid var(--goud);
  color: rgba(255,255,255,0.55);
  text-align: center;
  padding: 28px 24px;
  font-size: 0.82rem;
  margin-top: 0;
  letter-spacing: 0.3px;
}
footer a { color: rgba(201,146,58,0.7); display: inline-block; padding: 6px 3px; }
footer a:hover { color: var(--goud); }

/* ============================
   NOTITIE BOX
   ============================ */

.notitie {
  background: #fdf6e8;
  border-left: 3px solid var(--goud);
  padding: 14px 18px;
  margin: 22px 0;
  font-size: 0.92rem;
  color: #5a3e28;
  border-radius: 0 2px 2px 0;
}

/* ============================
   RESPONSIVE
   ============================ */

@media (max-width: 960px) {
  .over-sectie { grid-template-columns: 1fr; }
  .over-tekst ul { columns: 1; }
  .producten-grid { grid-template-columns: repeat(2, 1fr); }
  .galerij-grid { grid-template-columns: repeat(3, 1fr); }
  .adressen-lijst { columns: 1; }
  .contact-grid { grid-template-columns: 1fr; }
  .content { padding: 36px 28px; }
  .producten-sectie { padding: 36px 28px; }
  .media-item img { max-width: 100% !important; }
}

@media (max-width: 768px) {
  .hero h1 { font-size: 2.2rem; }
  .producten-grid { grid-template-columns: 1fr; }
  .galerij-grid { grid-template-columns: repeat(2, 1fr); }
  .content { padding: 24px 16px; margin: 12px 8px; }
  .producten-sectie { padding: 24px 16px; margin: 0 8px 12px; }

  .nav-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(20,8,2,0.98);
    padding: 8px 0;
    border-top: 1px solid rgba(201,146,58,0.3);
    z-index: 999;
  }
  .nav-menu.open { display: flex; }
  .nav-menu > li > a {
    border-bottom: 1px solid rgba(255,255,255,0.06);
    padding: 14px 20px;
    margin-bottom: 0;
  }
  .nav-menu li .dropdown {
    position: static;
    border: none;
    border-top: none;
    background: rgba(255,255,255,0.04);
    display: block;
  }
  .hamburger { display: block; }
  .nav-inner { position: relative; }

  .media-item img { max-width: 100% !important; }
  .foto-grid { grid-template-columns: repeat(2, 1fr); }
  .pagina-header h1 { font-size: 1.7rem; }
}
