/* ============================================================
   Thom Janssen — thomjanssen.css
   ============================================================ */

/* ===== Basis ===== */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #EEF1F6;
  color: #0E1726;
  font-family: 'Schibsted Grotesk', sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
a:hover { color: #1F5EFF; }
::selection { background: #1F5EFF; color: #fff; }

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

.eyebrow {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1F5EFF;
}
.accent { color: #1F5EFF; }

/* ===== Nav ===== */
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(238, 241, 246, 0.85);
  backdrop-filter: blur(10px);
}
.nav-brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font-weight: 800;
  font-size: 19px;
  letter-spacing: -0.02em;
}
.nav-brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: #0E1726;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 15px;
  font-weight: 800;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  font-weight: 500;
  font-size: 15px;
}
.btn-brands {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #fff;
  border: 1px solid #E1E6EE;
  padding: 9px 16px;
  border-radius: 10px;
  font-weight: 600;
}
.btn-brands:hover { border-color: #1F5EFF; color: #1F5EFF; }
.btn-nav-contact {
  background: #0E1726;
  color: #fff;
  padding: 10px 18px;
  border-radius: 10px;
  font-weight: 600;
}
.btn-nav-contact:hover { background: #1F5EFF; color: #fff; }

/* Hamburger (alleen zichtbaar op telefoon) */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 42px;
  height: 42px;
  background: #fff;
  border: 1px solid #E1E6EE;
  border-radius: 10px;
  cursor: pointer;
  padding: 0;
}
.hamburger span {
  display: block;
  width: 18px;
  height: 2px;
  background: #0E1726;
  border-radius: 2px;
}

/* Mobiel uitklapmenu */
.mobile-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #E1E6EE;
  border-radius: 14px;
  box-shadow: 0 14px 36px rgba(14, 23, 38, 0.14);
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-weight: 600;
  font-size: 16px;
}
.mobile-menu[hidden] { display: none; }
.mobile-menu a { padding: 12px 14px; border-radius: 10px; }
.mobile-menu a:hover { background: #EEF1F6; color: #1F5EFF; }
.mobile-menu-contact { background: #0E1726; color: #fff; }
.mobile-menu-contact:hover { background: #1F5EFF; color: #fff; }
.mobile-menu-brands {
  border: 1px solid #E1E6EE;
  text-align: center;
  margin-top: 4px;
}
.mobile-menu-brands:hover { border-color: #1F5EFF; color: #1F5EFF; background: #fff; }

/* ===== Hero ===== */
.hero {
  padding: 44px 0 28px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 52px;
  align-items: center;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #fff;
  border: 1px solid #E1E6EE;
  padding: 7px 14px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 13.5px;
  margin-bottom: 26px;
}
.hero-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #17B26A;
  box-shadow: 0 0 0 3px rgba(23, 178, 106, 0.18);
}
.hero h1 {
  font-weight: 800;
  font-size: clamp(42px, 6.2vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.035em;
  margin: 0 0 22px;
  text-wrap: balance;
}
.hero-intro {
  max-width: 480px;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.55;
  color: #5B6472;
  margin: 0 0 32px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.btn-primary {
  background: #1F5EFF;
  color: #fff;
  padding: 15px 26px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
}
.btn-primary:hover { background: #0E1726; color: #fff; }
.hero-link {
  color: #0E1726;
  font-weight: 600;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 8px;
}
.hero-visual { position: relative; }
.hero-photo {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 34px 70px -34px rgba(14, 23, 38, 0.5);
  aspect-ratio: 4 / 5;
}
.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  display: block;
}
.hero-stat {
  position: absolute;
  left: -18px;
  bottom: 26px;
  background: #fff;
  border: 1px solid #E1E6EE;
  border-radius: 16px;
  padding: 14px 18px;
  box-shadow: 0 16px 30px -16px rgba(14, 23, 38, 0.35);
}
.hero-stat-number { font-size: 26px; font-weight: 800; letter-spacing: -0.02em; line-height: 1; }
.hero-stat-label { font-size: 13px; font-weight: 500; color: #5B6472; margin-top: 3px; }
.hero-tag {
  position: absolute;
  right: -14px;
  top: 26px;
  background: #1F5EFF;
  color: #fff;
  border-radius: 14px;
  padding: 11px 16px;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 16px 30px -14px rgba(31, 94, 255, 0.6);
}

/* ===== Diensten ===== */
.diensten {
  padding: 26px 0 46px;
  border-top: 1px solid #E1E6EE;
  border-bottom: 1px solid #E1E6EE;
  margin-top: 24px;
}
.diensten-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}
.dienst-titel { font-weight: 800; font-size: 15px; margin-bottom: 6px; }
.dienst-tekst { font-size: 14px; color: #5B6472; line-height: 1.4; }

/* ===== Over ===== */
.over {
  padding: 62px 0;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: center;
}
.over-photo {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 30px 60px -34px rgba(14, 23, 38, 0.45);
}
.over-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.over h2 {
  font-weight: 800;
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1.04;
  letter-spacing: -0.025em;
  margin: 12px 0 20px;
}
.over-tekst { font-size: 18px; line-height: 1.62; color: #454E5C; margin: 0 0 16px; }
.over-tekst.laatste { margin: 0; }

/* ===== Portfolio ===== */
.portfolio { padding: 20px 0 40px; }
.portfolio-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}
.portfolio-header h2 {
  font-weight: 800;
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1.04;
  letter-spacing: -0.025em;
  margin: 12px 0 0;
}
.portfolio-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.portfolio-card {
  background: #fff;
  border: 1px solid #E1E6EE;
  border-radius: 20px;
  overflow: hidden;
}
.portfolio-photo { height: 280px; overflow: hidden; }
.portfolio-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.portfolio-photo .foto-mbo { object-position: center 30%; }
.portfolio-body { padding: 24px 26px 28px; }
.portfolio-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.tag { font-weight: 700; font-size: 12.5px; padding: 5px 11px; border-radius: 999px; }
.tag-blauw { background: #E7EEFF; color: #1F5EFF; }
.tag-donker { background: #0E1726; color: #fff; }
.portfolio-rol { font-weight: 600; font-size: 13.5px; color: #8A93A0; }
.portfolio-body h3 {
  font-weight: 800;
  font-size: 24px;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
}
.portfolio-body p { font-size: 15.5px; line-height: 1.55; color: #5B6472; margin: 0; }

/* ===== Socials (LinkedIn) ===== */
.linkedin { padding: 50px 0; }
.linkedin-panel {
  background: #0E1726;
  color: #fff;
  border-radius: 26px;
  padding: clamp(30px, 4.5vw, 54px);
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 44px;
  align-items: center;
}
.linkedin-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.08);
  padding: 7px 14px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 13.5px;
  margin-bottom: 20px;
}
.linkedin-panel h2 {
  font-weight: 800;
  font-size: clamp(26px, 3.6vw, 40px);
  line-height: 1.06;
  letter-spacing: -0.025em;
  margin: 0 0 14px;
}
.linkedin-tekst {
  font-size: 17px;
  line-height: 1.55;
  color: #A9B2C0;
  margin: 0 0 26px;
  max-width: 460px;
}
.btn-linkedin {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: #0E1726;
  padding: 14px 24px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
}
.btn-linkedin:hover { background: #1F5EFF; color: #fff; }
.linkedin-photo {
  border-radius: 18px;
  overflow: hidden;
  display: block;
  aspect-ratio: 3 / 4;
  box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.7);
}
.linkedin-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
  display: block;
}

/* ===== Contact ===== */
.contact { padding: 40px 0 96px; }
.contact-inner { text-align: center; max-width: 820px; margin: 0 auto; }
.contact-inner h2 {
  font-weight: 800;
  font-size: clamp(34px, 5.6vw, 66px);
  line-height: 1.0;
  letter-spacing: -0.03em;
  margin: 14px 0 22px;
  text-wrap: balance;
}
.contact-tekst { font-size: 18px; line-height: 1.55; color: #5B6472; margin: 0 0 30px; }
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.btn-groot { padding: 16px 32px; font-size: 18px; }
.btn-secundair {
  border: 1.5px solid #D3D9E2;
  padding: 16px 28px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 18px;
}
.btn-secundair:hover { border-color: #1F5EFF; color: #1F5EFF; }

/* ===== Footer ===== */
.footer {
  border-top: 1px solid #E1E6EE;
  padding: 26px 0 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #8A93A0;
}
.footer-naam { font-weight: 800; font-size: 16px; color: #0E1726; }
.footer-links { display: flex; gap: 20px; }
.footer-links a { font-weight: 600; }

/* ===== Media queries ===== */
@media (max-width: 860px) {
  .hero, .over { grid-template-columns: 1fr; gap: 34px; }
  .over-photo { order: 2; max-height: 420px; }
  .diensten-grid { grid-template-columns: 1fr 1fr; row-gap: 22px; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .linkedin-panel { grid-template-columns: 1fr; gap: 30px; }
  .linkedin-photo { max-width: 320px; }
}
@media (max-width: 560px) {
  .nav-link { display: none; }
  .hamburger { display: flex; }
  .diensten-grid { grid-template-columns: 1fr; }
  h1 { font-size: 40px !important; }
}
