/* Joint Mission — marketingsite (www.jointmission.be)
   Puur statisch, self-hosted fonts/afbeeldingen. Palet uit mockup + logo. */

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("fonts/oswald-latin-var.woff2") format("woff2");
}
@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("fonts/quicksand-latin-var.woff2") format("woff2");
}

:root {
  --cream: #f7f5f0;
  --cream-2: #f0eee7;
  --band: #eceae2;
  --ink: #3a352c;
  --ink-soft: #57503f;
  --olive: #6f7d3f;
  --blue: #44718f;
  --red: #b0402f;
  --red-btn: #b23f2e;
  --red-btn-hover: #963526;
  --gold: #d19a26;
  --radius: 10px;
  --head: "Oswald", "Arial Narrow", system-ui, sans-serif;
  --body: "Quicksand", "Avenir Next", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--body);
  font-weight: 500;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
}
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3 {
  font-family: var(--head);
  text-transform: uppercase;
  letter-spacing: .05em;
  line-height: 1.1;
  margin: 0;
}
section { scroll-margin-top: 92px; }

.container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }

.t-olive { color: var(--olive); }
.t-blue  { color: var(--blue); }
.t-red   { color: var(--red); }
.t-gold  { color: var(--gold); }
.bg-olive { background: var(--olive); }
.bg-blue  { background: var(--blue); }
.bg-red   { background: var(--red); }
.bg-gold  { background: var(--gold); }

/* ---- knoppen ---- */
.btn {
  display: inline-block;
  font-family: var(--head);
  font-weight: 500;
  font-size: .95rem;
  text-transform: uppercase;
  letter-spacing: .09em;
  text-decoration: none;
  padding: .75em 1.7em;
  border-radius: 8px;
  transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.btn-primary { background: var(--red-btn); color: #fff; }
.btn-primary:hover { background: var(--red-btn-hover); }
.btn-outline { border: 2px solid var(--red-btn); color: var(--red-btn); padding: calc(.75em - 2px) 1.7em; }
.btn-outline:hover { background: var(--red-btn); color: #fff; }
.btn-lg { font-size: 1.05rem; padding: .85em 2.2em; }

/* ---- header ---- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(252, 251, 248, .96);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid #e5e2d8;
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 76px;
}
.brand img { width: auto; height: 58px; }
.site-nav { display: flex; gap: 26px; margin-left: auto; }
.site-nav a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
  font-size: .98rem;
  padding: 6px 0;
  border-bottom: 2px solid transparent;
}
.site-nav a:hover { color: var(--olive); }
.site-nav a.is-active { border-bottom-color: var(--olive); }
.btn-header { white-space: nowrap; }

/* ---- hero ---- */
.hero { background: #fbfaf7; overflow: hidden; }
.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  align-items: center;
  gap: 32px;
}
.hero-copy { padding: 56px 0 64px; }
.hero h1 {
  font-size: clamp(2.8rem, 6.2vw, 4.9rem);
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.04;
}
.hero h1 .line { display: block; }
.hero h1 .een { color: var(--ink); }
.accent-olive { color: var(--olive); }
.accent-blue  { color: var(--blue); }
.accent-red   { color: var(--red); }
.hero-sub { max-width: 42ch; margin: 26px 0 30px; font-size: 1.08rem; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 16px; }
.hero-map { align-self: stretch; margin-right: -24px; }
@media (min-width: 1160px) {
  /* kaart laten doorlopen tot de rechterrand van het venster, zoals in het ontwerp */
  .hero-map { margin-right: calc((1112px - 100vw) / 2); }
}
.hero-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%);
}

/* ---- feature-strip (zo werkt het) ---- */
.features { background: var(--cream-2); padding: 52px 0 56px; }
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
}
.feature {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 16px;
  align-items: start;
}
.icon-circle {
  grid-row: 1 / span 2;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
}
.icon-circle svg { width: 30px; height: 30px; }
.feature h3 { font-size: 1.02rem; font-weight: 600; letter-spacing: .08em; padding-top: 4px; }
.feature p { margin: 6px 0 0; font-size: .95rem; }

/* ---- avontuur dat verbindt ---- */
.about { background: #fff; }
.about-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
}
.about-media { height: 100%; }
.about-media img { width: 100%; height: 100%; object-fit: cover; min-height: 380px; }
.about-copy { padding: 64px min(9vw, 110px) 64px 64px; }
.eyebrow {
  font-family: var(--head);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 500;
  font-size: .95rem;
  margin: 0 0 14px;
}
.about h2 { font-size: clamp(1.8rem, 3.2vw, 2.5rem); font-weight: 600; }
.about-text { margin: 20px 0 28px; max-width: 52ch; }

/* ---- perfect voor ---- */
.audiences { background: var(--cream); padding: 64px 0 72px; }
.section-title {
  text-align: center;
  font-size: clamp(1.6rem, 2.6vw, 2.1rem);
  font-weight: 600;
  letter-spacing: .12em;
  margin-bottom: 44px;
}
.cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.card { text-align: center; }
.card-media { position: relative; margin-bottom: 40px; }
.card-media img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: 0 4px 14px rgba(58, 53, 44, .12);
}
.badge {
  position: absolute;
  left: 50%;
  bottom: -27px;
  transform: translateX(-50%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 4px solid var(--cream);
  display: grid;
  place-items: center;
  color: #fff;
}
.badge svg { width: 26px; height: 26px; }
.card h3 { font-size: 1rem; font-weight: 600; letter-spacing: .09em; }
.card p { margin: 8px auto 0; font-size: .95rem; max-width: 30ch; }

/* ---- cta-band ---- */
.cta-band { background: var(--band); padding: 34px 0; }
.cta-inner { display: flex; align-items: center; gap: 26px; }
.cta-icon { color: var(--olive); flex: 0 0 auto; }
.cta-icon svg { width: 64px; height: 64px; }
.cta-copy { flex: 1 1 auto; }
.cta-copy h2 { font-size: clamp(1.25rem, 2.2vw, 1.6rem); font-weight: 600; letter-spacing: .08em; }
.cta-copy p { margin: 6px 0 0; }

/* ---- boek / contact ---- */
.book { background: #fff; padding: 72px 0 76px; }
.book-inner { max-width: 640px; text-align: center; }
.book h2 { font-size: clamp(1.7rem, 2.8vw, 2.2rem); font-weight: 600; }
.book-text { margin: 20px 0 30px; }
.book-mail { margin: 18px 0 0; font-size: .95rem; }
.book-mail a { color: var(--ink-soft); }

/* ---- footer ---- */
.site-footer { background: var(--cream-2); border-top: 1px solid #e0ddd2; padding: 30px 0; }
.footer-inner { display: flex; align-items: center; gap: 22px; }
.footer-logo { width: auto; height: 46px; }
.footer-inner p { margin: 0; font-size: .92rem; color: var(--ink-soft); flex: 1 1 auto; }
.footer-inner > a { color: var(--olive); font-weight: 700; text-decoration: none; }
.footer-inner > a:hover { text-decoration: underline; }

/* ---- responsief ---- */
@media (max-width: 980px) {
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .about-copy { padding: 48px 24px; }
}
@media (max-width: 860px) {
  .site-nav { display: none; }
  .hero-inner { grid-template-columns: 1fr; gap: 0; }
  .hero-copy { padding: 44px 0 36px; }
  .hero-map { margin: 0 -24px; max-height: 340px; }
  .hero-map img { clip-path: none; max-height: 340px; }
  .about-inner { grid-template-columns: 1fr; }
  .about-media img { min-height: 0; max-height: 380px; }
  .cta-inner { flex-direction: column; text-align: center; }
}
@media (max-width: 560px) {
  .features-grid { grid-template-columns: 1fr; gap: 26px; }
  .cards { grid-template-columns: 1fr; }
  .brand img { height: 48px; }
  .footer-inner { flex-direction: column; text-align: center; gap: 12px; }
}
