/*
Theme Name: AC Dak & Bouwservice
Theme URI: https://acdakenbouwservice.nl
Author: AC Dak en Bouwservice
Author URI: https://acdakenbouwservice.nl
Description: Custom WordPress thema voor AC Dak en Bouwservice — Erkend dakdekker in Maastricht en omstreken. Inclusief diensten, projectengalerij, klantreviews, Google Maps en functioneel contactformulier.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ac-dak
Tags: business, one-page, custom-colors, responsive
*/

:root {
    --orange: #E85D1F; --orange-dark: #C84F15;
    --black: #0A0A0A; --black-soft: #1A1A1A;
    --paper: #F5F0E8; --paper-dark: #E8E0D2;
    --line: rgba(255,255,255,0.1);
    --gray-text: #8A8A8A; --gray-soft: #C8C8C8;
  }
  * { margin: 0; padding: 0; box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
  html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
  body { font-family: 'Inter', system-ui, sans-serif; background: var(--black); color: white; line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; font-size: 16px; }
  .serif { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 500; letter-spacing: -0.01em; }
  .container { max-width: 1320px; margin: 0 auto; padding: 0 32px; }
  @media (max-width: 700px) { .container { padding: 0 20px; } }
  img { max-width: 100%; display: block; height: auto; }
  a { color: inherit; text-decoration: none; }
  button { font-family: inherit; cursor: pointer; }

  .topbar { background: var(--orange); color: white; font-size: 13px; padding: 9px 0; font-weight: 500; }
  .topbar .container { display: flex; justify-content: center; align-items: center; gap: 24px; flex-wrap: wrap; }
  .topbar a { font-weight: 700; }
  .topbar .sep { color: rgba(255,255,255,0.5); }
  @media (max-width: 700px) { .topbar { font-size: 12px; padding: 8px 0; } .topbar .sep, .topbar .extra { display: none; } }

  nav.main { background: var(--black); padding: 22px 0; position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--line); }
  nav.main .container { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
  .brand-logo { display: flex; align-items: center; gap: 16px; }
  .brand-logo img { width: 80px; height: 80px; object-fit: contain; flex-shrink: 0; }
  .brand-name { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 600; font-size: 22px; color: white; line-height: 1; letter-spacing: 0.01em; }
  .brand-sub { font-size: 10.5px; color: var(--orange); text-transform: uppercase; letter-spacing: 0.22em; margin-top: 6px; font-weight: 600; }
  nav .links { display: flex; gap: 36px; align-items: center; }
  nav .links a { color: var(--gray-soft); font-size: 14px; font-weight: 500; padding: 8px 0; }
  nav .links a:hover { color: var(--orange); }
  .btn-call-nav { background: var(--orange); color: white !important; padding: 13px 22px; border-radius: 4px; font-weight: 600; font-size: 13px; letter-spacing: 0.04em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 8px; }
  .btn-call-nav:hover { background: var(--orange-dark); }
  .nav-toggle { display: none; background: transparent; border: none; color: white; padding: 8px; min-height: 44px; min-width: 44px; }
  .nav-toggle svg { width: 28px; height: 28px; }

  @media (max-width: 950px) {
    nav.main { padding: 16px 0; }
    .brand-logo img { width: 60px; height: 60px; }
    .brand-name { font-size: 18px; }
    .brand-sub { font-size: 9px; letter-spacing: 0.18em; }
    nav .links { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--black); flex-direction: column; padding: 20px 32px 28px; gap: 0; border-bottom: 1px solid var(--line); }
    nav .links.open { display: flex; }
    nav .links a { padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 16px; }
    .nav-toggle { display: inline-flex; align-items: center; }
    .btn-call-nav { padding: 11px 16px; font-size: 12px; }
    .btn-call-nav .label-long { display: none; }
  }
  @media (max-width: 400px) {
    .brand-logo img { width: 52px; height: 52px; }
    .brand-name { font-size: 15px; }
  }

  .hero { position: relative; min-height: 84vh; display: flex; align-items: center; padding: 100px 0 80px; background: var(--black); overflow: hidden; }
  .hero-bg-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.55; z-index: 0; }
  .hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,10,10,0.55) 0%, rgba(10,10,10,0.5) 50%, rgba(10,10,10,0.9) 100%); z-index: 1; }
  .hero .container { position: relative; z-index: 2; text-align: center; }
  .hero-logo { width: 130px; height: 130px; margin: 0 auto 28px; object-fit: contain; }
  .hero-eyebrow { font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--orange); font-weight: 600; margin-bottom: 18px; }
  .hero h1 { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 500; font-size: clamp(40px, 7vw, 88px); line-height: 1; letter-spacing: -0.02em; margin-bottom: 22px; color: white; }
  .hero h1 em { color: var(--orange); font-style: italic; font-weight: 500; }
  .hero .lede { font-size: clamp(15px, 1.5vw, 17px); color: var(--gray-soft); max-width: 580px; margin: 0 auto 40px; line-height: 1.7; }
  .hero-actions { display: inline-flex; gap: 14px; flex-wrap: wrap; justify-content: center; margin-bottom: 50px; }
  .btn-primary, .btn-outline { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 18px 32px; border-radius: 4px; font-weight: 600; font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; transition: all 0.25s; min-height: 56px; }
  .btn-primary { background: var(--orange); color: white; }
  .btn-primary:hover { background: var(--orange-dark); transform: translateY(-2px); }
  .btn-outline { background: transparent; color: white; border: 1.5px solid rgba(255,255,255,0.4); }
  .btn-outline:hover { background: white; color: var(--black); border-color: white; }
  .hero-meta { display: inline-flex; gap: 30px; font-size: 12px; color: var(--gray-soft); flex-wrap: wrap; justify-content: center; letter-spacing: 0.04em; }
  .hero-meta span { display: inline-flex; align-items: center; gap: 8px; }
  .hero-meta .dot { width: 6px; height: 6px; background: var(--orange); border-radius: 50%; display: inline-block; }

  @media (max-width: 700px) {
    .hero { min-height: auto; padding: 60px 0 70px; }
    .hero-logo { width: 96px; height: 96px; margin-bottom: 22px; }
    .hero-actions { flex-direction: column; width: 100%; max-width: 320px; gap: 10px; margin-bottom: 36px; }
    .hero-actions a { width: 100%; }
    .hero-meta { gap: 20px; font-size: 11px; }
  }

  .review-bar { background: var(--black); padding: 40px 0 50px; border-bottom: 1px solid var(--line); }
  .review-bar .container { text-align: center; }
  .review-bar-eyebrow { font-size: 10.5px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--orange); font-weight: 600; margin-bottom: 22px; }
  .review-bar-platforms { display: inline-flex; gap: 50px; align-items: center; flex-wrap: wrap; justify-content: center; }
  @media (max-width: 700px) { .review-bar-platforms { gap: 30px; } }
  .rb-item { display: flex; align-items: center; gap: 14px; }
  .rb-name { font-weight: 700; font-size: 16px; }
  .rb-name.google span:nth-child(1) { color: #4285F4; }
  .rb-name.google span:nth-child(2) { color: #EA4335; }
  .rb-name.google span:nth-child(3) { color: #FBBC05; }
  .rb-name.google span:nth-child(4) { color: #4285F4; }
  .rb-name.google span:nth-child(5) { color: #34A853; }
  .rb-name.google span:nth-child(6) { color: #EA4335; }
  .rb-name.trustoo { color: #00A878; }
  .rb-name.solvari { color: #FF6900; }
  .rb-stars { color: #FFB800; font-size: 14px; letter-spacing: 2px; }
  .rb-score { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 600; color: white; line-height: 1; }
  .rb-stars-row { display: flex; align-items: center; gap: 10px; }

  /* WAAROM — NIEUW SCHOON DESIGN, geen romeinse cijfers */
  .why { padding: 110px 0; background: var(--black); }
  @media (max-width: 768px) { .why { padding: 80px 0; } }
  .why-head { text-align: center; max-width: 720px; margin: 0 auto 70px; }
  .why-eyebrow { font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--orange); font-weight: 600; margin-bottom: 14px; }
  .why-head h2 { font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: clamp(32px, 5vw, 56px); line-height: 1.1; letter-spacing: -0.015em; color: white; }
  .why-head h2 em { color: var(--orange); font-style: italic; }
  .why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1200px; margin: 0 auto; }
  @media (max-width: 850px) { .why-grid { grid-template-columns: 1fr; gap: 16px; max-width: 580px; } }
  .why-item { padding: 38px 32px; border: 1px solid var(--line); border-radius: 12px; background: var(--black-soft); transition: border-color 0.3s; }
  .why-item:hover { border-color: var(--orange); }
  .why-icon { width: 56px; height: 56px; margin-bottom: 22px; display: grid; place-items: center; background: rgba(232, 93, 31, 0.12); border-radius: 50%; }
  .why-icon svg { width: 26px; height: 26px; stroke: var(--orange); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
  .why-item h3 { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 500; color: white; margin-bottom: 10px; line-height: 1.2; letter-spacing: -0.01em; }
  .why-item p { font-size: 14.5px; color: var(--gray-soft); line-height: 1.7; }

  .services { padding: 110px 0; background: var(--paper); color: var(--black); }
  @media (max-width: 768px) { .services { padding: 70px 0; } }
  .section-head-light { text-align: center; max-width: 720px; margin: 0 auto 70px; }
  .section-head-light .eyebrow { font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--orange); font-weight: 600; margin-bottom: 14px; }
  .section-head-light h2 { font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: clamp(32px, 5vw, 56px); line-height: 1.1; color: var(--black); margin-bottom: 16px; }
  .section-head-light p { font-size: 15px; color: #5C5249; max-width: 520px; margin: 0 auto; line-height: 1.7; }

  .services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
  @media (max-width: 1100px) { .services-grid { grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 800px) { .services-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; } }
  @media (max-width: 480px) { .services-grid { grid-template-columns: 1fr; gap: 16px; } }
  .svc-card-link { display: block; border-radius: 10px; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; box-shadow: 0 4px 20px rgba(0,0,0,0.08); background: var(--black); }
  .svc-card-link:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,0.18); }
  .svc-card-link img { width: 100%; height: auto; display: block; }

  .offerte-block { padding: 100px 0; background: var(--black); text-align: center; }
  @media (max-width: 768px) { .offerte-block { padding: 70px 0; } }
  .offerte-block h2 { font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: clamp(30px, 4.5vw, 48px); line-height: 1.15; color: white; margin-bottom: 18px; max-width: 720px; margin-left: auto; margin-right: auto; }
  .offerte-block h2 em { color: var(--orange); font-style: italic; }
  .offerte-block .lede { color: var(--gray-soft); font-size: 16px; max-width: 580px; margin: 0 auto 36px; line-height: 1.7; }
  .offerte-actions { display: inline-flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
  @media (max-width: 600px) {
    .offerte-actions { flex-direction: column; width: 100%; max-width: 320px; }
    .offerte-actions a { width: 100%; }
  }

  /* PROJECTS */
  .projects { padding: 110px 0; background: var(--paper-dark); color: var(--black); }
  @media (max-width: 768px) { .projects { padding: 70px 0; } }
  .projects-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
  @media (max-width: 768px) { .projects-grid { grid-template-columns: 1fr; gap: 28px; } }
  .proj-card { background: white; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 24px rgba(0,0,0,0.06); transition: transform 0.3s ease, box-shadow 0.3s ease; }
  .proj-card:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(0,0,0,0.12); }
  .proj-photo { width: 100%; aspect-ratio: 4/5; overflow: hidden; background: #ddd; }
  .proj-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .proj-photo.wide { aspect-ratio: 4/3; }
  /* 3-photo voor/tijdens/na project layout */
  .proj-3photos { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 4px; aspect-ratio: 3/2; background: #ccc; }
  .proj-3photos > div { position: relative; overflow: hidden; }
  .proj-3photos img { width: 100%; height: 100%; object-fit: cover; }
  .proj-3photos .lbl { position: absolute; top: 8px; left: 8px; background: rgba(0,0,0,0.85); color: white; padding: 4px 9px; font-size: 9.5px; font-weight: 700; letter-spacing: 0.18em; }
  .proj-3photos > div:last-child .lbl { background: var(--orange); }
  /* 2-photo combo for pannendak with extra */
  .proj-2photos { display: grid; grid-template-columns: 2fr 1fr; gap: 4px; aspect-ratio: 4/3; background: #ccc; }
  .proj-2photos > div { position: relative; overflow: hidden; }
  .proj-2photos img { width: 100%; height: 100%; object-fit: cover; }

  .proj-body { padding: 22px 24px 26px; }
  .proj-title { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 600; color: var(--black); margin-bottom: 6px; line-height: 1.25; letter-spacing: -0.005em; }
  .proj-meta { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 10px; }
  .proj-meta-item { font-size: 11.5px; color: #5C5249; letter-spacing: 0.04em; padding: 5px 11px; background: var(--paper); border-radius: 4px; font-weight: 500; }
  .proj-meta-item.tag { background: var(--orange); color: white; font-weight: 600; }
  .proj-desc { font-size: 14px; color: #5C5249; line-height: 1.6; margin-top: 10px; }

  .reviews { padding: 110px 0; background: var(--black); text-align: center; }
  @media (max-width: 768px) { .reviews { padding: 70px 0; } }
  .reviews-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; max-width: 1100px; margin: 50px auto 0; text-align: left; }
  @media (max-width: 700px) { .reviews-grid { grid-template-columns: 1fr; gap: 26px; } }
  .rev-quote { padding: 32px; border: 1px solid var(--line); background: var(--black-soft); }
  .rev-stars-top { color: #FFB800; font-size: 14px; letter-spacing: 3px; margin-bottom: 16px; }
  .rev-text { font-family: 'Cormorant Garamond', serif; font-size: 19px; color: white; line-height: 1.5; margin-bottom: 22px; font-weight: 400; font-style: italic; }
  .rev-author-line { display: flex; justify-content: space-between; align-items: center; padding-top: 16px; border-top: 1px solid var(--line); }
  .rev-name { font-weight: 600; font-size: 14px; color: white; }
  .rev-source-tag { font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gray-text); font-weight: 600; }

  .area { padding: 110px 0; background: var(--paper); color: var(--black); }
  @media (max-width: 768px) { .area { padding: 70px 0; } }
  .area-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; align-items: center; }
  @media (max-width: 900px) { .area-grid { grid-template-columns: 1fr; gap: 40px; } }
  .area-text .eyebrow { font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--orange); font-weight: 600; margin-bottom: 16px; }
  .area-text h2 { font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: clamp(30px, 4.5vw, 48px); line-height: 1.1; color: var(--black); margin-bottom: 22px; }
  .area-text > p { color: #5C5249; font-size: 15px; line-height: 1.7; margin-bottom: 28px; }
  .cities { display: flex; flex-wrap: wrap; gap: 8px; }
  .city { font-size: 13px; color: var(--black); padding: 9px 14px; background: white; border: 1px solid #D8D2C7; }
  .city.main { background: var(--orange); border-color: var(--orange); color: white; font-weight: 600; }
  .map-frame { aspect-ratio: 4/5; overflow: hidden; border: 1px solid #D8D2C7; background: var(--paper); border-radius: 6px; box-shadow: 0 8px 30px rgba(0,0,0,0.08); }
  .map-frame iframe { width: 100%; height: 100%; border: 0; display: block; }
  @media (max-width: 900px) { .map-frame { aspect-ratio: 4/3; } }

  .contact-cta { background: var(--orange); color: white; padding: 100px 0; text-align: center; position: relative; overflow: hidden; }
  @media (max-width: 768px) { .contact-cta { padding: 70px 0; } }
  .contact-cta h2 { font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: clamp(32px, 5.5vw, 64px); line-height: 1.05; letter-spacing: -0.015em; margin-bottom: 22px; max-width: 800px; margin-left: auto; margin-right: auto; }
  .contact-cta p { font-size: 16px; max-width: 500px; margin: 0 auto 36px; opacity: 0.95; }
  .contact-cta .number { font-family: 'Manrope', sans-serif; font-size: clamp(32px, 4.2vw, 48px); font-weight: 800; letter-spacing: -0.01em; display: inline-block; margin-bottom: 28px; color: white; }
  .cta-actions-bottom { display: inline-flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
  .btn-black { background: var(--black); color: white; padding: 18px 32px; font-size: 13px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; border-radius: 4px; min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; }
  .btn-black:hover { background: white; color: var(--black); }
  .btn-white-outline { background: transparent; color: white; padding: 18px 32px; font-size: 13px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; border: 1.5px solid white; border-radius: 4px; min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; }
  .btn-white-outline:hover { background: white; color: var(--orange); }
  @media (max-width: 600px) {
    .cta-actions-bottom { flex-direction: column; width: 100%; max-width: 320px; }
    .cta-actions-bottom a { width: 100%; }
  }

  footer { background: var(--black); padding: 70px 0 40px; color: var(--gray-text); border-top: 1px solid var(--line); }
  @media (max-width: 768px) { footer { padding-bottom: 110px; } }
  .foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 50px; margin-bottom: 50px; }
  @media (max-width: 800px) { .foot-grid { grid-template-columns: 1fr 1fr; gap: 36px; } }
  @media (max-width: 500px) { .foot-grid { grid-template-columns: 1fr; gap: 30px; } }
  .foot-logo { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
  .foot-logo img { width: 64px; height: 64px; object-fit: contain; }
  .foot-logo .name { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 600; color: white; line-height: 1; }
  .foot-logo .sub { font-size: 9.5px; color: var(--orange); text-transform: uppercase; letter-spacing: 0.22em; margin-top: 6px; font-weight: 600; }
  .foot-tag { font-size: 13.5px; line-height: 1.7; max-width: 320px; }
  footer h5 { color: white; font-size: 11px; text-transform: uppercase; letter-spacing: 0.22em; margin-bottom: 18px; font-weight: 600; }
  footer .links-col a, footer .links-col span { display: block; margin-bottom: 9px; font-size: 13.5px; color: var(--gray-text); padding: 3px 0; transition: color 0.2s; }
  footer .links-col a:hover { color: var(--orange); }
  .foot-bottom { border-top: 1px solid var(--line); padding-top: 28px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px; font-size: 12px; }
  .admin-trigger { user-select: none; cursor: default; }

  .mobile-call { display: none; position: fixed; bottom: 0; left: 0; right: 0; background: var(--orange); padding: 12px; z-index: 100; box-shadow: 0 -8px 30px rgba(0,0,0,0.6); padding-bottom: max(12px, env(safe-area-inset-bottom)); }
  .mobile-call a { display: flex; align-items: center; justify-content: center; gap: 10px; background: var(--black); color: white; padding: 16px; border-radius: 4px; font-weight: 600; font-size: 15px; min-height: 56px; }
  @media (max-width: 768px) { .mobile-call { display: block; } }

  /* ADMIN PANEL — verborgen voor klanten */
  #admin-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.95); z-index: 9999; overflow-y: auto; padding: 30px 20px; }
  #admin-overlay.open { display: block; }
  .admin-box { max-width: 720px; margin: 0 auto; background: #1a1a1a; border: 1px solid var(--orange); border-radius: 12px; padding: 36px; color: white; font-family: 'Inter', sans-serif; }
  .admin-box h2 { font-family: 'Cormorant Garamond', serif; font-weight: 600; color: var(--orange); margin-bottom: 6px; font-size: 28px; }
  .admin-box .admin-sub { color: var(--gray-soft); font-size: 13px; margin-bottom: 24px; }
  .admin-box label { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--gray-soft); margin: 18px 0 8px; font-weight: 600; }
  .admin-box input[type="password"], .admin-box input[type="text"], .admin-box textarea { width: 100%; padding: 12px 14px; background: #0a0a0a; border: 1px solid #333; border-radius: 6px; color: white; font-family: inherit; font-size: 14px; }
  .admin-box button { background: var(--orange); color: white; border: none; padding: 12px 22px; border-radius: 6px; font-weight: 700; font-size: 13px; letter-spacing: 0.04em; text-transform: uppercase; cursor: pointer; margin-top: 14px; }
  .admin-box button.secondary { background: transparent; border: 1px solid #555; }
  .admin-box button:hover { background: var(--orange-dark); }
  .admin-close { position: absolute; top: 20px; right: 20px; background: transparent; border: none; color: white; font-size: 32px; cursor: pointer; padding: 8px 14px; }
  .admin-photos { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 14px; }
  .admin-photo-item { background: #0a0a0a; border: 1px solid #333; border-radius: 6px; padding: 12px; }
  .admin-photo-item img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 4px; margin-bottom: 8px; }
  .admin-photo-item .name { font-size: 12px; color: var(--gray-soft); margin-bottom: 8px; }
  .admin-photo-item input[type="file"] { font-size: 11px; color: white; width: 100%; }
  .admin-warn { background: rgba(232,93,31,0.1); border: 1px solid var(--orange); padding: 14px; border-radius: 6px; font-size: 13px; color: var(--gray-soft); line-height: 1.6; margin-top: 18px; }

  .demo-banner { background: #FFE4B5; color: #8B4513; padding: 10px; text-align: center; font-size: 12px; font-weight: 600; }

/* ===== CONTACT FORM ===== */
.contact-form-section {
  padding: 100px 0;
  background: var(--paper);
  color: var(--black);
}
@media (max-width: 768px) { .contact-form-section { padding: 70px 0; } }
.contact-form-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 60px;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .contact-form-grid { grid-template-columns: 1fr; gap: 40px; }
}
.contact-form-info .eyebrow {
  font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--orange); font-weight: 600; margin-bottom: 16px;
}
.contact-form-info h2 {
  font-family: 'Cormorant Garamond', serif; font-weight: 500;
  font-size: clamp(30px, 4.5vw, 48px); line-height: 1.1;
  color: var(--black); margin-bottom: 22px;
}
.contact-form-info h2 em { color: var(--orange); font-style: italic; }
.contact-form-info p { color: #5C5249; font-size: 15px; line-height: 1.7; margin-bottom: 24px; }
.contact-form-info .info-block { margin-bottom: 18px; }
.contact-form-info .info-block strong {
  display: block; font-size: 12px; text-transform: uppercase;
  letter-spacing: 0.1em; color: var(--orange); margin-bottom: 4px; font-weight: 700;
}
.contact-form-info .info-block a {
  color: var(--black); font-size: 17px; font-weight: 600;
  text-decoration: none; font-family: 'Cormorant Garamond', serif;
}
.contact-form-info .info-block a:hover { color: var(--orange); }

.contact-form-wrap {
  background: white; padding: 40px;
  border-radius: 8px; box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}
@media (max-width: 600px) { .contact-form-wrap { padding: 28px 22px; } }
.contact-form-wrap h3 {
  font-family: 'Cormorant Garamond', serif; font-size: 26px;
  font-weight: 600; color: var(--black); margin-bottom: 6px;
}
.contact-form-wrap > p.intro {
  color: #5C5249; font-size: 14px; margin-bottom: 24px;
}
.cf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 600px) { .cf-row { grid-template-columns: 1fr; } }
.cf-group { margin-bottom: 16px; }
.cf-group label {
  display: block; font-size: 12px; font-weight: 600;
  color: #5C5249; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.06em;
}
.cf-group label .req { color: var(--orange); }
.cf-group input,
.cf-group select,
.cf-group textarea {
  width: 100%; padding: 12px 14px;
  border: 1px solid #D8D2C7; border-radius: 4px;
  font-family: inherit; font-size: 15px;
  background: var(--paper); color: var(--black);
  transition: border-color 0.2s;
}
.cf-group input:focus,
.cf-group select:focus,
.cf-group textarea:focus {
  outline: none; border-color: var(--orange);
  background: white;
}
.cf-group textarea { resize: vertical; min-height: 100px; }
.cf-submit {
  background: var(--orange); color: white;
  padding: 16px 32px; border: none; border-radius: 4px;
  font-weight: 700; font-size: 13px;
  letter-spacing: 0.06em; text-transform: uppercase;
  cursor: pointer; width: 100%; min-height: 56px;
  margin-top: 8px; transition: background 0.2s;
  font-family: inherit;
}
.cf-submit:hover { background: var(--orange-dark); }
.cf-note {
  font-size: 12px; color: #888; margin-top: 12px;
  text-align: center; line-height: 1.5;
}
.cf-success {
  background: #0A0A0A; border: 1px solid var(--orange);
  border-left: 4px solid var(--orange);
  color: white; padding: 18px 22px;
  border-radius: 4px; margin-bottom: 24px;
  font-size: 14px; line-height: 1.6;
}
.cf-success strong { display: block; margin-bottom: 4px; font-size: 15px; }
.cf-error {
  background: #0A0A0A; border: 1px solid var(--orange);
  border-left: 4px solid var(--orange);
  color: white; padding: 16px 20px;
  border-radius: 4px; margin-bottom: 20px;
  font-size: 14px; line-height: 1.6;
}


/* ===== PHONE BUTTON STYLING ===== */
.contact-cta .number a { 
  display: inline-block; 
  background: rgba(0,0,0,0.18); 
  padding: 14px 32px; 
  border-radius: 8px; 
  border: 2px solid rgba(255,255,255,0.35); 
  color: white; 
  transition: all 0.3s; 
  text-decoration: none;
}
.contact-cta .number a:hover { 
  background: var(--black); 
  border-color: var(--black); 
  transform: translateY(-2px); 
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

/* ===== TRUSTOO BADGE ===== */
.trustoo-badge { width: 130px; height: auto; flex-shrink: 0; }
.trustoo-badge.large { width: 170px; }
.trustoo-badge.small { width: 110px; }
.review-bar-with-badge { display: flex; align-items: center; justify-content: center; gap: 50px; flex-wrap: wrap; }
@media (max-width: 700px) { .review-bar-with-badge { gap: 30px; } }

/* ===== REVIEWS CAROUSEL ===== */
.reviews-stats { 
  display: inline-flex; 
  align-items: baseline; 
  gap: 12px; 
  margin-top: 20px; 
  color: var(--gray-soft);
  font-size: 14px;
}
.reviews-count { 
  font-family: 'Manrope', sans-serif; 
  font-size: 38px; 
  font-weight: 800; 
  color: var(--orange); 
  line-height: 1;
}
.reviews-carousel-wrap { max-width: 800px; margin: 50px auto 0; position: relative; }
.reviews-carousel { position: relative; min-height: 280px; }
@media (max-width: 700px) { .reviews-carousel { min-height: 340px; } }
.reviews-carousel .rev-quote { 
  position: absolute; 
  inset: 0; 
  opacity: 0; 
  visibility: hidden; 
  transition: opacity 0.5s ease; 
  pointer-events: none;
}
.reviews-carousel .rev-quote.active { 
  opacity: 1; 
  visibility: visible; 
  pointer-events: auto;
}
.reviews-dots { display: flex; justify-content: center; gap: 10px; margin-top: 28px; }
.reviews-dots .dot { 
  width: 10px; 
  height: 10px; 
  border-radius: 50%; 
  background: rgba(255,255,255,0.2); 
  border: none; 
  cursor: pointer; 
  transition: all 0.3s; 
  padding: 0;
}
.reviews-dots .dot.active { background: var(--orange); transform: scale(1.3); }
.reviews-dots .dot:hover { background: rgba(255,255,255,0.5); }
.reviews-more-link { 
  display: inline-block; 
  margin-top: 30px; 
  color: var(--orange); 
  font-size: 14px; 
  font-weight: 600; 
  letter-spacing: 0.04em; 
  text-decoration: none;
}
.reviews-more-link:hover { color: white; }

/* ===== FOOTER WITH BADGE ===== */
.foot-grid-with-badge { 
  display: grid; 
  grid-template-columns: 1.3fr 1fr 1fr 1fr auto; 
  gap: 50px; 
  margin-bottom: 50px; 
}
@media (max-width: 1100px) { 
  .foot-grid-with-badge { grid-template-columns: 1fr 1fr 1fr 1fr; } 
  .foot-badge-col { grid-column: 1 / -1; display: flex; justify-content: center; padding-top: 20px; border-top: 1px solid var(--line); } 
}
@media (max-width: 800px) { .foot-grid-with-badge { grid-template-columns: 1fr 1fr; } .foot-badge-col { grid-column: 1 / -1; } }
@media (max-width: 500px) { .foot-grid-with-badge { grid-template-columns: 1fr; } }
.foot-badge-col .trustoo-badge { width: 140px; }


/* ===== REAL TRUSTOO BADGES ===== */
.trustoo-badge-img { display: block; height: auto; flex-shrink: 0; }
.trustoo-badge-img.large { width: 180px; }
.foot-badge-col .trustoo-badge-img { width: 150px; }
@media (max-width: 700px) {
  .trustoo-badge-img.large { width: 130px; }
  .foot-badge-col .trustoo-badge-img { width: 130px; }
}


/* ===== COOKIE BANNER ===== */
.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  max-width: 720px;
  margin: 0 auto;
  background: var(--black);
  color: white;
  padding: 22px 24px;
  border-radius: 12px;
  border: 1px solid var(--orange);
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
  z-index: 9000;
  transform: translateY(120%);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.3s ease;
  font-size: 14px;
}
.cookie-banner.show { transform: translateY(0); opacity: 1; }
.cookie-banner-inner { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; }
@media (max-width: 700px) {
  .cookie-banner { padding: 18px 20px; }
  .cookie-banner-inner { grid-template-columns: 1fr; gap: 14px; }
}
.cookie-banner-text strong { display: block; font-size: 15px; margin-bottom: 6px; color: var(--orange); }
.cookie-banner-text p { font-size: 13px; line-height: 1.5; color: var(--gray-soft); margin: 0; }
.cookie-banner-text a { color: var(--orange); text-decoration: underline; }
.cookie-banner-actions { display: flex; gap: 10px; }
@media (max-width: 700px) { .cookie-banner-actions { width: 100%; } .cookie-btn { flex: 1; } }
.cookie-btn {
  padding: 11px 22px;
  border: none;
  border-radius: 6px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: all 0.2s;
}
.cookie-accept { background: var(--orange); color: white; }
.cookie-accept:hover { background: var(--orange-dark); }
.cookie-reject {
  background: transparent;
  color: white;
  border: 1px solid rgba(255,255,255,0.3);
}
.cookie-reject:hover { background: rgba(255,255,255,0.1); }

/* ===== PRIVACY CHECKBOX IN FORM ===== */
.cf-checkbox-group { margin-bottom: 20px; }
.cf-checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.5;
  color: #5C5249;
  padding: 10px;
  border-radius: 6px;
  transition: background 0.2s;
}
.cf-checkbox-label:hover { background: rgba(232, 93, 31, 0.05); }
.cf-checkbox-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  flex-shrink: 0;
  accent-color: var(--orange);
  cursor: pointer;
}
.cf-checkbox-label span { flex: 1; }
.cf-checkbox-label a { color: var(--orange); text-decoration: underline; }


/* ===== FORM SUBMIT — Loading state + fallback ===== */
.cf-submit-loading { opacity: 0.85; cursor: wait; background: var(--gray-soft) !important; }
.cf-spin {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255,255,255,0.4);
  border-top-color: white;
  border-radius: 50%;
  animation: cf-spin 0.8s linear infinite;
  margin-right: 6px;
  vertical-align: middle;
}
@keyframes cf-spin { to { transform: rotate(360deg); } }
.cf-fallback {
  margin-top: 16px;
  padding: 16px 18px;
  background: #FFF3E0;
  border: 1px solid var(--orange);
  border-radius: 8px;
  color: var(--black);
  font-size: 14px;
}
.cf-fallback strong { display: block; margin-bottom: 6px; color: var(--orange-dark); }
.cf-fallback p { margin: 0; line-height: 1.6; }
.cf-fallback a { color: var(--orange-dark); font-weight: 600; }


/* ===== NEW SERVICES DARK-TILE GRID (v22) ===== */
.services-grid-v2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 40px;
}
@media (max-width: 1100px) { .services-grid-v2 { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 800px)  { .services-grid-v2 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px)  { .services-grid-v2 { grid-template-columns: 1fr; } }

.svc-tile {
  display: flex;
  flex-direction: column;
  background: #0E0E0E;
  text-decoration: none;
  color: white;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(255,255,255,0.05);
}
.svc-tile:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.4);
}
.svc-tile-photo {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #1a1a1a;
}
.svc-tile-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.svc-tile:hover .svc-tile-photo img { transform: scale(1.04); }

.svc-tile-body {
  padding: 22px 20px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.svc-tile-icon {
  width: 28px;
  height: 28px;
  color: var(--orange);
  margin-bottom: 14px;
  flex-shrink: 0;
}
.svc-tile-icon svg { width: 100%; height: 100%; stroke: currentColor; stroke-width: 1.6; fill: none; stroke-linejoin: round; stroke-linecap: round; }
.svc-tile h3 {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: white;
  margin: 0 0 12px 0;
  line-height: 1.3;
}
.svc-tile p {
  font-family: 'Inter', sans-serif;
  font-size: 12.5px;
  line-height: 1.65;
  color: rgba(255,255,255,0.75);
  margin: 0;
}
@media (max-width: 480px) {
  .svc-tile-body { padding: 20px 18px 22px; }
  .svc-tile p { font-size: 13px; }
}



/* ============================================================
   v24 PREMIUM REDESIGN — overrides previous styles
   Goal: rustig, luxe, betrouwbaar, minder druk
   ============================================================ */

:root {
  --bg-paper: #F5F0E8;
  --bg-paper-soft: #FAF6F0;
  --bg-dark: #0A0A0A;
  --bg-dark-soft: #141414;
  --text-dark: #1A1A1A;
  --text-light: #F8F5F0;
  --text-muted: #6B6258;
  --text-muted-dark: rgba(255,255,255,0.55);
  --orange: #E85D1F;
  --orange-dark: #C84F15;
  --line-light: rgba(0,0,0,0.08);
  --line-dark: rgba(255,255,255,0.1);
}

body { background: var(--bg-paper); color: var(--text-dark); }

/* === HERO PREMIUM === */
.hero-premium {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: flex-end;
  background: #000;
  overflow: hidden;
}
.hero-premium::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--hero-bg);
  background-size: cover;
  background-position: center 60%;
  filter: brightness(0.6);
}
.hero-premium::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.1) 35%, rgba(0,0,0,0.85) 100%);
}
.hero-premium .container { position: relative; z-index: 2; padding-bottom: 100px; }
.hero-premium .eyebrow {
  color: var(--orange);
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 500;
}
.hero-premium h1 {
  font-family: 'Cormorant Garamond', serif;
  color: white;
  font-size: clamp(44px, 7vw, 88px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin: 0 0 28px 0;
  max-width: 14ch;
}
.hero-premium h1 em { font-style: italic; color: var(--orange); }
.hero-premium .hero-sub {
  color: rgba(255,255,255,0.9);
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.55;
  max-width: 56ch;
  margin: 0 0 16px 0;
  font-weight: 300;
}
.hero-premium .hero-desc {
  color: rgba(255,255,255,0.65);
  font-size: 15px;
  line-height: 1.7;
  max-width: 60ch;
  margin: 0 0 50px 0;
  font-weight: 300;
}
.hero-premium .hero-cta-row {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
}
.btn-premium {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 32px;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1.5px solid transparent;
  transition: all 0.25s ease;
  cursor: pointer;
  background: none;
  color: inherit;
}
.btn-premium-fill { background: var(--orange); color: white; border-color: var(--orange); }
.btn-premium-fill:hover { background: var(--orange-dark); border-color: var(--orange-dark); transform: translateY(-2px); }
.btn-premium-ghost { color: white; border-color: rgba(255,255,255,0.4); }
.btn-premium-ghost:hover { border-color: white; background: rgba(255,255,255,0.08); }
.btn-premium-dark { background: var(--bg-dark); color: white; border-color: var(--bg-dark); }
.btn-premium-dark:hover { background: var(--orange); border-color: var(--orange); }

/* === TRUST STRIP (4 points under hero) === */
.trust-strip-v2 {
  background: var(--bg-paper);
  border-bottom: 1px solid var(--line-light);
  padding: 36px 0;
}
.trust-strip-v2 .trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.trust-item-v2 {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 14px;
  line-height: 1.45;
  color: var(--text-dark);
}
.trust-item-v2::before {
  content: '';
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background: var(--orange);
  border-radius: 50%;
  position: relative;
  display: inline-block;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FFF' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  margin-top: 1px;
}
@media (max-width: 900px) {
  .trust-strip-v2 .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 22px; }
}
@media (max-width: 500px) {
  .trust-strip-v2 .trust-grid { grid-template-columns: 1fr; }
}

/* === SERVICE SPREADS (alternating large sections) === */
.service-spreads-section { padding: 100px 0 40px 0; }
.service-spreads-section .section-intro {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 80px auto;
  padding: 0 24px;
}
.section-intro .eyebrow {
  color: var(--orange);
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-weight: 500;
}
.section-intro h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(34px, 4.5vw, 52px);
  font-weight: 400;
  line-height: 1.15;
  margin: 0 0 22px 0;
  color: var(--text-dark);
}
.section-intro h2 em { font-style: italic; color: var(--orange); }
.section-intro p {
  font-size: 17px;
  line-height: 1.65;
  color: var(--text-muted);
  margin: 0;
  font-weight: 300;
}

.spread {
  padding: 90px 0;
}
.spread.dark { background: var(--bg-dark); color: var(--text-light); }
.spread .spread-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 90px;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
.spread.reverse .spread-grid { direction: rtl; }
.spread.reverse .spread-grid > * { direction: ltr; }
.spread-photo {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--bg-dark-soft);
}
.spread-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s ease;
}
.spread:hover .spread-photo img { transform: scale(1.03); }
.spread-text { padding: 20px 0; }
.spread-number {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  letter-spacing: 0.3em;
  color: var(--orange);
  margin-bottom: 22px;
  font-weight: 500;
}
.spread-text h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 28px 0;
  letter-spacing: -0.01em;
}
.spread.dark .spread-text h3 { color: white; }
.spread-text p {
  font-size: 17px;
  line-height: 1.7;
  margin: 0 0 36px 0;
  color: var(--text-muted);
  font-weight: 300;
  max-width: 48ch;
}
.spread.dark .spread-text p { color: rgba(255,255,255,0.7); }
.spread-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--orange);
  text-decoration: none;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--orange);
  transition: gap 0.25s ease;
}
.spread-cta:hover { gap: 18px; }
@media (max-width: 900px) {
  .spread { padding: 60px 0; }
  .spread .spread-grid { grid-template-columns: 1fr; gap: 40px; padding: 0 24px; }
  .spread.reverse .spread-grid { direction: ltr; }
}

/* === PROJECTS GALLERY (premium grid) === */
.projects-premium {
  padding: 100px 0;
  background: var(--bg-paper-soft);
}
.projects-premium-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 24px;
}
.proj-tile {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--bg-dark);
  display: block;
  text-decoration: none;
  color: white;
}
.proj-tile.wide { grid-column: span 2; aspect-ratio: 16 / 10; }
.proj-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s ease;
}
.proj-tile:hover img { transform: scale(1.05); }
.proj-tile::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.85) 100%);
  pointer-events: none;
}
.proj-tile-label {
  position: absolute;
  bottom: 28px;
  left: 28px;
  right: 28px;
  z-index: 2;
}
.proj-tile-label .proj-eyebrow {
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 8px;
}
.proj-tile-label h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  color: white;
}
@media (max-width: 1000px) {
  .projects-premium-grid { grid-template-columns: repeat(2, 1fr); }
  .proj-tile.wide { grid-column: span 2; }
}
@media (max-width: 600px) {
  .projects-premium-grid { grid-template-columns: 1fr; }
  .proj-tile.wide { grid-column: span 1; }
}

/* === BIG DARK CTA BLOCK === */
.cta-dark-block {
  background: var(--bg-dark);
  color: white;
  padding: 130px 24px;
  text-align: center;
}
.cta-dark-block .container { max-width: 820px; }
.cta-dark-block h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 400;
  line-height: 1.15;
  margin: 0 0 26px 0;
  letter-spacing: -0.01em;
}
.cta-dark-block h2 em { font-style: italic; color: var(--orange); }
.cta-dark-block p {
  font-size: 18px;
  line-height: 1.65;
  color: rgba(255,255,255,0.7);
  margin: 0 0 50px 0;
  font-weight: 300;
}
.cta-dark-block .cta-row {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}
.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 32px;
  background: #25D366;
  color: white;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1.5px solid #25D366;
  transition: all 0.25s ease;
}
.btn-whatsapp:hover { background: #1FB855; border-color: #1FB855; transform: translateY(-2px); }
.btn-whatsapp svg { width: 18px; height: 18px; }

/* === REVIEWS PREMIUM === */
.reviews-premium {
  padding: 110px 24px;
  background: var(--bg-paper);
}
.reviews-premium-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1280px;
  margin: 56px auto 40px auto;
}
.review-card-premium {
  padding: 38px 32px;
  background: white;
  border: 1px solid var(--line-light);
}
.review-card-premium .stars-row {
  color: var(--orange);
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 22px;
}
.review-card-premium .review-text-pre {
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px;
  line-height: 1.55;
  font-style: italic;
  color: var(--text-dark);
  margin: 0 0 28px 0;
}
.review-card-premium .review-author {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--text-dark);
}
.review-card-premium .review-source {
  font-size: 12px;
  color: var(--text-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 4px;
}
.reviews-summary-row {
  text-align: center;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  font-size: 14px;
  color: var(--text-muted);
  letter-spacing: 0.05em;
}
.reviews-summary-row strong { color: var(--text-dark); font-size: 17px; font-weight: 600; display: block; }
@media (max-width: 900px) {
  .reviews-premium-grid { grid-template-columns: 1fr; }
}

/* === OVER ONS === */
.about-section {
  padding: 130px 24px;
  background: var(--bg-paper-soft);
  text-align: center;
}
.about-section .container { max-width: 820px; }
.about-section .eyebrow {
  color: var(--orange);
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-weight: 500;
}
.about-section h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(34px, 4.5vw, 52px);
  font-weight: 400;
  line-height: 1.15;
  margin: 0 0 32px 0;
  color: var(--text-dark);
}
.about-section h2 em { font-style: italic; color: var(--orange); }
.about-section p {
  font-size: 18px;
  line-height: 1.75;
  color: var(--text-muted);
  margin: 0 0 22px 0;
  font-weight: 300;
}

/* === CONTACT CTA FINAL (3 buttons) === */
.contact-final {
  padding: 110px 24px;
  background: var(--bg-dark);
  color: white;
  text-align: center;
}
.contact-final h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(34px, 4.5vw, 52px);
  font-weight: 400;
  line-height: 1.15;
  margin: 0 0 22px 0;
  letter-spacing: -0.01em;
}
.contact-final h2 em { font-style: italic; color: var(--orange); }
.contact-final p {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255,255,255,0.7);
  max-width: 56ch;
  margin: 0 auto 56px auto;
  font-weight: 300;
}
.cta-trio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 800px;
  margin: 0 auto;
}
.cta-trio-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 38px 20px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.15);
  text-decoration: none;
  color: white;
  transition: all 0.25s ease;
}
.cta-trio-btn:hover {
  background: var(--orange);
  border-color: var(--orange);
  transform: translateY(-4px);
}
.cta-trio-btn .cta-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 14px;
  stroke: currentColor;
  stroke-width: 1.4;
  fill: none;
}
.cta-trio-btn .cta-label {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.cta-trio-btn .cta-sub {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  margin-top: 6px;
}
.cta-trio-btn:hover .cta-sub { color: rgba(255,255,255,0.9); }
@media (max-width: 700px) {
  .cta-trio { grid-template-columns: 1fr; }
}

/* === HIDE OLD SECTIONS we're replacing === */
.why,
.why-section,
.services-grid-v2 .svc-tile,
.offerte-block {
  display: none !important;
}

/* But re-enable services-grid-v2 IF the page doesn't have spreads (fallback) */
body.has-spreads .why,
.why-section,
body.has-spreads .offerte-block { display: none !important; }


/* ============================================================
   ADDITIONS: Service modals + auto-scroll reviews
   ============================================================ */

/* Make service spreads clickable */
.spread { cursor: pointer; }
.spread-photo { position: relative; overflow: hidden; }
.spread-photo::after {
  content: "Bekijk details";
  position: absolute;
  bottom: 16px;
  right: 16px;
  background: rgba(232,93,31,0.95);
  color: white;
  padding: 8px 14px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-family: 'Manrope', sans-serif;
  opacity: 0;
  transition: opacity 0.25s;
  pointer-events: none;
  z-index: 2;
}
.spread:hover .spread-photo::after { opacity: 1; }
.spread:hover .spread-photo img { transform: scale(1.04); }
.spread-photo img { transition: transform 0.5s ease; }

/* SERVICE MODAL */
.svc-modal {
  position: fixed; inset: 0; z-index: 9500;
  display: none; align-items: flex-start; justify-content: center;
  padding: 30px 16px; overflow-y: auto;
}
.svc-modal.is-open { display: flex; }
.svc-modal-backdrop {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.88);
  backdrop-filter: blur(8px);
  cursor: pointer;
}
.svc-modal-content {
  position: relative; background: #0A0A0A;
  border: 1px solid rgba(232,93,31,0.3);
  max-width: 920px; width: 100%;
  padding: 60px 56px;
  color: white; z-index: 1;
  box-shadow: 0 30px 80px rgba(0,0,0,0.7);
}
.svc-modal-close {
  position: absolute; top: 20px; right: 20px;
  width: 42px; height: 42px;
  border: none; background: rgba(255,255,255,0.08);
  color: white; font-size: 22px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%; transition: all 0.2s;
}
.svc-modal-close:hover { background: var(--orange); transform: scale(1.05); }
.svc-modal h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 500; font-size: 44px;
  line-height: 1.1; letter-spacing: -0.01em;
  margin: 0 0 20px 0; color: white;
}
.svc-modal h2 em { font-style: italic; color: var(--orange); }
.svc-modal-intro {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 17px; line-height: 1.65;
  color: rgba(255,255,255,0.78);
  margin: 0 0 36px 0; font-weight: 300;
}
.svc-modal-photos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px; margin-bottom: 44px;
}
.svc-modal-photos.three-up { grid-template-columns: repeat(3, 1fr); }
.svc-modal-photos.four-up { grid-template-columns: repeat(2, 1fr); }
.svc-modal-photos img {
  width: 100%; aspect-ratio: 4/3;
  object-fit: cover; display: block;
  border: 1px solid rgba(232,93,31,0.22);
}
.svc-modal-section {
  margin-bottom: 28px; padding-bottom: 28px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.svc-modal-section:last-of-type { border-bottom: none; margin-bottom: 40px; }
.svc-modal-section h4 {
  font-family: 'Manrope', sans-serif;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--orange);
  margin: 0 0 14px 0;
}
.svc-modal-section p {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 15px; line-height: 1.75;
  color: rgba(255,255,255,0.82);
  margin: 0; font-weight: 400;
}
.svc-modal-cta {
  display: inline-block;
  background: var(--orange); color: white;
  text-decoration: none;
  padding: 18px 38px;
  font-family: 'Manrope', sans-serif;
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  border: 1.5px solid var(--orange);
  transition: all 0.2s; cursor: pointer;
}
.svc-modal-cta:hover { background: var(--orange-dark); transform: translateY(-2px); }
body.modal-open { overflow: hidden; }
@media (max-width: 700px) {
  .svc-modal-content { padding: 44px 24px; }
  .svc-modal h2 { font-size: 32px; }
  .svc-modal-photos, .svc-modal-photos.three-up, .svc-modal-photos.four-up {
    grid-template-columns: 1fr;
  }
}

/* AUTO-SCROLL REVIEWS MARQUEE — replaces static 3 cards */
.reviews-marquee {
  background: var(--black);
  padding: 110px 0 100px 0;
  overflow: hidden;
}
.reviews-marquee .marquee-intro {
  text-align: center; margin-bottom: 64px; padding: 0 24px;
  max-width: 700px; margin-left: auto; margin-right: auto;
}
.reviews-marquee .marquee-intro .eyebrow {
  color: var(--orange);
  font-family: 'Manrope', sans-serif;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.25em; text-transform: uppercase;
  margin-bottom: 22px;
}
.reviews-marquee .marquee-intro h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(34px, 4.5vw, 52px);
  font-weight: 400; line-height: 1.15;
  color: white; margin: 0 0 22px 0;
}
.reviews-marquee .marquee-intro h2 em { font-style: italic; color: var(--orange); }
.reviews-marquee .marquee-intro p {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 16px; line-height: 1.7;
  color: rgba(255,255,255,0.7);
  margin: 0; font-weight: 300;
}
.marquee-wrap {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, black 5%, black 95%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, black 5%, black 95%, transparent);
}
.marquee-track {
  display: flex; gap: 24px;
  animation: scroll-x 70s linear infinite;
  width: max-content;
}
.marquee-track:hover { animation-play-state: paused; }
@keyframes scroll-x {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.review-marquee-card {
  flex-shrink: 0; width: 400px;
  padding: 36px 32px;
  background: var(--black-soft);
  border: 1px solid rgba(232,93,31,0.22);
  display: flex; flex-direction: column;
}
.review-marquee-card .stars {
  color: #FFB800; letter-spacing: 3px;
  margin-bottom: 18px; font-size: 15px;
}
.review-marquee-card .quote {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 18px; line-height: 1.55;
  font-style: italic;
  color: rgba(255,255,255,0.92);
  margin: 0 0 24px 0; flex-grow: 1;
}
.review-marquee-card .author {
  font-family: 'Manrope', sans-serif;
  font-size: 13px; font-weight: 600;
  letter-spacing: 0.06em;
  color: white; margin-bottom: 6px;
}
.review-marquee-card .platform {
  font-family: 'Manrope', sans-serif;
  font-size: 11px; letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--orange); font-weight: 600;
}
.reviews-marquee .summary-row {
  text-align: center; margin-top: 64px;
  display: flex; justify-content: center;
  gap: 50px; flex-wrap: wrap;
  font-family: 'Manrope', sans-serif;
  font-size: 13px; letter-spacing: 0.06em;
  color: rgba(255,255,255,0.6);
}
.reviews-marquee .summary-row strong {
  font-family: 'Cormorant Garamond', Georgia, serif;
  color: white; font-size: 22px;
  font-weight: 500; display: block;
  margin-bottom: 4px; letter-spacing: -0.01em;
}
@media (max-width: 600px) {
  .review-marquee-card { width: 320px; padding: 28px 24px; }
  .marquee-track { animation-duration: 50s; }
}


/* ============================================================
   ADD-ON: Service modals + scrolling reviews
   Matches existing site typography (Cormorant Garamond + Inter + Manrope)
   ============================================================ */

/* Make spreads clickable */
.spread { cursor: pointer; }
.spread-photo { position: relative; overflow: hidden; }
.spread-photo::after {
  content: "Bekijk details";
  position: absolute;
  bottom: 16px;
  right: 16px;
  background: rgba(232,93,31,0.95);
  color: white;
  padding: 8px 14px;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-family: 'Manrope', sans-serif;
  opacity: 0;
  transition: opacity 0.25s;
  pointer-events: none;
  z-index: 2;
  border-radius: 2px;
}
.spread:hover .spread-photo::after { opacity: 1; }
.spread:hover .spread-photo img { transform: scale(1.04); }
.spread-photo img { transition: transform 0.5s ease; }

/* === SERVICE MODAL === */
.svc-modal {
  position: fixed; inset: 0; z-index: 9500;
  display: none; align-items: flex-start; justify-content: center;
  padding: 30px 16px; overflow-y: auto;
}
.svc-modal.is-open { display: flex; }
.svc-modal-backdrop {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.88);
  backdrop-filter: blur(8px);
  cursor: pointer;
}
.svc-modal-content {
  position: relative; background: #0A0A0A;
  border: 1px solid rgba(232,93,31,0.3);
  max-width: 940px; width: 100%;
  padding: 60px 56px;
  color: white; z-index: 1;
  box-shadow: 0 30px 80px rgba(0,0,0,0.7);
}
.svc-modal-close {
  position: absolute; top: 20px; right: 20px;
  width: 42px; height: 42px;
  border: none; background: rgba(255,255,255,0.08);
  color: white; font-size: 22px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%; transition: all 0.2s;
}
.svc-modal-close:hover { background: var(--orange); transform: scale(1.05); }
.svc-modal-eyebrow {
  font-size: 11px; letter-spacing: 0.3em;
  text-transform: uppercase; color: var(--orange);
  font-weight: 600; margin-bottom: 14px;
  font-family: 'Manrope', sans-serif;
}
.svc-modal h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 500;
  font-size: clamp(36px, 4.5vw, 50px);
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin: 0 0 22px 0;
  color: white;
}
.svc-modal h2 em { font-style: italic; color: var(--orange); }
.svc-modal-intro {
  font-family: 'Inter', sans-serif;
  font-size: 17px; line-height: 1.7;
  color: rgba(255,255,255,0.78);
  margin: 0 0 40px 0; font-weight: 300;
}
.svc-modal-photos {
  display: grid;
  gap: 14px; margin-bottom: 44px;
}
.svc-modal-photos.one-up { grid-template-columns: 1fr; }
.svc-modal-photos.two-up { grid-template-columns: repeat(2, 1fr); }
.svc-modal-photos.three-up { grid-template-columns: repeat(3, 1fr); }
.svc-modal-photos.four-up { grid-template-columns: repeat(2, 1fr); }
.svc-modal-photos img {
  width: 100%; aspect-ratio: 4/3;
  object-fit: cover; display: block;
  border: 1px solid rgba(232,93,31,0.22);
}
.svc-modal-section {
  margin-bottom: 30px; padding-bottom: 30px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.svc-modal-section:last-of-type { border-bottom: none; margin-bottom: 40px; }
.svc-modal-section h4 {
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--orange);
  margin: 0 0 14px 0;
}
.svc-modal-section p {
  font-family: 'Inter', sans-serif;
  font-size: 15px; line-height: 1.75;
  color: rgba(255,255,255,0.82);
  margin: 0; font-weight: 400;
}
.svc-modal-cta {
  display: inline-block;
  background: var(--orange); color: white;
  text-decoration: none;
  padding: 18px 38px;
  font-family: 'Manrope', sans-serif;
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1.5px solid var(--orange);
  transition: all 0.2s; cursor: pointer;
  border-radius: 3px;
}
.svc-modal-cta:hover { background: var(--orange-dark); transform: translateY(-2px); }
body.modal-open { overflow: hidden; }
@media (max-width: 700px) {
  .svc-modal-content { padding: 44px 24px; }
  .svc-modal-photos, .svc-modal-photos.three-up, .svc-modal-photos.four-up,
  .svc-modal-photos.two-up { grid-template-columns: 1fr; }
}

/* === AUTO-SCROLLING REVIEWS MARQUEE === */
.reviews-marquee-section {
  background: var(--black);
  padding: 90px 0 100px 0;
  overflow: hidden;
  border-top: 1px solid var(--line);
}
.reviews-marquee-section .marquee-intro {
  text-align: center;
  margin-bottom: 56px;
  padding: 0 24px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.reviews-marquee-section .marquee-intro .eyebrow {
  color: var(--orange);
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.reviews-marquee-section .marquee-intro h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(32px, 4.5vw, 48px);
  font-weight: 500;
  line-height: 1.15;
  color: white;
  margin: 0 0 18px 0;
}
.reviews-marquee-section .marquee-intro h2 em { font-style: italic; color: var(--orange); }
.reviews-marquee-section .marquee-intro p {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: var(--gray-soft);
  margin: 0;
}
.marquee-wrap {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, black 5%, black 95%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, black 5%, black 95%, transparent);
}
.marquee-track {
  display: flex; gap: 24px;
  animation: scroll-x 70s linear infinite;
  width: max-content;
}
.marquee-track:hover { animation-play-state: paused; }
@keyframes scroll-x {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.review-mq-card {
  flex-shrink: 0; width: 400px;
  padding: 36px 32px;
  background: var(--black-soft);
  border: 1px solid rgba(232,93,31,0.22);
  display: flex; flex-direction: column;
  border-radius: 3px;
}
.review-mq-card .stars {
  color: #FFB800;
  letter-spacing: 3px;
  margin-bottom: 18px;
  font-size: 15px;
}
.review-mq-card .quote {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 18px;
  line-height: 1.55;
  font-style: italic;
  color: rgba(255,255,255,0.92);
  margin: 0 0 24px 0;
  flex-grow: 1;
  font-weight: 400;
}
.review-mq-card .author {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: white;
  margin-bottom: 4px;
}
.review-mq-card .platform {
  font-family: 'Manrope', sans-serif;
  font-size: 10.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--orange);
  font-weight: 600;
}
@media (max-width: 600px) {
  .review-mq-card { width: 310px; padding: 28px 22px; }
  .marquee-track { animation-duration: 50s; }
}


/* ============================================================
   PROJECTS V2 — voor/na + beschrijving
   ============================================================ */
.projects-v2 {
  padding: 110px 24px 100px;
  background: var(--bg-dark);
}
.projects-v2 .section-intro {
  text-align: center;
  margin-bottom: 70px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.projects-v2 .section-intro .eyebrow {
  color: var(--orange);
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Manrope', sans-serif;
  margin-bottom: 18px;
  display: block;
}
.projects-v2 .section-intro h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(34px, 4.5vw, 50px);
  font-weight: 500;
  line-height: 1.15;
  color: white;
  margin: 0 0 18px 0;
}
.projects-v2 .section-intro h2 em {
  font-style: italic;
  color: var(--orange);
}
.projects-v2 .section-intro p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,0.7);
  margin: 0;
}
.projects-v2-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  max-width: 1180px;
  margin: 0 auto;
}
.proj-v2-tile {
  background: #141414;
  border: 1px solid rgba(232,93,31,0.18);
  border-radius: 3px;
  overflow: hidden;
}
.proj-v2-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  aspect-ratio: 2 / 1;
  background: #0A0A0A;
}
.proj-v2-half {
  position: relative;
  overflow: hidden;
}
.proj-v2-half img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.proj-v2-tile:hover .proj-v2-half img {
  transform: scale(1.04);
}
.proj-v2-tag {
  position: absolute;
  top: 18px;
  left: 18px;
  background: rgba(232,93,31,0.96);
  color: white;
  padding: 7px 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  font-family: 'Manrope', sans-serif;
  text-transform: uppercase;
  border-radius: 2px;
}
.proj-v2-tag.na {
  background: rgba(40, 167, 69, 0); /* hidden alt class */
  background: rgba(232,93,31,0.95);
}
.proj-v2-body {
  padding: 38px 40px;
}
.proj-v2-eyebrow {
  font-family: 'Manrope', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 10px;
}
.proj-v2-body h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 16px 0;
  color: white;
  letter-spacing: -0.01em;
}
.proj-v2-body p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255,255,255,0.78);
  margin: 0;
  font-weight: 400;
  max-width: 720px;
}
@media (max-width: 800px) {
  .projects-v2-grid { grid-template-columns: 1fr; gap: 22px; }
  .proj-v2-body { padding: 22px 20px; }
  .proj-v2-body h4 { font-size: 20px; }
}


/* ============================================================
   COOKIE BANNER (zwart-oranje, eigen banner)
   ============================================================ */
.ac-cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 9800;
  max-width: 720px;
  margin: 0 auto;
  background: #0A0A0A;
  border: 1px solid var(--orange);
  border-left: 4px solid var(--orange);
  border-radius: 4px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
  font-family: 'Inter', sans-serif;
}
.ac-cookie-inner {
  padding: 22px 26px;
  display: flex;
  gap: 22px;
  align-items: center;
  flex-wrap: wrap;
}
.ac-cookie-text {
  flex: 1 1 320px;
  min-width: 0;
}
.ac-cookie-text strong {
  display: block;
  color: white;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
  font-family: 'Manrope', sans-serif;
}
.ac-cookie-text p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255,255,255,0.75);
}
.ac-cookie-buttons {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
.ac-cookie-btn {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 12px 22px;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.2s;
  border: 1.5px solid var(--orange);
  background: transparent;
}
.ac-cookie-decline {
  color: white;
  background: transparent;
}
.ac-cookie-decline:hover {
  background: rgba(232,93,31,0.15);
}
.ac-cookie-accept {
  color: white;
  background: var(--orange);
}
.ac-cookie-accept:hover {
  background: var(--orange-dark);
  transform: translateY(-2px);
}
@media (max-width: 600px) {
  .ac-cookie-banner { left: 12px; right: 12px; bottom: 12px; }
  .ac-cookie-inner { padding: 18px 20px; gap: 14px; }
  .ac-cookie-buttons { width: 100%; }
  .ac-cookie-btn { flex: 1; padding: 12px 16px; }
}
