*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;font-family:var(--rf-font);font-size:16px;line-height:1.45;color:var(--rf-black);background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
img,video{display:block;max-width:100%;height:auto}
a{color:var(--rf-red);text-decoration:none}
a:hover{color:var(--rf-red-hover)}
h1,h2,h3,h4,p{margin:0}
::selection{background:var(--rf-red);color:#fff}
.rf-container{width:var(--rf-container);margin-inline:auto}
.rf-scroll{scrollbar-width:thin}
.rf-scroll::-webkit-scrollbar{height:6px}
.rf-scroll::-webkit-scrollbar-thumb{background:var(--rf-line)}
.rf-mono{font-family:var(--rf-mono);text-transform:uppercase;letter-spacing:.12em}
.rf-eyebrow{font-family:var(--rf-mono);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.22em;color:var(--rf-black)}
h1,h2,h3{font-weight:800;letter-spacing:-.02em;line-height:1.02;text-transform:uppercase}
.rf-h2{font-size:clamp(23px,3.6vw,40px)}
.rf-lead{font-size:clamp(15px,1.3vw,17px);color:var(--rf-grey);text-transform:none;font-weight:400;letter-spacing:0}
.tabnum{font-variant-numeric:tabular-nums}

/* Buttons */
.rf-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 26px;font-family:var(--rf-font);font-weight:700;font-size:14px;text-transform:uppercase;letter-spacing:.04em;border:1px solid transparent;cursor:pointer;transition:background .15s,color .15s,border-color .15s}
.rf-btn--primary{background:var(--rf-red);border-color:var(--rf-red);color:#fff}
.rf-btn--primary:hover{background:var(--rf-red-hover);border-color:var(--rf-red-hover)}
.rf-btn--dark{background:var(--rf-black);border-color:var(--rf-black);color:#fff}
.rf-btn--dark:hover{background:#000}
.rf-btn--ghost{background:transparent;color:var(--rf-black);border-color:var(--rf-black)}
.rf-btn--ghost:hover{background:var(--rf-black);color:#fff}
.rf-btn--light{background:#fff;border-color:#fff;color:var(--rf-black)}
.rf-btn--onred{background:#fff;border-color:#fff;color:var(--rf-red)}
.rf-btn--hero{min-height:56px;padding:18px 32px;font-size:16px}
.rf-btn--block{width:100%}

/* ---------- Announcement bar ---------- */
.rf-announce{position:relative;background:var(--rf-red);color:#fff;font-size:13px}
.rf-announce__in{width:var(--rf-container);margin-inline:auto;min-height:40px;display:flex;align-items:center;justify-content:center;gap:14px;padding:9px 28px 9px 0;text-align:center;flex-wrap:wrap;font-weight:600;line-height:1.3}
.rf-announce__code{font-family:var(--rf-mono);font-weight:600;font-size:12px;letter-spacing:.08em;border:1px dashed rgba(255,255,255,.7);padding:2px 8px}
.rf-announce__x{position:absolute;right:0;top:50%;transform:translateY(-50%);background:none;border:0;color:#fff;font-size:18px;line-height:1;cursor:pointer;padding:8px}

/* ---------- Utility bar (lichtgrijs, zoals design) ---------- */
.rf-utility{background:var(--rf-off);border-bottom:1px solid var(--rf-line-soft)}
.rf-utility__in{width:var(--rf-container);margin-inline:auto;min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:8px 0;font-family:var(--rf-mono);font-size:11px;letter-spacing:.04em;color:var(--rf-grey);white-space:nowrap}
.rf-utility__item{display:inline-flex;align-items:center}
@media(max-width:639px){
  .rf-utility__in{justify-content:center;gap:8px;padding:0 16px;overflow:hidden;height:40px}
  .rf-utility__item{display:none}
  .rf-utility__item.is-active{display:inline-flex}
  .rf-utility__in::before{content:"";width:5px;height:5px;background:var(--rf-red);flex:none}
}

/* ---------- Header ---------- */
.rf-header{position:sticky;top:0;z-index:60;background:#fff;border-bottom:1px solid var(--rf-line-soft)}
.rf-header__in{width:var(--rf-container);margin-inline:auto;height:72px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.rf-logo{display:flex;align-items:center}
.rf-logo a,.rf-logo .custom-logo-link{display:flex;align-items:center}
.rf-logo img,.rf-logo .custom-logo{height:21px;width:auto;max-height:21px}
.rf-nav{display:flex;align-items:center;gap:clamp(16px,2.4vw,28px)}
.rf-nav ul{display:flex;align-items:center;gap:clamp(16px,2.4vw,28px);list-style:none;margin:0;padding:0}
.rf-nav li{list-style:none;margin:0;padding:0}
.rf-nav a{font-size:clamp(13px,1.4vw,14px);font-weight:600;color:var(--rf-black);letter-spacing:-.01em;text-decoration:none}
.rf-nav a:hover{color:var(--rf-red)}
.rf-header__actions{display:flex;align-items:center;gap:12px}
.rf-lang{position:relative;display:inline-flex;align-items:center;gap:6px;height:42px;padding:0 24px 0 11px;border:1px solid #E4E4E4;background:#fff;flex:none}
.rf-lang select{appearance:none;-webkit-appearance:none;background:none;border:none;outline:none;font-family:var(--rf-mono);font-size:12px;font-weight:600;letter-spacing:.06em;color:var(--rf-black);cursor:pointer;padding:0}
.rf-lang-label{font-family:var(--rf-mono);font-size:12px;font-weight:600;letter-spacing:.06em;color:var(--rf-black);pointer-events:none}
.rf-lang__chev{position:absolute;right:8px;pointer-events:none}
.rf-cart{position:relative;flex:none;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid #E4E4E4;background:#fff;color:var(--rf-black)}
.rf-cart:hover{border-color:var(--rf-black);color:var(--rf-black)}
.rf-cart__badge{position:absolute;top:-7px;right:-7px;min-width:18px;height:18px;padding:0 4px;border-radius:9px;background:var(--rf-red);color:#fff;font-size:10px;font-weight:700;line-height:1;display:flex;align-items:center;justify-content:center}
.rf-headcta{display:inline-flex;align-items:center;gap:8px;height:42px;padding:0 20px;background:var(--rf-red);color:#fff;font-weight:700;font-size:13px;letter-spacing:.04em;text-transform:uppercase;flex:none}
.rf-headcta:hover{background:var(--rf-red-hover);color:#fff}
.rf-burger{display:none;flex:none;width:42px;height:42px;border:1px solid #E4E4E4;background:#fff;align-items:center;justify-content:center;cursor:pointer;color:var(--rf-black)}
.rf-burger:hover{border-color:var(--rf-black)}
.rf-burger span{position:relative;display:block;width:18px;height:2px;background:currentColor}
.rf-burger span::before,.rf-burger span::after{content:"";position:absolute;left:0;width:18px;height:2px;background:currentColor}
.rf-burger span::before{top:-6px}.rf-burger span::after{top:6px}
@media(max-width:639px){
  .rf-nav{display:none}
  .rf-headcta{display:none}
  .rf-burger{display:inline-flex}
}

/* Mobiel menu — uitklap-paneel onder de header (zoals design) */
.rf-mobilemenu{display:none}
.rf-mobilemenu.is-open{display:block;position:sticky;top:72px;z-index:59;background:#fff;border-bottom:1px solid var(--rf-line)}
.rf-mobilemenu nav{width:var(--rf-container);margin-inline:auto;display:flex;flex-direction:column;padding:4px 0 16px}
.rf-mobilemenu nav ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;width:100%}
.rf-mobilemenu nav li{list-style:none;margin:0;padding:0}
.rf-mobilemenu nav a{display:block;width:100%;padding:15px 4px;border-bottom:1px solid var(--rf-line-soft);font-weight:600;font-size:16px;text-transform:uppercase;letter-spacing:-.01em;color:var(--rf-black)}
.rf-mobilemenu nav a:hover{color:var(--rf-red)}
.rf-mobilemenu nav a.rf-mm-cta{margin-top:14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--rf-red);color:#fff;font-weight:700;font-size:15px;letter-spacing:.04em;text-transform:uppercase;padding:15px 20px;min-height:50px;border-bottom:0}
.rf-mobilemenu nav a.rf-mm-cta:hover{background:var(--rf-red-hover);color:#fff}

/* ---------- Footer ---------- */
.rf-footer{background:var(--rf-black);color:#fff;padding:56px 0 40px}
.rf-footer__top{display:flex;flex-wrap:wrap;gap:40px 56px;align-items:flex-start}
.rf-footer__brand{flex:1 1 260px;min-width:240px;max-width:340px}
.rf-footer__brand img,.rf-footer__brand .custom-logo{height:26px;width:auto;margin-bottom:16px}
.rf-footer__tag{font-size:14px;line-height:1.5;color:var(--rf-grey-lighter);margin:0 0 14px}
.rf-footer__contact{font-family:var(--rf-mono);font-size:12px;line-height:1.7;color:var(--rf-grey-lighter)}
.rf-footer__cols{flex:2 1 520px;display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:32px 24px}
.rf-footer h4{font-family:var(--rf-mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#888;margin:0 0 14px;font-weight:600}
.rf-footer ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px}
.rf-footer__cols a{font-size:14px;color:#fff}
.rf-footer__cols a:hover{color:var(--rf-red)}
.rf-footer__waarborg{margin-top:36px;display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.rf-footer__waarborg img{height:34px;width:auto;background:#fff;padding:7px 11px}
.rf-footer__waarborg span{font-family:var(--rf-mono);font-size:11px;letter-spacing:.06em;color:var(--rf-grey-lighter);text-transform:uppercase;max-width:44ch}
.rf-footer__bottom{margin-top:40px;padding-top:16px;border-top:1px solid #2a2a2c;display:flex;flex-wrap:wrap;gap:8px 20px;justify-content:space-between;font-family:var(--rf-mono);font-size:11px;letter-spacing:.06em;color:#888;text-transform:uppercase}

/* Editorial (Gutenberg-pagina's) */
.rf-editorial{font-size:16px;line-height:1.7;color:#1a1a1c}
.rf-editorial h2{font-size:clamp(20px,2.4vw,30px);margin:36px 0 12px}
.rf-editorial h3{font-size:20px;margin:28px 0 10px}
.rf-editorial p{margin:0 0 18px}
.rf-editorial a{color:var(--rf-red);text-decoration:underline;text-transform:none}
.rf-editorial ul,.rf-editorial ol{margin:0 0 18px;padding-left:22px}
.rf-editorial img{margin:20px 0}
.rf-google-reviews{max-width:100%;margin:0 auto}
