:root{
  --noordzee-900:#0C3F3C; --noordzee-700:#11605B; --noordzee-500:#2A8580; --noordzee-100:#E0EFEE;
  --zand-600:#C8862A; --zand-400:#E2A038; --zand-200:#F6D9A6;
  --inkt:#1A2421; --mist:#6E726B; --lijn:#D8D7D0; --achtergrond:#FAFAF7;
  --radius:14px;
}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{margin:0;font-family:'Figtree',system-ui,-apple-system,sans-serif;color:var(--inkt);background:var(--achtergrond);line-height:1.6;}
.wrap{max-width:1040px;margin:0 auto;padding:0 22px;}
a{color:inherit;text-decoration:none;}
h1,h2,h3{margin:0;font-weight:600;line-height:1.2;}

.site-head{border-bottom:1px solid #ECEAE3;background:var(--achtergrond);position:sticky;top:0;z-index:10;}
.head-in{display:flex;align-items:center;justify-content:space-between;height:64px;}
.brand{display:flex;align-items:center;gap:10px;}
.mark{width:34px;height:34px;border-radius:10px;background:var(--noordzee-700);display:flex;align-items:center;justify-content:center;}
.word{font-size:21px;font-weight:600;}
.iroof{position:relative;display:inline-block;}
.iroof .roof{position:absolute;left:50%;top:-0.14em;transform:translateX(-50%);}
.head-cta{font-size:14px;font-weight:500;color:var(--noordzee-700);border:1px solid var(--noordzee-700);padding:8px 14px;border-radius:10px;white-space:nowrap;flex:none;}
.head-cta:hover{background:var(--noordzee-100);}
.cta-short{display:none;}

.hero{background:var(--noordzee-100);padding:64px 0 56px;}
.eyebrow{display:inline-block;background:#fff;border:1px solid #BBD9D3;color:var(--noordzee-900);font-size:13px;font-weight:500;padding:5px 13px;border-radius:20px;margin-bottom:18px;}
.hero h1{font-size:42px;color:var(--noordzee-900);margin-bottom:14px;}
.lead{font-size:18px;color:#2C5450;max-width:680px;margin:0 0 26px;}
.btn{display:inline-block;background:var(--zand-400);color:#4A2E08;font-family:inherit;font-weight:600;font-size:16px;border:none;border-radius:12px;padding:14px 26px;cursor:pointer;}
.btn:hover{background:var(--zand-600);color:#fff;}

.plus-sec{padding:48px 0;}
.plus-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.pcard{background:#fff;border:1px solid #ECEAE3;border-radius:var(--radius);padding:22px;}
.pico{width:44px;height:44px;border-radius:11px;background:var(--noordzee-100);display:flex;align-items:center;justify-content:center;margin-bottom:14px;}
.pico svg{width:24px;height:24px;}
.pcard h3{font-size:18px;margin-bottom:6px;}
.pcard p{font-size:15px;color:var(--mist);margin:0;}

.audience{padding:8px 0 56px;}
.aud-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.acard{background:#fff;border:1px solid #ECEAE3;border-radius:var(--radius);padding:26px;}
.acard h2{font-size:20px;margin-bottom:10px;color:var(--noordzee-700);}
.acard p{font-size:16px;color:#3A3D38;margin:0;}

.interesse{background:var(--zand-200);padding:56px 0;}
.form-wrap{max-width:560px;}
.interesse h2{font-size:26px;margin-bottom:8px;}
.form-intro{font-size:16px;color:#7A5A1E;margin:0 0 24px;}
#interesse-form{background:#fff;border-radius:var(--radius);padding:24px;border:1px solid #EAD9B6;}
.row{margin-bottom:16px;display:flex;flex-direction:column;}
.row label{font-size:14px;font-weight:500;margin-bottom:6px;}
.row input,.row select,.row textarea{font-family:inherit;font-size:16px;color:var(--inkt);background:var(--achtergrond);border:1px solid var(--lijn);border-radius:10px;padding:11px 13px;}
.row input:focus,.row select:focus,.row textarea:focus{outline:none;border-color:var(--noordzee-500);box-shadow:0 0 0 3px rgba(42,133,128,0.15);}
.row textarea{resize:vertical;}
#submit-btn{width:100%;}
.form-status{font-size:14px;margin:14px 0 0;min-height:1.2em;}
.form-status.ok{color:var(--noordzee-700);}
.form-status.err{color:#A32D2D;}

.impressie{background:#EEF0EC;padding:40px 0 48px;}
.impressie h2{font-size:24px;font-weight:600;margin:0 0 8px;}
.imp-intro{font-size:16px;color:var(--mist);max-width:700px;margin:0 0 24px;}
.shots{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:18px;}
.shot{display:block;background:#fff;border:1px solid var(--lijn);border-radius:var(--radius);overflow:hidden;color:inherit;text-decoration:none;box-shadow:0 3px 14px rgba(26,36,33,.10);transition:transform .12s ease, box-shadow .12s ease;}
.shot:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(26,36,33,.16);}
.shot img{width:100%;height:240px;object-fit:cover;object-position:top center;display:block;background:var(--noordzee-100);border-bottom:1px solid var(--lijn);}
.shot span{display:flex;align-items:center;justify-content:space-between;padding:13px 15px;font-size:14px;font-weight:600;}
.shot span::after{content:"\2197";color:var(--noordzee-700);font-size:17px;font-weight:500;}

.site-foot{border-top:1px solid #ECEAE3;}
.foot-in{display:flex;justify-content:space-between;align-items:center;color:var(--mist);font-size:13px;padding:20px 0;}

@media(max-width:760px){
  .wrap{padding:0 18px;}
  .hero{padding:44px 0 38px;}
  .hero h1{font-size:30px;}
  .lead{font-size:16px;}
  .plus-grid{grid-template-columns:1fr;}
  .aud-grid{grid-template-columns:1fr;}
  .head-cta{font-size:13px;padding:8px 12px;}
  .cta-full{display:none;}
  .cta-short{display:inline;}
  .impressie h2{font-size:22px;}
  .interesse h2{font-size:23px;}
  .foot-in{flex-direction:column;gap:6px;text-align:center;padding:24px 0;}
}
