/* =========================================================
   Voshaar Catering — style.css
   ========================================================= */
:root {
  --red: #d7141f;
  --red-dark: #a30d19;
  --red-deep: #8e0a17;
  --navy: #0c2d6f;
  --navy-dark: #0a2358;
  --text: #2b2f3a;
  --muted: #4d5261;
  --white: #fff;
  --display: 'Poppins', system-ui, sans-serif;
  --body: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --container: 1440px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--body); color: var(--text); background: #fff; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { margin: 0; font-family: var(--display); }
p { margin: 0; }
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 48px; position: relative; }
:focus-visible { outline: 3px solid #ffb400; outline-offset: 3px; border-radius: 6px; }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; gap: 12px; font-family: var(--body); font-weight: 600; font-size: 18px; padding: 18px 34px; border-radius: 999px; line-height: 1; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; white-space: nowrap; }
.btn:hover { transform: translateY(-2px); }
.btn .ico { width: 22px; height: 22px; flex: none; }
.btn .arrow { width: 20px; height: 20px; margin-left: 4px; }
.btn-red { background: linear-gradient(180deg, #d9161f, #b20e18); color: #fff; box-shadow: 0 8px 20px rgba(160, 10, 22, .28); }
.btn-outline-white { border: 2px solid rgba(255, 255, 255, .85); }
.btn-ghost { color: #fff; border: 2px solid rgba(255, 255, 255, .85); background: transparent; padding: 18px 40px; }
.btn-ghost:hover { background: rgba(255, 255, 255, .1); }
.btn-white { background: #fff; color: var(--red); box-shadow: 0 10px 30px rgba(70, 0, 8, .25); font-size: 20px; padding: 24px 42px; }
.btn-white .ico { color: var(--red); width: 28px; height: 28px; }
.btn-sm { font-size: 16px; padding: 14px 26px; gap: 10px; }
.btn-sm .ico { width: 22px; height: 22px; }

/* ---------- decorations ---------- */
.fry {
  position: absolute; left: var(--x); top: var(--y);
  width: var(--w, 16px); height: var(--h, 46px); border-radius: 5px;
  background: linear-gradient(90deg, #e39a2b 0%, #ffd26b 38%, #ffe08c 55%, #eaa83c 100%);
  box-shadow: inset 0 -4px 6px rgba(170, 90, 10, .35), 0 6px 10px rgba(0, 0, 0, .18);
  transform: rotate(var(--r, 0deg)); opacity: var(--o, 1);
}
.drop { position: absolute; left: var(--x); top: var(--y); width: var(--s); height: var(--s); border-radius: 50%; background: radial-gradient(circle at 35% 35%, #ff5a4a, #c20f16 60%); }
.hero-deco img, .snacks-deco img, .maat-deco img, .cta-deco img, .snack-img img.mini {
  position: absolute; left: var(--x); top: var(--y); width: var(--w); transform: rotate(var(--r, 0deg));
  filter: drop-shadow(0 8px 10px rgba(0, 0, 0, .22));
}
.splash { position: absolute; left: var(--x); top: var(--y); width: var(--w); transform: rotate(var(--r, 0deg)); }

/* ---------- header ---------- */
.site-header { position: absolute; top: 0; left: 0; right: 0; z-index: 30; }
.header-inner { display: flex; align-items: center; gap: 40px; height: 130px; }
.logo img { width: 440px; height: auto; }
.site-header .logo { margin-top: 6px; margin-left: -8px; }
.main-nav { display: flex; gap: 42px; margin-left: auto; }
.main-nav a, .footer-nav a { white-space: nowrap; font-size: 16.5px; font-weight: 500; color: var(--navy); position: relative; padding: 6px 0; }
.main-nav a.active, .footer-nav a.active { color: var(--red); font-weight: 600; }
.main-nav a:hover, .footer-nav a:hover { color: var(--red); }
.header-cta { margin-left: 18px; }
.nav-toggle { display: none; }

/* ---------- hero ---------- */
.hero { position: relative; height: 1000px; overflow: hidden; background: #fff; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-deco { position: absolute; inset: 0; pointer-events: none; z-index: 1; }
.hero-img { position: absolute; z-index: 2; left: calc(50% - 206px); top: 96px; width: 1040px; max-width: none; filter: drop-shadow(0 20px 40px rgba(60, 0, 8, .35)); }
.hero-content { z-index: 5; padding-top: 222px; }
.hero h1 { color: #fff; font-style: italic; font-weight: 900; font-size: 116px; line-height: .98; letter-spacing: -2.5px; text-shadow: 0 6px 22px rgba(60, 0, 8, .28); }
.hero-lead { color: #fff; font-size: 20px; line-height: 1.6; margin-top: 30px; font-weight: 500; }
.hero-btns { display: flex; gap: 22px; margin-top: 38px; }
.hero-usps { list-style: none; margin: 76px 0 0; padding: 0; display: flex; gap: 44px; }
.hero-usps li { display: flex; align-items: center; gap: 14px; font-size: 15px; line-height: 1.35; color: var(--navy); }
.hero-usps svg { width: 40px; height: 40px; color: var(--red); flex: none; }
.hero-usps strong { display: block; font-weight: 600; }

.wave-cut { position: absolute; left: 0; right: 0; bottom: -1px; width: 100%; z-index: 4; pointer-events: none; display: block; }
.m-wave { display: none; }
.hero-front { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 4; pointer-events: none; }
.maat .wave-cut { height: 120px; }

/* ---------- section head ---------- */
.eyebrow { display: block; font-family: var(--body); font-weight: 600; color: var(--red); font-size: 15px; letter-spacing: 5px; text-transform: uppercase; }
.eyebrow-white { color: #fff; }
.eyebrow-lg { font-size: 19px; letter-spacing: 2px; text-align: center; }
.section-head { text-align: center; }
.section-head h2 { margin-top: 26px; color: var(--navy); font-style: italic; font-weight: 900; font-size: 64px; line-height: 1.05; letter-spacing: -1px; }
.section-head h2 em { color: var(--red); font-style: italic; }
.section-head p { margin-top: 24px; font-size: 20px; line-height: 1.6; color: var(--muted); }
.section-head p strong { color: var(--text); font-weight: 700; }

/* ---------- snacks ---------- */
.snacks { position: relative; padding: 20px 0 30px; }
.snacks-deco { position: absolute; top: -70px; width: 300px; height: 360px; pointer-events: none; }
.snacks-deco-left { left: 0; }
.snacks-deco-right { right: 0; top: 60px; width: 290px; height: 300px; }
.snack-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px 26px; margin-top: 62px; }
.snack-card { display: block; border-radius: 22px; overflow: hidden; background: #fff; box-shadow: 0 10px 26px rgba(20, 30, 60, .12); transition: transform .2s ease, box-shadow .2s ease; }
.snack-card:hover { transform: translateY(-5px); box-shadow: 0 16px 34px rgba(20, 30, 60, .18); }
.snack-img { position: relative; aspect-ratio: 300 / 294; background: radial-gradient(ellipse at 60% 30%, #ffffff 0%, #f1f1f3 60%, #e6e6ea 100%); overflow: hidden; }
.snack-img > img:not(.mini) { position: absolute; width: 136%; max-width: none; left: -14%; top: 5%; }
.snack-img > img.pos-center { width: 150%; left: -30%; top: 6%; }
.snack-img .fry { --w: 13px; z-index: 0; }
.snack-img img.mini { z-index: 0; }
.snack-label { display: block; background: linear-gradient(180deg, #df1822, #b90e1a); color: #fff; text-align: center; font-family: var(--display); font-style: italic; font-weight: 800; font-size: 25px; padding: 15px 10px 17px; letter-spacing: -.3px; }

/* ---------- snackcatering op maat ---------- */
.maat { position: relative; min-height: 700px; margin-top: 0; overflow: hidden; }
.maat-bg { position: absolute; inset: 0; width: 100%; height: 100%; }
.maat-deco { position: absolute; inset: 0; pointer-events: none; z-index: 1; }
.maat-inner { z-index: 5; padding-top: 110px; padding-bottom: 150px; }
.maat-text { max-width: 560px; }
.maat h2 { color: #fff; font-weight: 900; font-size: 76px; line-height: 1.02; letter-spacing: -1.5px; margin-top: 18px; }
.maat p { color: #fff; font-size: 20px; line-height: 1.6; margin: 30px 0 38px; }
.maat-visual { position: absolute; z-index: 2; right: -20px; top: 70px; width: 52%; max-width: 860px; }
.maat-visual img { width: 100%; filter: drop-shadow(0 20px 40px rgba(0, 10, 40, .5)); }
.badge-succes { position: absolute; right: 7%; top: 8%; width: 196px; height: 196px; border-radius: 50%; background: radial-gradient(circle at 40% 35%, #ee1c2a, #c10f1c); display: grid; place-items: center; box-shadow: 0 12px 30px rgba(0, 0, 0, .35); transform: rotate(-12deg); }
.badge-succes span { font-family: 'Caveat Brush', cursive; color: #fff; font-size: 44px; line-height: .95; text-align: center; }
.badge-arrow { position: absolute; left: -64px; bottom: -40px; width: 94px; transform: rotate(8deg); }

/* ---------- waarom ---------- */
.waarom { padding: 20px 0 70px; }
.usp-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 46px; }
.usp { text-align: center; padding: 0 12px; border-left: 1px solid #e4e5ea; }
.usp:first-child { border-left: 0; }
.usp-icon { width: 86px; height: 86px; border-radius: 50%; background: radial-gradient(circle at 40% 35%, #ef1e2b, #c50f1c); color: #fff; display: grid; place-items: center; margin: 0 auto 26px; box-shadow: 0 8px 18px rgba(200, 16, 30, .3); }
.usp-icon svg { width: 42px; height: 42px; }
.usp h3 { color: var(--navy); font-style: italic; font-weight: 800; font-size: 24px; letter-spacing: -.4px; }
.usp p { margin-top: 10px; font-size: 18px; line-height: 1.5; color: var(--muted); }

/* ---------- reviews ---------- */
.reviews { padding: 30px 0 80px; }
.reviews .section-head h2 { font-size: 56px; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 50px; }
.review { position: relative; background: #fff; border-radius: 22px; padding: 34px 32px 30px; box-shadow: 0 10px 30px rgba(20, 30, 60, .1); border-top: 5px solid var(--red); display: flex; flex-direction: column; }
.review::before { content: "\201C"; position: absolute; right: 26px; top: 6px; font-family: var(--display); font-weight: 900; font-size: 110px; line-height: 1; color: rgba(215, 20, 31, .1); }
.stars { color: #ffb400; font-size: 22px; letter-spacing: 3px; }
.review p { margin: 16px 0 26px; font-size: 18px; line-height: 1.65; color: var(--text); flex: 1; }
.review-author { display: flex; align-items: center; gap: 14px; font-size: 15px; color: var(--muted); }
.review-author strong { display: block; font-family: var(--display); font-style: italic; font-weight: 800; font-size: 19px; color: var(--navy); }
.avatar { width: 50px; height: 50px; border-radius: 50%; background: radial-gradient(circle at 40% 35%, #ef1e2b, #c50f1c); color: #fff; display: grid; place-items: center; font-family: var(--display); font-weight: 800; font-size: 20px; flex: none; }

/* ---------- CTA ---------- */
.cta { position: relative; min-height: 360px; overflow: hidden; }
.cta-bg { position: absolute; inset: 0; width: 100%; height: 100%; }
.cta-deco { position: absolute; inset: 0; pointer-events: none; z-index: 1; }
.cta-inner { z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-top: 100px; padding-bottom: 104px; padding-left: 180px; padding-right: 150px; }
.cta h2 { color: #fff; font-style: italic; font-weight: 800; font-size: 44px; white-space: nowrap; letter-spacing: -.6px; line-height: 1.1; }
.cta p { color: #fff; font-size: 19px; line-height: 1.75; margin-top: 12px; }

/* ---------- footer ---------- */
.site-footer { padding: 34px 0 70px; }
.footer-inner { display: flex; align-items: center; gap: 40px; }
.site-footer .logo img { width: 360px; }
.footer-nav { display: flex; gap: 38px; margin-left: auto; }
.footer-nav a { color: var(--text); }
.footer-right { display: flex; align-items: center; gap: 16px; margin-left: 30px; }
.social { width: 36px; height: 36px; color: var(--red); display: grid; place-items: center; }
.social svg { width: 34px; height: 34px; }
.footer-right .btn { margin-left: 16px; }

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 1360px) {
  .logo img { width: 360px; }
  .main-nav { gap: 28px; }
  .hero h1 { font-size: 100px; }
  .hero-img { width: 940px; left: calc(50% - 170px); top: 120px; }
  .cta-inner { padding-left: 150px; padding-right: 150px; }
  .footer-nav { gap: 24px; }
  .site-footer .logo img { width: 300px; }
}

@media (max-width: 1180px) {
  .main-nav, .header-cta { display: none; }
  .nav-toggle { display: flex; flex-direction: column; gap: 6px; margin-left: auto; background: var(--red); border: 0; border-radius: 12px; padding: 14px 12px; cursor: pointer; }
  .nav-toggle span { width: 26px; height: 3px; background: #fff; border-radius: 3px; transition: .2s; }
  .nav-open .main-nav { display: flex; position: fixed; inset: 0; background: #fff; flex-direction: column; align-items: center; justify-content: center; gap: 30px; z-index: 40; }
  .nav-open .main-nav a { font-size: 26px; }
  .nav-open .nav-toggle { position: fixed; right: 40px; top: 36px; z-index: 50; }
  .nav-open .nav-toggle span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
  .nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  .nav-open .nav-toggle span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }
  .hero h1 { font-size: 84px; }
  .hero-img { width: 820px; left: calc(50% - 100px); top: 160px; }
  .hero-lead br { display: none; }
  .hero-lead { max-width: 440px; }
  .hero-usps { gap: 26px; }
  .snack-grid { gap: 18px; }
  .snack-label { font-size: 21px; }
  .section-head h2 { font-size: 54px; }
  .maat h2 { font-size: 62px; }
  .usp h3 { font-size: 22px; }
  .usp p br { display: none; }
  .review-grid { grid-template-columns: 1fr; max-width: 640px; margin-left: auto; margin-right: auto; }
  .cta-inner { padding-left: 110px; padding-right: 110px; flex-direction: column; text-align: center; }
  .cta h2 { white-space: normal; }
  .hero-usps { position: relative; z-index: 5; }
  .footer-inner { flex-wrap: wrap; justify-content: center; }
  .footer-nav { margin: 0; order: 3; width: 100%; justify-content: center; flex-wrap: wrap; }
  .footer-right { margin-left: auto; }
}

@media (max-width: 900px) {
  .container { padding: 0 22px; }
  .header-inner { height: 96px; }
  .logo img { width: 260px; }
  .nav-open .nav-toggle { right: 22px; top: 22px; }
  .hero { height: auto; padding-bottom: 0; }
  .hero-bg, .maat-bg { display: none; }
  .hero { background: linear-gradient(160deg, #b30d1c 0%, #8e0a17 55%, #c7101f 100%); }
  .maat { background: linear-gradient(150deg, #0d2d6e 0%, #0a2358 60%, #123a86 100%); }
  .m-wave { display: block; position: absolute; left: 0; width: 100%; pointer-events: none; }
  .hero .m-wave-top { top: -1px; height: 115px; z-index: 1; }
  .hero .m-wave-bottom { bottom: -1px; height: 90px; z-index: 4; }
  .maat .m-wave-top { top: -1px; height: 45px; z-index: 1; }
  .maat .wave-cut { display: block; height: 70px; z-index: 4; }
  .hero-content { padding-top: 150px; }
  .hero h1 { font-size: 60px; letter-spacing: -1px; }
  .hero-lead { font-size: 17px; margin-top: 20px; }
  .hero-btns { flex-wrap: wrap; gap: 12px; margin-top: 26px; }
  .btn { font-size: 16px; padding: 15px 24px; }
  .hero-img { position: relative; left: auto; top: auto; width: 108%; margin: 30px 0 0 -4%; }
  .hero-usps li { color: #fff; }
  .hero-usps svg { color: #fff; }
  .hero-usps { flex-wrap: wrap; margin-top: 0; padding: 26px 0 10px; gap: 18px 24px; }
  .hero-content { display: flex; flex-direction: column; }
  .hero-usps { order: 5; }
  .hero-deco { display: none; }
  .hero { display: flex; flex-direction: column; }
  .hero-content { order: 1; }
  .hero-img { order: 2; margin-top: 10px; }
  .hero-front { display: none; }
  .snacks { padding-top: 40px; }
  .snacks-deco { display: none; }
  .section-head h2 { font-size: 38px; }
  .section-head p { font-size: 17px; }
  .section-head p br { display: none; }
  .snack-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 36px; }
  .snack-label { font-size: 18px; padding: 12px 6px 13px; }
  .maat { min-height: 0; }
  .maat-inner { padding-top: 80px; padding-bottom: 20px; }
  .maat h2 { font-size: 44px; }
  .maat p { font-size: 17px; }
  .maat-visual { position: relative; width: 112%; right: auto; top: auto; margin: 0 0 0 -6%; }
  .badge-succes { width: 130px; height: 130px; right: 6%; top: 2%; }
  .badge-succes span { font-size: 30px; }
  .badge-arrow { display: none; }
  .maat-deco { display: none; }
  .usp-grid { grid-template-columns: repeat(2, 1fr); gap: 36px 0; }
  .usp:nth-child(3) { border-left: 0; }
  .eyebrow-lg { font-size: 16px; line-height: 1.5; }
  .reviews .section-head h2 { font-size: 36px; }
  .review { padding: 28px 24px 24px; }
  .review p { font-size: 16px; }
  .cta-inner { padding: 90px 22px; }
  .cta h2 { font-size: 30px; white-space: normal; }
  .cta p { font-size: 16px; }
  .cta-deco { opacity: .45; }
  .footer-right { margin: 0 auto; }
  .site-footer .logo img { width: 260px; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 50px; }
  .snack-grid { gap: 12px; }
  .usp-grid { grid-template-columns: 1fr; }
  .usp { border-left: 0; }
  .footer-right { flex-wrap: wrap; justify-content: center; }
  .footer-right .btn { margin-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn, .snack-card { transition: none; }
}