/* Sustainability subpages - hero style like whistleblowing */

/* Hide default page title and breadcrumb */
.path-node-1263 .page-header,
.path-node-1263 h1.page-header,
.path-node-1263 .block-page-title-block,
.path-node-1263 .breadcrumb,
.path-node-1264 .page-header,
.path-node-1264 h1.page-header,
.path-node-1264 .block-page-title-block,
.path-node-1264 .breadcrumb,
.path-node-1265 .page-header,
.path-node-1265 h1.page-header,
.path-node-1265 .block-page-title-block,
.path-node-1265 .breadcrumb,
.path-node-1266 .page-header,
.path-node-1266 h1.page-header,
.path-node-1266 .block-page-title-block,
.path-node-1266 .breadcrumb {
  display: none !important;
}

/* Hero - identical to whistleblowing */
.sust-sub-hero {
  position: relative;
  width: 100%;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.sust-sub-hero__image {
  width: 100%;
  height: auto;
  display: block;
}
.sust-sub-hero__title {
  position: absolute;
  bottom: 200px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  font-size: 48px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
  white-space: nowrap;
}
.sust-sub-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
  pointer-events: none;
}

/* Tab navigation */
.sust-tabs {
  display: flex;
  justify-content: center;
  gap: 0;
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
  padding: 0;
  margin: 0;
}
.sust-tabs__link {
  display: block;
  padding: 16px 30px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #666;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  transition: all 0.2s;
}
.sust-tabs__link:hover {
  color: #333;
  text-decoration: none;
  background: #eee;
}
.sust-tabs__link--active {
  color: #3565B4;
  border-bottom-color: #3565B4;
  font-weight: 600;
}
.sust-tabs__link--active:hover {
  color: #3565B4;
}

/* Content body */
.sust-sub-content {
  padding: 60px 0;
}
.sust-sub-content .container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 30px;
}
.sust-sub-content h1,
.sust-sub-content h2 {
  font-size: 28px !important;
  font-weight: 300 !important;
  color: #333;
  margin: 40px 0 20px !important;
}
.sust-sub-content h1:first-child,
.sust-sub-content h2:first-child {
  margin-top: 0 !important;
}
.sust-sub-content h3 {
  font-size: 20px !important;
  font-weight: 500 !important;
  color: #333;
  margin: 35px 0 15px !important;
}
.sust-sub-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}
.sust-sub-content ul {
  list-style: none;
  padding: 0;
  margin: 15px 0 25px;
}
.sust-sub-content ul li {
  padding: 8px 0 8px 20px;
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  border-bottom: 1px solid #f0f0f0;
}
.sust-sub-content ul li:last-child {
  border-bottom: none;
}
.sust-sub-content ul li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: #3565B4;
  font-weight: 600;
}
.sust-sub-content strong {
  color: #333;
}
.sust-sub-content a {
  color: #3565B4;
  text-decoration: none;
}
.sust-sub-content a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .sust-sub-hero__title {
    font-size: 28px;
    bottom: 80px;
  }
  .sust-tabs {
    flex-wrap: wrap;
  }
  .sust-tabs__link {
    padding: 12px 15px;
    font-size: 12px;
    flex: 1 1 50%;
    text-align: center;
  }
  .sust-sub-content .container {
    padding: 0 20px;
  }
}
