#esg .section-intro {
  max-height: 550px;
  min-height: 0;
}

#esg .section-esg-certification {
  background-color: var(--color-white);
  margin: clamp(80px, 10vw, 100px) 0;
}

#esg .section-esg-certification .section-two-columns-image-large {
  width: clamp(260px, 47vw, 675px);
  max-width: 675px;
  height: clamp(260px, 47vw, 675px);
  max-height: 675px;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
}

#esg .section-esg-certification .section-two-columns-image-large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#esg .section-esg-certification .section-two-columns-list-heading {
  font-family: var(--font-family-secondary);
  font-size: var(--font-size-16);
  font-weight: 700;
  color: var(--color-black);
  margin: clamp(20px, 3vw, 30px) 0 clamp(12px, 2vw, 20px) 0;
  text-align: center;
}

#esg .section-esg-certification-container .section-esg-certification-content {
  align-items: center !important;
}

#esg .section-esg-certification .section-two-columns-title {
  font-size: clamp(28px, 5vw, 48px);
  margin: 0;
}

#esg .section-esg-certification .section-two-columns-subtitle {
  font-size: clamp(16px, 2.5vw, 24px);
  font-weight: 100;
  margin: 0 0 clamp(12px, 2vw, 20px) 0;
}

#esg .section-esg-certification .section-two-columns-paragraph {
  font-family: var(--font-family-secondary);
  font-size: clamp(14px, 2vw, 16px);
  color: var(--color-black);
  text-align: center;
  margin: 0 0 clamp(8px, 1.5vw, 12px) 0;
}

#esg .section-esg-certification .section-two-columns-content > .section-two-columns-paragraph:nth-child(3) {
  font-weight: 600 !important;
}

#esg .section-esg-certification .section-two-columns-paragraph:not(:first-of-type) {
  font-weight: 300;
}

#esg .section-esg-certification .section-two-columns-list-heading,
#esg .section-esg-certification .section-two-columns-list-heading strong {
  font-weight: 600;
  text-align: left;
}

#esg .section-esg-certification .section-two-columns-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(8px, 1.5vw, 12px);
}

#esg .section-esg-certification .section-two-columns-list-item {
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: var(--font-size-16);
  font-weight: 300;
  color: var(--color-black);
  padding-left: clamp(5px, 3vw, 10px);
  position: relative;
}

#esg .section-esg-certification .section-two-columns-list-item::before {
  content: "•";
  position: absolute;
  left: 0;
  font-size: var(--font-size-16);
  color: var(--color-black);
  font-weight: 700;
}

#esg .section-esg-collective .section-intro-title {
  margin: 0;
}

#esg .section-esg-collective .section-intro-title .title-bold {
  font-weight: 500;
}

#esg .section-esg-collective .section-intro-subtitle {
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 100;
}

#esg .section-esg-collective .section-intro-highlight {
  font-weight: 600;
}

@media (max-width: 768px) {
  #esg .section-intro {
  max-height: 750px;
  }
}

/* ========================================
   ESG motion
   ======================================== */

#esg .topo-title {
  animation: esg-hero-in 1s cubic-bezier(0.16, 1, 0.3, 1) 0.12s both;
}

#esg .topo-subtitle {
  animation: esg-hero-in 1s cubic-bezier(0.16, 1, 0.3, 1) 0.28s both;
}

@keyframes esg-hero-in {
  from {
    opacity: 0;
    transform: translateY(28px);
    clip-path: inset(0 0 100% 0);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
  }
}

#esg.esg-motion-enabled .esg-motion-item {
  opacity: 1;
  transform: translateY(0);
  clip-path: inset(0 0 0 0);
  transition:
    opacity 0.7s ease,
    transform 0.9s cubic-bezier(0.16, 1, 0.3, 1),
    clip-path 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--esg-motion-delay, 0ms);
}

#esg.esg-motion-enabled .esg-motion-pending .esg-motion-item {
  opacity: 0;
  transform: translateY(28px);
  clip-path: inset(0 0 100% 0);
}

#esg.esg-motion-enabled .esg-motion-card {
  opacity: 1;
  transform: none;
  transition:
    opacity 0.75s ease,
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--esg-motion-delay, 0ms);
}

#esg.esg-motion-enabled .esg-motion-pending .esg-motion-card {
  opacity: 0;
  transform: translateY(28px);
}

#esg.esg-motion-enabled .section-esg-impact {
  clip-path: inset(0 0 0 0);
  transition: clip-path 1.1s cubic-bezier(0.16, 1, 0.3, 1);
}

#esg.esg-motion-enabled .section-esg-impact.esg-motion-pending {
  clip-path: inset(100% 0 0 0);
}

#esg.esg-motion-enabled .esg-motion-visual {
  overflow: hidden;
  opacity: 1;
  clip-path: inset(0 0 0 0);
  transition:
    clip-path 1.15s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.8s ease;
}

#esg.esg-motion-enabled .esg-motion-visual > img {
  transform: scale(1);
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

#esg.esg-motion-enabled .esg-motion-pending .esg-motion-visual {
  opacity: 0;
  clip-path: inset(100% 0 0 0);
}

#esg.esg-motion-enabled .esg-motion-pending .esg-motion-visual > img {
  transform: scale(1.1);
}

#esg.esg-motion-enabled .section-esg-pillars-letter {
  transform: scale(1);
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

#esg.esg-motion-enabled .esg-motion-pending .section-esg-pillars-letter {
  transform: scale(0.72);
}

@media (hover: hover) and (pointer: fine) {
  #esg.esg-motion-enabled .section-esg-certification .section-two-columns-image-large:hover > img {
    transform: scale(1.035);
  }
}

@media (prefers-reduced-motion: reduce) {
  #esg .topo-title,
  #esg .topo-subtitle,
  #esg .scroll-indicator {
    animation: none !important;
  }

  #esg .esg-motion-item,
  #esg .esg-motion-card,
  #esg .section-esg-impact,
  #esg .esg-motion-visual,
  #esg .esg-motion-visual > img,
  #esg .section-esg-pillars-letter {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }
}
