/* Sustainability page - full-screen parallax sections */

/* Sidebar navigation */
.sust-sidebar {
  position: fixed;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 100;
}

.sust-sidebar li {
  margin: 15px 0;
  position: relative;
}

.sust-sidebar a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: rgba(255,255,255,0.6);
  transition: color 0.3s;
}

.sust-sidebar a::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.6);
  background: transparent;
  margin-right: 10px;
  transition: all 0.3s;
  flex-shrink: 0;
}

.sust-sidebar a.active::before,
.sust-sidebar a:hover::before {
  background: #fff;
  border-color: #fff;
}

.sust-sidebar a.active,
.sust-sidebar a:hover {
  color: #fff;
}

.sust-sidebar__label {
  font-size: 12px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 1px;
  white-space: nowrap;
  opacity: 1;
  transition: opacity 0.3s;
}

/* Full-screen sections */
.sust-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
}

.sust-section__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

.sust-section__content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 700px;
  padding: 40px;
  color: #fff;
}

.sust-section__title {
  font-size: 42px;
  font-weight: 300;
  margin-bottom: 30px;
  color: #fff;
  line-height: 1.2;
}

.sust-section__text {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255,255,255,0.9);
  margin-bottom: 40px;
}

/* Read more button */
.sust-section__readmore {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #fff;
  transition: opacity 0.3s;
}

.sust-section__readmore:hover {
  opacity: 0.8;
  color: #fff;
  text-decoration: none;
}

.sust-section__readmore-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 10px;
}

.sust-section__readmore-text {
  font-size: 12px;
  text-transform: none;
  letter-spacing: 2px;
}

/* Background images */
.sust-section--sustainability {
  background-image: url('/sites/default/files/company/sustainability/sustainability_bg.jpg');
}

.sust-section--environment {
  background-image: url('/sites/default/files/company/sustainability/environment_bg.jpg');
}

.sust-section--social {
  background-image: url('/sites/default/files/company/sustainability/social_bg.jpg');
}

.sust-section--governance {
  background-image: url('/sites/default/files/company/sustainability/governance_bg.jpg');
}

/* Hide default page elements */
.path-node-47 .breadcrumb,
.path-node-47 h1.page-title {
  display: none;
}

/* Responsive */
@media (max-width: 768px) {
  .sust-sidebar {
    display: none;
  }
  
  .sust-section {
    background-attachment: scroll;
  }
  
  .sust-section__title {
    font-size: 28px;
  }
  
  .sust-section__content {
    padding: 30px 20px;
  }
}

}

/* Scroll snap - scoped to sustainability page only */
/* Smooth scroll - no snap (snap causes brutal jumps) */
.path-node-47 .breadcrumb {
  display: none !important;
}
