/*
Theme Name: Max Siemer
Theme URI: https://www.siemerstaffingconsultancy.com
Author: Yannick Siemer
Author URI: https://www.siemerstaffingconsultancy.com
Description: Persoonlijke portfolio theme voor Max Siemer — Siemer Staffing Consultancy. Een elegante one-page site met navy & gold styling, NL/EN taalwissel en moderne typografie (Playfair Display + Source Sans 3).
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: max-siemer
Tags: one-page, portfolio, business, custom-colors, custom-menu, translation-ready
*/

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --navy: #0D1B2A;
  --navy2: #122234;
  --gold: #C9A84C;
  --gold2: #E2C97E;
  --cream: #F5F0E8;
  --cream2: #EDE7D9;
  --white: #FFFFFF;
  --text: #1A1A1A;
  --muted: #6B6560;
  --border: #D8D0C4;
  --fh: 'Playfair Display', Georgia, serif;
  --fb: 'Source Sans 3', sans-serif;
}
html { scroll-behavior: smooth; }
body { font-family: var(--fb); color: var(--text); background: var(--white); overflow-x: hidden; }

/* ─── NAVBAR ─── */
#navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 5vw; height: 72px;
  background: var(--navy); border-bottom: 2px solid var(--gold);
  transition: box-shadow .3s;
}
#navbar.scrolled { box-shadow: 0 4px 24px rgba(0,0,0,0.3); }
.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-logo img { width: 40px; height: 40px; object-fit: contain; background: white; border-radius: 3px; padding: 2px; }
.nav-logo-text { display: flex; flex-direction: column; line-height: 1.15; }
.nav-logo-name { font-family: var(--fh); font-size: 15px; font-weight: 700; color: var(--white); }
.nav-logo-sub { font-size: 9px; color: var(--gold); letter-spacing: 1.5px; text-transform: uppercase; }
nav { display: flex; gap: 2.5rem; align-items: center; }
nav a {
  font-size: 11px; color: rgba(255,255,255,0.55); text-decoration: none;
  letter-spacing: 1.2px; text-transform: uppercase; font-weight: 400;
  transition: color .15s; padding: 4px 0; border-bottom: 1px solid transparent;
}
nav a:hover, nav a.active { color: var(--gold); border-bottom-color: var(--gold); }
.lang-sw { display: flex; border: 1px solid rgba(255,255,255,0.2); border-radius: 3px; overflow: hidden; }
.lang-sw button {
  background: none; border: none; border-right: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.45); font-family: var(--fb); font-size: 11px;
  font-weight: 500; padding: 5px 13px; cursor: pointer; letter-spacing: 1px; text-transform: uppercase;
  transition: all .2s;
}
.lang-sw button:last-child { border-right: none; }
.lang-sw button.on { background: var(--gold); color: var(--navy); }

/* ─── HERO ─── */
#hero {
  min-height: 100vh; background: var(--navy);
  display: flex; align-items: center;
  padding: 100px 5vw 60px;
  position: relative; overflow: hidden;
}

.hero-inner { max-width: 900px; margin: 0 auto; width: 100%; display: flex; align-items: center; }
.hero-tag { font-size: 11px; letter-spacing: 3px; color: var(--gold); font-weight: 500; text-transform: uppercase; margin-bottom: 1.5rem; opacity: .85; }
.hero-inner h1 { font-family: var(--fh); font-size: 68px; font-weight: 700; line-height: 1.0; letter-spacing: -1px; color: var(--white); margin-bottom: 1rem; }
.hero-inner h1 em { color: var(--gold); font-style: italic; font-weight: 400; }
.hero-sub { font-size: 16px; color: rgba(255,255,255,0.5); line-height: 1.85; margin-bottom: 2.5rem; max-width: 480px; font-weight: 300; font-style: italic; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 3rem; }
.btn-gold { background: var(--gold); color: var(--navy); border: none; font-family: var(--fb); font-size: 12px; font-weight: 600; padding: 13px 30px; cursor: pointer; letter-spacing: 1.5px; text-transform: uppercase; transition: background .15s; border-radius: 2px; text-decoration: none; display: inline-block; }
.btn-gold:hover { background: var(--gold2); }
.btn-ghost { background: none; color: rgba(255,255,255,0.7); border: 1px solid rgba(255,255,255,0.25); font-family: var(--fb); font-size: 12px; padding: 13px 30px; cursor: pointer; letter-spacing: 1.5px; text-transform: uppercase; transition: all .15s; border-radius: 2px; text-decoration: none; display: inline-block; }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
.hero-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.hero-tag-pill { font-size: 11px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); color: rgba(255,255,255,0.45); padding: 5px 13px; letter-spacing: 0.5px; }
.hero-stats { background: rgba(255,255,255,0.04); border: 1px solid rgba(201,168,76,0.2); padding: 2.5rem; }
.hs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(201,168,76,0.15); margin-bottom: 1.5rem; }
.hs-cell { background: rgba(13,27,42,0.9); padding: 1.5rem; text-align: center; }
.hs-num { font-family: var(--fh); font-size: 36px; font-weight: 700; color: var(--gold); letter-spacing: -1px; line-height: 1; }
.hs-lbl { font-size: 10px; color: rgba(255,255,255,0.35); letter-spacing: 1px; text-transform: uppercase; margin-top: 5px; }
.hs-sectors-title { font-size: 10px; letter-spacing: 1.5px; color: rgba(201,168,76,0.6); text-transform: uppercase; margin-bottom: .6rem; }
.hs-tags { display: flex; flex-wrap: wrap; gap: 5px; }
.hs-tag { font-size: 10px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.35); padding: 4px 10px; }
.scroll-hint { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,0.25); font-size: 11px; letter-spacing: 2px; text-transform: uppercase; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.scroll-arrow { width: 1px; height: 40px; background: linear-gradient(to bottom, rgba(201,168,76,0.5), transparent); animation: scrollpulse 2s infinite; }
@keyframes scrollpulse { 0%, 100% { opacity: .3; } 50% { opacity: 1; } }

/* ─── SECTION SHARED ─── */
.section { padding: 100px 5vw; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.sec-label { font-size: 10px; letter-spacing: 3px; color: var(--gold); text-transform: uppercase; font-weight: 500; margin-bottom: .75rem; }
.sec-title { font-family: var(--fh); font-size: 40px; font-weight: 700; color: var(--navy); line-height: 1.15; margin-bottom: 1rem; letter-spacing: -0.5px; }
.sec-title em { color: var(--gold); font-style: italic; font-weight: 400; }
.sec-sub { font-size: 15px; color: var(--muted); line-height: 1.8; max-width: 580px; font-weight: 300; margin-bottom: 3rem; }
.sec-rule { width: 48px; height: 2px; background: var(--gold); margin-bottom: 2rem; }

/* ─── OVER MIJ ─── */
#profiel { background: var(--cream); }
.profiel-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.profiel-text h2 { font-family: var(--fh); font-size: 38px; font-weight: 700; color: var(--navy); margin-bottom: 1.5rem; line-height: 1.2; }
.profiel-text h2 em { color: var(--gold); font-style: italic; }
.profiel-text p { font-size: 15px; color: var(--muted); line-height: 1.9; font-weight: 300; margin-bottom: 1.25rem; }
.checks { display: flex; flex-direction: column; gap: 10px; margin-top: 1.75rem; }
.check { display: flex; align-items: center; gap: 12px; font-size: 14px; color: var(--text); font-weight: 400; }
.check-icon { width: 22px; height: 22px; background: var(--navy); border-radius: 2px; display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 11px; flex-shrink: 0; }
.profiel-right { display: flex; flex-direction: column; gap: 1px; background: var(--border); border: 1px solid var(--border); }
.profiel-stat { background: var(--white); padding: 1.75rem 2rem; display: flex; align-items: center; gap: 1.5rem; }
.ps-num { font-family: var(--fh); font-size: 38px; font-weight: 700; color: var(--gold); letter-spacing: -1px; min-width: 80px; line-height: 1; }
.ps-info { }
.ps-title { font-size: 14px; font-weight: 600; color: var(--navy); margin-bottom: 2px; }
.ps-desc { font-size: 12px; color: var(--muted); font-weight: 300; }

/* ─── DIENSTEN ─── */
#diensten { background: var(--white); }
.diensten-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); }
.d-card { background: var(--white); padding: 2.25rem 2rem; transition: background .15s; position: relative; overflow: hidden; }
.d-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--gold); transform: scaleX(0); transition: transform .25s; }
.d-card:hover::before { transform: scaleX(1); }
.d-card:hover { background: var(--cream); }
.d-bar { width: 32px; height: 2px; background: var(--gold); margin-bottom: 1.25rem; }
.d-name { font-family: var(--fh); font-size: 16px; font-weight: 600; color: var(--navy); margin-bottom: .75rem; }
.d-desc { font-size: 13px; color: var(--muted); line-height: 1.8; font-weight: 300; }

/* ─── ERVARING ─── */
#ervaring { background: var(--navy); }
#ervaring .sec-title { color: var(--white); }
#ervaring .sec-sub { color: rgba(255,255,255,0.4); }
.exp-list { display: flex; flex-direction: column; }
.exp-item {
  display: flex; flex-direction: column;
  gap: 0.5rem; padding: 2rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.exp-item:first-child { padding-top: 0; }
.exp-item:last-child { border-bottom: none; padding-bottom: 0; }
.exp-date { font-size: 11px; color: rgba(255,255,255,0.3); font-weight: 300; letter-spacing: 0.3px; line-height: 1.7; }
.exp-logo-box { width: 36px; height: 36px; background: rgba(201,168,76,0.15); border: 1px solid rgba(201,168,76,0.25); display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: 0.5px; margin-bottom: .75rem; border-radius: 2px; }
.exp-role { font-family: var(--fh); font-size: 16px; font-weight: 600; color: var(--white); margin-bottom: 3px; }
.exp-co { font-size: 12px; color: var(--gold); margin-bottom: .6rem; letter-spacing: 0.5px; font-weight: 500; text-transform: uppercase; }
.exp-desc { font-size: 13px; color: rgba(255,255,255,0.4); line-height: 1.8; font-weight: 300; }
.exp-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: .75rem; }
.exp-tag { font-size: 10px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.35); padding: 3px 10px; letter-spacing: 0.3px; }

/* ─── CONTACT ─── */
#contact { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.avail-badge { display: inline-flex; align-items: center; gap: 8px; background: #edf7ed; border: 1px solid #b8ddb8; color: #2d7a2d; font-size: 11px; padding: 6px 15px; letter-spacing: 1px; text-transform: uppercase; border-radius: 2px; font-weight: 500; margin-bottom: 1.75rem; }
.avail-dot { width: 7px; height: 7px; border-radius: 50%; background: #2d7a2d; animation: dp 2s infinite; flex-shrink: 0; }
@keyframes dp { 0%, 100% { opacity: 1; } 50% { opacity: .25; } }
.contact-head { font-family: var(--fh); font-size: 32px; font-weight: 700; color: var(--navy); margin-bottom: 1rem; line-height: 1.2; }
.contact-head em { color: var(--gold); font-style: italic; }
.contact-body { font-size: 15px; color: var(--muted); line-height: 1.9; font-weight: 300; margin-bottom: 2rem; }
.contact-links { display: flex; flex-direction: column; gap: 0; border: 1px solid var(--border); }
.c-link { display: flex; align-items: center; gap: 16px; text-decoration: none; color: var(--text); padding: 16px 20px; background: var(--white); border-bottom: 1px solid var(--border); transition: background .12s; }
.c-link:last-child { border-bottom: none; }
.c-link:hover { background: var(--cream2); }
.c-icon { width: 38px; height: 38px; background: var(--navy); display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 11px; font-weight: 700; font-family: var(--fb); flex-shrink: 0; border-radius: 2px; letter-spacing: 0.3px; }
.c-lbl { font-size: 10px; color: var(--muted); letter-spacing: 0.5px; text-transform: uppercase; display: block; margin-bottom: 2px; }
.c-val { color: var(--navy); font-size: 13px; font-weight: 500; }
.contact-extra { margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid var(--border); }
.contact-extra-title { font-size: 10px; letter-spacing: 1.5px; color: var(--muted); text-transform: uppercase; margin-bottom: .8rem; font-weight: 500; }
.contact-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.c-tag { font-size: 11px; background: var(--white); border: 1px solid var(--border); color: var(--muted); padding: 5px 12px; }

/* ─── FOOTER ─── */
.site-footer {
  background: var(--navy); border-top: 2px solid var(--gold);
  padding: 2rem 5vw;
  display: flex; align-items: center; justify-content: space-between;
}
.footer-left { display: flex; align-items: center; gap: 12px; }
.footer-logo img { width: 34px; height: 34px; object-fit: contain; background: white; border-radius: 2px; padding: 2px; }
.footer-name { font-family: var(--fh); font-size: 14px; font-weight: 600; color: var(--white); }
.footer-sub { font-size: 10px; color: var(--gold); letter-spacing: 1px; text-transform: uppercase; }
.footer-copy { font-size: 11px; color: rgba(255,255,255,0.25); letter-spacing: 0.3px; }
.footer-loc { font-size: 11px; color: var(--gold); opacity: .55; letter-spacing: 0.5px; }

/* ─── UTILS ─── */
.hidden { display: none !important; }

/* ─── RESPONSIVE ─── */
@media (max-width: 900px) {
  #navbar { padding: 0 4vw; }
  nav { display: none; }
  .hero-inner { grid-template-columns: 1fr; gap: 3rem; }
  .hero-stats { display: none; }
  .hero-inner h1 { font-size: 46px; }
  .profiel-grid, .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
  .diensten-grid { grid-template-columns: 1fr 1fr; }
  .exp-item { grid-template-columns: 1fr; gap: .5rem; }
  .section { padding: 70px 5vw; }
}
@media (max-width: 580px) {
  .diensten-grid { grid-template-columns: 1fr; }
  .hero-inner h1 { font-size: 36px; }
  .site-footer { flex-direction: column; gap: 1rem; text-align: center; }
}
