/* ============================================================
   Visspeciaalzaak van Bakel — style.css
   Huisstijl: diep oceaan-teal + warm koraal accent
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  /* Accentkleuren — afgeleid van zee/vis identiteit */
  --primary:        #0E7C8B;   /* oceaan teal */
  --primary-hover:  #0B6675;
  --primary-deep:   #084E5A;
  --primary-tint:   #EAF6F7;
  --primary-tint-2: #CDEBEE;

  --coral:          #E8654A;   /* warm koraal accent */
  --coral-deep:     #C94E36;

  --ink:            #0A2A33;   /* diep navy-teal voor headings */
  --text:          #234049;
  --text-soft:     #51686F;
  --text-muted:    #8499A0;

  --white:          #FFFFFF;
  --bg:             #FFFFFF;
  --bg-alt:         #F3F9FA;
  --bg-warm:        #FBF7F2;
  --bg-dark:        #084E5A;
  --bg-darker:      #062F37;

  --line:           #E1ECEE;
  --line-soft:      #EEF5F6;

  --gold:           #F6B33E;   /* sterren */

  --shadow-sm: 0 2px 8px rgba(8,78,90,.06);
  --shadow-md: 0 12px 34px rgba(8,78,90,.10);
  --shadow-lg: 0 28px 64px rgba(8,78,90,.16);

  --r-sm: 10px;
  --r-md: 18px;
  --r-lg: 28px;
  --r-xl: 38px;

  --maxw: 1240px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Manrope', system-ui, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
  font-size: 17px;
  overflow-x: hidden;
}

h1, h2, h3, h4 { font-family: 'Fraunces', Georgia, serif; color: var(--ink); line-height: 1.08; font-weight: 600; letter-spacing: -0.01em; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.serif { font-family: 'Fraunces', serif; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 26px; }
.section { padding: 96px 0; position: relative; }
.section--alt { background: var(--bg-alt); }
.section--warm { background: var(--bg-warm); }
.section--dark { background: var(--bg-darker); color: #DCEAEC; }
.section--dark h1,.section--dark h2,.section--dark h3 { color: #fff; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 12.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--primary); margin-bottom: 18px;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--coral); border-radius: 2px; }
.section--dark .eyebrow { color: #6FD2DE; }

.sec-head { max-width: 660px; margin-bottom: 54px; }
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.sec-head.center .eyebrow::before { display: none; }
.sec-head h2 { font-size: clamp(30px, 4vw, 46px); margin-bottom: 16px; }
.sec-head p { color: var(--text-soft); font-size: 18px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 15px 28px; border-radius: 100px; font-weight: 700; font-size: 15.5px;
  cursor: pointer; border: 2px solid transparent; transition: all .3s var(--ease);
  font-family: 'Manrope', sans-serif; white-space: nowrap;
}
.btn svg { width: 17px; height: 17px; }
.btn-primary { background: var(--primary); color: #fff; box-shadow: 0 10px 26px rgba(14,124,139,.32); }
.btn-primary:hover { background: var(--primary-hover); transform: translateY(-2px); box-shadow: 0 16px 34px rgba(14,124,139,.42); }
.btn-coral { background: var(--coral); color: #fff; box-shadow: 0 10px 26px rgba(232,101,74,.32); }
.btn-coral:hover { background: var(--coral-deep); transform: translateY(-2px); }
.btn-outline { background: transparent; border-color: var(--line); color: var(--ink); }
.btn-outline:hover { border-color: var(--primary); color: var(--primary); transform: translateY(-2px); }
.btn-ghost-light { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.28); color: #fff; }
.btn-ghost-light:hover { background: rgba(255,255,255,.16); }
.btn-block { width: 100%; }

/* ============================================================
   NAVIGATIE
   ============================================================ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(255,255,255,.96); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line-soft);
  transition: background .35s var(--ease), border-color .35s var(--ease);
}
.nav-inner { max-width: var(--maxw); margin: 0 auto; padding: 0 26px; height: 78px; display: flex; align-items: center; gap: 28px; }
.nav-logo { display: flex; align-items: center; gap: 12px; transition: opacity .35s var(--ease); }
.nav-logo-mark {
  width: 44px; height: 44px; border-radius: 13px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--primary), var(--primary-deep));
  display: grid; place-items: center; box-shadow: var(--shadow-sm);
}
.nav-logo-mark svg { width: 26px; height: 26px; }
.nav-logo-txt { line-height: 1.05; }
.nav-logo-txt b { font-family: 'Fraunces', serif; font-weight: 600; font-size: 18px; color: var(--ink); display: block; letter-spacing: -0.01em; }
.nav-logo-txt span { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--primary); font-weight: 700; }
.nav-links { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.nav-links a { padding: 9px 15px; font-size: 15px; font-weight: 600; color: var(--ink); border-radius: 100px; transition: all .25s var(--ease); }
.nav-links a:hover, .nav-links a.active { color: var(--primary); background: var(--primary-tint); }
.nav-phone { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 14.5px; color: var(--ink); padding: 9px 14px; border-radius: 100px; transition: all .25s var(--ease); }
.nav-phone:hover { background: var(--primary-tint); }
.nav-phone svg { width: 16px; height: 16px; color: var(--primary); }
.nav-cta { margin-left: 4px; }

.nav.is-scrolled { background: rgba(8,47,55,.92); border-color: rgba(255,255,255,.08); }
.nav.is-scrolled .nav-logo-txt b { color: #fff; }
.nav.is-scrolled .nav-links a { color: #CDE6E9; }
.nav.is-scrolled .nav-links a:hover, .nav.is-scrolled .nav-links a.active { color: #fff; background: rgba(255,255,255,.12); }
.nav.is-scrolled .nav-phone { color: #fff; }
.nav.is-scrolled .nav-phone svg { color: #6FD2DE; }
.nav.is-scrolled .nav-logo-mark { background: rgba(255,255,255,.12); }

.nav-burger { display: none; margin-left: auto; width: 46px; height: 46px; border-radius: 12px; border: 1px solid var(--line); background: #fff; cursor: pointer; position: relative; }
.nav-burger span { position: absolute; left: 12px; right: 12px; height: 2px; background: var(--ink); border-radius: 2px; transition: all .3s var(--ease); }
.nav-burger span:nth-child(1){ top: 16px; } .nav-burger span:nth-child(2){ top: 22px; } .nav-burger span:nth-child(3){ top: 28px; }
.nav.is-scrolled .nav-burger { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.2); }
.nav.is-scrolled .nav-burger span { background: #fff; }

/* Mobile menu */
.mob-backdrop { position: fixed; inset: 0; background: rgba(6,47,55,.5); backdrop-filter: blur(4px); z-index: 110; opacity: 0; pointer-events: none; transition: opacity .35s var(--ease); }
.mob-backdrop.open { opacity: 1; pointer-events: auto; }
.mob-menu { position: fixed; top: 0; right: 0; bottom: 0; width: min(360px, 86vw); background: #fff; z-index: 120; transform: translateX(100%); transition: transform .4s var(--ease); padding: 26px; display: flex; flex-direction: column; overflow-y: auto; }
.mob-menu.open { transform: translateX(0); }
.mob-menu-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; }
.mob-close { width: 44px; height: 44px; border-radius: 12px; border: 1px solid var(--line); background: #fff; cursor: pointer; font-size: 22px; color: var(--ink); }
.mob-menu nav a { display: block; padding: 15px 4px; font-size: 19px; font-weight: 600; font-family: 'Fraunces', serif; color: var(--ink); border-bottom: 1px solid var(--line-soft); }
.mob-menu nav a.sub { font-size: 15px; font-family: 'Manrope'; color: var(--text-soft); padding-left: 18px; }
.mob-menu .btn { margin-top: 24px; }
.mob-phone { margin-top: auto; padding-top: 24px; display: flex; align-items: center; gap: 10px; font-weight: 700; color: var(--primary); font-size: 1.05rem; }
.mob-phone svg { width: 22px; height: 22px; flex: none; }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; min-height: 92vh; display: flex; align-items: center; padding-top: 78px; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity 1.2s var(--ease); background-color: var(--primary-deep); }
.hero-slide.active { opacity: 1; }
.hero-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(110deg, rgba(6,47,55,.92) 0%, rgba(8,78,90,.78) 45%, rgba(14,124,139,.40) 100%); }
.hero-overlay::after { content:""; position:absolute; inset:0; background: radial-gradient(120% 80% at 80% 20%, transparent 40%, rgba(6,47,55,.55) 100%); }
.hero .wrap { position: relative; z-index: 2; width: 100%; }
.hero-content { max-width: 760px; color: #fff; }
.hero-eyebrow { display:inline-flex; align-items:center; gap:9px; font-size:13px; font-weight:700; letter-spacing:.16em; text-transform:uppercase; color:#9FE2EB; margin-bottom: 22px; }
.hero-eyebrow::before { content:""; width:30px; height:2px; background: var(--coral); }
.hero h1 { font-size: clamp(38px, 6.2vw, 76px); color: #fff; font-weight: 600; line-height: 1.02; margin-bottom: 22px; }
.hero h1 em { color: var(--coral); font-style: italic; }
.hero-desc { font-size: clamp(17px, 2vw, 20px); color: #D5E8EB; max-width: 560px; margin-bottom: 34px; line-height: 1.6; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 44px; margin-top: 56px; flex-wrap: wrap; }
.hero-stat b { font-family: 'Fraunces', serif; font-size: 40px; color: #fff; display: block; line-height: 1; }
.hero-stat span { font-size: 14px; color: #9FE2EB; font-weight: 600; }
.hero-scroll { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 2; color: rgba(255,255,255,.6); font-size: 12px; letter-spacing: .2em; text-transform: uppercase; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.hero-scroll::after { content:""; width: 1px; height: 34px; background: linear-gradient(rgba(255,255,255,.6), transparent); animation: scrolldot 2s var(--ease) infinite; }
@keyframes scrolldot { 0%{transform:scaleY(0);transform-origin:top;} 50%{transform:scaleY(1);transform-origin:top;} 51%{transform:scaleY(1);transform-origin:bottom;} 100%{transform:scaleY(0);transform-origin:bottom;} }

/* ============================================================
   UITGELICHT (featured product band)
   ============================================================ */
.featured { background: linear-gradient(135deg, var(--primary-deep), var(--primary)); color: #fff; border-radius: var(--r-xl); overflow: hidden; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; box-shadow: var(--shadow-lg); }
.featured-txt { padding: 60px clamp(30px,5vw,64px); }
.featured-txt .eyebrow { color: #9FE2EB; }
.featured-txt .eyebrow::before { background: var(--coral); }
.featured-txt h2 { color: #fff; font-size: clamp(30px, 4vw, 48px); margin-bottom: 18px; }
.featured-txt p { color: #D5E8EB; font-size: 18px; margin-bottom: 30px; max-width: 460px; }
.featured-img { align-self: stretch; min-height: 380px; background-size: cover; background-position: center; background-color: var(--primary-hover); }

/* ============================================================
   OVER ONS 2-koloms
   ============================================================ */
.split { display: grid; grid-template-columns: .95fr 1.05fr; gap: 64px; align-items: center; }
.split-img { position: relative; }
.split-img .ph { aspect-ratio: 4/5; border-radius: var(--r-lg); background-size: cover; background-position: center; background-color: var(--primary-tint); box-shadow: var(--shadow-lg); }
.split-img .tag { position: absolute; bottom: -22px; left: -22px; background: #fff; padding: 18px 26px; border-radius: var(--r-md); box-shadow: var(--shadow-md); border: 1px solid var(--line); }
.split-img .tag b { font-family:'Fraunces',serif; font-size: 30px; color: var(--primary); display: block; line-height: 1; }
.split-img .tag span { font-size: 13px; color: var(--text-soft); font-weight: 600; }
.split-txt h2 { font-size: clamp(28px, 3.6vw, 42px); margin-bottom: 18px; }
.split-txt .lead { font-size: 20px; color: var(--ink); font-weight: 500; margin-bottom: 16px; font-family: 'Fraunces', serif; line-height: 1.4; }
.split-txt p { color: var(--text-soft); margin-bottom: 16px; }
.split-txt .btn { margin-top: 12px; }

/* ============================================================
   UNIEK — 3 kaarten
   ============================================================ */
.cards-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.ucard { background: #fff; border-radius: var(--r-lg); padding: 38px 32px; border: 1px solid var(--line); box-shadow: var(--shadow-sm); transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.ucard:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.ucard-badge { width: 54px; height: 54px; border-radius: 16px; background: linear-gradient(135deg,var(--primary),var(--primary-deep)); color: #fff; font-family:'Fraunces',serif; font-size: 24px; font-weight: 600; display: grid; place-items: center; margin-bottom: 24px; box-shadow: 0 8px 20px rgba(14,124,139,.3); }
.ucard h3 { font-size: 22px; margin-bottom: 12px; }
.ucard p { color: var(--text-soft); font-size: 15.5px; }

.bigstats { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; margin-top: 46px; text-align: center; }
.bigstat b { font-family:'Fraunces',serif; font-size: clamp(40px,5vw,56px); color: var(--primary); display: block; line-height: 1; }
.bigstat span { color: var(--text-soft); font-weight: 600; font-size: 15px; }

/* ============================================================
   SPECIALITEITEN — 3 service cards
   ============================================================ */
.scards { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.scard { background: #fff; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-sm); transition: transform .4s var(--ease), box-shadow .4s var(--ease); display: flex; flex-direction: column; }
.scard:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.scard-img { aspect-ratio: 16/11; background-size: cover; background-position: center; background-color: var(--primary-tint); position: relative; }
.scard-badge { position: absolute; top: 14px; left: 14px; background: var(--coral); color: #fff; font-size: 12px; font-weight: 700; padding: 6px 13px; border-radius: 100px; letter-spacing: .03em; }
.scard-body { padding: 28px 26px 30px; display: flex; flex-direction: column; flex: 1; }
.scard-body h3 { font-size: 23px; margin-bottom: 10px; }
.scard-body p { color: var(--text-soft); font-size: 15.5px; margin-bottom: 22px; flex: 1; }
.scard-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--primary); font-size: 15px; }
.scard-link svg { width: 16px; height: 16px; transition: transform .3s var(--ease); }
.scard:hover .scard-link svg { transform: translateX(4px); }

/* ============================================================
   WERKWIJZE — 4 stappen
   ============================================================ */
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.step { background: #fff; border-radius: var(--r-md); padding: 32px 26px; border: 1px solid var(--line); position: relative; }
.step-num { width: 46px; height: 46px; border-radius: 50%; background: var(--primary-tint); color: var(--primary); font-family:'Fraunces',serif; font-weight: 600; font-size: 20px; display: grid; place-items: center; margin-bottom: 18px; }
.step h3 { font-size: 19px; margin-bottom: 8px; }
.step p { color: var(--text-soft); font-size: 14.5px; }

/* ============================================================
   CATEGORIE-RASTER
   ============================================================ */
.cat-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 16px; }
.cat-tile { position: relative; border-radius: var(--r-md); overflow: hidden; aspect-ratio: 1; box-shadow: var(--shadow-sm); transition: transform .35s var(--ease); border: 1px solid var(--line); }
.cat-tile:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.cat-tile-img { position: absolute; inset: 0; background-size: cover; background-position: center; background-color: var(--primary-tint); transition: transform .5s var(--ease); }
.cat-tile:hover .cat-tile-img { transform: scale(1.07); }
.cat-tile-grad { position: absolute; inset: 0; background: linear-gradient(transparent 35%, rgba(6,47,55,.85)); }
.cat-tile span { position: absolute; left: 14px; right: 14px; bottom: 13px; color: #fff; font-weight: 700; font-size: 14px; z-index: 2; line-height: 1.2; }

/* ============================================================
   PRODUCTEN — shop grid
   ============================================================ */
.shop-layout { display: grid; grid-template-columns: 250px 1fr; gap: 40px; align-items: start; }
.shop-aside { position: sticky; top: 100px; }
.shop-aside h4 { font-family:'Manrope'; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 14px; font-weight: 700; }
.cat-filter { display: flex; flex-direction: column; gap: 2px; }
.cat-filter button { text-align: left; background: none; border: none; padding: 10px 14px; border-radius: 10px; font-family:'Manrope'; font-size: 15px; font-weight: 600; color: var(--text); cursor: pointer; transition: all .2s var(--ease); width: 100%; }
.cat-filter button:hover { background: var(--primary-tint); color: var(--primary); }
.cat-filter button.active { background: var(--primary); color: #fff; }

.shop-bar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; flex-wrap: wrap; gap: 14px; }
.shop-bar .count { color: var(--text-soft); font-size: 15px; }
.shop-search { display: flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--line); border-radius: 100px; padding: 9px 16px; min-width: 240px; }
.shop-search svg { width: 16px; height: 16px; color: var(--text-muted); flex-shrink: 0; }
.shop-search input { border: none; outline: none; font-family:'Manrope'; font-size: 15px; width: 100%; color: var(--ink); background: transparent; }

.prod-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 22px; }
.prod-card { background: #fff; border-radius: var(--r-md); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-sm); transition: transform .35s var(--ease), box-shadow .35s var(--ease); display: flex; flex-direction: column; }
.prod-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.prod-img { aspect-ratio: 1; background-size: cover; background-position: center; background-color: var(--primary-tint); position: relative; }
.prod-pop { position: absolute; top: 11px; left: 11px; background: var(--coral); color: #fff; font-size: 11px; font-weight: 700; padding: 5px 11px; border-radius: 100px; letter-spacing: .03em; }
.prod-body { padding: 18px 18px 20px; display: flex; flex-direction: column; flex: 1; }
.prod-cat { font-size: 11.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--primary); font-weight: 700; margin-bottom: 6px; }
.prod-card h3 { font-size: 17px; font-family:'Manrope'; font-weight: 700; color: var(--ink); margin-bottom: 6px; line-height: 1.25; }
.prod-desc { font-size: 13.5px; color: var(--text-soft); margin-bottom: 14px; flex: 1; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.prod-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; }
.prod-price { font-family:'Fraunces',serif; font-weight: 600; color: var(--ink); font-size: 18px; }
.prod-price small { display: block; font-family:'Manrope'; font-size: 11px; color: var(--text-muted); font-weight: 600; }
.prod-add { width: 40px; height: 40px; border-radius: 12px; background: var(--primary-tint); color: var(--primary); border: none; cursor: pointer; display: grid; place-items: center; transition: all .25s var(--ease); flex-shrink: 0; }
.prod-add:hover { background: var(--primary); color: #fff; transform: scale(1.06); }
.prod-add svg { width: 18px; height: 18px; }
.prod-toeslag { font-size: 11px; color: var(--coral); font-weight: 700; margin-top: 4px; }

/* ============================================================
   TIPS — marquee
   ============================================================ */
.marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.marquee-track { display: flex; gap: 22px; width: max-content; animation: marquee 38s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }
.tip-card { width: 340px; background: #fff; border-radius: var(--r-md); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-sm); cursor: pointer; transition: transform .35s var(--ease), box-shadow .35s var(--ease); flex-shrink: 0; }
.tip-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.tip-img { aspect-ratio: 16/10; background-size: cover; background-position: center; background-color: var(--primary-tint); }
.tip-body { padding: 22px 22px 24px; }
.tip-pill { display: inline-block; background: var(--primary-tint); color: var(--primary); font-size: 12px; font-weight: 700; padding: 5px 12px; border-radius: 100px; margin-bottom: 12px; }
.tip-body h3 { font-size: 20px; margin-bottom: 8px; }
.tip-body p { color: var(--text-soft); font-size: 14.5px; margin-bottom: 14px; }
.tip-meta { display: flex; align-items: center; justify-content: space-between; font-size: 13px; color: var(--text-muted); font-weight: 600; }
.tip-meta .more { color: var(--primary); display: inline-flex; align-items: center; gap: 6px; }

/* Tip modal */
.modal-backdrop { position: fixed; inset: 0; background: rgba(6,47,55,.6); backdrop-filter: blur(4px); z-index: 200; display: grid; place-items: center; padding: 22px; opacity: 0; pointer-events: none; transition: opacity .3s var(--ease); }
.modal-backdrop.open { opacity: 1; pointer-events: auto; }
.modal { background: #fff; border-radius: var(--r-lg); max-width: 700px; width: 100%; max-height: 88vh; overflow-y: auto; transform: scale(.94); transition: transform .35s var(--ease); position: relative; }
.modal-backdrop.open .modal { transform: scale(1); }
.modal-img { aspect-ratio: 21/9; background-size: cover; background-position: center; background-color: var(--primary-tint); }
.modal-close { position: absolute; top: 16px; right: 16px; width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,.92); border: none; cursor: pointer; font-size: 22px; color: var(--ink); display: grid; place-items: center; box-shadow: var(--shadow-sm); }
.modal-body { padding: 32px clamp(26px,4vw,44px) 40px; }
.modal-body .tip-pill { margin-bottom: 16px; }
.modal-body h3 { font-size: clamp(24px,3.4vw,34px); margin-bottom: 16px; }
.modal-body .mtxt p { color: var(--text-soft); margin-bottom: 14px; }
.modal-body .mtxt b { display: block; font-family:'Fraunces',serif; color: var(--ink); font-size: 18px; margin: 22px 0 4px; font-weight: 600; }
.modal-body .btn { margin-top: 22px; }

/* ============================================================
   REVIEWS — marquee
   ============================================================ */
.rev-head { display: flex; align-items: center; justify-content: center; gap: 16px; margin-bottom: 40px; flex-wrap: wrap; }
.rev-google { display: flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--line); padding: 12px 22px; border-radius: 100px; box-shadow: var(--shadow-sm); }
.rev-google .g { font-family:'Fraunces',serif; font-weight: 700; font-size: 20px; }
.rev-google .g b:nth-child(1){color:#4285F4;} 
.rev-rating { display: flex; align-items: center; gap: 8px; font-weight: 700; color: var(--ink); }
.rev-rating .num { font-family:'Fraunces',serif; font-size: 26px; color: var(--primary); }
.stars { display: inline-flex; gap: 2px; color: var(--gold); }
.stars svg { width: 18px; height: 18px; }
.rev-card { width: 360px; background: #fff; border-radius: var(--r-md); padding: 26px; border: 1px solid var(--line); box-shadow: var(--shadow-sm); flex-shrink: 0; }
.rev-top { display: flex; align-items: center; gap: 13px; margin-bottom: 14px; }
.rev-av { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-weight: 700; font-size: 18px; flex-shrink: 0; }
.rev-meta b { display: block; color: var(--ink); font-weight: 700; font-size: 15px; }
.rev-meta span { font-size: 13px; color: var(--text-muted); }
.rev-stars { margin-bottom: 12px; }
.rev-card p { color: var(--text-soft); font-size: 14.5px; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; }
.rev-badge { display: inline-block; margin-top: 14px; background: var(--primary-tint); color: var(--primary); font-size: 12px; font-weight: 700; padding: 5px 12px; border-radius: 100px; }

/* ============================================================
   FAQ
   ============================================================ */
.faq-list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; transition: box-shadow .3s var(--ease); }
.faq-item.open { box-shadow: var(--shadow-md); }
.faq-q { width: 100%; text-align: left; background: none; border: none; padding: 22px 26px; display: flex; align-items: center; justify-content: space-between; gap: 18px; cursor: pointer; font-family:'Fraunces',serif; font-size: 18px; font-weight: 600; color: var(--ink); }
.faq-icon { width: 32px; height: 32px; border-radius: 50%; background: var(--primary-tint); color: var(--primary); display: grid; place-items: center; flex-shrink: 0; font-size: 20px; transition: transform .35s var(--ease); position: relative; }
.faq-item.open .faq-icon { transform: rotate(45deg); background: var(--primary); color: #fff; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease); }
.faq-a-inner { padding: 0 26px 24px; color: var(--text-soft); font-size: 15.5px; }

/* ============================================================
   CTA banner
   ============================================================ */
.cta-band { background: linear-gradient(135deg, var(--primary-deep), var(--primary)); border-radius: var(--r-xl); padding: clamp(40px,6vw,72px); text-align: center; color: #fff; position: relative; overflow: hidden; }
.cta-band::before { content:""; position:absolute; top:-50%; right:-10%; width: 480px; height: 480px; background: radial-gradient(circle, rgba(255,255,255,.10), transparent 70%); }
.cta-band h2 { color: #fff; font-size: clamp(28px,4vw,42px); margin-bottom: 14px; position: relative; }
.cta-band p { color: #D5E8EB; font-size: 18px; max-width: 520px; margin: 0 auto 28px; position: relative; }
.cta-band .hero-btns { justify-content: center; position: relative; }

/* ============================================================
   SUBHERO (inner pages)
   ============================================================ */
.subhero { position: relative; padding: 150px 0 70px; overflow: hidden; background: var(--primary-deep); }
.subhero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .35; }
.subhero-overlay { position: absolute; inset: 0; background: linear-gradient(110deg, rgba(6,47,55,.94), rgba(8,78,90,.78)); }
.subhero .wrap { position: relative; z-index: 2; }
.crumb { display: flex; gap: 8px; font-size: 14px; color: #9FE2EB; margin-bottom: 16px; font-weight: 600; }
.crumb a:hover { color: #fff; }
.subhero h1 { color: #fff; font-size: clamp(34px,5vw,56px); margin-bottom: 14px; }
.subhero p { color: #D5E8EB; font-size: 19px; max-width: 600px; }

/* ============================================================
   OVER ONS / VERHAAL
   ============================================================ */
.prose { max-width: 820px; margin: 0 auto; }
.prose p { color: var(--text-soft); font-size: 17.5px; margin-bottom: 22px; line-height: 1.75; }
.prose p:first-of-type::first-letter { font-family:'Fraunces',serif; font-size: 64px; float: left; line-height: .8; padding: 6px 14px 0 0; color: var(--primary); font-weight: 600; }
.story-imgs { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin: 40px 0; }
.story-imgs .ph { aspect-ratio: 16/10; border-radius: var(--r-md); background-size: cover; background-position: center; background-color: var(--primary-tint); box-shadow: var(--shadow-md); }

.value-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.value-card { background:#fff; border:1px solid var(--line); border-radius: var(--r-md); padding: 30px 26px; }
.value-card .vc-ico { width: 48px; height: 48px; border-radius: 14px; background: var(--primary-tint); color: var(--primary); display: grid; place-items: center; margin-bottom: 16px; }
.value-card .vc-ico svg { width: 24px; height: 24px; }
.value-card h3 { font-size: 19px; margin-bottom: 8px; }
.value-card p { color: var(--text-soft); font-size: 14.5px; }

/* ============================================================
   CONTACT / FORM
   ============================================================ */
.contact-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 32px; align-items: start; }
.form-card { background:#fff; border:1px solid var(--line); border-radius: var(--r-lg); padding: clamp(28px,4vw,44px); box-shadow: var(--shadow-sm); }
.field { margin-bottom: 20px; }
.field label { display: block; font-weight: 700; font-size: 14px; color: var(--ink); margin-bottom: 8px; }
.field label .req { color: var(--coral); }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; padding: 13px 16px; font-family:'Manrope'; font-size: 15.5px; color: var(--ink); background: var(--bg-alt); transition: border-color .2s, background .2s; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--primary); background: #fff; }
.field textarea { min-height: 130px; resize: vertical; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.info-aside { background: linear-gradient(135deg, var(--primary-deep), var(--primary)); color:#fff; border-radius: var(--r-lg); padding: clamp(28px,4vw,40px); position: sticky; top: 100px; }
.info-aside h3 { color:#fff; font-size: 24px; margin-bottom: 22px; }
.info-row { display: flex; gap: 14px; margin-bottom: 20px; align-items: flex-start; }
.info-row .ico { width: 42px; height: 42px; border-radius: 12px; background: rgba(255,255,255,.12); display: grid; place-items: center; flex-shrink: 0; }
.info-row .ico svg { width: 19px; height: 19px; color: #9FE2EB; }
.info-row b { display: block; color: #fff; font-size: 15px; margin-bottom: 2px; }
.info-row span, .info-row a { color: #BFDDE1; font-size: 14.5px; }
.info-row a:hover { color: #fff; }
.hours-mini { margin-top: 24px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); }
.hours-mini .hr { display: flex; justify-content: space-between; padding: 6px 0; font-size: 14px; color: #BFDDE1; }
.hours-mini .hr b { color: #fff; font-weight: 600; }
.hours-mini .hr.closed b { color: #8FB0B5; }
.form-note { font-size: 13px; color: var(--text-muted); margin-top: 8px; }
.form-success { background: var(--primary-tint); border: 1px solid var(--primary-tint-2); color: var(--primary-deep); padding: 16px 20px; border-radius: 12px; font-weight: 600; margin-bottom: 20px; display: none; }
.form-success.show { display: block; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--bg-darker); color: #B6D0D4; padding: 72px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 40px; padding-bottom: 50px; }
.footer-brand .logo-pill { display: inline-flex; align-items: center; gap: 11px; background: #fff; padding: 11px 18px 11px 12px; border-radius: 14px; margin-bottom: 20px; }
.footer-brand .logo-pill .nav-logo-mark { width: 38px; height: 38px; border-radius: 11px; }
.footer-brand .logo-pill b { font-family:'Fraunces',serif; color: var(--ink); font-size: 17px; }
.footer-brand p { font-size: 14.5px; color: #93B5BA; margin-bottom: 22px; max-width: 300px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 42px; height: 42px; border-radius: 12px; background: rgba(255,255,255,.07); display: grid; place-items: center; transition: all .25s var(--ease); }
.footer-social a:hover { background: var(--primary); transform: translateY(-3px); }
.footer-social svg { width: 19px; height: 19px; color: #fff; }
.footer-col h4 { color: #fff; font-family:'Manrope'; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 18px; font-weight: 700; }
.footer-col a, .footer-col .fi { display: block; color: #93B5BA; font-size: 14.5px; padding: 6px 0; transition: color .2s; }
.footer-col a:hover { color: #fff; }
.footer-col .fi { display: flex; gap: 9px; align-items: flex-start; }
.footer-col .fi svg { width: 16px; height: 16px; color: var(--primary); flex-shrink: 0; margin-top: 3px; }
.footer-hours .hr { display: flex; justify-content: space-between; font-size: 13.5px; padding: 4px 0; }
.footer-hours .hr b { color: #C8DEE1; font-weight: 600; }
.footer-hours .hr.closed { color: #6F9196; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 22px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 13.5px; color: #7B9CA1; }
.footer-bottom a:hover { color: #fff; }

/* ============================================================
   FLOATING (whatsapp + mobile sticky)
   ============================================================ */
.wa-bubble { position: fixed; right: 22px; bottom: 22px; width: 60px; height: 60px; border-radius: 50%; background: #25D366; display: grid; place-items: center; z-index: 90; box-shadow: 0 10px 30px rgba(37,211,102,.4); transition: transform .3s var(--ease); }
.wa-bubble:hover { transform: scale(1.08); }
.wa-bubble svg { width: 32px; height: 32px; }
.sticky-cta { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 89; background: #fff; border-top: 1px solid var(--line); padding: 10px; gap: 8px; box-shadow: 0 -6px 24px rgba(8,78,90,.1); }
.sticky-cta a { flex: 1; padding: 13px; border-radius: 12px; font-weight: 700; font-size: 14px; text-align: center; display: flex; align-items: center; justify-content: center; gap: 6px; }

/* ---------- cart toast ---------- */
.toast { position: fixed; bottom: 96px; left: 50%; transform: translateX(-50%) translateY(20px); background: var(--ink); color: #fff; padding: 14px 24px; border-radius: 100px; font-weight: 600; font-size: 14.5px; z-index: 210; opacity: 0; pointer-events: none; transition: all .3s var(--ease); box-shadow: var(--shadow-lg); }
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ============================================================
   SCROLL REVEAL
   ============================================================ */
.reveal-up      { opacity: 0; transform: translateY(60px); }
.reveal-x       { opacity: 0; transform: translateX(-100px); }
.reveal-x-r     { opacity: 0; transform: translateX(100px); }
.reveal-zoom    { opacity: 0; transform: scale(0.85); }
.reveal-x-zoom  { opacity: 0; transform: translateX(-80px) scale(0.92); }
.reveal-x-r-zoom{ opacity: 0; transform: translateX(80px) scale(0.92); }
.reveal-flip    { opacity: 0; transform: perspective(900px) rotateX(35deg) translateY(50px); transform-origin: center bottom; }
.reveal-up,.reveal-x,.reveal-x-r,.reveal-zoom,.reveal-x-zoom,.reveal-x-r-zoom,.reveal-flip {
  transition: opacity 1s var(--ease), transform 1s var(--ease);
}
.is-visible { opacity: 1 !important; transform: none !important; }
.stagger > *:nth-child(1){transition-delay:0s;} .stagger > *:nth-child(2){transition-delay:.1s;}
.stagger > *:nth-child(3){transition-delay:.2s;} .stagger > *:nth-child(4){transition-delay:.3s;}
.stagger > *:nth-child(5){transition-delay:.4s;} .stagger > *:nth-child(6){transition-delay:.5s;}
.stagger > *:nth-child(7){transition-delay:.6s;} .stagger > *:nth-child(8){transition-delay:.7s;}

@media (prefers-reduced-motion: reduce) {
  .reveal-up,.reveal-x,.reveal-x-r,.reveal-zoom,.reveal-x-zoom,.reveal-x-r-zoom,.reveal-flip {
    opacity: 1 !important; transform: none !important; transition: none !important;
  }
  .marquee-track, .hero-scroll::after { animation: none !important; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .nav-links, .nav-phone, .nav-cta { display: none; }
  .nav-burger { display: block; }
  .cards-3, .scards, .steps, .value-grid { grid-template-columns: repeat(2,1fr); }
  .cat-grid { grid-template-columns: repeat(4,1fr); }
  .featured { grid-template-columns: 1fr; }
  .featured-img { min-height: 280px; order: -1; }
  .split { grid-template-columns: 1fr; gap: 40px; }
  .shop-layout { grid-template-columns: 1fr; }
  .shop-aside { position: static; }
  .cat-filter { flex-direction: row; flex-wrap: wrap; }
  .cat-filter button { width: auto; }
  .contact-grid { grid-template-columns: 1fr; }
  .info-aside { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  body { font-size: 16px; }
  .section { padding: 64px 0; }
  .cards-3, .scards, .steps, .value-grid, .bigstats { grid-template-columns: 1fr; }
  .cat-grid { grid-template-columns: repeat(3,1fr); }
  .story-imgs, .field-row { grid-template-columns: 1fr; }
  .hero-stats { gap: 28px; }
  .hero-stat b { font-size: 32px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .sticky-cta { display: flex; }
  .wa-bubble { bottom: 76px; }
  body { padding-bottom: 64px; }
  .prod-grid { grid-template-columns: repeat(2,1fr); gap: 14px; }
}
@media (max-width: 460px) {
  .cat-grid { grid-template-columns: repeat(2,1fr); }
  .hero-btns .btn { flex: 1; }
}

/* ============================================================
   IMAGE FALLBACK — nette placeholder bij niet-ladende foto
   ============================================================ */
.img-fallback {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-hover) 100%) !important;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 8px; text-align: center; padding: 16px; overflow: hidden;
}
.img-fallback .fb-fish { width: 46px; height: 46px; opacity: .92; display: block; }
.img-fallback .fb-fish svg { width: 100%; height: 100%; }
.img-fallback .fb-label {
  color: #fff; font-family: var(--font-display, 'Fraunces', serif);
  font-size: .92rem; font-weight: 600; line-height: 1.25; max-width: 90%;
  text-shadow: 0 1px 3px rgba(0,0,0,.25);
}
.prod-img.img-fallback .fb-fish { width: 40px; height: 40px; }
.cat-tile-img.img-fallback { position: absolute; inset: 0; }
.subhero-bg.img-fallback .fb-fish { width: 64px; height: 64px; }
.subhero-bg.img-fallback .fb-label { font-size: 1.1rem; }
