/* MJON Website Styles - Official Brand */

:root {
  /* MJON Huisstijl kleuren */
  --black: #000000;
  --navy: #14213D;
  --sage: #668F80;
  --gray-light: #E5E5E5;
  --white: #FFFFFF;
  
  /* Afgeleide kleuren */
  --navy-light: #1c2d4f;
  --navy-dark: #0d1628;
  --sage-light: #7da396;
  --sage-dark: #4a6b5f;
  --gray-50: #f8f8f8;
  --gray-100: #f0f0f0;
  --gray-400: #9ca3af;
  --gray-500: #6b7280;
  --gray-700: #374151;
  --gray-900: #111827;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Julius Sans One', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.6;
  color: var(--gray-700);
  background: var(--white);
}

/* Typography - Julius Sans One for headings, Galdeano for nav */
h1, h2, h3, h4 {
  font-family: 'Julius Sans One', sans-serif;
  color: var(--navy);
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 1px;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 1.75rem; }
h3 { font-size: 1.25rem; }

p { 
  margin-bottom: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

a {
  color: var(--navy);
  text-decoration: none;
  transition: color 0.2s;
}

a:hover {
  color: var(--sage);
}

/* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Header */
.header {
  background: var(--navy);
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 100;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.logo img {
  height: 48px;
  width: auto;
}

.logo-text {
  color: var(--white);
  font-family: 'Julius Sans One', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 2px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.nav a {
  font-family: 'Galdeano', sans-serif;
  color: rgba(255,255,255,0.85);
  font-size: 0.95rem;
  transition: color 0.2s;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.nav a:hover {
  color: var(--white);
}

.nav-itmike {
  color: var(--sage-light) !important;
  font-weight: 500;
}

/* Mobile menu toggle */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--white);
  font-size: 1.5rem;
  cursor: pointer;
}

/* Hero Section */
.hero {
  background: var(--navy);
  padding: 4rem 0;
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.hero-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}

.hero-content {
  flex: 1;
  max-width: 600px;
}

.hero-subtitle {
  font-family: 'Galdeano', sans-serif;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--sage-light);
  margin-bottom: 1rem;
}

.hero h1 {
  color: var(--white);
  margin-bottom: 1.25rem;
  font-size: 2.75rem;
}

.hero p {
  font-size: 1.1rem;
  opacity: 0.9;
  margin-bottom: 2rem;
  line-height: 1.7;
}

.hero-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.hero-media {
  flex-shrink: 0;
  position: relative;
}

/* Video/Image in hero - for Mike portrait */
.hero-video,
.hero-media video {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid var(--sage);
}

.hero-image {
  flex-shrink: 0;
}

.hero-image img {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid var(--sage);
}

/* Hero animation - switch with lights */
.hero-animation {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  width: 350px;
  opacity: 0.2;
  pointer-events: none;
}

.hero-animation video {
  width: 100%;
  height: auto;
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 0.85rem 1.75rem;
  border-radius: 4px;
  font-family: 'Julius Sans One', sans-serif;
  font-size: 0.85rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.2s;
  border: none;
  text-align: center;
}

.btn-primary {
  background: var(--sage);
  color: var(--white);
}

.btn-primary:hover {
  background: var(--sage-dark);
  color: var(--white);
}

.btn-outline {
  background: transparent;
  border: 2px solid var(--sage);
  color: var(--white);
}

.btn-outline:hover {
  background: var(--sage);
  color: var(--white);
}

/* Services Section */
.services {
  padding: 5rem 0;
  background: var(--white);
}

.section-subtitle {
  font-family: 'Galdeano', sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--sage);
  margin-bottom: 0.5rem;
}

.section-title {
  margin-bottom: 2.5rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}

.service-card {
  background: var(--gray-light);
  border-radius: 8px;
  padding: 2rem;
  border-left: 4px solid var(--navy);
  transition: transform 0.2s, box-shadow 0.2s;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.service-card:nth-child(2) {
  border-left-color: var(--sage);
}

.service-card:nth-child(3) {
  border-left-color: var(--sage-dark);
}

.service-logo {
  width: 80px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 1.25rem;
}

.service-card h3 {
  margin-bottom: 0.75rem;
  color: var(--navy);
}

.service-card p {
  color: var(--gray-500);
  font-size: 0.95rem;
  margin-bottom: 0;
}

/* About Section */
.about {
  padding: 5rem 0;
  background: var(--gray-50);
}

.about-inner {
  display: flex;
  align-items: center;
  gap: 4rem;
}

.about-content {
  flex: 1;
}

.about-content p {
  font-size: 1.05rem;
  color: var(--gray-500);
  line-height: 1.8;
}

.about-media {
  flex-shrink: 0;
}

.about-media img,
.about-media video {
  width: 280px;
  height: 280px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Realisaties Section */
.realisaties {
  padding: 5rem 0;
  background: var(--white);
}

.realisaties-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.realisatie-card {
  border-radius: 8px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  transition: transform 0.2s, box-shadow 0.2s;
}

.realisatie-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.realisatie-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.realisatie-card-content {
  padding: 1.25rem;
}

.realisatie-card h3 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.realisatie-card p {
  color: var(--gray-500);
  font-size: 0.9rem;
  margin-bottom: 0;
}

/* Contact Section */
.contact {
  padding: 5rem 0;
  background: var(--gray-light);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem;
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.contact-icon {
  width: 48px;
  height: 48px;
  background: var(--navy);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.25rem;
}

.contact-item a {
  font-weight: 500;
  color: var(--navy);
}

.contact-label {
  font-size: 0.85rem;
  color: var(--gray-500);
  margin: 0;
}

/* IT-Mike Banner */
.itmike-banner {
  background: var(--sage);
  padding: 2.5rem 0;
  text-align: center;
  color: var(--white);
}

.itmike-banner p {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  opacity: 0.95;
}

.itmike-banner a {
  font-family: 'Julius Sans One', sans-serif;
  color: var(--white);
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 2px solid rgba(255,255,255,0.5);
  padding-bottom: 4px;
  transition: border-color 0.2s;
}

.itmike-banner a:hover {
  border-color: var(--white);
  color: var(--white);
}

/* Footer */
.footer {
  background: var(--navy-dark);
  padding: 3rem 0 1.5rem;
  color: rgba(255,255,255,0.7);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
}

.footer-brand img {
  height: 40px;
  margin-bottom: 0.75rem;
}

.footer-brand p {
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}

.footer-links {
  font-family: 'Galdeano', sans-serif;
}

.footer-links a {
  color: rgba(255,255,255,0.7);
  font-size: 0.9rem;
}

.footer-links a:hover {
  color: var(--white);
}

.footer-contact p {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.footer-bottom {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  text-align: center;
  font-size: 0.85rem;
}

/* Responsive */
@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }
  
  .nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--navy);
    flex-direction: column;
    padding: 1rem;
    gap: 1rem;
  }
  
  .nav.active {
    display: flex;
  }
  
  .hero-inner {
    flex-direction: column;
    text-align: center;
  }
  
  .hero-buttons {
    justify-content: center;
  }
  
  .hero h1 {
    font-size: 2rem;
  }
  
  .hero-animation {
    display: none;
  }
  
  .about-inner {
    flex-direction: column-reverse;
    text-align: center;
  }
  
  .footer-inner {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 480px) {
  h1 { font-size: 1.75rem; }
  h2 { font-size: 1.5rem; }
  
  .services-grid,
  .realisaties-grid {
    grid-template-columns: 1fr;
  }
  
  .hero-media video,
  .hero-video {
    width: 160px;
    height: 160px;
  }
  
  .about-media img,
  .about-media video {
    width: 200px;
    height: 200px;
  }
}
