/* home.css
   Nordic Foliage stijl, ingeperkt onder .nordic zodat hij de FQG-navbar en
   -footer op dezelfde pagina niet kan overschrijven. Automatisch afgeleid van
   de originele nordicfoliage.dk stylesheet. Pas hier aan, niet daar. */



.nordic .hero-video-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.nordic .hero-video-container video.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.nordic .hero-overlay {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  padding: 0 1rem;
}
.nordic .hero-dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4); /* Donkere transparante laag */
  z-index: 1;
}
.nordic .hero-overlay h1 {
  font-size: 3rem;
  font-family: 'Playfair Display', serif;
  margin-bottom: 1rem;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  color: #fff;
}
.nordic .hero-overlay p {
  font-size: 1.2rem;
  max-width: 700px;
  margin-bottom: 2rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  color: #fff;
}
.nordic .hero-overlay button {
  padding: 0.8rem 2rem;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.nordic .hero-overlay button:hover {
  background-color: #fff;
  color: #294140;
}
.nordic .scroll-down-arrow {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  cursor: pointer;
  animation: bounce 2s infinite;
}
.nordic .scroll-down-arrow img, .nordic .scroll-down-arrow svg {
  width: 36px;
  height: 36px;
}
@keyframes bounce {
  0%, 100% {
  transform: translateX(-50%) translateY(0);
  }
  50% {
  transform: translateX(-50%) translateY(10px);
  }
}
/* Feature overlap */
.nordic #features {
  scroll-margin-top: 100px; /* adjust based on your navbar height */
}
.nordic .features {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  max-width: 1400px;
  margin: 0 auto;
}
.nordic .feature-box {
  border: 2px solid #294140;
  padding: 1.5rem;
  border-radius: 12px;
  width: 280px;
  text-align: left; /* <<< dit zorgt voor links uitlijnen */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}
.nordic .feature-box h2 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  font-family: 'Inter', sans-serif;
}
.nordic .feature-box p {
  font-size: 0.9rem;
  color: #555;
}
.nordic .feature-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 0.2rem;
}
/* Responsive behavior */
@media screen and (max-width: 768px) {
  .nordic .hero-overlay h1 {
    font-size: 2.2rem;
  }
  .nordic .hero-overlay p {
    font-size: 1rem;
  }
  .nordic .hero-overlay button {
    font-size: 0.9rem;
    padding: 0.6rem 1.4rem;
  }
  .nordic .features {
    margin-top: 4rem;
  }
}
/* Sustainability-banner */
.nordic .sustainability-banner {
  background-color: #d1e7b4;
  position: relative;
  text-align: center;
  min-height: 30vh;

  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem; /* zodat tekst niet tegen rand plakt */
}
.nordic .sustainability-banner h2 {
  font-size: 64px;
  font-family: 'Playfair Display', serif;
  color: #294140;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}
.nordic .recycle-icon {
  position: absolute;
  top: 50%;
  height: 85%;
  transform: translateY(-50%);
  opacity: 1;
  pointer-events: none;
}
.nordic .recycle-icon.left {
  left: 0;
}
.nordic .recycle-icon.right {
  right: 0;
}
@media (max-width: 1018px) {
  .nordic .sustainability-banner h2 {
    font-size: 48px;
  }
}
@media (max-width: 838px) {
  .nordic .sustainability-banner h2 {
    font-size: 40px;
  }
}
@media (max-width: 714px) {
  .nordic .sustainability-banner h2 {
    font-size: 32px;
  }
  .nordic .recycle-icon {
    height: 65%;
  }
}
@media (max-width: 598px) {
  .nordic .sustainability-banner h2 {
    font-size: 32px;
  }
  .nordic .recycle-icon {
    height: 50%;
  }
}
@media (max-width: 500px) {
  .nordic .sustainability-banner h2 {
    font-size: 24px;
  }
  .nordic .recycle-icon {
    height: 50%;
  }
}
@media (max-width: 408px) {
  .nordic .sustainability-banner h2 {
    font-size: 24px;
  }
  .nordic .recycle-icon {
    height: 60%;
  }
  .nordic .sustainability-banner {
    min-height: 20vh;
  }
}
@media (max-width: 375px) {
  .nordic .sustainability-banner h2 {
    font-size: 20px;
  }
  .nordic .recycle-icon {
    height: 60%;
  }
  .nordic .sustainability-banner {
    min-height: 20vh;
  }
}
/*About Us*/
.nordic .about-us-section {
  background-color: #ffffff;
  padding: 4rem 2rem 0 2rem; /* top 0, left/right 2rem, bottom 4rem */
  z-index: 30000;
}
.nordic .about-us-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6rem;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.nordic .about-us-text {
  flex: 1;
  max-width: 520px;
}
.nordic .about-us-text h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.nordic .about-us-text p {
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
}
.nordic .about-us-image {
  flex: 1;
  text-align: center;
}
.nordic .about-us-image img {
  max-width: 100%;
  height: 600px;
  object-fit: contain;
}
/* RESPONSIVE */
@media (max-width: 900px) {
  .nordic .about-us-content {
    flex-direction: column;
    text-align: center;
    gap: 3rem;
  }
  .nordic .about-us-text {
    max-width: 100%;
  }
}
.nordic .section-divider-nobilis {
  position: relative;
  overflow: visible; /* let the image overflow into next section */
  z-index: 0;
}
.nordic .nobilis-branch-wrapper {
  position: relative;
  z-index: 0;
  margin-top: -180px;   /* Pull into section A */
  margin-bottom: -120px; /* Pull into section B */
  pointer-events: none;
}
.nordic .nobilis-branch-wrapper img {
  width: 45%;
  max-width: 1248px;
  display: block;
  margin-left: 0;
  margin-right: auto;
  opacity: 0.3;
  user-select: none;
}
@media (max-width: 1042px) {
  .nordic .section-divider-nobilis {
    display: none;
  }
}
/*How we work*/
.nordic .how-we-work {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  gap: 9rem;
  padding: 0 2rem 4rem 2rem; /* top 0, left/right 2rem, bottom 4rem */
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap; /* already helps stacking */
}
.nordic #howwework {
  scroll-margin-top: 100px; /* adjust based on your navbar height */
}
.nordic .video-preview {
  position: relative;
  flex: 1;
  max-width: 700px;
  border-radius: 12px;
  overflow: hidden;
}
.nordic .video-wrapper-portrait {
  position: relative;
  width: 100%;
  padding-top: 125%; /* 4:5 aspect ratio */
  overflow: hidden;
  border-radius: 12px;
}
.nordic .video-wrapper-landscape {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
  border-radius: 12px;
}
.nordic .video-preview.landscape {
  max-width: 800px !important;
}
.nordic .video-wrapper-landscape video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.nordic .video-wrapper-portrait video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.nordic .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
  opacity: 0.9;
  cursor: pointer;
  transition: opacity 0.2s ease;
  z-index: 2;
}
.nordic .work-text {
  flex: 1;
  max-width: 500px;
}
.nordic .work-text p {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}
.nordic .work-points {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nordic .work-points li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #294140;
}
@media (max-width: 768px) {
  .nordic .work-points li {
    justify-content: center;
    text-align: left;
  }
}
.nordic .work-points li img {
  width: 36px;
  height: 36px;
}
@media (max-width: 1042px) {
  .nordic .how-we-work {
    padding-top: 4rem;
  }
}
@media (max-width: 768px) {
  .nordic .how-we-work {
    flex-direction: column;
    padding-top: 4rem;
    text-align: center;
    gap: 2rem;
  }
  .nordic .work-text {
    margin-top: 2rem;
  }
  .nordic .work-points li {
    justify-content: center;
  }
  .nordic #howwework {
    scroll-margin-top: 80px; /* adjust based on your navbar height */
  }
}
@media (max-width: 768px) {
  .nordic .video-wrapper-portrait {
    position: relative;
    width: 100%;
    max-width: 500px;
    height: 300px;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    display: block;
  }
  .nordic .video-wrapper-portrait video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    display: block;
  }
  .nordic .video-preview {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
.nordic .contact-section {
  background-color: #ffffff;
  padding: 4rem 2rem;
}
.nordic .contact-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6rem;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.nordic .contact-text {
  flex: 1;
  max-width: 520px;
}
.nordic .contact-text h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.nordic .contact-text p {
  font-size: 1rem;
  color: #444;
  margin-bottom: 2rem;
}
.nordic .contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.nordic .contact-form .form-row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.nordic .contact-form input, .nordic .contact-form textarea {
  flex: 1;
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  background-color: #fff;
}
.nordic .contact-form button {
  align-self: flex-start;
  padding: 0.75rem 1.5rem;
  border: 1px solid #294140;
  background-color: transparent;
  color: #294140;
  font-weight: bold;
  cursor: pointer;
  border-radius: 4px;
  transition: 0.3s ease;
}
.nordic .contact-form button:hover {
  background-color: #294140;
  color: #fff;
}
.nordic .contact-image {
  flex: 1;
  text-align: center;
}
.nordic .contact-image img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
/* RESPONSIVE */
@media (max-width: 900px) {
  .nordic .contact-content {
    flex-direction: column;
    text-align: center;
    gap: 3rem;
  }
  .nordic .contact-text {
    max-width: 100%;
  }
  .nordic .contact-form .form-row {
    flex-direction: column;
  }
  .nordic .contact-form button {
    align-self: center;
  }
  .nordic .contact-section {
    padding-top: 4rem;
  }
}
.nordic-confirm {
  background-color: #294140;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 0.6rem 1.4rem;
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}
.nordic-confirm:hover {
  background-color: #3a5a58;
}
