:root {
  --sun: #ffe066;
  --gold: #ffd700;
  --lemon: #fffbe6;
  --softyellow: #fff7c4;
  --caramel: #ffecb3;
  --warmbrown: #4c453f;
  --accent: #fbc02d;
  --white: #fff;
  --shadow: 0 8px 32px #00000018;
  --shop-gradient: linear-gradient(90deg, #ffe066 0%, #ffd700 60%, #fbc02d 100%);
  --shop-glow: 0 0 18px 4px #ffd70099, 0 1px 18px #fbc02d77;
}
body {
  font-family: 'Montserrat', 'Nunito', Arial, sans-serif;
  background: var(--lemon);
  color: var(--warmbrown);
  margin: 0;
  line-height: 1.6;
}
.container { 
  max-width: 1200px; 
  margin: 0 auto; 
  padding: 0 30px; 
}
.nav-flex {
  display: flex; 
  align-items: center; 
  justify-content: space-between;
  padding: 20px 0;
  background: linear-gradient(90deg, var(--sun) 60%, var(--caramel) 100%);
  box-shadow: var(--shadow);
}
.logo { 
  display: flex; 
  align-items: center; 
  gap: 10px; 
  font-weight: bold; 
  color: var(--warmbrown); 
  font-size: 1.3rem; 
  text-decoration: none;
}
.logo img { height: 54px;}
nav ul { 
  display: flex; 
  gap: 28px; 
  list-style: none; 
  margin: 0; 
  padding: 0;
}
nav a {
  color: var(--warmbrown); 
  text-decoration: none; 
  font-weight: 600;
  font-size: 1.08rem; 
  padding: 9px 17px; 
  border-radius: 8px;
  transition: background .23s, color .23s;
}
nav a.active, nav a:hover { 
  background: var(--gold); 
  color: var(--white);
}
.header-contact { 
  display: flex; 
  gap: 14px; 
  align-items: center;
}
.header-contact a { 
  color: var(--warmbrown); 
  font-size: 1.06rem; 
  text-decoration: none; 
  background: var(--softyellow); 
  padding: 7px 13px; 
  border-radius: 7px; 
  display: flex; 
  align-items: center; 
  gap: 7px;
}
.header-contact a:hover { 
  background: var(--gold); 
  color: var(--white);
}
.hero {
  background: linear-gradient(120deg, var(--caramel) 60%, var(--sun) 100%);
  box-shadow: var(--shadow); 
  padding: 58px 0 38px 0; 
  position: relative;
  overflow: hidden;
}
.hero-flex { 
  display: flex; 
  gap: 56px; 
  align-items: center; 
  flex-wrap: wrap;
}
.hero-text { flex: 1; }
.hero-text h1 { 
  font-size: 3.1rem; 
  color: var(--accent); 
  font-weight: 400; 
  margin-bottom: 8px;
}
.hero-text h2 { 
  font-size: 1.48rem; 
  color: var(--warmbrown); 
  margin-bottom: 22px;
}
.hero-text .highlight { 
  background: var(--gold); 
  color: #fff; 
  padding: 3px 10px; 
  border-radius: 9px;
}
.hero-text p { 
  font-size: 1.18rem; 
  margin-bottom: 26px;
}
.btn-primary {
  background: var(--accent); 
  color: #fff; 
  font-weight: 700;
  border: none; 
  border-radius: 9px; 
  padding: 16px 38px; 
  font-size: 1.18rem;
  box-shadow: var(--shadow); 
  text-decoration: none; 
  transition: background .2s, transform .2s;
  display: inline-block; 
  margin-bottom: 18px;
}
.btn-primary:hover { 
  background: var(--gold); 
  transform: scale(1.05);
}
.hero-img img { 
  width: 375px; 
  border-radius: 28px; 
  box-shadow: var(--shadow); 
  max-width: 100%;
  height: auto;
}
.hero-gallery {
  display: flex; 
  gap: 18px; 
  justify-content: center; 
  margin-top: 32px;
  flex-wrap: wrap;
}
.hero-gallery img {
  width: 110px; 
  height: 90px; 
  object-fit: cover; 
  border-radius: 14px; 
  box-shadow: 0 6px 26px #0000000a;
  transition: transform .35s, box-shadow .2s;
  will-change: transform;
  max-width: 100%;
}
.hero-gallery img:hover { 
  transform: scale(1.11) rotate(-2deg); 
  box-shadow: 0 14px 38px #ffd70033;
}
.cta-strip { 
  background: var(--accent); 
  color: #fff; 
  padding: 44px 0; 
  margin-top: 90px;
}
.cta-strip .container { 
  display: flex; 
  align-items: center; 
  justify-content: space-between; 
  flex-wrap: wrap;
}
.cta-strip h2 { 
  font-size: 1.55rem; 
  font-weight: 700;
}
.btn-secondary {
  background: var(--gold); 
  color: #fff; 
  font-weight: 700; 
  border: none; 
  border-radius: 8px; 
  padding: 15px 32px;
  font-size: 1.15rem; 
  box-shadow: var(--shadow); 
  text-decoration: none; 
  transition: background .2s, transform .2s;
}
.btn-secondary:hover { 
  background: var(--warmbrown); 
  transform: scale(1.04);
}
footer { 
  background: var(--softyellow); 
  color: var(--warmbrown); 
  padding: 34px 0 12px 0; 
  margin-top: 65px;
}
.footer-flex { 
  display: flex; 
  justify-content: space-between; 
  align-items: center; 
  flex-wrap: wrap;
}
.footer-flex a { 
  color: var(--warmbrown); 
  text-decoration: underline; 
  margin: 0 12px;
  font-size: 1.08rem;
}
.copyright { 
  font-size: 1.01rem; 
  margin-top: 9px;
}
/* Bewegings- en fade-in animaties */
.fade-in { 
  opacity: 0; 
  transform: translateY(30px); 
  animation: fadeInAnim 1.1s forwards;
}
.fade-in.delay-1 { animation-delay: .22s;}
.fade-in.delay-2 { animation-delay: .44s;}
.fade-in.delay-3 { animation-delay: .66s;}
@keyframes fadeInAnim { 
  to { opacity: 1; transform: none;}
}
.slide-in-left { 
  opacity: 0; 
  transform: translateX(-40px); 
  animation: slideInLeft 1.1s forwards;
}
@keyframes slideInLeft { to { opacity: 1; transform: none; } }
.slide-in-right { 
  opacity: 0; 
  transform: translateX(40px); 
  animation: slideInRight 1.1s forwards;
}
@keyframes slideInRight { to { opacity: 1; transform: none; } }
.bounce { 
  animation: bounce 1.3s infinite alternate;
}
@keyframes bounce { to { transform: translateY(-7px) scale(1.05);}
}
.parallax-float img { 
  animation: floatY 4s ease-in-out infinite alternate;
}
@keyframes floatY { 
  0% { transform: translateY(-4px);} 
  100% { transform: translateY(16px);} 
}

/* VISUELE WEBSHOP LINK */
.webshop-link {
  display: inline-block;
  font-family: 'Montserrat', 'Nunito', Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: #111;
  background: var(--shop-gradient, linear-gradient(90deg, #ffe066 0%, #ffd700 60%, #fbc02d 100%));
  padding: 13px 38px;
  border-radius: 38px;
  box-shadow: var(--shop-glow, 0 0 18px 4px #ffd70099, 0 1px 18px #fbc02d77);
  text-decoration: none;
  transition: transform 0.22s, box-shadow 0.22s, background 0.22s, color 0.22s;
  outline: none;
  border: 2px solid #ffd700;
  margin: 22px 0 15px 0;
  position: relative;
  z-index: 3;
}
.webshop-link:hover,
.webshop-link:focus {
  background: linear-gradient(90deg, #ffd700 0%, #ffe066 60%, #fbc02d 100%);
  color: #4c453f;
  box-shadow: 0 0 28px 8px #ffd700cc, 0 1px 28px #fbc02d88;
  transform: scale(1.07) rotate(-2deg);
  border-color: #fbc02d;
  text-decoration: none;
}
.webshop-link::after {
  content: "🔆";
  font-size: 1.5em;
  margin-left: 12px;
  vertical-align: middle;
  filter: drop-shadow(0 0 3px #ffd700);
}

/* Responsief voor webshop-link en alle layout */
@media (max-width: 900px) {
  .container { padding: 0 12px;}
  .nav-flex, .footer-flex, .cta-strip .container { flex-direction: column; gap: 22px;}
  .logo img { height: 44px;}
  .hero-img img { width: 98vw; max-width: 340px;}
  .cta-strip { margin-top: 50px; padding: 28px 0;}
  .footer-flex a {
    font-size: 0.97rem;
    margin: 0 7px;
  }
  .webshop-link {
    font-size: 1.09rem;
    padding: 10px 20px;
    border-radius: 22px;
    margin: 14px 0 11px 0;
  }
  .webshop-link::after {
    font-size: 1.15em;
    margin-left: 7px;
  }
}
@media (max-width: 650px) {
  .nav-flex { padding: 14px 0;}
  nav ul { gap: 11px;}
  .logo { font-size: 1.05rem;}
  .hero-flex { flex-direction: column; gap: 32px;}
  .hero-img img { width: 100%; max-width: 320px;}
  .hero-text h1 { font-size: 1.7rem;}
  .hero-text h2 { font-size: 1.08rem;}
  .hero-text p { font-size: 1rem;}
  .btn-primary, .btn-secondary { font-size: 1.03rem; padding: 12px 16px;}
  .hero-gallery { gap: 10px; margin-top: 20px;}
  .hero-gallery img { width: 65px; height: 50px;}
  .footer-flex { gap: 13px;}
  .footer-flex a {
    font-size: 0.91rem;
    margin: 0 4px;
  }
  .webshop-link {
    font-size: 0.97rem;
    padding: 9px 12px;
    border-radius: 18px;
    margin: 12px 0 10px 0;
  }
}
@media (max-width: 430px) {
  .logo img { height: 32px;}
  .logo span { font-size: 1rem;}
  .hero-text h1 { font-size: 1.18rem;}
  .hero-text h2 { font-size: .98rem;}
  .cta-strip h2 { font-size: 1.1rem;}
  .copyright { font-size: .9rem;}
  .container { padding: 0 4px;}
  .footer-flex a {
    font-size: 0.79rem;
    margin: 0 2px;
  }
  .webshop-link {
    font-size: 0.91rem;
    padding: 8px 6px;
    border-radius: 12px;
    margin: 8px 0 6px 0;
  }
}