/* ===========================================================
   Frietje2go — shared styles (light theme, matches live site)
   =========================================================== */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}

:root{
  --bg:#ffffff;
  --cream:#f6f4ef;
  --ink:#23211e;
  --text:#6a6660;
  --gold:#F39C12;
  --gold-2:#d4860a;
  --line:#e7e3da;
  --dark:#23211e;
}

html{scroll-behavior:smooth;background:#fff}
body{
  font-family:'Josefin Sans',-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  background:linear-gradient(rgba(5,34,38,.72),rgba(5,34,38,.72)) center top / 100% 100% fixed, url('../images/frie/bg.jpg') center center / 130% fixed #04181b;color:#1a2f33;font-size:18px;font-weight:300;line-height:1.8;overflow-x:hidden;
}
/* WebP for the two CSS background images. <picture> cannot reach these, and
   they are the two heaviest files on the site (bg 575KB, hero 418KB). The
   rules above/below stay as the fallback for anything without image-set. */
@supports (background-image:image-set(url("x.webp") type("image/webp"))){
  body{background:linear-gradient(rgba(5,34,38,.72),rgba(5,34,38,.72)) center top / 100% 100% fixed, image-set(url('../images/frie/bg.webp') type("image/webp")) center center / 130% fixed #04181b}
}
h1,h2,h3,h4,.display{font-family:'Playfair Display',Georgia,serif;color:var(--ink);font-weight:700;line-height:1.25}
img{max-width:100%;height:auto;display:block}
/* <picture> is only a wrapper for the WebP <source>; display:contents keeps it
   out of the layout so every existing img rule applies exactly as before. */
picture{display:contents}
a{color:inherit;text-decoration:none}

.container{max-width:1180px;margin:auto;padding:0 24px}
.sec{padding:96px 0;background:var(--bg)}
.center{text-align:center}
.sec-label{display:inline-block;color:var(--gold);font-family:'Playfair Display',serif;font-style:italic;font-size:22px;line-height:1;margin-bottom:8px}
.sec-title{font-size:clamp(30px,4vw,40px);font-weight:600;margin-bottom:22px}
.sec-title .ac{color:var(--gold)}
.divider,.dotline{width:100%;height:2px;border:0;background-image:radial-gradient(circle,#cdd2d6 1.1px,transparent 1.3px);background-size:9px 2px;background-repeat:repeat-x;background-position:left center}
.divider{margin:18px 0 42px}
.dotline{margin:40px 0 6px}

.btn{position:relative;display:inline-block;height:50px;line-height:54px;padding:0 30px;background:var(--gold);color:#000;font-family:'Josefin Sans',sans-serif;text-transform:uppercase;font-size:12px;letter-spacing:2px;font-weight:800;border:none;border-radius:5px;white-space:nowrap;cursor:pointer;box-shadow:0 8px 20px rgba(243,156,18,.22);transition:.3s ease-in-out}
.btn:hover{background:var(--gold-2);transform:translateY(-2px)}
.btn-outline{background:transparent;color:#E5EBEF;border:0;box-shadow:none;padding:0 14px}
.btn-outline:hover{background:transparent;color:var(--gold);transform:none}
/* hero buttons (match live exactly) */
.hero-btns .btn{padding:0 30px;margin-right:30px;box-shadow:0 10px 24px rgba(0,0,0,.22)}
.hero-btns .btn-outline{color:#E5EBEF;padding:0;margin-right:0;height:auto;line-height:1;background:none;box-shadow:none;letter-spacing:2px;font-weight:600}
.hero-btns .btn-outline:hover{color:#fff}

/* ---- TOPBAR ---- */
.topbar{display:none}
.topbar-keep{background:var(--dark);color:#cfcabf;font-size:13px}
.topbar .container{display:flex;justify-content:space-between;align-items:center;gap:16px;height:42px;flex-wrap:wrap}
.topbar a{color:#cfcabf}
.topbar a:hover{color:var(--gold)}
.topbar .tb-right{display:flex;gap:22px}

/* ---- HEADER / NAV ---- */
.site-header{position:absolute;top:0;left:0;right:0;z-index:100;background:transparent}
.nav{display:flex;align-items:center;justify-content:space-between;height:88px;max-width:none;width:auto;margin:18px 16px 0;background:#fff;border-radius:10px;padding:0 30px;box-shadow:0 18px 50px rgba(0,0,0,.18)}
.nav .logo{position:relative;z-index:2;top:10px;margin-left:130px}
.nav .logo img{width:225px;height:auto;display:block}
.menu{display:flex;align-items:center;gap:0;list-style:none;flex:1;margin:0 24px}
.menu li:first-child{margin-left:auto}
.menu .cta{margin-left:clamp(48px,9vw,190px)}
.menu a{position:relative;font-size:12px;font-weight:800;letter-spacing:1px;text-transform:uppercase;color:#000;margin:0 20px;transition:color .2s}
.menu a:hover{color:var(--gold)}
.menu a.active{color:#000}
.menu a.active::after{content:'';position:absolute;left:0;right:0;bottom:-30px;width:100%;height:4px;background:var(--gold);border-radius:2px}
.menu .cta a{display:inline-flex;align-items:center;justify-content:center;height:50px;background:var(--gold);color:#000;font-size:12px;font-weight:800;letter-spacing:2px;text-transform:uppercase;padding:0 30px;margin:0 5px 0 0;border-radius:5px;box-shadow:0 12px 26px rgba(243,156,18,.3)}
.menu .cta a:hover{background:var(--gold-2);color:#000}
.hamb{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:6px}
.hamb span{width:26px;height:2px;background:var(--ink);display:block}

/* ---- HERO ---- */
.hero{position:relative;min-height:96vh;display:flex;align-items:center;overflow:hidden}
/* page hero: center content, reserve a fixed bottom zone for the
   overlapping card + scroll-mouse so the breadcrumb never collides
   (height-independent — works on mobile/laptop/desktop) */
.hero.page{min-height:680px;flex-direction:column;justify-content:center;padding:90px 0 170px}
.hero.page .hero-inner{margin:0 auto;padding:0 24px}
.hero-bg{position:absolute;inset:0}
.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center}
.hero-bg::after{content:'';position:absolute;inset:0;background:rgba(10,28,48,.55)}
.hero.page .hero-bg::after{background:rgba(10,28,48,.5)}
.hero-inner{position:relative;z-index:2;width:100%;max-width:1180px;margin:auto;padding:60px 24px}
.hero-sub{color:#E5EBEF;font-family:'Playfair Display',serif;font-style:normal;font-weight:700;font-size:clamp(38px,7vw,80px);line-height:1.22;margin-bottom:0;text-shadow:0 2px 22px rgba(0,0,0,.6)}
.hero h1{font-family:'Playfair Display',serif;color:#e5ebef;font-weight:900;font-size:clamp(38px,7vw,80px);line-height:1.22;max-width:840px;text-shadow:0 5px 20px rgba(26,47,51,.95)}
.hero.page h1{font-size:clamp(32px,4.4vw,54px);max-width:760px;margin:0 auto}
.hero .hero-btns{margin-top:34px;display:flex;gap:0;align-items:center;flex-wrap:wrap}
.breadcrumb{display:inline-flex;align-items:center;gap:14px;margin-top:30px;background:var(--gold);color:#000;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:15px 30px;border-radius:5px;box-shadow:0 12px 26px rgba(243,156,18,.3)}
.breadcrumb a{color:#000}
.breadcrumb a:hover{color:#fff}
.breadcrumb span{margin:0;color:#000;font-size:11px;opacity:.85}
.breadcrumb .bc-current{font-size:12px;opacity:.55}
/* plain variant: no pill / button look (used inside content card) */
.breadcrumb.plain{background:none;box-shadow:none;padding:0;border-radius:0;gap:8px;color:rgba(0,0,0,.55)}
.breadcrumb.plain a{color:rgba(0,0,0,.55)}
.breadcrumb.plain a:hover{color:var(--gold)}
.breadcrumb.plain span{color:rgba(0,0,0,.4)}
.breadcrumb.plain .bc-current{color:rgba(0,0,0,.8);opacity:1}
.page-img{width:100%;max-width:880px;margin:34px auto;border-radius:14px;box-shadow:0 18px 50px rgba(0,0,0,.12)}
/* overlapping content card (Tastyc-style) */
.content-wrap{background:transparent;padding-bottom:56px}
.content-card{position:relative;margin:-90px 30px 0;background:#fff;border-radius:14px;box-shadow:0 22px 55px rgba(0,0,0,.18);padding:74px max(28px,calc((100% - 1140px) / 2)) 60px;z-index:5}
.content-card .sec-title{font-size:clamp(32px,5vw,48px);font-weight:900;color:#000;margin-bottom:30px;-webkit-text-stroke:.4px #000}
.content-card .divider{max-width:1140px;margin:34px auto 0}
/* centered asterisk list (over ons) */
.star{list-style:none;max-width:820px;margin:18px auto}
.star li{margin-bottom:18px;line-height:1.8}
.star li::before{content:'* '}
/* left-aligned full-width prose (mogelijkheden werkwijze) */
.prose.wide-left{max-width:none;margin:0;text-align:left}
.prose.wide-left .star{max-width:none;margin:14px 0}
.prose.wide-left .star li{margin-bottom:14px}
/* centered menu list (mogelijkheden) */
.menu-prose{text-align:center;max-width:none;margin-top:6px}
.menu-prose p{margin-bottom:20px;color:#000000;font-size:18px;font-weight:600}
.menu-prose .m-line{font-style:italic}
.menu-prose strong{color:#000000;font-size:18px;font-weight:bolder}
.menu-prose .m-head{margin-top:8px}
.menu-prose .m-light{color:#000000;font-size:18px;font-weight:600}
/* ---- local SEO landing page (foodtruck-huren-dordrecht) ---- */
.hero-btns.center{justify-content:center}
.seo-body{max-width:880px;margin:0 auto;text-align:left}
.seo-body p{font-size:18px;line-height:1.85;color:rgba(0,0,0,.72);margin-bottom:18px}
.seo-intro p{font-size:19px;color:rgba(0,0,0,.8)}
.seo-body h2{font-family:'Playfair Display',serif;font-weight:800;color:#000;font-size:clamp(26px,3.2vw,34px);line-height:1.28;margin:52px 0 18px;text-align:center}
.seo-body .tick{margin:4px 0 22px}
.seo-body .tick li{color:rgba(0,0,0,.78);font-size:18px;margin-bottom:12px}
.seo-body .denk{font-weight:700;color:#000;margin-bottom:8px}
.seo-body .faq h3{font-family:'Playfair Display',serif;font-weight:700;color:#000;font-size:21px;line-height:1.35;margin:30px 0 12px;text-align:left}
.seo-body .faq h3:first-child{margin-top:8px}
.cta-block{margin:30px auto 0;text-align:center}
.related{max-width:880px;margin:54px auto 0;text-align:center}
.related h2{font-family:'Playfair Display',serif;font-weight:800;color:#000;font-size:26px;margin-bottom:18px}
.related-links{display:flex;flex-wrap:wrap;gap:14px;justify-content:center}
.related-links a{display:inline-flex;align-items:center;justify-content:center;min-width:210px;height:52px;border:1px solid var(--line);border-radius:8px;padding:0 22px;font-size:13px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#000;transition:.2s}
.related-links a:hover{border-color:var(--gold);color:var(--gold)}
@media(max-width:992px){.seo-body h2{font-size:26px;margin:40px 0 14px}}
/* white content sheet overlapping the hero (homepage) */
/* dark-parallax homepage: each section is a white card over bg.jpg */
.page-sheet{position:relative;z-index:5;background:transparent;margin-top:0;padding-bottom:56px}
.page-sheet>section{background:transparent;padding:22px 0}
.page-sheet>section:first-of-type{padding-top:0}
.page-sheet>section>.container{max-width:none;width:auto;margin:0 30px;background:#fff;border-radius:14px;box-shadow:0 22px 55px rgba(0,0,0,.18);padding:60px max(28px,calc((100% - 1132px) / 2))}
.page-sheet .sec-title{font-family:'Playfair Display',serif;font-weight:900;color:#000;font-size:40px}
#werkwijze .prose p,#werkwijze .prose li,#werkwijze .prose strong,#werkwijze .staantijd p,#werkwijze .staantijd h4{color:rgba(0,0,0,.7);font-size:18px;font-weight:600}
.lead p,.lead strong{color:rgba(0,0,0,.6);font-size:18px;font-weight:600}
.emoji{height:1em;width:1em;display:inline-block;vertical-align:-.12em;margin:0 .05em}
.page-sheet>section.reservation>.container{background:#FCFCFC}
#over .split{max-width:1132px;margin:0 auto}
#over .divider{max-width:1132px;margin:36px auto 0}
@media(max-width:600px){.page-sheet>section>.container{padding:34px 22px}}
.scroll-icon{position:absolute;top:-58px;left:50%;transform:translateX(-50%);width:28px;height:46px;border:2px solid #fff;border-radius:16px;background:rgba(0,0,0,.15);display:flex;justify-content:center;padding-top:8px;z-index:6;cursor:pointer}
#over{scroll-margin-top:96px}
.content-card .scroll-icon{top:-44px}
.scroll-icon::after{content:'';width:4px;height:8px;background:#fff;border-radius:2px;animation:scrolldot 1.5s infinite}
@keyframes scrolldot{0%{opacity:0;transform:translateY(0)}40%{opacity:1}80%{opacity:0;transform:translateY(11px)}100%{opacity:0}}
@media(max-width:820px){.content-card{margin-top:-60px;padding:42px 24px 40px}}

/* ---- SPLIT (over ons) ---- */
.split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:30px;align-items:center}
.bg-cream{background:var(--cream)}
.lead p{margin:0 0 16px;color:rgba(0,0,0,.62);font-size:18px}
.lead strong{color:rgba(0,0,0,.75)}
#over .sec-title{font-size:40px;line-height:1.25;color:#000;margin-bottom:30px}
@media(max-width:992px){
  h4,.h4{font-size:24px}
  h3,.h3{font-size:28px}
  #over .sec-title{font-size:28px;line-height:1.3}
  .content-card .sec-title{font-size:28px;line-height:1.3}
}
#over .lead p:last-of-type{margin-bottom:0}
#over .lead .btn{margin-top:30px}
.img-frame{padding:0;background:none;border:0;box-shadow:none}
.img-frame img{width:100%;object-fit:cover;aspect-ratio:1/1;border-radius:10px;box-shadow:0 18px 50px rgba(0,0,0,.16)}

/* lists */
.tick{list-style:none;margin:10px auto 24px;display:inline-block;text-align:left}
.tick li{position:relative;padding-left:30px;margin-bottom:10px}
.tick li::before{content:'\2713';position:absolute;left:0;top:0;color:var(--gold);font-weight:700}

/* werkwijze centered */
.prose{max-width:780px;margin:0 auto}
#werkwijze .prose{max-width:1000px}
.prose p{margin-bottom:16px}
.prose strong{color:var(--ink)}
.staantijd{margin-top:22px}
.staantijd h4{color:var(--ink);font-size:20px;margin-bottom:4px}
.staantijd p{color:var(--text)}

/* video */
.video-wrap{max-width:880px;margin:44px auto 0;aspect-ratio:16/9;box-shadow:0 18px 50px rgba(0,0,0,.12)}
.video-wrap iframe{width:100%;height:100%;border:0;display:block}

/* ---- MENU ---- */
.menu-list{max-width:720px;margin:0 auto;text-align:center}
.menu-item{padding:18px 0;border-bottom:1px solid var(--line)}
.menu-item:last-child{border-bottom:none}
.menu-item h3{font-size:24px;color:var(--ink);margin-bottom:6px}
.menu-item h3 .ac{color:var(--gold)}
.menu-item .row{margin:1px 0;line-height:1.5}
.menu-item .lbl{font-weight:600;color:var(--ink)}
.menu-item .price{margin-top:8px;font-weight:600;color:var(--ink)}
.menu-item .price b{color:var(--gold)}
.afname{text-align:center;font-style:italic;margin-top:22px}

/* ---- FORM ---- */
.reservation{background:var(--cream)}
.form-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:980px;margin:0 auto}
.form-grid .full{grid-column:1/-1}
.form-grid .half{grid-column:span 1}
.form-grid.form-2{grid-template-columns:1fr 1fr;max-width:1000px}
.form-actions.center{text-align:center}
.field{width:100%;padding:14px 16px;background:#fff;border:1px solid #ececec;color:var(--ink);font-family:inherit;font-size:15px;border-radius:4px;outline:none;transition:box-shadow .2s;box-shadow:0 8px 22px rgba(0,0,0,.05)}
.field::placeholder{color:#000;opacity:1;font-weight:600}
#reservation .field::placeholder{color:rgba(0,0,0,.7)}
.field:focus{border-color:var(--gold)}
textarea.field{min-height:150px;resize:vertical}
.form-actions{grid-column:1/-1;text-align:left}

/* ---- CONTACT ---- */
.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;text-align:center}
.contact-card{padding:30px 24px}
.contact-card img{height:64px;width:auto;margin:0 auto 18px}
.contact-card h4{font-size:21px;margin-bottom:6px}
.contact-card a,.contact-card p{color:var(--text);font-size:18px;font-weight:500}
.contact-card a:hover{color:var(--gold)}
/* left-aligned contact cards inside the content card */
.contact-grid.left{text-align:left}
.contact-grid.left .contact-card{padding:10px 4px}
.contact-grid.left .contact-card img{margin:0 0 18px}
.contact-grid.left .contact-card h4{font-size:24px;font-weight:900;margin-bottom:10px;-webkit-text-stroke:.6px #000;text-stroke:.6px #000}
/* big phone heading */
.big-phone{font-family:'Playfair Display',Georgia,serif;font-weight:700;color:#000;font-size:clamp(34px,5vw,52px);margin-bottom:44px}
.big-phone a{color:#000}
.big-phone a:hover{color:var(--gold)}
/* gold map pin in the contact hero */
.hero-pin{position:absolute;z-index:2;right:14%;top:50%;width:30px;height:30px;background:var(--gold);border-radius:50% 50% 50% 0;transform:translateY(-65%) rotate(-45deg);box-shadow:0 10px 22px rgba(0,0,0,.35)}
.hero-pin::after{content:'';position:absolute;left:50%;top:50%;width:11px;height:11px;background:#16263a;border-radius:50%;transform:translate(-50%,-50%)}
@media(max-width:700px){.hero-pin{display:none}}

/* ---- FOOTER ---- */
.site-footer{background:transparent;padding:80px 0 0;position:relative}
.site-footer::before{display:none}
.site-footer .container,.footer-bottom{position:relative;z-index:1}
.footer-grid{display:grid;grid-template-columns:1.3fr 1.1fr;gap:80px;background:radial-gradient(circle,rgba(255,255,255,.45) 1.1px,transparent 1.3px) left top/9px 2px repeat-x;padding:90px 0 54px}
.site-footer h4{color:#F2F6F7;font-size:24px;font-weight:800;margin-bottom:18px}
.site-footer p{color:#F2F6F7;opacity:.65;font-size:17px;font-weight:300;font-family:'Josefin Sans',sans-serif}
.footer-over-link{display:inline-block;margin-top:20px;color:var(--gold);text-transform:uppercase;letter-spacing:2px;font-size:13px;font-weight:600}
.footer-over-link:hover{color:#fff}
.f-row{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:9px 0}
.f-row .k{text-transform:uppercase;letter-spacing:1.5px;font-size:12px;color:#F2F6F7;font-weight:600}
.f-row .v{color:#F2F6F7;opacity:.65;font-size:17px;font-weight:300;font-family:'Josefin Sans',sans-serif}
.f-row a.v:hover{color:var(--gold)}
.footer-bottom{padding:0 0 26px;color:#F2F6F7;font-size:14px}
.footer-bottom .fb-inner{display:flex;justify-content:space-between;align-items:center;gap:20px;background:radial-gradient(circle,rgba(255,255,255,.45) 1.1px,transparent 1.3px) left top/9px 2px repeat-x;padding-top:26px}
.footer-bottom .fb-inner span{opacity:.7;font-size:17px;font-weight:300;font-family:'Josefin Sans',sans-serif;color:#F2F6F7}
.footer-bottom a{color:var(--gold)}
.back-top{text-transform:uppercase;letter-spacing:2px;font-size:12px;font-weight:600;white-space:nowrap}
.back-top:hover{color:#fff}
@media(max-width:600px){.footer-bottom .fb-inner{flex-direction:column;gap:12px;text-align:center}}

/* ---- RESERVATION MODAL ---- */
.f2g-modal{position:fixed;inset:0;z-index:1000;display:none;align-items:flex-start;justify-content:center;background:rgba(10,14,17,.62);overflow-y:auto;padding:48px 16px}
.f2g-modal.open{display:flex}
.f2g-card{position:relative;background:var(--cream);max-width:1180px;width:100%;margin:auto;padding:48px 48px 44px;box-shadow:0 30px 90px rgba(0,0,0,.35)}
.f2g-close{position:absolute;top:16px;right:20px;background:none;border:0;font-size:28px;line-height:1;color:var(--ink);cursor:pointer;padding:4px}
.f2g-close:hover{color:var(--gold)}
.f2g-bar{display:block;width:46px;height:3px;background:var(--gold);margin:0 auto 16px}
.f2g-card h3{text-align:center;font-size:clamp(28px,4vw,40px);color:var(--ink);margin-bottom:32px}
.f2g-ok{text-align:center;margin-top:22px;color:var(--gold);font-weight:600}
@media(max-width:600px){.f2g-card{padding:40px 20px 32px}}

/* floating buttons */
.wa-float{position:fixed;right:8px;bottom:8px;width:60px;height:60px;background:#25d366 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M3.516 3.516c4.686-4.686 12.284-4.686 16.97 0s4.686 12.283 0 16.97a12 12 0 0 1-13.754 2.299l-5.814.735a.392.392 0 0 1-.438-.44l.748-5.788A12 12 0 0 1 3.517 3.517zm3.61 17.043.3.158a9.85 9.85 0 0 0 11.534-1.758c3.843-3.843 3.843-10.074 0-13.918s-10.075-3.843-13.918 0a9.85 9.85 0 0 0-1.747 11.554l.16.303-.51 3.942a.196.196 0 0 0 .219.22zm6.534-7.003-.933 1.164a9.84 9.84 0 0 1-3.497-3.495l1.166-.933a.79.79 0 0 0 .23-.94L9.561 6.96a.79.79 0 0 0-.924-.445l-2.023.524a.797.797 0 0 0-.588.88 11.754 11.754 0 0 0 10.005 10.005.797.797 0 0 0 .88-.587l.525-2.023a.79.79 0 0 0-.445-.923L14.6 13.327a.79.79 0 0 0-.94.23z'/%3E%3C/svg%3E") 50% / 60% no-repeat;border-radius:50%;z-index:95;box-shadow:1px 6px 24px 0 rgba(7,94,84,.24);cursor:pointer;transition:background-color .2s linear}
.wa-float:hover{background-color:#1ebe5b}
.wa-float svg{display:none}
.to-top{position:fixed;left:22px;bottom:22px;width:44px;height:44px;background:var(--gold);color:#fff;border-radius:3px;display:flex;align-items:center;justify-content:center;font-size:20px;z-index:90;opacity:.92}
.to-top:hover{background:var(--gold-2)}

/* ---- RESPONSIVE ---- */
@media(max-width:820px){
  .sec{padding:64px 0}
  .hero.page{min-height:auto;flex-direction:column;justify-content:center;padding:118px 0 150px}
  .hero.page .hero-inner{margin:0!important;padding:0!important;text-align:center!important}
  .hero-pin{display:block;position:static;margin:0 auto 22px;top:auto;right:auto;left:auto;transform:rotate(-45deg)}
  .hamb{display:flex}
  .menu{position:absolute;top:88px;left:16px;right:16px;flex:none;margin:0;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:8px;padding:8px 20px;gap:0;display:none;box-shadow:0 16px 40px rgba(0,0,0,.14)}
  .menu.open{display:flex}
  .menu li:first-child,.menu .cta{margin-left:0}
  .menu .cta a{margin:10px auto}
  .nav .logo{top:6px;margin-left:0}
  .nav .logo img{width:150px;height:auto}
  .nav{height:64px;margin:14px 12px 0;padding:0 18px}
  .menu li{width:100%;border-bottom:none}
  .menu a{display:block;padding:14px 0}
  .menu .cta a{display:inline-block;margin:10px 0}
  .split{grid-template-columns:1fr;gap:36px}
  #over .img-frame{order:2}
  #over .lead{order:1}
  .form-grid,.form-grid.form-2{grid-template-columns:1fr}
  .contact-grid{grid-template-columns:1fr;max-width:420px;margin:0 auto}
  .site-footer{padding:40px 0 0}
  .footer-grid{grid-template-columns:1fr;gap:60px;padding:46px 0 36px}
  .footer-grid>div{padding-right:30px;margin-left:24px}
  .f-row{flex-direction:column;align-items:flex-start;gap:2px}
  .f-row .v{font-size:16px}
  .footer-bottom .fb-inner{flex-direction:column;gap:10px;text-align:center}
  .footer-bottom{padding:0 0 88px}
  /* active item = gold text only (no underline, no background) */
  .menu a.active::after{display:none}
  .menu a.active{color:var(--gold);background:none}
  /* CTA button aligned left */
  .menu .cta a{display:inline-flex;align-items:center;justify-content:center;margin:10px 0}
}
@media(max-width:600px){
  .topbar .tb-right{display:none}
  .nav .logo img{width:130px;height:auto}
  .hero h1{font-size:clamp(32px,9vw,44px)}
  .hero .hero-btns{flex-direction:column;gap:12px;width:100%}
  .hero .hero-btns .btn{width:100%;margin:0;text-align:center}
}

#contact-info .sec-title{font-size:48px;font-weight:800}

.content-card .prose,.content-card .prose p,.content-card .prose li{color:rgba(0,0,0,.82);font-size:18px;font-weight:600}
.content-card .prose strong{color:rgba(0,0,0,.82);font-size:18px;font-weight:600}

#werkwijze .sec-title{font-size:48px}

/* Homepage hero. This was a CSS background-image, which meant the LCP image
   could not carry fetchpriority, could not be preloaded, and was only
   discovered once the stylesheet had parsed. It now uses the .hero-bg <img>
   that every other page already uses.
   The 90deg gradient moves to the ::after overlay. .hero-bg img already does
   object-fit:cover / object-position:center, which is exactly what
   background-size:cover + background-position:center were doing, so the
   rendering is unchanged. */
.hero:not(.page) .hero-bg::after{
  background:linear-gradient(90deg, rgba(15,30,35,.85) 0%, rgba(15,30,35,.65) 40%, rgba(15,30,35,.15) 100%);
}
/* footer quick-nav + inline content links */
.footer-nav{margin-top:20px;display:flex;flex-direction:column;gap:10px}
.footer-nav a{color:var(--gold);text-transform:uppercase;letter-spacing:2px;font-size:13px;font-weight:600}
.footer-nav a:hover{color:#fff}
.in-link{color:#d4860a;font-weight:700;text-decoration:underline;text-underline-offset:2px}
.in-link:hover{color:var(--gold)}

/* ===== Foodtruck-Dordrecht: hero matches homepage hero (height, h1 size, left align) ===== */
.page-dordrecht .hero.page{min-height:96vh}
.page-dordrecht .hero.page .hero-inner{text-align:left}
.page-dordrecht .hero.page h1{font-size:70px;max-width:840px;margin:0}
.page-dordrecht .hero.page .hero-bg::after{background:linear-gradient(90deg, rgba(15,30,35,.85) 0%, rgba(15,30,35,.65) 40%, rgba(15,30,35,.15) 100%)}
/* content same width as hero / homepage (1180 - 2x24 = 1132), so left edge + width align with strip 1 */
.page-dordrecht .seo-body{max-width:1132px}
/* multi-card layout: collapse outer margins so each white card hugs its content */
.page-dordrecht .seo-body>*:first-child{margin-top:0}
.page-dordrecht .seo-body>*:last-child{margin-bottom:0}
.page-dordrecht .page-sheet .related{margin-top:0}
/* in-content CTA-knop: inline links binnen het tekstblok (zoals homepage .lead .btn) */
.seo-body .btn{margin-top:22px}
/* FAQ accordion (native <details>) */
.faq-acc details{border:1px solid var(--line);border-radius:10px;margin:0 0 14px;background:#fff;overflow:hidden}
.faq-acc details[open]{box-shadow:0 10px 30px rgba(0,0,0,.08)}
.faq-acc summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px}
.faq-acc summary::-webkit-details-marker{display:none}
.faq-acc summary h3{margin:0;font-family:'Playfair Display',serif;font-weight:700;color:#000;font-size:19px;line-height:1.35;text-align:left}
.faq-acc summary::after{content:'';flex:0 0 auto;width:11px;height:11px;border-right:2px solid var(--gold-2);border-bottom:2px solid var(--gold-2);transform:rotate(45deg);transition:transform .25s ease}
.faq-acc details[open] summary::after{transform:rotate(-135deg)}
.faq-acc summary:hover h3{color:var(--gold-2)}
.faq-acc details>p{margin:0;padding:0 24px 22px;font-size:18px;line-height:1.8;font-weight:600;color:rgba(0,0,0,.62)}

/* ===== Foodtruck-Dordrecht: alternating 2-column content rows (reuses .split / .img-frame / .lead) ===== */
/* Uniform paragraph styling across the whole content area (matches .lead p) */
.page-dordrecht .seo-body p:not(.denk),
.page-dordrecht .seo-body .tick li{font-size:18px;line-height:1.8;font-weight:600;color:rgba(0,0,0,.62)}
.page-dordrecht .seo-body p:not(.denk){margin:0 0 16px}
.seo-body .split{margin:60px 0;gap:44px;text-align:left;align-items:stretch}
.seo-body .split .lead h2{text-align:left;margin:0 0 16px}
.seo-body .split .lead p:last-child{margin-bottom:0}
.seo-body .split .tick{margin:6px 0 18px}
/* Image fills a box whose height is set by the text column (img is out of flow so it never drives row height) */
.seo-body .split .img-frame{position:relative;height:100%;overflow:hidden;border-radius:10px;box-shadow:0 18px 50px rgba(0,0,0,.16)}
.seo-body .split .img-frame img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;aspect-ratio:auto;max-width:none;margin:0;border-radius:0;box-shadow:none}
.seo-body .split.flip .img-frame{order:2}        /* image-right on desktop */
@media(max-width:820px){
  .seo-body .split{margin:46px 0;gap:24px}
  .seo-body .split.flip .img-frame{order:0}       /* reset: image on top when stacked */
  .seo-body .split .img-frame{position:static;height:auto}
  .seo-body .split .img-frame img{position:static;height:auto;aspect-ratio:16/10} /* tidy landscape crop when stacked */
}

/* ===== Foodtruck-Dordrecht: device-vriendelijk (hero, content, CTA's, FAQ) ===== */
@media(max-width:992px){
  .page-dordrecht .hero.page h1{font-size:54px}
}
@media(max-width:820px){
  .page-dordrecht .hero.page h1{font-size:44px;max-width:none}
}
@media(max-width:600px){
  .page-dordrecht .hero.page h1{font-size:32px}
  .page-dordrecht .page-sheet>section>.container{margin:0 16px}
  .page-dordrecht .seo-body p:not(.denk),
  .page-dordrecht .seo-body .tick li{font-size:16px;line-height:1.7}
  .page-dordrecht .seo-body .btn{display:block;width:100%;text-align:center}
  .faq-acc summary{padding:16px 18px;gap:12px}
  .faq-acc summary h3{font-size:16px}
  .faq-acc details>p{padding:0 18px 18px;font-size:16px;line-height:1.7}
}
