
:root{
  --coral:#f14e5e;
  --coral-dark:#df3d4c;
  --coral-soft:#fff1f3;
  --ink:#121212;
  --muted:#656565;
  --line:#ece7e7;
  --paper:#fffdfa;
  --white:#fff;
  --gold:#e2ad47;
  --radius:22px;
  --shadow:0 20px 50px rgba(18,18,18,.08);
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  color:var(--ink);
  background:var(--paper);
  line-height:1.55;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{line-height:1.02;letter-spacing:-.035em}
h1{font-size:clamp(3rem,5.4vw,5.8rem)}
h2{font-size:clamp(2.2rem,4vw,4rem);margin-bottom:20px}
h3{font-size:1.3rem}
.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}
.eyebrow{
  font-size:.76rem;letter-spacing:.12em;text-transform:uppercase;
  font-weight:800;color:var(--coral);margin:0 0 10px
}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  border-radius:999px;padding:14px 22px;font-weight:800;border:1px solid transparent;
  transition:.2s ease;cursor:pointer
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--coral);color:#fff;box-shadow:0 10px 30px rgba(241,78,94,.25)}
.btn-primary:hover{background:var(--coral-dark)}
.btn-outline{border-color:#e8c8cc;background:#fff;color:var(--ink)}
.btn-outline:hover{border-color:var(--coral);color:var(--coral)}

.site-header{
  position:fixed;z-index:1000;top:0;left:0;right:0;width:100%;height:84px;
  padding-inline:max(20px,calc((100vw - var(--max))/2));
  display:flex;align-items:center;background:rgba(17,17,17,.9);
  border-bottom:1px solid rgba(255,255,255,.09);
  backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)
}
.nav-wrap{display:flex;align-items:center;justify-content:space-between;width:100%}
.logo{width:180px;filter:drop-shadow(0 6px 15px rgba(0,0,0,.18))}
.nav{display:flex;align-items:center;gap:18px;font-size:.88rem;font-weight:700;color:#fff}
.nav a:not(.btn){opacity:.9;position:relative}
.nav a:not(.btn)::after{
  content:"";position:absolute;left:0;right:100%;bottom:-7px;height:2px;
  background:var(--coral);transition:.2s
}
.nav a:not(.btn):hover::after{right:0}
.mobile-toggle{display:none;background:transparent;border:0;color:#fff;font-size:1.8rem;cursor:pointer}

.breadcrumb{
  display:flex;flex-wrap:wrap;gap:8px;align-items:center;
  color:#777;font-size:.82rem;font-weight:700;margin-bottom:24px
}
.breadcrumb a:hover{color:var(--coral)}
.breadcrumb span{opacity:.55}

.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.hero-notes{display:flex;flex-wrap:wrap;gap:16px;margin-top:30px}
.hero-note{
  display:flex;align-items:center;gap:8px;font-size:.84rem;font-weight:800;color:#555
}
.hero-note::before{
  content:"✓";width:24px;height:24px;border-radius:50%;
  display:grid;place-items:center;background:var(--coral-soft);color:var(--coral)
}

.section-head{text-align:center;max-width:760px;margin:0 auto 38px}
.section-head p:last-child{color:var(--muted)}
.card{
  background:#fff;border:1px solid var(--line);border-radius:20px;
  box-shadow:0 8px 26px rgba(18,18,18,.04)
}
.image-card{overflow:hidden;border-radius:22px;background:#eee;box-shadow:var(--shadow)}
.image-card img{width:100%;height:100%;object-fit:cover}

.contact-banner{padding:0 0 100px;background:#fff}
.contact-card{
  display:grid;grid-template-columns:1.05fr .95fr;border-radius:28px;overflow:hidden;
  background:linear-gradient(125deg,var(--coral),#f97f89);color:#fff;box-shadow:var(--shadow)
}
.contact-copy{padding:54px}
.contact-copy h2{font-size:clamp(2rem,3.7vw,3.5rem)}
.contact-copy p{max-width:520px;color:rgba(255,255,255,.9)}
.contact-card .btn{background:#fff;color:var(--ink)}
.contact-collage{
  display:grid;grid-template-columns:1fr 1fr;min-height:360px;gap:5px;
  background:rgba(255,255,255,.15);padding:5px
}
.contact-collage img{width:100%;height:100%;object-fit:cover}
.contact-collage img:first-child{grid-row:1/3}

.site-footer{background:#111;color:#fff;padding:62px 0 26px}
.footer-grid{display:grid;grid-template-columns:1.35fr repeat(4,1fr);gap:38px}
.footer-brand img{width:180px;margin-bottom:20px}
.footer-brand p{color:#bdbdbd;max-width:280px;font-size:.9rem}
.footer-col h3{font-size:.95rem;letter-spacing:0;margin-bottom:16px}
.footer-col a{display:block;color:#bdbdbd;font-size:.88rem;margin:7px 0}
.footer-col a:hover{color:#fff}
.footer-bottom{
  border-top:1px solid #2b2b2b;margin-top:46px;padding-top:20px;
  display:flex;justify-content:space-between;gap:20px;color:#8f8f8f;font-size:.8rem
}

.faq-list{display:grid;gap:10px}
.faq-item{background:#fff;border:1px solid #e7e3df;border-radius:15px;overflow:hidden}
.faq-item summary{
  list-style:none;cursor:pointer;display:flex;align-items:center;
  justify-content:space-between;gap:24px;padding:19px 22px;font-weight:800
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:"+";font-size:1.3rem;color:var(--coral);transition:.2s}
.faq-item[open] summary::after{transform:rotate(45deg)}
.faq-answer{padding:0 22px 20px;color:var(--muted)}
.faq-answer p{margin:0}

@media (max-width:980px){
  .nav{
    position:absolute;top:86px;left:20px;right:20px;display:none;
    flex-direction:column;align-items:stretch;background:rgba(15,15,15,.97);
    padding:22px;border-radius:18px;box-shadow:var(--shadow)
  }
  .nav.open{display:flex}
  .mobile-toggle{display:block}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
  .footer-brand{grid-column:1/-1}
  .contact-card{grid-template-columns:1fr}
}
@media (max-width:640px){
  .container{width:min(100% - 26px,var(--max))}
  .logo{width:145px}
  .footer-grid{grid-template-columns:1fr}
  .footer-brand{grid-column:auto}
  .footer-bottom{flex-direction:column}
  .contact-copy{padding:36px 26px}
}

.city-hero{
  padding:84px 0 70px;background:#151515;color:#fff;position:relative;overflow:hidden
}
.city-hero::before{
  content:"";position:absolute;inset:0 0 0 50%;
  background:linear-gradient(90deg,#151515 0%,rgba(21,21,21,.35) 30%,rgba(21,21,21,.08) 100%)
}
.city-hero-bg{
  position:absolute;inset:0 0 0 42%;width:58%;height:100%;object-fit:cover;opacity:.88
}
.city-hero-inner{
  position:relative;z-index:2;min-height:585px;display:flex;align-items:center
}
.city-hero-copy{max-width:650px}
.city-hero .breadcrumb{color:#c9c9c9}
.city-hero .eyebrow{color:#ff8b96}
.city-hero h1{margin:0 0 24px}
.city-hero h1 span{color:#ff7785}
.city-hero-copy>p{font-size:1.12rem;color:#ddd;max-width:560px}
.city-hero .hero-note{color:#e7e7e7}
.city-hero .hero-note::before{background:rgba(255,255,255,.12);color:#fff}

.local-intro{padding:105px 0}
.local-intro-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:70px;align-items:center}
.local-intro-copy p{color:var(--muted);font-size:1.03rem}
.local-highlight{
  padding:34px;background:linear-gradient(145deg,#fff4f5,#fff);
  border:1px solid #ffe0e4;border-radius:24px
}
.local-highlight strong{display:block;font-size:1.3rem;margin-bottom:10px}
.local-highlight p{color:var(--muted);margin-bottom:0}

.local-projects{padding:95px 0;background:#fff}
.local-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.local-card{position:relative;overflow:hidden;border-radius:20px;aspect-ratio:1.48;background:#eee}
.local-card img{width:100%;height:100%;object-fit:cover;transition:.35s ease}
.local-card:hover img{transform:scale(1.045)}
.local-card span{
  position:absolute;left:14px;bottom:14px;background:rgba(18,18,18,.8);color:#fff;
  padding:8px 12px;border-radius:999px;font-size:.76rem;font-weight:800
}
.local-more-work{display:flex;justify-content:center;margin-top:28px}

.use-cases{padding:100px 0}
.use-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.use-card{padding:34px;min-height:230px;position:relative}
.use-card .num{
  position:absolute;right:24px;top:18px;font-size:3.4rem;line-height:1;
  color:var(--coral-soft);font-weight:900
}
.use-card p{color:var(--muted);max-width:450px}

.local-process{padding:95px 0;background:var(--coral-soft)}
.local-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.process-card{padding:26px;min-height:235px}
.process-icon{
  width:42px;height:42px;border-radius:50%;display:grid;place-items:center;
  background:var(--coral);color:#fff;font-weight:900;margin-bottom:18px
}
.process-card p{color:var(--muted);font-size:.9rem;margin:0}

.nearby{padding:100px 0;background:#fff}
.nearby-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:70px;align-items:center}
.nearby-copy p{color:var(--muted);font-size:1.03rem}
.place-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.place-pill{
  padding:12px 16px;border-radius:999px;border:1px solid var(--line);
  background:#fff;font-weight:800;font-size:.88rem
}
.place-pill:hover{border-color:var(--coral);color:var(--coral)}
.region-link{
  display:inline-flex;align-items:center;gap:8px;margin-top:22px;
  color:var(--coral);font-weight:900
}

.city-proof{padding:95px 0;background:#f7f7f2}
.city-proof-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:28px;align-items:start}
.review-card{
  background:linear-gradient(145deg,#fff4f5,#fffafa);
  border:1px solid #ffe3e6;border-radius:24px;padding:42px;min-height:330px;
  display:flex;flex-direction:column;justify-content:center
}
.quote-mark{font-size:4rem;line-height:.6;color:var(--coral);opacity:.45;margin-bottom:18px}
.review-card blockquote{margin:0;font-size:1.3rem;line-height:1.4;letter-spacing:-.02em}
.review-card footer{background:none;color:var(--muted);padding:22px 0 0;font-size:.86rem}

@media (max-width:980px){
  .city-hero-bg{inset:0;width:100%;opacity:.38}
  .city-hero::before{inset:0;background:rgba(15,15,15,.68)}
  .local-intro-grid,.nearby-grid,.city-proof-grid{grid-template-columns:1fr}
  .local-grid{grid-template-columns:repeat(2,1fr)}
  .use-grid{grid-template-columns:1fr 1fr}
  .local-process-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:640px){
  .city-hero{padding-bottom:45px}
  .city-hero-inner{min-height:560px}
  .city-hero h1{font-size:clamp(2.7rem,13vw,4.3rem)}
  .local-grid,.use-grid,.local-process-grid{grid-template-columns:1fr}
  .local-card{aspect-ratio:1.45}
}


/* V6 — FAQ/werkwijze verwijderd; review blijft als los blok */
.city-proof-grid{
  display:block !important;
  max-width:820px;
  margin-inline:auto;
}
.city-proof .review-card{
  width:100%;
}

/* Feedback pass — global header consistency */
.site-header{
  position:sticky !important;
  top:0;
  height:84px;
  background:rgba(255,253,250,.95) !important;
  border-bottom:1px solid rgba(20,20,20,.045) !important;
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}
.logo{filter:none !important}
.nav{color:var(--ink) !important}
.nav a:not(.btn){opacity:1 !important}
.mobile-toggle{color:var(--ink) !important}

/* =========================================================
   Feedback 20-08 — BREDA
   ========================================================= */

/* Sticky header staat nu in documentflow, dus hero hoeft geen 84px compensatie meer */
.city-hero{padding-top:0 !important}
.city-hero h1{
  font-size:clamp(2.45rem,4vw,4.35rem) !important;
  line-height:.97 !important;
}

/* Persoonlijk maatwerk: foto rechts */
.local-intro-grid{grid-template-columns:1fr 1fr !important}
.local-intro-media{
  height:430px;
  border-radius:24px;
  overflow:hidden;
  box-shadow:var(--shadow);
}
.local-intro-media img{width:100%;height:100%;object-fit:cover}

/* Verwijderde secties laten geen spacing achter */
.use-cases,.city-proof{display:none !important}

@media(max-width:980px){
  .local-intro-grid{grid-template-columns:1fr !important}
  .local-intro-media{height:360px}
}

/* Footer social icons */
.socials{display:flex;gap:10px;margin-top:16px}
.socials a{
  width:30px;height:30px;border:1px solid #3a3a3a;border-radius:50%;
  display:grid;place-items:center;color:#d7d7d7 !important;
  font-size:.78rem;font-weight:800;line-height:1
}
.socials a:hover{border-color:var(--coral);color:#fff !important}


/* Unified Studio Bounce header */
.site-header{
  position:sticky !important;
  top:0 !important;
  z-index:1000 !important;
  height:84px !important;
  background:rgba(255,253,250,.95) !important;
  border-bottom:1px solid rgba(20,20,20,.045) !important;
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}
.header-inner{
  height:100% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:24px !important;
}
.brand img{
  width:176px !important;
  height:auto !important;
  filter:none !important;
}
.main-nav{
  display:flex !important;
  align-items:center !important;
  gap:25px !important;
  color:var(--ink) !important;
  font-size:.86rem !important;
  font-weight:750 !important;
}
.main-nav>a:not(.btn){
  position:relative !important;
  opacity:1 !important;
}
.main-nav>a:not(.btn)::after{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  right:100% !important;
  bottom:-7px !important;
  height:2px !important;
  background:var(--coral) !important;
  transition:.2s ease !important;
}
.main-nav>a:not(.btn):hover::after{
  right:0 !important;
}
.nav-cta{
  margin-left:7px !important;
}
.mobile-toggle{
  display:none !important;
  width:44px !important;
  height:44px !important;
  border:0 !important;
  background:transparent !important;
  padding:8px !important;
  cursor:pointer !important;
}
.mobile-toggle span{
  display:block !important;
  height:2px !important;
  background:var(--ink) !important;
  margin:6px 0 !important;
  border-radius:4px !important;
}

@media(max-width:860px){
  .site-header{height:76px !important}
  .brand img{width:150px !important}
  .mobile-toggle{display:block !important}
  .main-nav{
    position:absolute !important;
    top:80px !important;
    left:20px !important;
    right:20px !important;
    display:none !important;
    flex-direction:column !important;
    align-items:stretch !important;
    gap:5px !important;
    padding:18px !important;
    border-radius:18px !important;
    background:#fff !important;
    box-shadow:var(--shadow) !important;
  }
  .main-nav.open{display:flex !important}
  .main-nav a{padding:10px !important}
  .nav-cta{margin-left:0 !important}
}


/* =========================================================
   BREDA MOBILE PASS — 15-09-2026
   Same approved mobile language as HOME / Kinderkamers / Brabant:
   image-first hero, tighter rhythm, full-width landscape imagery.
   ========================================================= */
@media(max-width:860px){
  .tilburg-page .local-intro,
  .tilburg-page .local-projects,
  .tilburg-page .nearby,
  .tilburg-page .contact-banner{
    padding-top:58px !important;
    padding-bottom:58px !important;
  }

  .tilburg-page .local-intro-grid,
  .tilburg-page .nearby-grid{
    gap:34px !important;
  }

  .tilburg-page .section-head{
    margin-bottom:26px !important;
  }

  .tilburg-page .local-intro-media img,
  .tilburg-page .local-card img,
  .tilburg-page .nearby .image-card img,
  .tilburg-page .contact-collage img{
    width:100% !important;
    height:100% !important;
    max-width:none !important;
    object-fit:cover !important;
  }
}

@media(max-width:600px){
  /* HERO — actual photo first, fading softly into the copy below. */
  .tilburg-page .city-hero{
    display:flex !important;
    flex-direction:column !important;
    padding:0 !important;
    min-height:0 !important;
    overflow:hidden !important;
    background:var(--paper) !important;
    color:var(--ink) !important;
  }
  .tilburg-page .city-hero::before{
    display:none !important;
  }
  .tilburg-page .city-hero-bg{
    position:relative !important;
    inset:auto !important;
    order:1 !important;
    width:100% !important;
    height:clamp(320px,92vw,430px) !important;
    min-height:0 !important;
    max-width:none !important;
    object-fit:cover !important;
    object-position:center center !important;
    opacity:1 !important;
    -webkit-mask-image:linear-gradient(180deg,#000 0%,#000 66%,rgba(0,0,0,.82) 77%,rgba(0,0,0,.32) 91%,transparent 100%) !important;
    mask-image:linear-gradient(180deg,#000 0%,#000 66%,rgba(0,0,0,.82) 77%,rgba(0,0,0,.32) 91%,transparent 100%) !important;
  }
  .tilburg-page .city-hero-inner{
    order:2 !important;
    width:min(100% - 26px,var(--max)) !important;
    min-height:0 !important;
    margin:-26px auto 0 !important;
    padding:0 0 44px !important;
    display:block !important;
  }
  .tilburg-page .city-hero-copy{
    max-width:none !important;
    width:100% !important;
  }
  .tilburg-page .city-hero .breadcrumb{
    color:var(--muted) !important;
    margin-bottom:15px !important;
  }
  .tilburg-page .city-hero .breadcrumb a{
    color:inherit !important;
  }
  .tilburg-page .city-hero .eyebrow{
    color:var(--coral) !important;
  }
  .tilburg-page .city-hero h1{
    font-size:clamp(2.45rem,11.4vw,3.45rem) !important;
    line-height:.95 !important;
    letter-spacing:-.045em !important;
    max-width:none !important;
    margin:0 0 18px !important;
    color:var(--ink) !important;
  }
  .tilburg-page .city-hero h1 span{
    display:inline !important;
    width:auto !important;
    max-width:none !important;
    min-width:0 !important;
    height:auto !important;
    box-sizing:content-box !important;
    translate:none !important;
    color:var(--coral) !important;
  }
  .tilburg-page .city-hero-copy>p{
    max-width:none !important;
    font-size:1rem !important;
    line-height:1.55 !important;
    color:var(--muted) !important;
  }
  .tilburg-page .hero-actions{
    margin-top:24px !important;
    margin-bottom:20px !important;
  }
  .tilburg-page .hero-notes{
    gap:9px 14px !important;
    margin-top:20px !important;
  }
  .tilburg-page .city-hero .hero-note{
    color:var(--muted) !important;
  }
  .tilburg-page .city-hero .hero-note::before{
    background:var(--coral-soft) !important;
    color:var(--coral) !important;
  }

  /* Compact vertical rhythm — no desktop-sized gaps on a phone. */
  .tilburg-page .local-intro,
  .tilburg-page .local-projects,
  .tilburg-page .nearby,
  .tilburg-page .contact-banner{
    padding-top:48px !important;
    padding-bottom:48px !important;
  }
  .tilburg-page .section-head{
    margin-bottom:24px !important;
  }
  .tilburg-page .local-intro-copy h2,
  .tilburg-page .section-head h2,
  .tilburg-page .nearby-copy h2,
  .tilburg-page .contact-copy h2{
    font-size:clamp(2rem,9.7vw,2.85rem) !important;
    line-height:.98 !important;
    max-width:none !important;
    width:auto !important;
    translate:none !important;
  }

  /* Intro: copy + one substantial landscape image. */
  .tilburg-page .local-intro-grid{
    grid-template-columns:1fr !important;
    gap:26px !important;
  }
  .tilburg-page .local-intro-media{
    height:auto !important;
    min-height:0 !important;
    aspect-ratio:1.45 !important;
    border-radius:18px !important;
  }

  /* Examples: exactly the approved large landscape stack. */
  .tilburg-page .local-grid{
    grid-template-columns:1fr !important;
    gap:12px !important;
  }
  .tilburg-page .local-card{
    width:100% !important;
    min-height:0 !important;
    aspect-ratio:1.48 !important;
    border-radius:15px !important;
  }
  .tilburg-page .local-card span{
    left:10px !important;
    bottom:10px !important;
    padding:7px 10px !important;
    font-size:.68rem !important;
  }
  .tilburg-page .local-more-work{
    margin-top:20px !important;
  }

  /* Breda & omgeving: compact text, then one wide image. */
  .tilburg-page .nearby-grid{
    grid-template-columns:1fr !important;
    gap:24px !important;
  }
  .tilburg-page .place-pills{
    gap:7px !important;
    margin-top:18px !important;
  }
  .tilburg-page .place-pill{
    padding:9px 11px !important;
    font-size:.77rem !important;
  }
  .tilburg-page .region-link{
    margin-top:17px !important;
  }
  .tilburg-page .nearby .image-card{
    height:auto !important;
    min-height:0 !important;
    aspect-ratio:1.45 !important;
    border-radius:18px !important;
  }

  /* Final CTA: same compact one-column treatment as the other pages. */
  .tilburg-page .contact-banner{
    padding-bottom:48px !important;
  }
  .tilburg-page .contact-card{
    grid-template-columns:1fr !important;
    border-radius:18px !important;
  }
  .tilburg-page .contact-copy{
    padding:28px 22px !important;
  }
  .tilburg-page .contact-collage{
    min-height:0 !important;
    height:auto !important;
    aspect-ratio:1.48 !important;
    padding:4px !important;
    gap:4px !important;
  }
}
