:root {
  --bg: #F6F3EC;
  --surface: #FFFFFF;
  --ink: #1F3B36;
  --ink-soft: #4A5C57;
  --accent: #C97A4A;
  --border: rgba(31, 59, 54, 0.12);
  --navy: #12233F;

  --font-display: "Poppins", sans-serif;
  --font-body: "Poppins", sans-serif;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.55;
}

a {
  color: inherit;
}

/* Nav */
.nav {
  position: sticky;
  top: 0;
  z-index: 10;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
}

.nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-brand {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
}

.nav nav a {
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  margin-left: 28px;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  transition: border-color 0.15s ease;
}

.nav nav a:hover,
.nav nav a:focus-visible {
  border-bottom-color: var(--accent);
}

/* Layout structuur voor de doorlopende blauwe balk */
.layout-wrapper {
  display: flex;
  align-items: stretch;
}

.content-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Blauwe zijbalk */
.hero-bar {
  flex: 0 0 40%;
  max-width: 430px;
  background: var(--navy);
  padding: 32px;
}

.hero-logo-plate {
  position: sticky; /* Zorgt voor het zwevende effect tijdens scrollen */
  top: 50vh; /* Zet de bovenkant van het logo halverwege het scherm */
  transform: translateY(-50%); /* Corrigeert het middelpunt exact */
  background: var(--bg);
  border-radius: 6px;
  width: 100%;
  max-width: 320px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10%;
  margin: 0 auto;
}

.hero-logo {
  display: block;
  width: 100%;
  height: auto;
}

/* Hero Content */
.hero-inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 60px 48px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 86vh;
}

.hero-eyebrow {
  color: var(--accent);
  font-weight: 500;
  margin: 0 0 14px;
}

.hero-inner h1 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 20px;
}

.hero-sub {
  font-size: 1.1rem;
  color: var(--ink-soft);
  max-width: 52ch;
  margin: 0 0 32px;
}

.hero-cta {
  display: inline-block;
  align-self: flex-start; /* Voorkomt dat de knop zich uittrekt over de hele breedte */
  background: var(--ink);
  color: var(--bg);
  text-decoration: none;
  padding: 13px 26px;
  font-weight: 500;
  border-radius: 3px;
}

.hero-cta:hover {
  background: var(--accent);
}

/* Info Content */
.info {
  border-top: 1px solid var(--border);
  padding: 90px 48px;
}

.info-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 64px;
}

.info-text h2,
.contact h2 {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 600;
  margin: 0 0 22px;
}

.info-text p {
  max-width: 62ch;
  color: var(--ink-soft);
  margin: 0 0 16px;
}

.info-list h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  margin: 0 0 16px;
}

.info-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.info-list li {
  padding: 12px 0;
  border-top: 1px solid var(--border);
  color: var(--ink-soft);
}

.info-list li:last-child {
  border-bottom: 1px solid var(--border);
}

/* Contact */
.contact {
  border-top: 1px solid var(--border);
  background: var(--surface);
  padding: 90px 24px 100px;
}

.contact-inner {
  max-width: 700px;
  margin: 0 auto;
}

.contact-sub {
  color: var(--ink-soft);
  margin: 0 0 40px;
  font-size: 1.05rem;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-details > div {
  display: flex;
  gap: 16px;
  align-items: baseline;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border);
}

.contact-details a {
  text-decoration: none;
}

.contact-details > div {
  display: flex;
  flex-direction: column; /* Zet het e-mailadres ónder het label in plaats van ernaast */
  gap: 4px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border);
}

/* Pas ook meteen de label kleur iets aan zodat hij beter als 'bovenkopje' werkt */
.label {
  font-weight: 600;
  color: var(--ink);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Footer */
.footer {
  padding: 28px 24px;
  text-align: center;
  color: var(--ink-soft);
  font-size: 0.85rem;
}

/* Mobile (Onder de 720px storten we het netjes in om naar 1 kolom, net als voorheen) */
@media (max-width: 720px) {
  .layout-wrapper {
    flex-direction: column;
  }

  .info-inner {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .nav nav a {
    margin-left: 16px;
  }

  .hero-bar {
    flex: 0 0 auto;
    max-width: none;
    padding: 32px 24px;
  }

  .hero-logo-plate {
    position: relative; /* Op mobiel de-activeren we het sticky effect */
    top: auto;
    transform: none;
    max-width: 220px;
    padding: 10%;
  }

  .hero-inner {
    min-height: auto;
    padding: 44px 24px;
  }
  
  .info {
    padding: 60px 24px;
  }
}

/* Focus visibility */
a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

/* Contact Layout Update (Tekst links, formulier rechts) */
.contact-inner {
  max-width: 900px; /* Iets breder gemaakt om ruimte te bieden aan het formulier */
}

.contact-content {
  display: grid;
  grid-template-columns: 1fr 2fr; /* Maakt de linkerkolom smaller en geeft het formulier meer ademruimte */
  gap: 80px; /* Iets grotere kloof tussen links en rechts voor meer rust */
  align-items: start;
}

/* Formulier Styling */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--ink);
}

.contact-form input,
.contact-form textarea {
  font-family: var(--font-body);
  font-size: 1rem;
  padding: 14px 16px;
  border: 1px solid var(--border);
  border-radius: 4px;
  background: var(--bg); /* Lichte achtergrondkleur net als de main body */
  color: var(--ink);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: var(--ink-soft);
  opacity: 0.6;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(201, 122, 74, 0.15); /* Subtiele oranje gloed */
}

.contact-form textarea {
  resize: vertical; /* Alleen schaalbaar in de hoogte om de layout niet te breken */
}

.form-submit {
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-family: var(--font-body);
  align-self: flex-start;
}

/* Update voor Mobiel */
@media (max-width: 720px) {
  .contact-content {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}