/* ==========================================================================
   Oudenampsen — Boomkwekerij & Boxpallets
   Losse stylesheet (uit de oorspronkelijke gebundelde pagina gehaald)
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Poppins:wght@400;500;600;700&display=swap');

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
  background: #f7f5ef;
  color: #2b2b28;
}

img {
  max-width: 100%;
}

a {
  transition: color .2s ease, background-color .2s ease, opacity .2s ease;
}

/* ---------- Header ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #1f3a2e;
  color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  max-width: 1180px;
  margin: 0 auto;
}

.logo {
  text-decoration: none;
  display: flex;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .5px;
  color: #fff;
}

.logo img {
  height: 40px;
  width: auto;
  margin-right: 10px;
  display: block;
}

.logo__sub {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #7cb342;
  letter-spacing: 1px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-link {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #e7e7e2;
}

.nav-link:hover {
  color: #7cb342;
}

/* ---------- Buttons ---------- */

.btn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
}

.btn--sm {
  padding: 10px 20px;
}

.btn--lg {
  padding: 16px 28px;
  font-size: 15px;
}

.btn--primary {
  background: #7cb342;
  color: #173321;
}

.btn--primary:hover {
  background: #8fca4d;
}

.btn--outline {
  background: transparent;
  border: 1.5px solid #fff;
  color: #fff;
}

.btn--outline:hover {
  background: #fff;
  color: #1f3a2e;
}

.btn--dark {
  background: #1f3a2e;
  color: #fff;
}

.btn--dark:hover {
  background: #274a3a;
}

/* ---------- Hero ---------- */

.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  background: linear-gradient(rgba(20, 40, 30, .55), rgba(20, 35, 26, .75)),
    url('./images/img_4800.jpg') center/cover no-repeat;
  color: #fff;
}

.hero__container {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}

.hero__content {
  max-width: 640px;
  padding: 60px 0;
}

.eyebrow {
  color: #7cb342;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block;
}

.hero h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 46px;
  line-height: 1.15;
  margin: 0 0 20px;
  font-weight: 700;
}

.hero p {
  font-size: 18px;
  color: #e9ede7;
  margin: 0 0 32px;
  max-width: 520px;
}

.hero__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* ---------- Stats bar ---------- */

.stats {
  background: #2f5443;
  color: #fff;
  padding: 26px 0;
}

.stats__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  text-align: center;
}

.stat {
  flex: 1;
  min-width: 150px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

/* ---------- Sections ---------- */

section {
  padding: 90px 0;
}

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

.section-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 56px;
}

.section-head--left {
  text-align: left;
  margin: 0 0 18px;
}

.eyebrow--muted {
  color: #7cb342;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 13px;
  text-transform: uppercase;
}

.section-head h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 34px;
  margin: 10px 0 0;
  color: #1f3a2e;
}

.section-head p {
  color: #5a5a54;
  margin: 14px 0 0;
  font-size: 16px;
}

/* ---------- Diensten cards ---------- */

.services {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.service-card {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(31, 58, 46, .08);
}

.service-card--green {
  background: #1f3a2e;
}

.service-card--brown {
  background: #6b4a34;
}

.service-card__head {
  padding: 30px 30px 10px;
}

.service-card__title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.service-card__title h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  color: #fff;
  margin: 0;
}

.service-card__head p {
  color: #cfd8d0;
  font-size: 16px;
  margin: 0 0 10px;
}

.service-card--brown .service-card__head p {
  color: #e6dcd2;
}

.service-card__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: #eee;
}

.service-card__tile {
  position: relative;
  height: 150px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
}

.service-card__tile span {
  background: linear-gradient(transparent, rgba(0, 0, 0, .65));
  width: 100%;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 24px 14px 12px;
}

.service-card__foot {
  padding: 22px 30px 30px;
}

/* ---------- Over ons ---------- */

.about {
  background: #fff;
}

.about .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about img {
  border-radius: 18px;
  max-width: 100%;
  display: block;
}

.about h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  color: #1f3a2e;
  margin: 10px 0 18px;
}

.about p {
  color: #4a4a45;
  margin: 0 0 16px;
  font-size: 15.5px;
}

/* ---------- Waarom (dark features) ---------- */

.why {
  background: #1f3a2e;
  color: #fff;
}

.why .section-head h2 {
  color: #fff;
  margin-top: 10px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.why-item {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 14px;
  padding: 26px 16px;
  text-align: center;
  font-size: 14.5px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

/* ---------- Contact ---------- */

.contact {
  background: #fff;
}

.contact .container {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 50px;
  align-items: stretch;
}

.contact h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  color: #1f3a2e;
  margin: 10px 0 16px;
}

.contact > .container > div:first-child > p {
  color: #5a5a54;
  margin: 0 0 28px;
}

.contact-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 20px;
}

.contact-item strong {
  display: block;
  color: #1f3a2e;
  font-size: 15px;
}

.contact-item svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.contact-item a {
  text-decoration: none;
  color: #2b2b28;
}

.contact-item a:hover {
  color: #7cb342;
}

.contact-actions {
  margin-top: 30px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.map-embed {
  border-radius: 18px;
  overflow: hidden;
  min-height: 380px;
  box-shadow: 0 6px 24px rgba(31, 58, 46, .12);
}

.map-embed iframe {
  width: 100%;
  height: 100%;
  min-height: 380px;
  border: 0;
}

/* ---------- Footer ---------- */

.site-footer {
  background: #6b4a34;
  color: #f3ede6;
  padding: 50px 0 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 30px;
}

.footer-logo {
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.footer-logo img {
  height: 34px;
  width: auto;
  margin-right: 10px;
  display: block;
}

.footer-grid p {
  margin-top: 10px;
  font-size: 14px;
  opacity: .85;
  max-width: 280px;
}

.footer-grid h4 {
  color: #7cb342;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 14px;
}

.footer-link {
  text-decoration: none;
  display: block;
  font-size: 14.5px;
  color: #f3ede6;
  margin-bottom: 8px;
  opacity: .9;
}

.footer-link:hover {
  opacity: 1;
  text-decoration: underline;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .15);
  padding-top: 18px;
  font-size: 13px;
  color: #d8cfc4;
  text-align: center;
}

/* ---------- Responsive ---------- */

@media (max-width: 900px) {
  .nav {
    display: none;
  }

  .services,
  .about .container,
  .contact .container,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero h1 {
    font-size: 34px;
  }
}
