/* =========================================================
   Roegiers Afbraakwerken - statische rebuild
   ========================================================= */
:root{
  --gold:#d3983f;
  --gold-dark:#bb842f;
  --dark:#1c1e22;
  --header-dark:#1c1e22;
  --heading:#222429;
  --text:#686a6f;
  --light-bg:#f4f5f7;
  --white:#fff;
}

*{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;scroll-padding-top:90px;}
body{
  font-family:'Rubik',sans-serif;
  font-weight:300;
  color:var(--text);
  line-height:1.8;
  background:var(--white);
  overflow-x:hidden;
}
img{max-width:100%;display:block;}
a{text-decoration:none;color:inherit;}
ul{list-style:none;}

.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px;}

/* Headings (Teko display) */
h1,h2,h3,h4{font-family:'Teko',sans-serif;font-weight:600;color:var(--heading);line-height:1.05;text-transform:uppercase;}

.big-heading{font-size:64px;font-weight:600;letter-spacing:.5px;}
.big-heading .q{color:var(--gold);}
.big-heading .accent{color:var(--gold);}
.big-heading.light{color:#fff;}
.big-heading.center{text-align:center;}

/* Buttons */
.btn{
  display:inline-block;
  font-family:'Teko',sans-serif;
  font-weight:500;
  font-size:18px;
  letter-spacing:2px;
  text-transform:uppercase;
  padding:12px 38px;
  border-radius:3px;
  cursor:pointer;
  transition:.25s ease;
  border:2px solid transparent;
}
.btn-gold{background:var(--gold);color:#fff;}
.btn-gold:hover{background:var(--gold-dark);}
.btn-outline{background:transparent;color:var(--heading);border-color:#d9dadd;}
.btn-outline:hover{background:var(--gold);border-color:var(--gold);color:#fff;}

/* =========================================================
   HEADER
   ========================================================= */
.site-header{
  position:fixed;top:0;left:0;width:100%;z-index:100;
  padding:18px 0;
  transition:background .3s ease,padding .3s ease;
}
.site-header.scrolled{background:var(--header-dark);padding:10px 0;box-shadow:0 6px 24px rgba(0,0,0,.25);}
.site-header .container{max-width:none;padding:0 50px;}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;}
.logo img{height:42px;width:auto;}

.main-nav ul{display:flex;gap:34px;}
.main-nav a{
  font-family:'Teko',sans-serif;font-weight:500;font-size:18px;letter-spacing:1.5px;
  color:#fff;text-transform:uppercase;position:relative;padding-bottom:4px;
}
.main-nav a::after{
  content:"";position:absolute;left:0;bottom:0;height:2px;width:0;background:var(--gold);transition:.25s;
}
.main-nav a:hover::after,.main-nav a.active::after{width:100%;}
.nav-close,.nav-phone{display:none;}

.header-phone{display:flex;align-items:center;gap:12px;color:#fff;}
.phone-icon{
  width:42px;height:42px;border-radius:50%;background:var(--gold);
  display:flex;align-items:center;justify-content:center;color:#fff;flex:none;
}
.phone-text{display:flex;flex-direction:column;line-height:1.2;}
.phone-text small{font-size:11px;letter-spacing:1px;color:#b9bbc0;text-transform:uppercase;}
.phone-text strong{font-family:'Teko',sans-serif;font-size:20px;font-weight:500;letter-spacing:.5px;}

.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:6px;}
.nav-toggle span{width:26px;height:2px;background:#fff;display:block;transition:.25s;}

/* =========================================================
   HERO
   ========================================================= */
.hero{
  position:relative;min-height:100vh;display:flex;align-items:center;
  overflow:hidden;background:var(--dark);
}
.hero-bg{
  position:absolute;inset:0;
  background:url('../img/hero.jpg') center/cover no-repeat;
}
.hero-overlay{position:absolute;inset:0;background:rgba(20,22,28,.78);}
.hero .shape{position:absolute;z-index:2;pointer-events:none;}
.shape-1{top:0;left:0;width:430px;}
.shape-2{bottom:0;left:0;width:250px;}
.shape-3{bottom:0;right:0;width:560px;opacity:.9;}
.shape-4{top:0;right:6%;width:150px;}
.shape-5{top:0;right:0;width:210px;}

.hero-content{position:relative;z-index:5;text-align:center;width:100%;color:#fff;}
.hero-label{
  font-family:'Teko',sans-serif;font-size:20px;letter-spacing:5px;color:#fff;
  text-transform:uppercase;display:block;margin-bottom:6px;
}
.hero h1{
  font-size:96px;line-height:.94;color:#fff;font-weight:600;
  text-transform:capitalize;margin-bottom:22px;
}
.hero-sub{
  font-family:'Rubik',sans-serif;font-weight:300;font-size:19px;line-height:1.6;
  color:#e6e7ea;max-width:620px;margin:0 auto 34px;
}
.hero-sub strong{color:var(--gold);font-weight:500;}
.hero-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;}
.btn-ghost{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.45);}
.btn-ghost:hover{background:#fff;color:var(--heading);border-color:#fff;}

/* =========================================================
   AFVAL (WAT)
   ========================================================= */
.afval-section{padding:110px 0;background:#fff;}
.afval-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;}
.afval-text p{margin-bottom:10px;font-size:17px;}
.afval-text .lead{color:var(--gold);font-weight:500;font-size:19px;}

/* =========================================================
   FEATURED (WAT MAG ERIN)
   ========================================================= */
.featured-section{
  padding:100px 0;background:var(--light-bg);
  background-image:url('../img/pattern-2.png');background-attachment:fixed;
}
.featured-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;}
.featured-image{position:relative;}
.featured-image img{position:relative;z-index:2;width:100%;height:auto;}
.img-corner{position:absolute;left:-22px;bottom:-22px;width:130px;height:130px;background:var(--gold);z-index:1;}
.featured-content .muted{margin:6px 0 26px;font-style:italic;}
.featured-intro{font-size:17px;line-height:1.7;margin:16px 0 28px;}
.service-list{display:flex;flex-direction:column;gap:22px;margin-bottom:32px;}
.service-list li{position:relative;padding-left:26px;}
.service-list li::before{
  content:"";position:absolute;left:0;top:9px;width:11px;height:11px;border-radius:50%;background:var(--gold);
}
.service-list h4{
  font-family:'Teko',sans-serif;font-size:26px;font-weight:500;letter-spacing:.5px;
  color:var(--heading);text-transform:uppercase;line-height:1.1;margin-bottom:4px;
}
.service-list p{font-size:15.5px;line-height:1.65;color:var(--text);}
.featured-btn{align-self:flex-start;}
.check-list{display:grid;grid-template-columns:1fr 1fr;gap:18px 30px;}
.check-list li{
  font-family:'Teko',sans-serif;font-size:21px;font-weight:500;letter-spacing:.6px;
  color:var(--heading);text-transform:uppercase;position:relative;padding-left:22px;line-height:1.2;
}
.check-list li::before{
  content:"";position:absolute;left:0;top:7px;width:9px;height:9px;border-radius:50%;background:var(--gold);
}

/* =========================================================
   WHY (WAAROM) - dark
   ========================================================= */
.why-section{
  position:relative;padding:110px 0;background:#1c1e22;
  color:#fff;overflow:hidden;
}
.why-section::before{
  content:"";position:absolute;inset:0;z-index:0;
  background:url('../img/why-bg.png') center/cover no-repeat;
  filter:grayscale(100%);
}
.why-overlay{position:absolute;inset:0;z-index:1;background:rgba(20,22,26,.74);}
.why-inner{position:relative;z-index:2;text-align:center;}
.why-inner .big-heading{margin-bottom:55px;}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;}
.why-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:18px;}
.why-icon{width:54px;height:54px;color:var(--gold);}
.why-icon svg{width:100%;height:100%;}
.why-card h4{color:#fff;font-size:24px;font-weight:500;letter-spacing:.8px;line-height:1.15;}
.why-btn{margin-top:55px;}

/* =========================================================
   GALLERY
   ========================================================= */
.gallery-section{padding:100px 0;background:#fff;overflow:hidden;}
.gallery-section .big-heading{margin-bottom:55px;max-width:760px;margin-left:auto;margin-right:auto;}
.gallery-section .big-heading.gallery-heading{max-width:none;}

/* Slider */
.gallery-slider{display:flex;align-items:center;gap:18px;}
.slider-viewport{overflow:hidden;flex:1;cursor:grab;touch-action:pan-y;}
.slider-viewport.dragging{cursor:grabbing;}
.slider-viewport.dragging .gallery-item img{transform:none;}
.gallery-item img{-webkit-user-drag:none;user-select:none;}
.slider-track{display:flex;gap:24px;transition:transform .5s ease;will-change:transform;}
.gallery-item{
  position:relative;overflow:hidden;display:block;flex:0 0 calc((100% - 48px) / 3);
  aspect-ratio:470/426;
}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease;}
.gallery-item:hover img{transform:scale(1.05);}
.g-overlay{display:none;}

.slider-arrow{
  flex:none;width:48px;height:48px;border-radius:50%;border:0;cursor:pointer;
  background:var(--gold);color:#fff;display:flex;align-items:center;justify-content:center;
  transition:.25s ease;
}
.slider-arrow:hover{background:var(--gold-dark);}
.slider-arrow:disabled{opacity:.35;cursor:default;}

.slider-dots{display:flex;justify-content:center;gap:10px;margin-top:34px;}
.slider-dots button{
  width:11px;height:11px;border-radius:50%;border:0;padding:0;cursor:pointer;
  background:#d4d6da;transition:.25s ease;
}
.slider-dots button.active{background:var(--gold);width:28px;border-radius:6px;}

/* =========================================================
   RESERVE FORM
   ========================================================= */
.reserve-section{padding:100px 0;background:var(--light-bg);}
.reserve-section .big-heading{margin-bottom:18px;}
.cta-intro{text-align:center;max-width:620px;margin:0 auto 50px;font-size:17px;}
.cta-intro strong{color:var(--gold);font-weight:500;}

.cta-card{
  background:#fff;border:1px solid #e8e9ec;border-top:4px solid var(--gold);
  max-width:920px;margin:0 auto;padding:48px 50px;box-shadow:0 24px 60px rgba(20,22,28,.07);
}
/* Split: afspraak + contact */
.cta-card.cta-split{max-width:1060px;padding:0;display:grid;grid-template-columns:1.05fr 1fr;}
.cta-appoint{padding:42px 44px;border-right:1px solid #eef0f2;}
.cta-contact{padding:42px 44px;display:flex;flex-direction:column;}
.cta-subtitle{font-family:'Teko',sans-serif;font-weight:500;font-size:30px;letter-spacing:.6px;
  text-transform:uppercase;color:var(--heading);margin-bottom:6px;}
.cta-note{font-size:14px;margin-bottom:22px;}

.cta-details{
  display:grid;grid-template-columns:1fr;gap:22px;margin-bottom:30px;
}
.cta-details li{display:flex;align-items:center;gap:18px;}
.cta-icon{
  width:52px;height:52px;flex:none;border-radius:50%;background:#f6ecdb;color:var(--gold);
  display:flex;align-items:center;justify-content:center;
}
.cta-icon svg{width:24px;height:24px;}
.cta-meta{display:flex;flex-direction:column;line-height:1.4;}
.cta-meta small{font-family:'Teko',sans-serif;font-size:15px;letter-spacing:1.5px;text-transform:uppercase;color:#9a9ca1;}
.cta-meta a,.cta-meta span{font-size:17px;color:var(--heading);}
.cta-meta a:hover{color:var(--gold);}
.cta-actions{display:flex;flex-wrap:wrap;gap:14px;padding-top:26px;border-top:1px solid #eef0f2;margin-top:auto;}
.cta-actions .btn{flex:1 1 auto;text-align:center;}

/* Afspraak - stappen */
.appoint-step-1{display:flex;flex-direction:column;gap:14px;}
.appoint-step-2{display:none;flex-direction:column;gap:14px;}
.cta-appoint[data-step="2"] .appoint-step-1{display:none;}
.cta-appoint[data-step="2"] .appoint-step-2{display:flex;}

.appoint-step label{display:flex;flex-direction:column;font-size:13px;color:#7c7e83;gap:6px;}
.appoint-step input[type="text"],.appoint-step input[type="email"],.appoint-step input[type="tel"]{
  border:1px solid #d9dadd;background:#fff;padding:11px 14px;
  font-family:'Rubik',sans-serif;font-size:14px;color:var(--heading);border-radius:2px;}
.appoint-step input:focus{outline:none;border-color:var(--gold);}
.appoint-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
.appoint-row label{font-size:13px;}
.appoint-range{font-size:14px;color:var(--heading);margin:2px 0;}
.appoint-range strong{color:var(--gold);font-weight:500;}
.appoint-range.recap{background:#f6ecdb;border-radius:3px;padding:12px 14px;}
.appoint-step .btn{margin-top:6px;}
.appoint-actions{display:flex;gap:12px;margin-top:6px;}
.appoint-actions .btn{flex:1;text-align:center;margin-top:0;}

/* Kalender */
.calendar{border:1px solid #e2e3e6;border-radius:3px;padding:14px;}
.cal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;}
.cal-head button{background:none;border:0;font-size:20px;cursor:pointer;color:var(--heading);padding:2px 10px;line-height:1;}
.cal-head button:hover{color:var(--gold);}
.cal-title{font-family:'Teko',sans-serif;font-size:22px;text-transform:capitalize;color:var(--heading);}
.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px 0;text-align:center;}
.cal-grid .dow{font-size:11px;font-weight:500;color:#9a9ca1;padding:6px 0;text-transform:uppercase;}
.cal-grid .day{padding:9px 0;font-size:13px;cursor:pointer;color:var(--heading);transition:.15s ease;border-radius:3px;}
.cal-grid .day:hover{background:#f6ecdb;}
.cal-grid .day.empty{cursor:default;}
.cal-grid .day.past{color:#c7c9cd;cursor:default;}
.cal-grid .day.past:hover{background:none;}
.cal-grid .day.in-range{background:#f6ecdb;border-radius:0;}
.cal-grid .day.range-start,.cal-grid .day.range-end{background:var(--gold);color:#fff;}
.cal-grid .day.range-start{border-radius:3px 0 0 3px;}
.cal-grid .day.range-end{border-radius:0 3px 3px 0;}
.cal-grid .day.range-start.range-end{border-radius:3px;}

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer{
  background:#1c1e22 url('../img/footer-bg.png') center/cover no-repeat;
  padding:90px 0 40px;color:#cfd0d3;text-align:center;
}
.site-footer h3{font-size:56px;color:#fff;font-weight:600;letter-spacing:1px;margin-bottom:30px;}
.footer-contact{display:flex;flex-wrap:wrap;justify-content:center;gap:14px 40px;margin-bottom:34px;font-size:14px;}
.footer-contact a:hover{color:var(--gold);}
.insta{
  width:42px;height:42px;border-radius:50%;background:var(--gold);color:#fff;
  display:inline-flex;align-items:center;justify-content:center;transition:.25s;
}
.insta:hover{background:var(--gold-dark);}
.footer-bottom{margin-top:46px;padding-top:24px;border-top:1px solid rgba(255,255,255,.12);font-size:13px;}
.footer-bottom a{color:var(--gold);}

/* =========================================================
   SCROLL TOP + LIGHTBOX
   ========================================================= */
.scroll-top{
  position:fixed;right:24px;bottom:24px;width:42px;height:42px;border-radius:50%;
  background:var(--gold);color:#fff;border:0;cursor:pointer;display:flex;align-items:center;
  justify-content:center;opacity:0;pointer-events:none;transition:.3s;z-index:90;
}
.scroll-top.show{opacity:1;pointer-events:auto;}
.scroll-top:hover{background:var(--gold-dark);}

.lightbox{
  position:fixed;inset:0;background:rgba(0,0,0,.9);z-index:200;display:none;
  align-items:center;justify-content:center;padding:30px;
}
.lightbox.open{display:flex;}
.lightbox img{max-width:90vw;max-height:88vh;width:auto;height:auto;}
.lb-close{position:absolute;top:20px;right:30px;background:none;border:0;color:#fff;font-size:46px;line-height:1;cursor:pointer;}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media(max-width:1024px){
  .hero h1{font-size:80px;}
  .big-heading{font-size:52px;}
  .site-footer h3{font-size:46px;}
}
@media(max-width:880px){
  .header-phone{display:none;}
  .main-nav{
    position:fixed;inset:0;width:100%;height:100vh;height:100dvh;background:var(--header-dark);
    display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px;
    opacity:0;visibility:hidden;transform:translateY(-12px);
    transition:opacity .3s ease,transform .3s ease,visibility .3s ease;z-index:120;
  }
  .main-nav.open{opacity:1;visibility:visible;transform:none;}
  .main-nav ul{flex-direction:column;align-items:center;gap:30px;}
  .main-nav a{font-size:40px;letter-spacing:2px;padding-bottom:6px;}
  .main-nav a::after{height:3px;}
  .nav-close{
    display:block;position:absolute;top:24px;right:28px;background:none;border:0;
    color:#fff;font-size:52px;line-height:1;cursor:pointer;transition:color .2s ease;
  }
  .nav-close:hover{color:var(--gold);}
  .nav-phone{
    display:inline-flex;align-items:center;gap:10px;color:var(--gold);
    font-family:'Teko',sans-serif;font-size:30px;letter-spacing:1px;
  }
  .nav-toggle{display:flex;}
  .site-header{background:var(--header-dark);}
  .afval-grid,.featured-grid,.why-grid,.cta-details{grid-template-columns:1fr;}
  .cta-card{padding:36px 26px;}
  .cta-card.cta-split{grid-template-columns:1fr;padding:0;}
  .cta-appoint{border-right:0;border-bottom:1px solid #eef0f2;padding:34px 26px;}
  .cta-contact{padding:34px 26px;}
  .why-grid{max-width:none;}
  .featured-grid{gap:50px;}
  .gallery-item{flex:0 0 calc((100% - 24px) / 2);}
  .hero h1{font-size:68px;}
  .shape-1{display:none;}
  .check-list{grid-template-columns:1fr;}
}
@media(max-width:520px){
  .hero h1{font-size:52px;}
  .big-heading{font-size:42px;}
  .gallery-item{flex:0 0 100%;}
  .slider-arrow{width:40px;height:40px;}
  .site-footer h3{font-size:34px;}
  .afval-section,.featured-section,.why-section,.gallery-section,.reserve-section{padding:70px 0;}
}

/* =========================================================
   ANIMATIONS
   ========================================================= */
body.preloading{overflow:hidden;}

/* Preloader / page transition */
.preloader{
  position:fixed;inset:0;z-index:9999;background:var(--dark);
  display:flex;align-items:center;justify-content:center;
  transition:transform .8s cubic-bezier(.76,0,.24,1), visibility 0s linear .8s;
}
.preloader.loaded{transform:translateY(-100%);visibility:hidden;}
.preloader-inner{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);
  display:flex;flex-direction:column;align-items:center;
  transition:opacity .4s ease, transform .5s ease;}
.preloader.loaded .preloader-inner{opacity:0;transform:translateY(calc(-50% - 16px));}
.preloader-logo{width:78px;height:auto;display:block;animation:fadeUp .7s ease both, pulse 1.8s ease-in-out .7s infinite;}
.preloader-bar{position:absolute;top:calc(100% + 28px);left:0;right:0;margin:0 auto;
  display:block;width:160px;height:3px;background:rgba(255,255,255,.14);border-radius:3px;overflow:hidden;}
.preloader-bar i{display:block;height:100%;width:40%;background:var(--gold);border-radius:3px;animation:loadSlide 1.1s ease-in-out infinite;}
@keyframes loadSlide{0%{transform:translateX(-120%);}100%{transform:translateX(320%);}}
@keyframes pulse{0%,100%{transform:scale(1);}50%{transform:scale(1.06);}}
@keyframes fadeUp{from{opacity:0;transform:translateY(14px);}to{opacity:1;transform:none;}}

/* Hero intro (staggered) */
.hero-content > *{opacity:0;transform:translateY(34px);
  transition:opacity .8s ease, transform .8s cubic-bezier(.22,.61,.36,1);}
.hero-content.hero-in > *{opacity:1;transform:none;}
.hero-content.hero-in .hero-label{transition-delay:.05s;}
.hero-content.hero-in h1{transition-delay:.18s;}
.hero-content.hero-in .hero-sub{transition-delay:.34s;}
.hero-content.hero-in .hero-actions{transition-delay:.5s;}
.hero .shape{opacity:0;transform:scale(1.08);transition:opacity 1.1s ease .3s, transform 1.4s ease .3s;}
.hero.shapes-in .shape-1{opacity:1;transform:none;}
.hero.shapes-in .shape-3{opacity:.9;transform:none;}

/* Scroll reveal */
.reveal{opacity:0;transform:translateY(42px);
  transition:opacity .75s ease, transform .75s cubic-bezier(.22,.61,.36,1);}
.reveal.in-view{opacity:1;transform:none;}

@media(prefers-reduced-motion:reduce){
  .preloader-logo{animation:none;}
  .hero-content > *,.hero .shape,.reveal{opacity:1!important;transform:none!important;transition:none!important;}
  .preloader{transition:none;}
}
