/* ============================================================
   Stukadoors Janssen — stylesheet
   ============================================================
   Eigen warme, ambachtelijke kleurpalet — past bij een vakman,
   niet bij een tech-bureau. Pas hieronder de variabelen aan
   als je 'm voor een andere klant hergebruikt.
   ============================================================ */

:root {
  /* Kleuren — warm & aards (stuc, klei, antraciet) */
  --color-bg:        #FAF6F0;   /* warme crème */
  --color-surface:   #FFFFFF;
  --color-cream:     #F1EAE0;   /* lichte secties */
  --color-dark:      #2C2A28;   /* warm antraciet */
  --color-dark-2:    #3A3734;
  --color-text:      #1F1D1B;
  --color-muted:     #6B6560;
  --color-line:      #E3DBD0;
  --color-accent:    #C25E2A;   /* klei-oranje */
  --color-accent-2:  #A24D20;
  --color-whatsapp:  #25D366;

  /* Typografie */
  --font:            'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --fz-h1:           clamp(2.3rem, 5.5vw, 4rem);
  --fz-h2:           clamp(1.8rem, 3.5vw, 2.6rem);
  --fz-lead:         clamp(1.05rem, 1.6vw, 1.2rem);

  --radius:          12px;
  --radius-lg:       20px;
  --shadow:          0 4px 18px rgba(44, 42, 40, 0.08);
  --shadow-lg:       0 18px 50px rgba(44, 42, 40, 0.18);
  --container:       1140px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--color-text);
  background: var(--color-bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
h1, h2, h3, h4 { line-height: 1.15; margin: 0 0 0.6em; font-weight: 800; letter-spacing: -0.015em; }
h1 { font-size: var(--fz-h1); letter-spacing: -0.025em; }
h2 { font-size: var(--fz-h2); }
p  { margin: 0 0 1em; }
.accent { color: var(--color-accent); }

/* ============ LAYOUT ============ */
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 1.25rem;
}
.container--narrow { max-width: 780px; }

.section { padding: 5rem 0; }
.section--cream { background: var(--color-cream); }
.section--dark { background: var(--color-dark); color: #ECE6DD; }
.section--dark p { color: #B6ADA1; }

.section__head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 3rem;
}
.section__head p { color: var(--color-muted); font-size: var(--fz-lead); }
.section__head--light p { color: #B6ADA1; }

.eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 0.8rem;
}

/* ============ TOPBALK ============ */
.topbar {
  background: rgba(250, 246, 240, 0.92);
  border-bottom: 1px solid var(--color-line);
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(10px);
}
.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  height: 80px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--color-dark);
}
.brand__mark {
  display: inline-grid;
  place-items: center;
  width: 44px; height: 44px;
  background: var(--color-dark);
  color: var(--color-accent);
  border-radius: 10px;
  font-size: 0.95rem;
  font-weight: 800;
}
.brand__text { display: flex; flex-direction: column; line-height: 1.1; }
.brand__text strong { font-size: 1.05rem; font-weight: 800; }
.brand__text small { color: var(--color-muted); font-size: 0.78rem; letter-spacing: 0.04em; }
.brand--footer .brand__text strong { color: #fff; }
.brand--footer .brand__text small { color: #B6ADA1; }

.topbar__nav { display: flex; gap: 1.8rem; font-size: 0.95rem; font-weight: 600; }
.topbar__nav a { color: var(--color-text); }
.topbar__nav a:hover { color: var(--color-accent); }

.topbar__phone {
  font-weight: 700;
  font-size: 0.95rem;
  background: var(--color-accent);
  color: #fff;
  padding: 0.65rem 1.1rem;
  border-radius: 10px;
}
.topbar__phone:hover { background: var(--color-accent-2); }

@media (max-width: 880px) {
  .topbar__nav { display: none; }
  .brand__text small { display: none; }
}

/* ============ BUTTONS ============ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 1.6rem;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1rem;
  border: 2px solid transparent;
  transition: transform .15s ease, background .15s ease, color .15s ease;
  white-space: nowrap;
}
.btn--primary { background: var(--color-accent); color: #fff; }
.btn--primary:hover { background: var(--color-accent-2); transform: translateY(-1px); }
.btn--ghost { background: transparent; color: var(--color-dark); border-color: var(--color-dark); }
.section--dark .btn--ghost { color: #fff; border-color: rgba(255,255,255,0.35); }
.btn--ghost:hover { background: var(--color-dark); color: #fff; }
.btn--block { width: 100%; }

/* ============ HERO ============ */
.hero {
  padding: 5rem 0 6rem;
  background:
    radial-gradient(900px 500px at 100% -10%, rgba(194,94,42,0.10), transparent 60%),
    radial-gradient(700px 400px at -10% 50%, rgba(44,42,40,0.05), transparent 60%);
}
.hero__inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3rem;
  align-items: center;
}
.badge {
  display: inline-block;
  background: rgba(194,94,42,0.12);
  color: var(--color-accent-2);
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  margin-bottom: 1.2rem;
}
.lead {
  font-size: var(--fz-lead);
  color: var(--color-muted);
  max-width: 540px;
  margin-bottom: 2rem;
}
.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 2rem;
}
.hero__usps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  font-size: 0.95rem;
  color: var(--color-text);
  font-weight: 500;
}
.hero__visual {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  align-items: center;
}
.hero__photo {
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: var(--radius-lg);
  background:
    repeating-linear-gradient(45deg, #E3DBD0 0 12px, #DDD3C5 12px 24px);
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
}
.hero__photo-label {
  position: absolute;
  bottom: 1rem; left: 50%;
  transform: translateX(-50%);
  background: rgba(44,42,40,0.85);
  color: #fff;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 500;
  white-space: nowrap;
}
.hero__rating {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  background: var(--color-surface);
  border: 1px solid var(--color-line);
  padding: 0.7rem 1.1rem;
  border-radius: 999px;
  box-shadow: var(--shadow);
}
.hero__rating strong { font-size: 1.3rem; color: var(--color-dark); }
.hero__rating span { color: #E8A03B; letter-spacing: 0.05em; }
.hero__rating small { color: var(--color-muted); font-size: 0.85rem; }

@media (max-width: 880px) {
  .hero__inner { grid-template-columns: 1fr; }
  .hero__visual { order: -1; }
  .hero__photo { aspect-ratio: 4/3; max-width: 420px; }
}

/* ============ TRUST BAR ============ */
.trustbar {
  background: var(--color-dark);
  color: #ECE6DD;
}
.trustbar__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 2.2rem;
  padding: 1.1rem 1.25rem;
  font-size: 0.95rem;
  font-weight: 500;
}
.trustbar__inner span { white-space: nowrap; }

/* ============ DIENSTEN ============ */
.services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.service {
  background: var(--color-surface);
  border: 1px solid var(--color-line);
  border-radius: var(--radius-lg);
  padding: 2rem 1.6rem;
  transition: transform .15s ease, box-shadow .15s ease;
}
.service:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.service__icon {
  width: 52px; height: 52px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(194,94,42,0.12);
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.service h3 { font-size: 1.15rem; margin-bottom: 0.4rem; }
.service p { color: var(--color-muted); margin: 0; font-size: 0.95rem; }

@media (max-width: 880px) { .services { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .services { grid-template-columns: 1fr; } }

/* ============ PROJECTEN (voor & na) ============ */
.projects {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.project {
  background: #3A3734;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
}
.project__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: #2C2A28;
}
.project__img {
  aspect-ratio: 1/1;
  position: relative;
  display: grid;
  place-items: center;
  color: rgba(255,255,255,0.6);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
}
.project__img--voor {
  background:
    repeating-linear-gradient(135deg, #5A4F44 0 14px, #4E443A 14px 28px);
}
.project__img--na {
  background:
    repeating-linear-gradient(135deg, #E8DFCE 0 14px, #DCD2BE 14px 28px);
  color: rgba(44,42,40,0.6);
}
.project__img span {
  background: rgba(0,0,0,0.4);
  color: #fff;
  padding: 0.25rem 0.6rem;
  border-radius: 4px;
  font-size: 0.7rem;
}
.project__img--na span { background: rgba(255,255,255,0.85); color: var(--color-dark); }
.project__meta {
  padding: 1.2rem 1.4rem;
  color: #fff;
}
.project__meta h3 { font-size: 1.05rem; margin-bottom: 0.3rem; color: #fff; }
.project__meta p { color: #B6ADA1; margin: 0; font-size: 0.9rem; }

@media (max-width: 880px) { .projects { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; } }

/* ============ OVER ============ */
.about {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 3rem;
  align-items: center;
}
.about__photo-frame {
  aspect-ratio: 4/5;
  border-radius: var(--radius-lg);
  background:
    repeating-linear-gradient(45deg, #E3DBD0 0 12px, #DDD3C5 12px 24px);
  display: grid;
  place-items: center;
  color: var(--color-muted);
  font-weight: 500;
  font-size: 0.9rem;
  box-shadow: var(--shadow-lg);
}
.about__copy h2 { margin-top: 0.5rem; }
.about__credentials {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--color-dark);
}

@media (max-width: 880px) {
  .about { grid-template-columns: 1fr; gap: 2rem; }
  .about__photo-frame { aspect-ratio: 4/3; max-width: 380px; margin: 0 auto; }
}

/* ============ REVIEWS ============ */
.reviews {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.review {
  background: var(--color-surface);
  border: 1px solid var(--color-line);
  border-radius: var(--radius-lg);
  padding: 1.8rem;
  box-shadow: var(--shadow);
}
.review__stars {
  color: #E8A03B;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.8rem;
}
.review p {
  color: var(--color-text);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  font-style: italic;
}
.review footer {
  color: var(--color-muted);
  font-size: 0.9rem;
}
.review footer strong { color: var(--color-dark); font-weight: 700; margin-right: 0.3rem; }

@media (max-width: 720px) { .reviews { grid-template-columns: 1fr; } }

/* ============ WERKGEBIED ============ */
.areas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
}
.areas span {
  background: var(--color-surface);
  border: 1px solid var(--color-line);
  padding: 0.6rem 1.1rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--color-dark);
}

/* ============ CONTACT OPTIES + FORM ============ */
.contact-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 2rem;
}
.contact-option {
  background: #3A3734;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  transition: transform .15s ease, border-color .15s ease;
}
.contact-option:hover { transform: translateY(-2px); border-color: var(--color-accent); }
.contact-option span { font-size: 1.8rem; }
.contact-option strong { font-size: 1.05rem; }
.contact-option small { color: #B6ADA1; font-size: 0.85rem; }
.contact-option--wa { background: linear-gradient(140deg, #1FAB54 0%, #128C3F 100%); border-color: transparent; }
.contact-option--wa small { color: rgba(255,255,255,0.85); }

.form-divider {
  text-align: center;
  margin: 2rem 0 1.5rem;
  position: relative;
  color: #B6ADA1;
  font-size: 0.9rem;
}
.form-divider::before {
  content: '';
  position: absolute;
  left: 0; right: 0; top: 50%;
  height: 1px;
  background: rgba(255,255,255,0.1);
}
.form-divider span {
  background: var(--color-dark);
  padding: 0 1rem;
  position: relative;
}

.form {
  background: #3A3734;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-lg);
  padding: 2rem;
}
.form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.form label {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 1rem;
  color: #ECE6DD;
  font-size: 0.9rem;
  font-weight: 600;
}
.form label small { color: #B6ADA1; font-weight: 400; }
.form input,
.form textarea {
  background: var(--color-dark);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;
  padding: 0.85rem 1rem;
  color: #fff;
  font-family: inherit;
  font-size: 1rem;
  transition: border-color .15s ease;
}
.form input::placeholder,
.form textarea::placeholder { color: #756D63; }
.form input:focus,
.form textarea:focus { outline: none; border-color: var(--color-accent); }
.form__file input { padding: 0.6rem; }
.form__note {
  text-align: center;
  color: #B6ADA1;
  font-size: 0.85rem;
  margin: 1rem 0 0;
}

@media (max-width: 600px) {
  .contact-options, .form__row { grid-template-columns: 1fr; }
}

/* ============ FOOTER ============ */
.footer {
  background: #1F1D1B;
  color: #B6ADA1;
  padding: 3rem 0 0;
}
.footer__inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2.5rem;
  padding-bottom: 2.5rem;
}
.footer__cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.footer__cols h4 {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #fff;
  margin-bottom: 0.6rem;
}
.footer__cols p { font-size: 0.9rem; }
.footer__bottom {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 1.2rem 0;
}
.footer__bottom small { color: #756D63; font-size: 0.85rem; }
.footer__bottom a { color: var(--color-accent); }
.footer__bottom a:hover { color: #fff; }

@media (max-width: 720px) {
  .footer__inner { grid-template-columns: 1fr; }
  .footer__cols { grid-template-columns: 1fr 1fr; }
}

/* ============ STICKY WHATSAPP ============ */
.whatsapp-fab {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  background: var(--color-whatsapp);
  width: 60px; height: 60px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
  z-index: 60;
  transition: transform .2s ease;
}
.whatsapp-fab:hover { transform: scale(1.08); }
