:root {
  --green: #2e704b;
  --green-dark: #123d2a;
  --green-deep: #082419;
  --cream: #fbf4e7;
  --cream-soft: #fffaf1;
  --gold: #d6a653;
  --blue: #086a80;
  --metalic-blue: #016083;
  --ink: #15231c;
  --muted: #65736c;
  --line: rgba(46, 112, 75, 0.14);
  --shadow: 0 24px 80px rgba(10, 40, 25, 0.12);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: fixed;
  z-index: 20;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1120px, calc(100% - 32px));
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px 12px 14px;
  border: 1px solid rgba(255,255,255,0.55);
  border-radius: 999px;
  background: rgba(251,244,231,0.78);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.08);
}
.brand-mark { width: 178px; height: 52px; display: flex; align-items: center; }
.brand-mark img { width: 270px; max-height: 300px; object-fit: contain; object-position: left center; }
.nav-links { display: flex; align-items: center; gap: 8px; }
.nav-links a {
  padding: 12px 16px;
  border-radius: 999px;
  color: var(--green-dark);
  font-size: 14px;
  font-weight: 700;
}
.nav-links a:hover { background: rgba(46,112,75,0.09); }

.nav-toggle { display: none; }
.menu-button { display: none; }


.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
}
.hero-media {
  position: absolute;
  inset: 0;
  background: url('assets/banner-website.jpeg') center/cover no-repeat;
  z-index: -3;
  transform: scale(1.01);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(8,36,25,0.88) 0%, rgba(8,36,25,0.58) 42%, rgba(8,36,25,0.25) 100%),
    linear-gradient(0deg, rgba(8,36,25,0.70) 0%, rgba(8,36,25,0.04) 48%, rgba(8,36,25,0.42) 100%);
}
.hero-content {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 180px 0 92px;
  color: white;
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow.dark { color: var(--green); }
.hero h1 {
  max-width: 920px;
  margin: 0;
  font-size: clamp(48px, 8vw, 112px);
  line-height: .96;
  letter-spacing: -0.020em;
  font-weight: 900;
}
.hero-copy {
  max-width: 660px;
  margin: 28px 0 0;
  color: rgba(255,255,255,0.86);
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.65;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: -0.02em;
}
.btn.primary { background: var(--gold); color: var(--green-deep); }
.btn.secondary { border: 1px solid rgba(255,255,255,0.55); color: white; background: rgba(255,255,255,0.08); }

.intro {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 118px 0 86px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 72px;
  align-items: start;
}
h2 {
  margin: 0;
  font-size: clamp(34px, 4.6vw, 64px);
  line-height: .98;
  letter-spacing: -0.055em;
  color: var(--green-deep);
}
.intro p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.72;
}

.brand-section {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 38px 0 110px;
}
.section-heading { text-align: center; max-width: 760px; margin: 0 auto 44px; }
.section-heading.left { text-align: left; margin-left: 0; }
.section-heading p:last-child { color: var(--muted); line-height: 1.7; font-size: 18px; margin: 18px auto 0; }
.brand-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.brand-card {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--cream-soft);
  box-shadow: var(--shadow);
}
.logo-stage {
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 34px;
  background:
    radial-gradient(circle at 50% 0%, rgba(46,112,75,0.12), transparent 38%),
    linear-gradient(135deg, #fffaf1 0%, #f2ead9 100%);
  border-bottom: 1px solid var(--line);
}
.blue-stage {
  background: linear-gradient(135deg, #086a80 0%, #064c5c 100%);
}
.warm-stage {
  background: linear-gradient(135deg, #f8df92 0%, #f5d573 100%);
}
.logo {
  width: 100%;
  height: 160px;
  object-fit: contain;
  filter: drop-shadow(0 12px 24px rgba(0,0,0,0.10));
}
.logo-kb { max-width: 400px; height: 400px; }
.logo-koffiehuis { max-width: 400px; height: 400px; }
.logo-bali { max-width: 400px; height: 400px; }
.logo-allied { max-width: 400px; height: 400px; }
.brand-content { padding: 30px; }
.tag {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(46,112,75,0.10);
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.brand-card h3 { margin: 18px 0 12px; font-size: 29px; letter-spacing: -0.045em; color: var(--green-deep); }
.brand-card p { margin: 0; color: var(--muted); font-size: 16.5px; line-height: 1.65; }

.experience-section { background: var(--metalic-blue); padding: 96px 0; }
.experience-card {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  color: white;
}
.experience-card h2 { color: white; margin-bottom: 42px; }
.experience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.experience-grid div {
  min-height: 220px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 24px;
  background: rgba(255,255,255,0.06);
}
.experience-grid h3 { margin: 0 0 14px; font-size: 20px; letter-spacing: -0.03em; }
.experience-grid p { margin: 0; color: rgba(255,255,255,0.72); line-height: 1.65; }

.locations {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 110px 0;
}
.location-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 36px; }
.location-item {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--cream-soft);
}
.location-item h3 { margin: 0 0 10px; color: var(--green-deep); font-size: 23px; letter-spacing: -0.035em; }
.location-item p { margin: 0; color: var(--muted); line-height: 1.65; }

.contact {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto 96px;
  padding: 54px;
  border-radius: 34px;
  background: var(--green);
  color: white;
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 40px;
  align-items: center;
  box-shadow: var(--shadow);
}
.contact h2 { color: white; }
.contact p { color: rgba(255,255,255,0.78); font-size: 18px; line-height: 1.65; margin-bottom: 0; }
.contact-card { display: grid; gap: 12px; }
.contact-card a {
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.16);
  color: white;
  font-weight: 800;
}
.site-footer {
  padding: 30px 16px 44px;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 14px;
}
.site-footer p { margin: 0; }

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 20px;
  border-radius: 999px;
  background: #2e704b;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.social-link:hover {
  background: #1f5638;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(46, 112, 75, 0.22);
}

.social-icon {
  width: 18px;
  height: 18px;
  fill: currentColor;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .social-links {
    gap: 10px;
  }
  .social-link {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .social-links {
    gap: 10px;
  }

  .social-link {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 900px) {
  .site-header { height: 68px; padding-right: 12px; }
  .menu-button {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border-radius: 999px;
    background: var(--green);
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(8,36,25,0.18);
  }
  .menu-button span {
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: white;
    transition: transform .22s ease, opacity .22s ease;
  }
  .nav-links {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: min(270px, calc(100vw - 32px));
    display: grid;
    gap: 8px;
    padding: 12px;
    border: 1px solid rgba(255,255,255,0.55);
    border-radius: 24px;
    background: rgba(251,244,231,0.96);
    backdrop-filter: blur(18px);
    box-shadow: 0 22px 60px rgba(8,36,25,0.20);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
  }
  .nav-links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(46,112,75,0.06);
    color: var(--green-deep);
    font-size: 15px;
  }
  .nav-links a::after { content: '→'; color: var(--green); }
  .nav-toggle:checked ~ .nav-links {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
  .nav-toggle:checked + .menu-button span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle:checked + .menu-button span:nth-child(2) { opacity: 0; }
  .nav-toggle:checked + .menu-button span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .intro, .contact { grid-template-columns: 1fr; gap: 30px; }
  .brand-grid, .location-list { grid-template-columns: 1fr; }
  .experience-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-content { padding: 120px 70px 70px 20px; }
  .logo-stage { height: 230px; }
  .contact-card a {
    text-align: center;
  }
}
@media (max-width: 560px) {
  .brand-mark { width: 150px; }
  .brand-mark img { width: 146px; }
  .hero h1 { font-size: 48px; }
  .hero-copy { font-size: 16px; }
  .intro, .brand-section, .locations { padding-top: 74px; padding-bottom: 74px; }
  .brand-card { min-height: auto; }
  .logo-stage { height: 205px; padding: 22px; }
  .logo { height: 300px; }
  .logo-allied { height: 300px; }
  .experience-grid { grid-template-columns: 1fr; }
  .contact { padding: 30px 22px; }
  .contact-card a {
    text-align: center;
  }
}


@media (max-width: 768px) {

  .hero-content {

    width: 100%;

    overflow: hidden;

  }

  .hero-mobile-banner {

    width: 125%;

    max-width: none;

    height: auto;

    transform: translateX(0);

    animation: heroImageSlideMobile 18s ease-in-out infinite alternate;

  }

  @keyframes heroImageSlideMobile {

    0% {

      transform: translateX(0);

    }

    100% {

      transform: translateX(-20%);

    }

  }

}