/* ==========================================================================
   Webjongens — one-pager (kirby.webjongens.work)
   Kleuren en typografie overgenomen van www.webjongens.nl
   ========================================================================== */

@font-face { font-family: "Montserrat-Bold";     src: url(../fonts/Montserrat-Bold.ttf) format("truetype");     font-display: swap; }
@font-face { font-family: "Montserrat-Italic";   src: url(../fonts/Montserrat-Italic.ttf) format("truetype");   font-display: swap; }
@font-face { font-family: "Quicksand-Medium";    src: url(../fonts/Quicksand-Medium.ttf) format("truetype");    font-display: swap; }
@font-face { font-family: "Quicksand-Bold";      src: url(../fonts/Quicksand-Bold.ttf) format("truetype");      font-display: swap; }
@font-face { font-family: "Domus-Titling-Bold";  src: url(../fonts/Domus-Titling-Bold.ttf) format("truetype");  font-display: swap; }

:root {
  --paars:  #8438DF;
  --donker: #2E1352;
  --roze:   #F7148B;
  --mint:   #C7FDBB;
  --lila:   #7056AF;
  --licht:  #D1D1E6;
  --wit:    #ffffff;

  --font-head: "Montserrat-Bold", Montserrat, "Helvetica Neue", Arial, sans-serif;
  --font-body: "Quicksand-Medium", Quicksand, "Helvetica Neue", Arial, sans-serif;
  --font-body-bold: "Quicksand-Bold", Quicksand, "Helvetica Neue", Arial, sans-serif;
  --font-num: "Domus-Titling-Bold", var(--font-head);

  --radius: 15px;
  --container: 1400px;
  --gutter: clamp(20px, 4vw, 40px);
  --section: clamp(60px, 8vw, 120px);
}

/* Basis ------------------------------------------------------------------ */
*, *::before, *::after { box-sizing: border-box; }
html { font-size: 18px; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  line-height: 1.6;
  color: var(--donker);
  background: var(--paars);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
img, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { font-family: var(--font-head); font-weight: 400; line-height: 1.1; margin: 0 0 .6em; text-wrap: balance; }
h2 { font-size: clamp(30px, 4vw, 40px); line-height: clamp(35px, 4.5vw, 43px); }
h3 { font-size: clamp(22px, 2.5vw, 28px); }
p { margin: 0 0 1em; }
address { font-style: normal; }
blockquote { margin: 0; }

.visually-hidden, .hp {
  position: absolute !important; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; left: -9000px;
}
.skip {
  position: absolute; left: -9000px; top: 10px; z-index: 100;
  background: var(--mint); color: var(--donker); padding: 10px 20px; border-radius: 99px;
}
.skip:focus { left: 10px; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }
.container--small { max-width: 860px; }
.container--xlarge { max-width: 1600px; }

.section { padding: var(--section) 0; }
.section--white  { background: var(--wit);    color: var(--donker); }
.section--paars  { background: var(--paars);  color: var(--wit); }
.section--donker { background: var(--donker); color: var(--wit); }

.text p:last-child { margin-bottom: 0; }
.text--lead { font-size: clamp(18px, 1.6vw, 22px); }

.label {
  font-family: var(--font-body-bold);
  font-size: 16px;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.label--mint { color: var(--mint); }
.label--roze { color: var(--roze); }
.label--arrow { display: inline-flex; align-items: center; gap: 12px; color: rgba(255,255,255,.6); }
.label--arrow::before {
  content: ""; width: 26px; height: 16px;
  background: url(../img/pijl-roze.svg) no-repeat center / contain;
}

/* Knoppen ---------------------------------------------------------------- */
.btn {
  display: inline-block;
  font-family: var(--font-head);
  font-size: clamp(15px, 2vw, 17px);
  line-height: 1.2;
  padding: 14px 30px;
  border-radius: 99px;
  border: 2px solid transparent;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .2s, color .2s, border-color .2s;
}
.btn--primary { background: var(--roze); border-color: var(--roze); color: var(--wit); }
.btn--primary:hover { background: transparent; color: var(--wit); border-color: var(--wit); }
.section--white .btn--primary:hover { color: var(--donker); border-color: var(--donker); }
.btn--outline { background: transparent; border-color: var(--wit); color: var(--wit); }
.btn--outline:hover { background: var(--mint); border-color: var(--mint); color: var(--donker); }
.btn--mint { background: var(--mint); border-color: var(--mint); color: var(--donker); }
.btn--mint:hover { background: transparent; color: var(--wit); border-color: var(--wit); }

/* Navigatie -------------------------------------------------------------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: var(--paars);
  color: var(--wit);
}
.nav__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 90px; }
.nav__logo img { width: clamp(160px, 18vw, 220px); height: auto; }
.nav__menu ul { display: flex; align-items: center; gap: clamp(20px, 3vw, 50px); }
.nav__menu a {
  font-family: var(--font-head);
  font-size: clamp(15px, 2vw, 17px);
  text-decoration: none;
  color: var(--wit);
}
.nav__menu a:hover { color: var(--mint); }
.nav__koffie {
  background: var(--mint) url(../img/koffie-blauw.svg) no-repeat right 14px center / 20px;
  color: var(--donker) !important;
  border-radius: 99px;
  padding: 8px 44px 8px 22px;
}
.nav__koffie:hover { background-color: var(--wit); }
.nav__toggle {
  display: none;
  background: none; border: 0; padding: 10px; cursor: pointer;
}
.nav__toggle-icon {
  display: block; width: 30px; height: 30px;
  background: url(../img/nav-toggler.svg) no-repeat center / contain;
}

@media (max-width: 979px) {
  .nav__toggle { display: block; }
  .nav__menu {
    display: none;
    position: absolute; left: 0; right: 0; top: 100%;
    background: var(--donker);
    padding: 20px var(--gutter) 30px;
    box-shadow: 0 20px 40px rgba(0,0,0,.25);
  }
  .menu-open .nav__menu { display: block; }
  .nav__menu ul { flex-direction: column; align-items: flex-start; gap: 18px; }
  .nav__menu a { font-size: 20px; }
}

/* Hero ------------------------------------------------------------------- */
.hero {
  background: var(--paars);
  color: var(--wit);
  padding: clamp(60px, 10vw, 140px) 0 clamp(20px, 3vw, 40px);
}
.hero__title {
  font-size: clamp(30px, 5vw, 77px);
  line-height: 1.05;
  margin: 0;
}
.hero__title .accent { color: var(--donker); white-space: nowrap; }

.hero-media {
  background: linear-gradient(to bottom, var(--paars) 50%, var(--wit) 50%);
  padding: 50px 0 0;
}
.hero-media__logo { display: flex; justify-content: center; margin-bottom: 30px; }
.hero-media__logo img {
  width: clamp(100px, 12vw, 160px);
  animation: spin 24s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.hero-media__video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 10px;
  background: var(--donker);
}
@media (prefers-reduced-motion: reduce) {
  .hero-media__logo img, .marquee__track { animation: none !important; }
  html { scroll-behavior: auto; }
}

/* Intro ------------------------------------------------------------------ */
.intro { text-align: center; }
.intro__title { color: var(--paars); font-size: clamp(30px, 4vw, 50px); }

/* Diensten & branches ---------------------------------------------------- */
.keuze {
  padding-top: 0;
  background: var(--wit) url(../img/wj-shape.svg) no-repeat left center / 33% auto;
}
.keuze__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(30px, 4vw, 60px);
  align-items: start;
}
@media (min-width: 960px) {
  .keuze__grid { grid-template-columns: 1fr minmax(240px, .8fr) 1fr; }
}
.keuze__image img { width: 100%; border-radius: var(--radius); }
.keuze h2 { font-size: clamp(26px, 2.8vw, 34px); }
.pills { display: grid; gap: 12px; }
.pill {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 14px;
  background: var(--donker);
  color: var(--wit);
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 99px;
  transition: background-color .2s;
}
.pill:hover { background: var(--roze); }
.pill strong { font-family: var(--font-head); font-weight: 400; font-size: 17px; }
.pill span { font-size: 15px; opacity: .8; }

/* Wij werken nu aan ------------------------------------------------------ */
.projecten {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: flex-end;
  color: var(--wit);
  background: var(--donker);
  overflow: hidden;
}
.projecten__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.projecten__overlay { position: absolute; inset: 0; background: hsla(266, 62%, 20%, .6); }
.projecten__content { position: relative; width: 100%; padding: var(--section) 0 60px; }
.projecten h2 { text-align: center; font-size: clamp(30px, 3vw, 38px); }
.projecten h3 { font-size: clamp(30px, 4vw, 52px); margin: 0; white-space: nowrap; }
.projecten .marquee__list span { display: block; color: var(--roze); font-size: clamp(16px, 2vw, 18px); white-space: nowrap; }

.marquee { overflow: hidden; width: 100%; }
.marquee__track { display: flex; width: max-content; animation: marquee 60s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__list { display: flex; gap: clamp(40px, 5vw, 80px); padding-right: clamp(40px, 5vw, 80px); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* Uitgelicht ------------------------------------------------------------- */
.uitgelicht__card {
  display: grid;
  grid-template-columns: 1fr;
  background: var(--donker);
  border: 15px solid var(--wit);
  border-radius: 30px;
  overflow: hidden;
  color: var(--wit);
}
@media (min-width: 960px) { .uitgelicht__card { grid-template-columns: 1fr 1fr; } }
.uitgelicht__image img { width: 100%; height: 100%; object-fit: cover; }
.uitgelicht__body { padding: clamp(30px, 4vw, 60px); }
.uitgelicht__body h3 { font-size: clamp(28px, 3vw, 40px); }
.uitgelicht__body .btn { margin-top: 1.5em; }

/* Cases ------------------------------------------------------------------ */
.cases h2 { font-size: clamp(30px, 4vw, 46px); }
.cases .btn { margin-top: 30px; }
.scroller { overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--roze) transparent; }
.scroller__track { display: flex; gap: clamp(20px, 3vw, 40px); padding-bottom: 20px; }
.scroller__track > li { flex: 0 0 auto; scroll-snap-align: start; }
.case { width: min(85vw, 720px); }
.case__link { display: block; text-decoration: none; color: inherit; }
.case__image { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: var(--radius); margin-bottom: 20px; }
.case h3 { font-size: clamp(20px, 2vw, 26px); margin-bottom: .3em; }
.case p { color: rgba(255,255,255,.7); margin: 0; }
.case__link:hover h3 { color: var(--mint); }

/* Branding, Content, Design & Code --------------------------------------- */
.blok__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(30px, 4vw, 60px);
  align-items: center;
}
@media (min-width: 960px) { .blok__grid { grid-template-columns: 1.2fr 1fr; } }
.blok__title { font-size: clamp(48px, 8vw, 110px); line-height: .95; }
.blok__text .btn { margin-top: 1em; }
.blok__image img { width: 100%; border-radius: var(--radius); }

/* Werkwijze -------------------------------------------------------------- */
.werkwijze h2 { text-align: center; }
.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(20px, 2.5vw, 30px);
  margin-top: 40px;
  counter-reset: step;
}
.step {
  position: relative;
  background: rgba(132, 56, 223, .08);
  border-radius: var(--radius);
  padding: clamp(24px, 3vw, 36px);
}
.step__number { font-family: var(--font-num); font-size: 20px; color: var(--paars); display: block; margin-bottom: 20px; }
.step__who { font-family: var(--font-body-bold); color: var(--roze); font-size: 15px; text-transform: uppercase; letter-spacing: .04em; margin-bottom: .3em; }
.step h3 { font-size: 24px; }
.step p:last-child { margin: 0; }

/* Over ons --------------------------------------------------------------- */
.over { padding-top: 0; overflow: hidden; }
.marquee--eilanden { border-bottom: 1px solid rgba(255,255,255,.1); margin-bottom: var(--section); }
.marquee--eilanden .marquee__track { animation-duration: 40s; }
.marquee--eilanden li {
  font-family: var(--font-head);
  font-size: clamp(40px, 7vw, 110px);
  line-height: 1.3;
  color: rgba(255,255,255,.18);
  white-space: nowrap;
}
.over__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(30px, 4vw, 60px);
  align-items: center;
}
@media (min-width: 960px) { .over__grid { grid-template-columns: 1fr 1fr; } }
.over__image img { width: 100%; border-radius: 20px; }
.over__text h2 { font-size: clamp(30px, 3.5vw, 46px); }
.over__text .btn { margin-top: 1.5em; }

/* Contact & reviews (footer-panel) --------------------------------------- */
.panel { background: linear-gradient(to bottom, var(--donker) 50%, var(--paars) 50%); }
.panel__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, 3vw, 40px);
}
@media (min-width: 960px) { .panel__grid { grid-template-columns: 1fr 1.6fr; } }
.panel__card { border-radius: 20px; padding: clamp(30px, 4vw, 50px); }
.panel__card--contact { background: var(--wit); color: var(--donker); }
.panel__card--contact h3 { font-size: clamp(26px, 3vw, 34px); }
.panel__card--reviews { background: var(--donker); color: var(--wit); border: 2px solid var(--wit); min-width: 0; }
.panel__contact { margin-top: 2em; display: grid; gap: .3em; font-family: var(--font-body-bold); }
.panel__contact a { text-decoration: none; }
.panel__contact a:hover { color: var(--roze); }
.scroller--reviews .scroller__track { gap: 20px; }
.review {
  width: min(80vw, 420px);
  background: rgba(255,255,255,.06);
  border-radius: var(--radius);
  padding: 28px;
  display: flex; flex-direction: column;
}
.review h4 { font-size: 20px; color: var(--mint); }
.review blockquote p { font-family: "Montserrat-Italic", var(--font-body); font-style: italic; font-size: 16px; }
.review blockquote footer { font-family: var(--font-body-bold); font-size: 15px; margin-bottom: 1em; }
.review__link { margin-top: auto; color: var(--roze); font-family: var(--font-head); font-size: 15px; text-decoration: none; }
.review__link:hover { color: var(--wit); }

/* Nieuwsbrief ------------------------------------------------------------ */
.nieuwsbrief { padding-top: 0; text-align: center; }
.nieuwsbrief__title { font-size: clamp(26px, 3vw, 36px); }
.nieuwsbrief__row {
  display: grid; grid-template-columns: 1fr; gap: 12px;
  margin-top: 20px;
}
@media (min-width: 720px) { .nieuwsbrief__row { grid-template-columns: 1fr 1.4fr auto; } }
.nieuwsbrief input {
  font: inherit; font-size: 16px;
  padding: 14px 22px;
  border-radius: 99px;
  border: 2px solid transparent;
  color: var(--donker);
  width: 100%;
}
.nieuwsbrief input:focus { outline: none; border-color: var(--mint); }
.notice { margin-top: 20px; padding: 12px 20px; border-radius: var(--radius); text-align: left; }
.notice--success { background: var(--mint); color: var(--donker); }
.notice--error { background: var(--roze); color: var(--wit); }
.notice--error li { padding: 2px 0; }

/* Footer ----------------------------------------------------------------- */
.footer { background: var(--paars); color: var(--wit); padding: var(--section) 0 30px; border-top: 1px solid rgba(255,255,255,.15); }
.footer__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
}
.footer__logo img { width: 200px; margin-bottom: 20px; }
.footer h3 { font-size: 20px; margin-bottom: .8em; }
.footer a { text-decoration: none; }
.footer a:hover { color: var(--mint); }
.footer__contact, .footer__links { display: grid; gap: .3em; }
.footer__socials { display: flex; gap: 14px; }
.footer__socials a {
  display: grid; place-items: center;
  width: 48px; height: 48px;
  background: var(--donker); border-radius: 50%;
  transition: background-color .2s;
}
.footer__socials a:hover { background: var(--roze); }
.footer__socials img { width: 22px; height: 22px; }
.footer__bottom {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px;
  margin-top: 60px; padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.15);
  font-size: 15px; opacity: .8;
}
.footer__bottom p { margin: 0; }
