:root{
  --bg: #f6f4ef;
  --bg-soft: #efeae0;
  --white: #ffffff;
  --text: #1f241f;
  --muted: #2a2e37;
  --line: rgba(31, 36, 31, 0.08);
  --green-dark: rgb(16, 40, 24);
  --green: #365640;
  --green-soft: #eaede6;
  --accent: #86e41c;
  --shadow: 0 10px 30px rgba(19, 28, 21, 0.08);
  --radius-xl: 32px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --container: 1500px;
  --neutral-gray: #f6f6f6;
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html{
  scroll-behavior: smooth;
}

body{
  font-family: "Georama", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.5;
  max-width: 100%;
}

html, body {
  overflow-x: hidden;
}

img{
  max-width: 100%;
  display: block;
}

a{
  text-decoration: none;
  color: inherit;
}

.container{
  width: min(var(--container), calc(100% - 2rem));
  margin: 0 auto;
}

.section{
  padding: 5.5rem 0;
}

.eyebrow{
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 1rem;
}

.eyebrow::before{
  content: "";
  width: 24px;
  height: 1px;
  background: var(--green);
  opacity: .65;
}

.scroll-top-btn{
  background: var(--accent);
}

.section-head{
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.section-head h2{
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
  max-width: 12ch;
}

.section-head p{
  max-width: 44ch;
  color: var(--muted);
  font-size: 1rem;
}

.logo-header{
    height: 40px;  
}

.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  min-height: 54px;
  padding: 0 1.35rem;
  border-radius: 999px;
  font-weight: 700;
  transition: .25s ease;
  border: 1px solid transparent;
  cursor: pointer;
}

.btn-primary{
  background: var(--accent);
  color: var(--white);
  box-shadow: var(--shadow);
  font-weight: 800;
}

.btn-primary:hover{
  background: #102818;
  border:#86e41c solid 2px;
}

.btn-secondary{
  background: rgba(255,255,255,.12);
  color: var(--white);
  border-color: rgba(255,255,255,.18);
  backdrop-filter: blur(8px);
}

.btn-secondary:hover{
  background: rgba(255,255,255,.18);
}

.btn-ghost{
  background: transparent;
  color: var(--green-dark);
  border-color: rgba(32,55,42,.14);
}

.btn-ghost:hover{
  background: rgba(32,55,42,.04);
}

h1,h2,p{
  font-family: "Georama", sans-serif;
}

h2 {
  color:var(--green-dark);
}

/* header */

/* SCROLL TOP BUTTON */
.scroll-top-btn {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  width: 58px;
  height: 58px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1001;

  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;

  /* achtergrond kleur kun jij zelf aanpassen */
  background: var(--accent);
  color: white;
  box-shadow: 0 10px 30px rgba(0,0,0,0.18);

  border:3px #fff solid;

  opacity: 0;
  visibility: hidden;
  transform: translateY(20px) scale(0.9);
  transition: all 0.3s ease;
}

.scroll-top-btn.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.scroll-top-btn:hover {
  transform: translateY(-3px) scale(1.03);
}

.site-header.hide-header {
transform: translateY(-140%);
opacity: 0;
}
.site-header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 1rem 0;
  background: linear-gradient(to bottom, rgba(18, 27, 21, 0.08), rgba(18, 27, 21, 0.08));
  backdrop-filter: blur(12px);

    transition: transform 0.35s ease, opacity 0.35s ease;
}

.nav{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
}

.logo{
  display: flex;
  align-items: center;
  gap: .85rem;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: .02em;
  color: var(--white);
  z-index: 1002;
}

.logo-mark{
  width: 42px;
  aspect-ratio: 1;
  border-radius: 14px;
  background: linear-gradient(145deg, var(--green-dark), var(--green));
  color: var(--white);
  display: grid;
  place-items: center;
  box-shadow: var(--shadow);
  font-weight: 800;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 2rem;
  position: relative;
}

.nav-links a {
  text-decoration: none;
  color: var(--white);
  position: relative;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: color;
}

.mobile-menu-logo::after,
.mobile-menu-cta a::after {
  display: none !important;
  content: none !important;
}

.nav-links a:focus:after,
.nav-links a:hover:after {
  width: 100%;
  left: 0%;
}

.nav-links a:after {
  content: "";
  pointer-events: none;
  bottom: -2px;
  left: 50%;
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: var(--accent);
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: width, left;
}

.nav-cta{
  display: flex;
  align-items: center;
  gap: .75rem;
  z-index: 1002;
}

.mobile-menu-brand,
.mobile-menu-cta{
  display: none;
}

.mobile-menu-logo{
  display: flex;
  align-items: center;
  gap: .85rem;
  color: var(--white);
  font-weight: 800;
  font-size: 1rem;
}

.mobile-menu-logo img{
  height: 44px;
  width: auto;
  display: block;
}

.menu-toggle{
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(10px);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  z-index: 1002;
}

.menu-toggle span{
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 999px;
  transition: .3s ease;
}

.menu-toggle.active span:nth-child(1){
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2){
  opacity: 0;
}

.menu-toggle.active span:nth-child(3){
  transform: translateY(-7px) rotate(-45deg);
}

  .menu-toggle.active{
      padding:10px;
  }

/* hero */
.hero{
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: end;
  overflow: hidden;
  /* background:
    linear-gradient(to right, rgba(16, 23, 18, .68), rgba(16, 23, 18, .22)),
    url("https://images.unsplash.com/photo-1500382017468-9049fed747ef?auto=format&fit=crop&w=2000&q=80") center/cover no-repeat;
  */
  background: linear-gradient(to right, rgba(16, 23, 18, .68), rgba(16, 23, 18, .11)), 
              url(../img/hero-img6.jpg) no-repeat;

  background-size: cover;
  background-position: 80% 25%;
  }


.hero::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(18,27,21,.7), transparent 38%),
    linear-gradient(to bottom, rgba(18,27,21,.18), transparent 20%);
}


.sub-heading{
    color:var(--accent);
    font-family: "Shadows into Light", serif;
    font-weight: 600;
    font-style: normal;
}

.hero-inner{
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 8rem 0 3rem;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 2rem;
  align-items: center;
  min-height: 100vh;
}

.hero-copy{
  max-width: 700px;
  color: var(--white);
}

.hero-copy .eyebrow{
  color: #dce7da;
  margin-bottom: 1.25rem;
}

.hero-copy .eyebrow::before{
  background: #dce7da;
}

.hero-copy h1{
  font-size: clamp(3rem, 6vw, 6.5rem);
  line-height: .95;
  letter-spacing: -.04em;
  max-width: 9ch;
  margin-bottom: 2rem;
}

.hero-copy p{
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  color: rgba(255,255,255,.84);
  max-width: 46ch;
  margin-bottom: 1.7rem;
}

.hero-actions{
  display: flex;
  flex-wrap: wrap;
  gap: .9rem;
}

.hero-panel{
  position: absolute;
  justify-self: end;
  align-self: center;
  max-width: 360px;
  padding: 1.3rem;
  border-radius: 26px;
  background: rgba(255,255,255,.11);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(14px);
  color: var(--white);
  bottom:27%;
  right:0;
}

.hero-panel small{
  display: block;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  opacity: .78;
  margin-bottom: .8rem;
  color:#86e41c;
}

.hero-panel p{
  color: rgba(255,255,255,.88);
  font-size: .97rem;
}

.hero-points{
  display: grid;
  gap: .8rem;
  margin-top: 1rem;
}

.hero-points span{
  display: flex;
  align-items: center;
  gap: .6rem;
  font-size: .96rem;
}

.hero-points span::before{
  content: "";
  background-image: url('../img/icon-logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  margin-right: .6rem;
}

.scroll-indicator{
  position: absolute;
  left: 50%;
  bottom: 1.2rem;
  transform: translateX(-50%);
  z-index: 2;
  color: rgba(255,255,255,.8);
  font-size: .85rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* intro strip */
.intro-strip{
  margin-top: -3rem;
  position: relative;
  z-index: 5;
}

.intro-box{
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 1.4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  box-shadow: var(--shadow);
}

.intro-item{
  padding: .8rem .9rem;
  border-right: 1px solid var(--line);
}

.intro-item:last-child{
  border-right: 0;
}

.intro-item strong{
  display: block;
  font-size: 1.5rem;
  margin-bottom: .25rem;
  color: var(--green-dark);
}

.intro-item span{
  color: var(--muted);
  font-size: .96rem;
}

/* pain cards */
.pain{
  padding-top: 5rem;
}

.pain-top{
  text-align: center;
  max-width: 760px;
  margin: 0 auto 4rem;
}

.pain-top h2{
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.05;
  margin-bottom: 2rem;
}

.pain-top p{
  color: var(--muted);
  font-size: 1.02rem;
}

.pain-cards{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.pain-card{
  position: relative;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 4rem 1.5rem 1.75rem;
  box-shadow: var(--shadow);
  text-align: center;
  transition: .25s ease;
}

.pain-card:hover{
  transform: translateY(-6px);
}

.pain-icon{
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--accent);
  color: var(--white);
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(32,55,42,.2);
}

.pain-card h3{
  font-size: 1.25rem;
  margin-bottom: .75rem;
}

.pain-card p{
  color: var(--muted);
  font-size: .98rem;
}

.pain-answer{
  margin-top: 4rem;

 background:
    linear-gradient(
      145deg,
      rgba(134, 228, 28, 0.8),
      rgba(16, 40, 24, .8)
    ),
    url('../img/InBeeld.jpeg') no-repeat;

  background-size: cover, 100%;
  background-position: center, 50% center;
  background-repeat: no-repeat;

  /* background: linear-gradient(145deg, var(--accent),var(--green-dark)); */
  color: var(--white);
  border-radius: 28px;
  padding: 2rem;
  text-align: center;
  box-shadow: var(--shadow);
}

.pain-answer p{
  color: rgba(255,255,255,.84);
  max-width: 60ch;
  margin: 1rem auto 1.4rem;
}

/* services */
#diensten{
    background-color: var(--green-soft);
}

.why-mb{
  background-color: var(--green-soft);
}

.services-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.service-card{
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 1.2rem;
  box-shadow: var(--shadow);
  transition: .25s ease;
  position: relative;
}

.service-card img{
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 18px;
  margin-bottom: 1rem;
}

.service-card:hover{
  transform: translateY(-6px);
}

.service-icon{
  width: 70px;
  height: 70px;
  border-radius: 18px;
  background: var(--accent);
  color: var(--green-dark);
  display: grid;
  place-items: center;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-icon img{
  margin:0;
}

.service-card h3{
  font-size: 1.35rem;
  margin-bottom: .7rem;
}

.service-card p{
  color: var(--muted);
  margin-bottom: 1rem;
}

.service-card ul{
  list-style: none;
  display: grid;
  gap: .65rem;
}

.service-card li{
  color: #334036;
  font-size: .97rem;
  display: flex;
  gap: .6rem;
  align-items: flex-start;
}

.service-card li::before{
  content: "✓";
  color: var(--green);
  font-weight: 800;
  margin-top: .05rem;
}

/* projects */
.projects-grid{
  display: grid;
  /* grid-template-columns: repeat(12, 1fr); */
  grid-template-columns: repeat(12, minmax(100px, 1fr));
  gap: 1rem;
}

.project-card{
  position: relative;
  overflow: hidden;
  height: 420px; 
  border-radius: 28px;
  box-shadow: var(--shadow);
  isolation: isolate;
}

.project-card.large{
  grid-column: span 7;
}

.project-card.small{
grid-column: span 5;
}

.project-card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}

.project-card:hover img{
  transform: scale(1.06);
}

.project-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(12,20,15,.72), transparent 55%);
  z-index: 1;
}

.project-content{
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  z-index: 2;
  color: var(--white);
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
}

.project-content h3{
  font-size: 1.35rem;
  margin-bottom: .35rem;
}

.project-content p{
  color: rgba(255,255,255,.82);
  font-size: .95rem;
}

.tag-row{
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: .85rem;
}

.tag{
  font-size: .78rem;
  font-weight: 700;
  color: var(--white);
  padding: .55rem .8rem;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(8px);
}

/* why us */
.why-wrap{
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 1.25rem;
  align-items: stretch;
}

.why-copy{
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 2rem;
  box-shadow: var(--shadow);
}

.why-copy p{
  color: var(--muted);
  max-width: 54ch;
  margin: 1rem 0 1.5rem;
}

.why-points{
  display: grid;
  gap: .9rem;
  list-style: none;
}

.why-points li{
  display: flex;
  gap: .8rem;
  align-items: flex-start;
  color: var(--green-dark);
  font-weight: 600;
}

.why-points li::before{
  content: "✓";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--accent);
  color: var(--green-dark);
  flex: 0 0 28px;
  font-size: .9rem;
  font-weight: 800;
}

.stats-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  /* background: linear-gradient(180deg, #ffffff, #f5f8f4); */
}

.stat{
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 1.2rem;
  background-color: var(--white);
  /* background: rgba(255,255,255,.7); */
}

.stat strong{
  display: block;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  color: var(--accent);
  margin-bottom: .5rem;
}

.stat span{
  color: var(--muted);
  font-weight: 600;
}


.about-wrap{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  align-items: stretch;
}

.about-image{
  min-height: 560px;
  max-height: 800px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.about-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-copy{
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 2rem;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-copy h2{
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
  max-width: 10ch;
  margin-bottom: 2rem;
}

.about-copy p{
  color: var(--muted);
  margin-bottom: 1rem;
}

.process-section {
min-height: 10vh; /* 🔥 dit is de key */
padding: 5rem 0;
}


.process-wrap {
width: min(1440px, 92%);
margin: 0;
display: grid;
grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.4fr);
gap: 5rem;
align-items: stretch;
}

/* LEFT */
.process-left {
position: relative;
height: 100%;
font-size: clamp(2rem, 4vw, 3.4rem);
line-height: 1.05;
max-width: 14ch;
}

.process-left-sticky {
position: sticky;
top: 4rem;
}

.process-label {
display: inline-flex;
padding: 0.45rem 0.9rem;
border: 1px solid rgba(15, 42, 51, 0.15);
border-radius: 999px;
background: rgba(255, 255, 255, 0.72);
margin-bottom: 1.25rem;
font-size: 0.95rem;
}

.process-title {
margin: 0;
font-size: clamp(3rem, 5vw, 4.8rem);
line-height: 0.95;
letter-spacing: -0.04em;
font-weight: 500;
max-width: 430px;
}

.process-title span {
display: block;
margin-top: 0.75rem;
font-family: Georgia, serif;
font-style: italic;
font-weight: 400;
}

/* RIGHT */
.process-right {
position: relative;
min-width: 0;
}

.process-track {
position: relative;
}

.process-card {
position: absolute;
left: 0;
width: 100%;
display: grid;
grid-template-columns: 190px 1fr;
gap: 2rem;
align-items: center;
padding: 1.6rem;
border-radius: 1.5rem;
background: #ececeb;
box-shadow: 0 12px 32px rgba(0, 0, 0, 0.04);
will-change: transform;
transform: translate3d(0, 0, 0);
border:2px solid rgba(15, 42, 51, 0.05);
}

.process-image{
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 20px;
}

.process-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.process-card-content h3 {
margin: 0 0 1rem;
font-size: clamp(1.7rem, 2.2vw, 2.5rem);
line-height: 1.05;
letter-spacing: -0.03em;
}

.process-card-content p {
margin: 0;
font-size: 1.03rem;
line-height: 1.7;
color: rgba(15, 42, 51, 0.8);
}

@media (max-width: 950px) {
.hero{
background-position: 20% 25%;
}
.process-wrap {
grid-template-columns: 1fr;
gap: 2rem;
align-items: start;
}

.process-left {
height: auto;
}

.process-left-sticky {
position: static;
}

.process-track {
height: auto !important;
}

.process-card {
position: relative !important;
top: auto !important;
transform: none !important;
grid-template-columns: 1fr;
margin-bottom: 1.25rem;

}

  .process-image {
    height: 720px;
  }

  .process-image img {
    object-position: center 30%;
  }
}

/* reviews */
.reviews-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.review{
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 1.5rem;
  box-shadow: var(--shadow);
}

.stars{
  letter-spacing: .16em;
  color: #7a9f5e;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.review p{
  color: #364136;
  margin-bottom: 1.15rem;
}

.review strong{
  display: block;
  margin-bottom: .15rem;
}

.review span{
  color: var(--muted);
  font-size: .95rem;
}

/* cta */
.cta-box{
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(151,184,122,.18), transparent 28%),
    linear-gradient(145deg, var(--accent), var(--green-dark));
  color: var(--white);
  border-radius: 34px;
  padding: clamp(2rem, 5vw, 4rem);
  box-shadow: var(--shadow);
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap:2rem;
}

.cta-box img {
    border-radius: 50px 0px 50px 0px;
}
.cta-img {
  max-width: 600px;

}

.cta-box h2{
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1;
  max-width: 10ch;
  margin-bottom: 1rem;
}

.cta-box p{
  color: rgba(255,255,255,.84);
  max-width: 48ch;
  margin-bottom: 1.4rem;
}

/* contact */

.input-wrapper{
position: relative;
}

.input-wrapper i{
position: absolute;
left: 1rem;
top: 50%;
transform: translateY(-50%);
color: #9aa39a;
font-size: 0.95rem;
transition: 0.2s ease;
}

.input-wrapper input{
padding-left: 2.6rem; /* ruimte voor icon */
} 


.input-wrapper input:focus + i,
.input-wrapper:focus-within i{
color: var(--accent);
} 

.contact-wrap{
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 1rem;
}

.contact-card,
.form-card{
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 2rem;
  box-shadow: var(--shadow);
}

.contact-card p{
  color: var(--muted);
  margin: 1rem 0 1.3rem;
  max-width: 44ch;
}

.contact-list{
  list-style: none;
  display: grid;
  gap: .9rem;
}

.contact-list li{
  padding: 1rem;
  border-radius: 16px;
  background: #f8f7f3;
  border: 1px solid rgba(31,36,31,.05);
}

.contact-list strong{
  display: block;
  margin-bottom: .25rem;
}

.form-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .9rem;
}

.field{
  display: flex;
  flex-direction: column;
  gap: .45rem;
}

.field.full{
  grid-column: 1 / -1;
}

label{
  font-size: .92rem;
  font-weight: 700;
  color: #2e372f;
}

input,
textarea{
  width: 100%;
  border: 1px solid rgba(31,36,31,.09);
  background: #fbfbf9;
  border-radius: 16px;
  padding: 1rem 1rem;
  font: inherit;
  color: var(--text);
  outline: none;
  transition: .2s ease;
}

input:focus,
textarea:focus{
  border-color: rgba(54,86,64,.4);
  box-shadow: 0 0 0 4px rgba(54,86,64,.08);
  background: #fff;
}

textarea{
  resize: vertical;
  min-height: 150px;
}

/* footer */
.footer{
  padding: 1.5rem 0 2.75rem;
}

.footer-col h4 {
  font-size: 1rem;
  margin-bottom: 1rem;
  color: #fff;
}

.logo-footer {
  position: absolute;
  bottom: 5rem;       
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none; 
}

.logo-footer img {
  width: 450px;
  height: auto;
  opacity: 0.06; 
   filter: grayscale(100%); 

    /* Gradient fade van onder → boven */
  -webkit-mask-image: linear-gradient(to top, transparent 5%, black 100%);
  mask-image: linear-gradient(to top, transparent 5%, black 70%);

  /* optioneel iets subtieler */
}

.site-footer {
  background: #111;
  color: #eaeaea;
  padding: 4rem 1.5rem 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.08);

  position: relative;
  overflow: hidden; 
}

.footer-container {
  position:relative;
  z-index: 2 ;

  width: min(1400px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(180px, 1fr));
  gap: 2rem;
}

.footer-logo {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  margin-bottom: 1rem;
  letter-spacing: 0.04em;
}

.footer-text {
  color: rgba(255,255,255,0.75);
  line-height: 1.7;
  max-width: 320px;
  margin-bottom: 1.5rem;
}

.footer-list,
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li,
.footer-links li {
  margin-bottom: 0.8rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.6;
}

.footer-list i {
  margin-right: 0.6rem;
  color: var(--accent, #ff6a00);
}

.footer-links a {
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  transition: 0.25s ease;
}

.footer-links a:hover {
  color: var(--accent, #ff6a00);
}

.opening-hours li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  padding-bottom: 0.45rem;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.social-link {
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
  overflow: visible;
}

.social-link i {
  font-size: 1rem;
}

.social-link:hover {
  transform: translateY(-4px);
  background: var(--accent, #ff6a00);
  color: #fff;
  box-shadow: 0 10px 25px rgba(255, 106, 0, 0.25);
}

/* Tooltip */
.social-link::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 12px);
  transform: translateX(-50%) translateY(8px);
  background: #fff;
  color: #111;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.45rem 0.65rem;
  border-radius: 999px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s ease;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.social-link::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 6px);
  transform: translateX(-50%) translateY(8px) rotate(45deg);
  /* width: 0px; */
  height: 10px;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s ease;
}

.social-link:hover::after,
.social-link:hover::before {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.footer-bottom {
  width: min(1400px, 100%);
  margin: 2.5rem auto 0;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  align-items: center;
}

.footer-legal{
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-bottom p {
  margin: 0;
  color: rgba(255,255,255,0.6);
  font-size: 0.95rem;
  display: flex;
  justify-content: center;
}


.footer-inner{
  border-top: 1px solid rgba(31,36,31,.08);
  padding-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted);
  font-size: .95rem;
}

/* Responsive */
@media (max-width: 1100px) {
  .footer-container {
    grid-template-columns: repeat(3, 1fr);
  }

  .logo-footer img{
    display: none;
  }
}

@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
  }

}

@media (max-width: 560px) {
  .footer-container {
    grid-template-columns: 1fr;
  }

  .opening-hours li {
    justify-content: space-between;
  }
}

/* responsive */
@media (max-width: 1100px){
  .hero-inner,
  .why-wrap,
  .about-wrap,
  .contact-wrap
  {
    grid-template-columns: 1fr;
  }

  .hero-panel{
    position: absolute;
    max-width: 100%;
    padding: 1.5rem;
    margin-top: 4rem;
    bottom:2rem;
  }

  .hero{
    background-position: 20% 25%;
  }

  .cta-box{
    flex-direction: row;
  }

  .hero-panel{
    justify-self: start;
    max-width: 100%;
    position: relative;
  }

  .projects-grid{
    grid-template-columns: 1fr 1fr;
  }

  .project-card.large,
  .project-card.small{
    grid-column: auto;
  }

  .services-grid,
  .reviews-grid,
  .process-grid{
    grid-template-columns: repeat(2, 1fr);
  }

  .intro-box{
    grid-template-columns: repeat(2, 1fr);
  }

  .intro-item:nth-child(2){
    border-right: 0;
  }

  .pain-cards{
    grid-template-columns: 1fr;
    /* gap: 3rem; */
  }

  .process-card img{
      min-height: 220px;
  }
}

@media (max-width: 1100px){
  .menu-toggle{
    display: flex;
  }

  .mobile-menu-brand,
  .mobile-menu-cta{
    display: block;
  }

  .mobile-menu-brand{
    width: 100%;
    padding-bottom: 1.25rem;
    margin-bottom: .5rem;
    border-bottom: 1px solid rgba(255,255,255,.12);
  }

  .mobile-menu-cta{
    width: 100%;
    margin-top: 1rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255,255,255,.12);
  }

  .mobile-menu-cta .btn{
    width: 100%;
  }

  .nav-links{
    position: fixed;
    top: 0;
    right: -100%;
    width: min(85vw, 380px);
    height: 100vh;
    background-color: #102818;
    backdrop-filter: blur(14px);
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 5rem 2rem 2rem;
    gap: 1.5rem;
    transition: .35s ease;
    box-shadow: -10px 0 30px rgba(0,0,0,.15);
    z-index: 1001;
  }

  .nav-links li{
    width: 100%;
  }

  .nav-links a{
    font-size: 1.1rem;
  }

  .pain-answer{
    background-size: cover
  }

    .site-header.menu-open{
    background: transparent;
    backdrop-filter: none;
    box-shadow: none;
    border-bottom: none;
    padding: 0;
  }

    .site-header.menu-open .nav{
        display: block;
    }

    .site-header.menu-open .logo,
    .site-header.menu-open .nav-cta > .btn{
        display: none;
    }

    .site-header.menu-open .menu-toggle{
        position: fixed;
        top: 1rem;
        right: 1rem;
        z-index: 1100;
    }

  .nav-links{
    position: fixed;
    top: 20%;
    right: -100%;
    width: min(85vw, 380px);
    height: 100vh;
    background-color: #102818;
    backdrop-filter: blur(14px);
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
    padding: 2rem;
    gap: 1.5rem;
    transition: .35s ease;
    box-shadow: -10px 0 30px rgba(0,0,0,.15);
    z-index: 1001;
    top:0;
  }

  .nav-links.active{
    right: 0;
  }

  .nav-links a{
    font-size: 1.1rem;
  }

  .nav-cta .btn{
    display: none;
  }

  .hero-copy p{
    margin-bottom: 35vh;
  }

  .hero-action{
    padding:2rem;
  }
}

/* Mobiel */
@media (max-width: 760px){
  .hero{
    min-height: 100svh;
    align-items: end;
    background-position: 50% 100%;
  }

  .hero-inner{
    padding: 7rem 0 2rem;
  }

  .hero-copy h1{
    max-width: 10ch;
  }

  .section{
    padding: 4rem 0;
  }

  .section-head{
    flex-direction: column;
    align-items: start;
  }

  .process-image {
    height: 320px; 
  }

  .process-image img {
    object-position: center 30%;
  }



  .services-grid,
  .reviews-grid,
  .process-grid,
  .projects-grid,
  .form-grid,
  .stats-grid,
  .intro-box{
    grid-template-columns: 1fr;
  }

  .intro-item{
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .intro-item:last-child{
    border-bottom: 0;
  }

  .about-image{
    min-height: 380px;
  }

  .footer-inner{
    flex-direction: column;
    align-items: start;
  }

  .project-content{
    flex-direction: column;
    align-items: start;
  }

  .hero-actions{
    flex-direction: column;
    align-items: start;
  }

  .hero-actions .btn{
    width: 100%;
  }
}


/* =========================
   REVEAL ANIMATIONS
========================= */

.reveal {
  opacity: 0;
  will-change: transform, opacity, filter;
  backface-visibility: hidden;
}

.reveal.show {
  opacity: 1;
}

/* Fade up */
.fade-up {
  transform: translate3d(0, 48px, 0);
  filter: blur(6px);
  transition:
    opacity 0.9s ease,
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.9s ease;
}

.fade-up.show {
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}

/* Fade left */
.fade-left {
  transform: translate3d(-56px, 0, 0);
  filter: blur(6px);
  transition:
    opacity 0.9s ease,
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.9s ease;
}

.fade-left.show {
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}

/* Fade right */
.fade-right {
  transform: translate3d(56px, 0, 0);
  filter: blur(6px);
  transition:
    opacity 0.9s ease,
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.9s ease;
}

.fade-right.show {
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}

/* Delays */
.delay-1 { transition-delay: 0.08s; }
.delay-2 { transition-delay: 0.16s; }
.delay-3 { transition-delay: 0.24s; }
.delay-4 { transition-delay: 0.32s; }
.delay-5 { transition-delay: 0.40s; }
.delay-6 { transition-delay: 0.48s; }
.delay-7 { transition-delay: 0.56s; }
.delay-8 { transition-delay: 0.64s; }

/* =========================
   H1 LETTER ANIMATION
========================= */

.hero-title.split-text {
  overflow: visible;
}

.hero-title .word {
  display: inline-block;
  white-space: nowrap;
}

.hero-title .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.85em);
  filter: blur(4px);
  will-change: transform, opacity, filter;
  transition:
    opacity 0.75s ease,
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.75s ease;
}

.hero-title.show .char {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.hero-title .space {
  display: inline-block;
  width: 0.28em;
}

.hero-title .sub-heading {
  white-space: nowrap;
}

/* =========================
   PROJECT IMAGE POLISH
========================= */

.project-card,
.service-card,
.pain-card,
.review,
.stat,
.cta-img img,
.about-image img,
.process-card,
.hero-panel,
.contact-card,
.form-card {
  transform-origin: center center;
}

/* =========================
   HOVER ONLY AFTER REVEAL
========================= */

.reveal:not(.show) {
  pointer-events: none;
}

.reveal.show {
  pointer-events: auto;
}

/* =========================
   REDUCED MOTION
========================= */

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .hero-title .char,
  .fade-up,
  .fade-left,
  .fade-right {
    transition: none !important;
    transform: none !important;
    filter: none !important;
    opacity: 1 !important;
  }
}

/*Contact form*/
.form-status {
  display: none;
  margin-bottom: 1.25rem;
  padding: 1rem 1.25rem;
  border-radius: 18px;
  border: 1px solid transparent;
  font-size: 0.98rem;
  line-height: 1.5;
  font-weight: 500;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  animation: statusFade 0.3s ease;
}

.form-status.show {
  display: block;
}

.form-status.success {
  background: var(--green-soft);
  color: var(--green-dark);
  border-color: rgba(58, 125, 78, 0.18);
}

.form-status.error {
  background: rgba(181, 58, 58, 0.08);
  color: #7a2323;
  border-color: rgba(181, 58, 58, 0.18);
}

.submit-btn {
  position: relative;
  min-width: 220px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.btn-spinner {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid currentColor;
  border-top-color: transparent;
  display: none;
  animation: spin 0.8s linear infinite;
}

.submit-btn.is-loading .btn-spinner {
  display: inline-block;
}

.submit-btn.is-loading .btn-text {
  opacity: 0.85;
}

.submit-btn.is-loading {
  pointer-events: none;
  opacity: 0.9;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes statusFade {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}