/* =========================================================
   Wilde Appel – Cultivators-look -> Bootstrap 5 (clean build)
   - Oude kleuren/typografie behouden
   - Mobile-first leesbaarheid (Pixel/Chrome)
   ========================================================= */

/* ---- Basis kleuren/typografie ---- */
:root{
  --cult-text: #7a7a7a;
  --cult-heading: #585858;
  --cult-accent: #abc654;
  --cult-accent-dark: #96ae4a;
  --cult-dark: #3b3a39;
  --cult-footer: #2c2b2b;
  --cult-border: #e6e6e6;
  --cult-grey: #f7f7f7;

  --wa-green: #01973e;
  --wa-green-dark: #015f27;
}

/* Selection kleur */
::selection { color:#fff; background: var(--cult-accent); }
::-moz-selection { color:#fff; background: var(--cult-accent); }

/* =========================================================
   Bootstrap-friendly base (REM-based)
   ========================================================= */
html{
  font-size: 16px;          /* Bootstrap default */
  height: 100%;
}
body{
  min-height: 100%;
  overflow-x: hidden;

  color: var(--cult-text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
               Roboto, Helvetica, Arial, sans-serif;

  text-shadow: 1px 1px 1px rgba(0,0,0,.004);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Paragrafen / headings */
p{ line-height: 1.6; margin: 0 0 15px 0; }

h1,h2,h3,h4,h5,h6{
  font-family: "Neuton", serif;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: var(--cult-heading);
  line-height: 1.25;
}

/* Desktop heading sizes (zoals je had) */
h1{ font-size: 46px; }
h2{ font-size: 40px; }
h3{ font-size: 26px; margin-bottom: 15px; }
h4{ font-size: 20px; margin-bottom: 15px; }
h5{ font-size: 18px; margin-bottom: 15px; }
h6{ font-size: 16px; margin-bottom: 15px; }

img{ max-width: 100%; height:auto; }

/* Links */
a, a:active, a:visited{
  position: relative;
  display: inline-block;
  transition: all .25s ease-in-out;
  text-decoration: none;
  color: var(--cult-accent-dark);
}
a:hover{ color: var(--cult-heading); text-decoration: none; }
a:focus, a:active{ text-decoration: none; outline: none; box-shadow:none; }

/* =========================================================
   Bootstrap overrides (zonder SCSS)
   ========================================================= */
.text-muted{ color: var(--cult-text) !important; }
.bg-light{ background-color: var(--cult-grey) !important; }
.border-top, .border-bottom { border-color: var(--cult-border) !important; }

/* Buttons */
.btn{
  font-size: 14px;
  font-weight: 700;
  padding: 15px 30px;
  text-transform: uppercase;
  border-radius: 3px;
  transition: all .2s ease-in-out;
}
.btn:focus{ outline:none; box-shadow:none; }

.btn-primary{
  background: var(--cult-accent) !important;
  border-color: var(--cult-accent) !important;
  box-shadow: inset 0 -4px 0 0 var(--cult-accent-dark);
  text-shadow: 1px 1px 0 rgba(0,0,0,.1);
}
.btn-primary:hover,
.btn-primary:focus{
  background: var(--cult-dark) !important;
  border-color: var(--cult-dark) !important;
  box-shadow: inset 0 -4px 0 0 #2f2e2d;
}

.btn-outline-light{
  border-width: 2px;
  border-color: rgba(255,255,255,.3) !important;
}
.btn-outline-light:hover{
  background: var(--cult-dark) !important;
  border-color: var(--cult-dark) !important;
}

.btn-outline-secondary{
  border-color: var(--cult-border) !important;
  color: var(--cult-text) !important;
}
.btn-outline-secondary:hover{
  background: var(--cult-accent-dark) !important;
  border-color: var(--cult-accent-dark) !important;
  color: #fff !important;
}

/* =========================================================
   Topbar
   ========================================================= */
.topbar{
  font-weight: 600;
  background: var(--cult-dark) !important;
  color: #fff;
  font-size: 0.95rem;
}
.topbar .btn{
  padding: 8px 14px;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 3px;
}
.topbar .btn-outline-dark{
  border-color: rgba(255,255,255,.35) !important;
  color: #fff !important;
  background: transparent !important;
}
.topbar .btn-outline-dark:hover{
  border-color: var(--cult-accent) !important;
  background: var(--cult-accent) !important;
  color: #fff !important;
}

.topbar-contact{
  display:flex;
  gap:18px;
  align-items:center;
  flex-wrap: wrap;
}

.topbar-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  text-decoration:none;
  color:#fff;                 /* op donkere topbar logisch */
  font-family:"Neuton", serif;
  font-size: 1rem;            /* rem-based */
}
.topbar-link i.fa{
  color: var(--wa-green);
  font-size: 1rem;
}

/* =========================================================
   Navbar
   ========================================================= */
.navbar{
  background: #fff !important;
}
.navbar .nav-link{
  font-family: "Neuton", serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--cult-heading) !important;
  transition: color .2s ease-in-out;
}
.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.active{
  color: var(--wa-green) !important;
}
.navbar-brand{
  font-family: "Neuton", serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--cult-heading) !important;
}

/* Navbar logo */
.navbar-logo{
  height: 48px;
  width: auto;
  display: block;
}
@media (max-width: 992px){
  .navbar-logo{ height: 40px; }
}

/* =========================================================
   Hero / Slider
   ========================================================= */
.hero-slide{
  min-height: 55vh;
  background:
    linear-gradient(120deg, rgba(16,15,14,.70), rgba(16,15,14,.35)),
    url("https://wildeappel.nl/img/home-slider-1.png");
  background-size: cover;
  background-position: center;
  color:#fff;
  text-shadow: 2px 2px 0 rgba(0,0,0,.15);
}

/* Hero badge */
.hero-slide .badge{
  font-family: "Neuton", serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.25);
  padding: 8px 16px;
  margin-bottom: 20px;
}

/* Hero heading */
.hero-slide h2{
  font-family: "Neuton", serif;
  font-size: 64px; /* desktop */
  font-weight: 700;
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 20px;
}

/* Hero tekst */
.hero-slide p,
.hero-slide .lead{
  font-family: "Neuton", serif;
  font-size: 22px;
  font-weight: 400;
  color: rgba(255,255,255,.9);
  line-height: 1.5;
  max-width: 620px;
  margin-bottom: 30px;
}

/* Hero buttons */
.hero-slide .btn{
  font-family: "Neuton", serif;
  font-size: 16px;
  font-weight: 700;
  padding: 16px 34px;
  text-transform: uppercase;
}
.hero-slide .btn-primary{
  background: var(--wa-green) !important;
  border-color: var(--wa-green) !important;
  box-shadow: inset 0 -4px 0 rgba(0,0,0,.25);
}
.hero-slide .btn-primary:hover{
  background: var(--wa-green-dark) !important;
  border-color: var(--wa-green-dark) !important;
}
.hero-slide .btn-outline-light{
  border-width: 2px;
  border-color: rgba(255,255,255,.4) !important;
  color: #fff !important;
}
.hero-slide .btn-outline-light:hover{
  background: rgba(255,255,255,.15) !important;
  border-color: rgba(255,255,255,.6) !important;
}

/* =========================================================
   Cards / Diensten
   ========================================================= */
.card{
  border-color: var(--cult-border);
  border-radius: 3px;
}
.service-card{
  transition: transform .15s ease, box-shadow .15s ease;
}
.service-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 .75rem 1.5rem rgba(0,0,0,.08);
}
.card-title{ color: var(--cult-heading); }

/* =========================================================
   Mosaic gallery
   ========================================================= */
.mosaic{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
}
.mosaic a{
  position: relative;
  display:block;
  overflow:hidden;
  border-radius: 3px;
  background: #e9ecef;
  min-height: 160px;
}
.mosaic img{
  width:100%;
  height:100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform .25s ease;
}
.mosaic a:hover img{ transform: scale(1.08); }

.mosaic .tile-1 { grid-column: span 7; grid-row: span 2; min-height: 360px; }
.mosaic .tile-2 { grid-column: span 5; grid-row: span 1; }
.mosaic .tile-3 { grid-column: span 5; grid-row: span 1; }
.mosaic .tile-4 { grid-column: span 4; grid-row: span 1; }
.mosaic .tile-5 { grid-column: span 4; grid-row: span 1; }
.mosaic .tile-6 { grid-column: span 4; grid-row: span 1; }

@media (max-width: 992px){
  .mosaic{ grid-template-columns: repeat(6, 1fr); }
  .mosaic .tile-1{ grid-column: span 6; }
  .mosaic .tile-2, .mosaic .tile-3{ grid-column: span 3; }
  .mosaic .tile-4, .mosaic .tile-5, .mosaic .tile-6{ grid-column: span 2; }
}
@media (max-width: 576px){
  .mosaic{ grid-template-columns: repeat(1, 1fr); }
  .mosaic .tile-1,
  .mosaic .tile-2,
  .mosaic .tile-3,
  .mosaic .tile-4,
  .mosaic .tile-5,
  .mosaic .tile-6{
    grid-column: span 1;
    min-height: 220px;
  }
}

/* GLightbox */
.glightbox-clean .gslide-description{ color: var(--cult-text); }

/* =========================================================
   Footer
   ========================================================= */
footer{
  font-size: 15px;
  font-weight: 600;
  background: var(--cult-footer) !important;
  color: var(--wa-green);
}
footer h5, footer h6{ color:#fff; }
footer .text-muted{ color: rgba(255,255,255,.35) !important; }
footer a, footer a:visited{ color: #7a7a7a; }
footer a:hover{ color: var(--cult-accent); }
footer .border-top{ border-color: rgba(255,255,255,.10) !important; }

/* =========================================================
   Responsive: make mobile readable (Pixel/Chrome)
   ========================================================= */
@media (max-width: 992px){
  .hero-slide h2{ font-size: 48px; }
  .hero-slide p, .hero-slide .lead{ font-size: 20px; }
}

@media (max-width: 576px){
  /* 1) Dit is de echte “alles wordt groter” knop */
  html{ font-size: 18px; }

  /* 2) Header/menu/topbar */
  .navbar .nav-link{
    font-size: 1.05rem;
    padding: 12px 0;
  }
  .navbar-brand{ font-size: 1.2rem; }
  .topbar{ font-size: 1rem; }
  .topbar-link{ font-size: 1rem; }

  /* 3) Hero */
  .hero-slide{ min-height: 70vh; }
  .hero-slide h2{ font-size: 34px; }
  .hero-slide p, .hero-slide .lead{ font-size: 18px; }
  .hero-slide .btn{
    font-size: 1rem;
    padding: 16px 26px;
  }

  /* 4) Diensten */
  .card-title{ font-size: 1.2rem; }
  .card-text{ font-size: 1rem; line-height: 1.6; }
}

/* =========================================================
   Debug badge (UITZETTEN NA TESTEN)
   ========================================================= */
/*
body::before{
  content:"CSS LOADED";
  position:fixed;
  bottom:8px;
  left:8px;
  background:#000;
  color:#fff;
  padding:6px 10px;
  font-size:14px;
  z-index:99999;
  opacity:.8;
  border-radius:6px;
}
*/
