html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}

body.bg-black {
  background-color: black;
}

.obj-pos-15 {
  object-position: 15%;
}

.obj-pos-75 {
  object-position: 75%;
}

.ar-title {
  padding-right: 20px;
}

header nav {
  padding-right: 5px !important;
}

main.desktop {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

main.desktop section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  transition: transform 0.5s ease-out;
}

main.desktop section.active {
  transform: translateY(0);
}

.fira-font {
  font-family: "Fira Sans";
}

.full-width-height {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.full-width-height-abs {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
}

.section-title-red,
.section-title-white {
  font-family: "Fira Sans", sans-serif;
  font-size: clamp(52px, 6vw, 100px);
  font-weight: 600;
  line-height: 1;
  margin: 0;
  display: block;
  white-space: nowrap;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}

.section-title-red {
  color: var(--keppel-red, #c8102e);
}

.section-title-white {
  color: white;
}

.red-btn {
  width: 156px;
  height: 48px;       
  font-size: 16px;    
  background-color: #841628;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.red-btn:hover {
  background-color: #6c0e1d;
  color: #ffffff;
}

.chairman-section {
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cs-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: clamp(50px, 6.5vh, 90px) 0 70px clamp(80px, 7.5vw, 150px);
  box-sizing: border-box;
  gap: clamp(16px, 2vw, 30px);
}

.cs-left {
  flex-shrink: 0;
  width: clamp(200px, 24vw, 360px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  z-index: 6;
}

.cs-title-line1,
.cs-title-line2 {
  font-family: "Fira Sans", sans-serif;
  font-size: clamp(28px, 3.8vw, 58px);
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  line-height: 1.05;
  opacity: 0;
  white-space: nowrap;
}

.cs-redline,
.cs-blueline {
  opacity: 0;
  margin-bottom: 10px;
}

.cs-redline img,
.cs-blueline img {
  width: clamp(60px, 6vw, 90px);
  height: auto;
  display: block;
}

.cs-right {
  flex: 1;
  position: relative;
  overflow: hidden;
  height: calc(100vh - 75px - clamp(40px, 6vh, 80px) - 70px);
  max-height: calc(100vh - 75px - clamp(40px, 6vh, 80px) - 70px);
}

.cs-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  opacity: 0;
}

.cs-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
  display: block;
}

.cs-content {
  position: absolute;
  right: 0;
  bottom: 0;
  top: auto;
  width: 44%;
  z-index: 9;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  row-gap: clamp(20px, 3.5vh, 40px);
  padding: 0 clamp(30px, 4vw, 60px) clamp(40px, 5vh, 70px) 0;
  box-sizing: border-box;
}

/* ---- Quote text ---- */
.cs-quote-text {
  font-family: "Roboto", sans-serif;
  font-size: clamp(20px, 1.7vw, 32px);
  font-weight: 400;
  color: #ffffff;
  line-height: 115%;
  margin: 0;
  position: relative;
  padding-top: 30px;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}

.cs-quote-text::before {
  content: "";
  background-image: url("../image/quote-start-light.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  width: clamp(80px, 7vw, 100px);
  height: clamp(62px, 5.5vw, 80px);
  top: -10px;
  left: -15px;
  opacity: 0.2;
  filter: brightness(0) invert(1);
  z-index: -1;
}

#ceo .cs-quote-text::before {
  background-image: url("../image/quote-start-dark.svg");
  opacity: 0.2;
  filter: none;
}

#cio .cs-quote-text::before {
  background-image: url("../image/quote-start-light.svg");
  opacity: 0.2;
  filter: brightness(0) invert(1);
}

/* .cs-quote-text::after {
  content: "";
  background-image: url('../image/quote-end-light.svg');
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: clamp(69px, 5.6vw, 75px);
  height: clamp(52.8px, 4.64vw, 59px);
  margin-left: -65px;
  vertical-align: text-top;
} */

/* ---- Attribution ---- */
.cs-attribution {
  font-family: "Roboto", sans-serif;
  font-size: clamp(18px, 1.2vw, 22px);
  color: #ffffff;
  margin: 0;
  letter-spacing: 0.5px;
}

/* ---- Read More ---- */
.cs-read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 156px;
  height: 48px;
  background-color: #841628;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
  flex-shrink: 0;
}

.cs-read-more:hover {
  background-color: #6c0e1d;
  color: #ffffff;
}

/* ---- Responsive breakpoints ---- */
@media (min-width: 1440px) {
  .cs-content {
    width: 48%;
  }
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .cs-content {
    width: 46%;
  }
}

@media (min-width: 768px) and (max-width: 1060px) {
  .cs-container {
    flex-direction: column;
    gap: 16px;
    padding: clamp(30px, 4vh, 50px) 0 clamp(80px, 10vh, 120px)
      clamp(80px, 7.5vw, 150px);
  }

  /* 上面 — cs-left 标题 */
  .cs-container .cs-left {
    width: 100%;
    flex-shrink: 0;
  }

  .cs-container .cs-right {
    width: 100%;
    height: calc(
      100vh - 150px - clamp(30px, 4vh, 55px) - 70px - 120px
    ) !important;
    max-height: calc(
      100vh - 150px - clamp(30px, 4vh, 55px) - 70px - 120px
    ) !important;
  }

  .cs-container .cs-title-line1,
  .cs-container .cs-title-line2 {
    font-size: clamp(38px, 5vw, 52px);
  }

  .cs-content {
    width: 55%;
    row-gap: clamp(10px, 1.5vh, 18px);
    padding-bottom: clamp(40px, 3.5vh, 50px);
  }

  .cs-attribution {
    font-family: "Roboto", sans-serif;
    font-size: clamp(18px, 1.2vw, 22px);
    color: #ffffff;
    margin: 0;
    letter-spacing: 0.5px;
  }

  .cs-image-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    /* ✅ gradient 覆盖下半部分 */
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.3) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    z-index: 8;
    pointer-events: none;
  }

  #scrollspyNav {
    padding: 0 0 62px clamp(24px, 3vw, 40px) !important;
  }

  .cs-redline img,
  .cs-blueline img {
    width: clamp(58px, 5.5vw, 70px);
  }

  .cs-quote-text {
    font-size: clamp(22px, 2.5vw, 28px);
  }

  .main {
    margin-top: 0;
  }

  .cs-image-wrapper img {
    object-position: 5% top;
  }

  .cs-quote-text::before {
    opacity: 0.3;
  }

  #ceo .cs-quote-text::before {
    opacity: 0.3;
  }

  #cio .cs-quote-text::before {
    opacity: 0.3;
  }
}

/* =============================================
   HERO 2025 — Growing Momentum
   ============================================= */
#hero-section {
  perspective: 4000px;
  perspective-origin: 50% 40%;
  position: relative;
  overflow: hidden;
}

#hero-section .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.hero-white-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  pointer-events: none;
}

.hero-gm-wrapper {
  position: absolute;
  top: 40%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  opacity: 0;
  z-index: 3;
  white-space: nowrap;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hero-gm-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-gm-text .gm-growing {
  font-family: "Fira Sans";
  font-size: clamp(72px, 8.5vw, 130px);
  line-height: 0.95;
  color: var(--keppel-red, #c8102e);
  display: block;
  font-weight: 600;
}

.hero-gm-text .gm-momentum {
  font-family: "Fira Sans";
  font-size: clamp(72px, 8.5vw, 130px);
  line-height: 0.95;
  color: #111;
  display: block;
  font-weight: 600;
}

.hero-gm-ghost {
  pointer-events: none;
  white-space: nowrap;
  will-change: transform, opacity, filter;
}

/* ---- Discover (desktop hero) ---- */
.discover {
  pointer-events: none;
}

.discover img {
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 12%;
  transform: translate(-50%, 0);
}

#hero-section .discover {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16%;
  z-index: 12;
}

#hero-section.animate-2 .discover {
  pointer-events: all;
  cursor: pointer;
}

#hero-section.animate-2 .discover img {
  animation: discoverAnimate 2s infinite alternate ease-in-out 3s;
}

@keyframes discoverAnimate {
  0% {
    transform: translate(-50%, 20px);
    opacity: 0;
  }

  100% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}

.discover {
  pointer-events: none;
}

@media (min-width: 768px) and (max-width: 1060px) {
  #hero-section .discover {
    bottom: 21%;
  }
}

/* =============================================
   highlights-2025 (Scaling Performance)
   ============================================= */
#highlights-2025 {
  background-color: #021518;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  perspective: 2500px;
  perspective-origin: 50% 40%;
}

/* Phase 1 — 照片 */
.sp-photo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 1;
}

.sp-photo-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Phase 2 — 深色背景 */
.sp-dark-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #021518;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
}

/* Phase 2 — 文字 */
.sp-text-wrapper {
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 4;
  text-align: center;
  white-space: nowrap;
  opacity: 0;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sp-title-teal {
  font-family: "Fira Sans", sans-serif;
  font-size: clamp(58px, 8vw, 130px);
  font-weight: 600;
  color: #7ce4f1;
  line-height: 0.95;
  margin: 0;
}

.sp-title-white {
  font-family: "Fira Sans", sans-serif;
  font-size: clamp(58px, 8vw, 130px);
  font-weight: 600;
  color: #ffffff;
  line-height: 0.95;
  margin: 0;
}

.sp-slider-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(70px, 17vh, 130px) 0 clamp(40px, 6vh, 80px) 20%;
  overflow: visible;
}

@media (min-width: 768px) and (max-width: 1060px) {
  .sp-slide {
    margin-right: clamp(40px, 4vw, 80px);
  }

  /* ✅ Scaling Performance */
  .sp-slider-wrapper {
    justify-content: center;
    padding-right: clamp(40px, 6vw, 80px) !important;
    margin-top: -140px;
  }

  .sp-main-content {
    width: 100%;
    /* ✅ 全宽，不限制 */
  }

  .sp-big-number {
    font-size: clamp(80px, 12vw, 120px);
  }

  .sp-eyebrow {
    font-size: clamp(22px, 2.5vw, 28px);
  }

  .sp-desc {
    font-size: clamp(18px, 2vw, 22px);
  }

  .sp-dots {
    width: 100%;
  }
}

@media (min-width: 1400px) {
  .sp-slider-wrapper {
    padding-left: 28%;
    padding-top: clamp(80px, 16vh, 140px);
  }
}

@media (min-width: 1600px) {
  .sp-slider-wrapper {
    padding-left: 26%;
    padding-top: clamp(130px, 17vh, 210px);
  }
}

.sp-slider-wrapper.visible {
  opacity: 1;
  pointer-events: all;
}

.sp-main-content {
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 5vh, 54px);
  width: clamp(380px, 50vw, 750px);
  will-change: transform, opacity;
  flex-shrink: 0;
}

.sp-blueline-wrapper {
  display: flex;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
  position: relative;
}

.sp-blueline-img {
  position: absolute;
  right: calc(100% + clamp(6px, 1vw, 14px));
  top: 40%;
  transform: translateY(-50%);
  width: clamp(60px, 6vw, 90px);
  height: auto;
  display: block;
  display: block;
  opacity: 0;
}

.sp-slide:not(.active) .sp-blueline-img {
  opacity: 0 !important;
}

.sp-eyebrow {
  font-family: "Fira Sans", sans-serif;
  font-size: clamp(26px, 1.6vw, 32px);
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}

.sp-main-figure {
  display: flex;
  flex-direction: column;
  gap: clamp(26px, 4vh, 45px);
  flex-shrink: 0;
}

.sp-big-number {
  font-family: "DM Serif Display", sans-serif;
  font-size: clamp(90px, 11vw, 150px);
  font-weight: 400;
  color: #7ce4f1;
  margin: 0;
  line-height: 1;
  flex-shrink: 0;
}

.sp-desc {
  font-family: "Roboto", sans-serif;
  font-size: clamp(20px, 1.3vw, 26px);
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  max-width: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  padding-right: clamp(20px, 4vw, 60px);
  line-height: 1.2;
}

.sp-footnote {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  color: #a3a3a3;
  margin-top: -15px;
  padding-right: clamp(20px, 4vw, 60px);
  line-height: 1.2;
  max-width: 540px;
}

/* Dots — flex child，跟着 main content */
.sp-dots {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-top: clamp(20px, 3vh, 36px);
  opacity: 0;
  will-change: opacity;
  flex-shrink: 0;
  width: clamp(280px, 30vw, 450px);
  transition: opacity 0.8s ease;
  margin-top: clamp(60px, 8vh, 90px) !important;
}

.sp-dots.show {
  opacity: 1;
}

.sp-dot {
  flex: 1;
  height: 3px;
  border: none;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.25);
  padding: 0;
  transition: background-color 0.3s ease;
  min-width: clamp(55px, 6vw, 95px);
}

.sp-dot.active {
  background-color: #ffffff;
}

.sp-track {
  display: flex;
  flex-direction: row;
  width: 100%;
  will-change: transform;
  overflow: visible;
}

.sp-slide {
  flex-shrink: 0;
  width: clamp(380px, 50vw, 750px);
  opacity: 0.35;
  will-change: transform, opacity;
}

@media (min-width: 1200px) {
  .sp-slide {
    margin-right: clamp(40px, 4vw, 80px);
  }
}

@media (min-width: 1600px) {
  .sp-slide {
    margin-right: clamp(100px, 10vw, 180px);
  }
}

.sp-slide.active {
  opacity: 1;
}

.sp-preview-eyebrow {
  font-family: "Roboto", sans-serif;
  font-size: clamp(11px, 0.9vw, 15px);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.sp-preview-number {
  font-family: "Fira Sans", sans-serif;
  font-size: clamp(32px, 4vw, 64px);
  font-weight: 700;
  color: rgba(124, 228, 241, 0.5);
  margin: 0;
  line-height: 1;
}

.sp-preview-desc {
  font-family: "Roboto", sans-serif;
  font-size: clamp(10px, 0.8vw, 13px);
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* =============================================
   Vision-2030-in-action
   ============================================= */
#vision-2030-in-action {
  background-color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  perspective: 4000px;
  perspective-origin: 50% 40%;
  clip-path: inset(0);
}

.v2030-black-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 5;
  pointer-events: none;
}

.v2030-video-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100vh;
  flex-shrink: 0;
}

.v2030-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
}

.v2030-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
  pointer-events: none;
}

#v2030TextWrapper .section-title-red,
#v2030TextWrapper .section-title-white {
  font-size: clamp(48px, 7vw, 72px) !important;
}

.v2030-text-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 6;
  text-align: center;
  white-space: nowrap;
  opacity: 0;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.v2030-btn-wrapper {
  position: absolute;
  bottom: clamp(135px, 17vh, 170px);
  z-index: 6;
    text-transform: uppercase;

}

#v2030BtnWrapper {
  opacity: 0;
  pointer-events: none;
}

@media (min-width: 768px) and (max-width: 1060px) {
  .v2030-btn-wrapper {
    position: absolute;
    bottom: clamp(190px, 20vh, 225px);
    z-index: 6;
  }
}

@media screen and (orientation: landscape) {
  body.is-tablet .v2030-btn-wrapper {
    /* 修正后的 clamp：最小值 20px，理想值 24vh，最大值 240px */
    bottom: clamp(200px, 22vh, 240px) !important;
  }

  body.is-tablet #hero-section .discover {
    bottom: 25% !important;
  }
}

/* =============================================
   Enabling AI
   ============================================= */

.ai-section {
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ai-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: clamp(50px, 6.5vh, 90px) 0 70px clamp(80px, 7.5vw, 150px);
  box-sizing: border-box;
  gap: clamp(16px, 2vw, 30px);
}

.ai-left {
  flex-shrink: 0;
  width: clamp(240px, 26vw, 380px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  z-index: 6;
}

.ai-title-line1,
.ai-title-line2 {
  font-family: "Fira Sans", sans-serif;
  font-size: clamp(28px, 3.8vw, 58px);
  font-weight: 600;
  color: #f3f3f3;
  margin: 0;
  line-height: 1;
  opacity: 0;
  white-space: nowrap;
}

.ai-right {
  flex: 1;
  position: relative;
  overflow: hidden;
  height: calc(100vh - 75px - clamp(40px, 6vh, 80px) - 70px);
  max-height: calc(100vh - 75px - clamp(40px, 6vh, 80px) - 70px);
  margin-left: clamp(30px, 3.5vw, 75px);
}

.ai-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  opacity: 0;
  overflow: hidden;
  will-change: transform;
}

.ai-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.ai-desc {
  font-family: "Roboto", sans-serif;
  font-size: clamp(20px, 1.3vw, 28px) !important;
  font-weight: 400 !important;
  color: #ffffff;
  line-height: 1.6;
  margin: clamp(16px, 2.5vh, 28px) 0 0 0;
  opacity: 0;
  max-width: 100%;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}

.ai-read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 156px;
  height: 48px;
  background-color: #841628;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
  flex-shrink: 0;
  margin-top: clamp(20px, 3vh, 36px);
  opacity: 0;
  text-transform: uppercase;
}

.ai-read-more:hover {
  background-color: #6c0e1d;
  color: #ffffff;
}

@media (min-width: 768px) and (max-width: 1060px) {
  .ai-image-wrapper {
    height: 72%;
    z-index: 7;
    opacity: 0;
    overflow: hidden;
    will-change: transform;
  }

  .ai-right {
    margin-left: 15px;
  }
}

/* =============================================
   OPERATING & MARKET REVIEW
   ============================================= */
.omr-section {
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.omr-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: clamp(50px, 6.5vh, 90px) 0 70px clamp(80px, 7.5vw, 150px);
  box-sizing: border-box;
  gap: clamp(30px, 4vw, 60px);
}

.omr-right {
  flex: 1;
  position: relative;
  display: flex;
  /* margin-top: clamp(20px, 4vh, 60px); */
  flex-direction: column;
  overflow: visible;
  height: calc(100vh - 75px - clamp(40px, 6vh, 80px) - 70px);
  max-height: calc(100vh - 75px - clamp(40px, 6vh, 80px) - 70px);
}

.omr-slider {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
  flex: 1;
}

.omr-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}

.omr-slide.active {
  opacity: 1;
  pointer-events: all;
}

.omr-image-wrapper {
  position: absolute;
  /* top: clamp(20px, 4vh, 50px); */
  left: 0;
  width: 48%;
  height: 83%;
  z-index: 3;
  overflow: hidden;
  opacity: 0;
}

.omr-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 20% center;
  display: block;
}

/* ---- Teal box ---- */
.omr-content-box {
  position: absolute;
  top: 15%;
  left: 12%;
  right: 0;
  bottom: 0;
  background-color: #0aa3b7;
  z-index: 2;
  clip-path: inset(100% 0% 0% 100%);
}

/* ---- Content inner ---- */
.omr-content-inner {
  position: absolute;
  top: clamp(30px, 5vh, 60px);
  left: calc(42% + clamp(30px, 3vw, 50px));
  right: clamp(40px, 4vw, 70px);
  height: clamp(270px, 34vh, 390px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  opacity: 0;
  box-sizing: border-box;
}

.omr-content-top {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2.5vh, 28px);
}

.omr-dots {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-top: auto;
  padding-top: clamp(20px, 3vh, 40px);
}

.omr-dot {
  flex: 1;
  height: 3px;
  border: none;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.2);
  transition: background-color 0.3s ease;
  padding: 0;
  margin: 0 4px;
}

.omr-dot:first-child {
  margin-left: 0;
}

.omr-dot:last-child {
  margin-right: 0;
}

.omr-dot.active {
  background-color: #ffffff;
}

/* ---- Download btn ---- */
.omr-download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  vertical-align: middle;
  margin-left: 8px;
  transition: background-color 0.3s ease;
  flex-shrink: 0;
}

.omr-download-btn:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.omr-download-btn img {
  width: 10px;
  height: auto;
  display: block;
}

.omr-subtitle {
  font-family: "DM Serif Display";
  font-size: clamp(26px, 2.5vw, 44px);
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
  color: #cfeaee;
}

.omr-desc {
  font-family: "Roboto", sans-serif;
  font-size: clamp(18px, 1.4vw, 22px);
  font-weight: 400;
  color: #ffffff;
  line-height: 1.2;
  margin: 0;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}

/* ---- 1280px 以上 ---- */
@media (min-width: 1280px) {
  .omr-subtitle {
    font-size: clamp(32px, 2.6vw, 44px);
  }

  .omr-desc {
    font-size: clamp(18px, 1.4vw, 22px);
  }

  .omr-content-inner {
    right: clamp(30px, 3vw, 50px);
    height: clamp(300px, 37vh, 430px);
  }
}

@media (min-width: 1400px) {
  .omr-subtitle {
    font-size: clamp(34px, 2.8vw, 52px);
  }

  .omr-desc {
    font-size: clamp(18px, 1.8vw, 22px);
  }

  .omr-content-inner {
    right: clamp(40px, 3.5vw, 60px);
    height: clamp(310px, 40vh, 460px);
  }
}

@media (min-width: 1600px) {
  .omr-subtitle {
    font-size: clamp(34px, 2.8vw, 52px);
  }

  .omr-desc {
    font-size: clamp(20px, 1.5vw, 24px);
  }

  .omr-content-inner {
    right: clamp(50px, 4vw, 80px);
    height: clamp(330px, 42vh, 500px);
  }
}

@media (min-width: 768px) and (max-width: 1060px) {
  .omr-container {
    flex-direction: column;
    gap: 16px;
    padding: clamp(50px, 6.5vh, 90px) 0 70px clamp(80px, 7.5vw, 150px);
  }

  .cs-left#omrLeft {
    width: 100%;
    flex-shrink: 0;
  }

  .cs-left#omrLeft .cs-title-line1,
  .cs-left#omrLeft .cs-title-line2 {
    font-size: clamp(28px, 4vw, 38px);
    white-space: normal;
  }

  .omr-right {
    width: 100%;
    flex: 1;
    height: calc(
      100vh - 160px - clamp(30px, 4vh, 55px) - 70px - 120px
    ) !important;
    max-height: calc(
      100vh - 160px - clamp(30px, 4vh, 55px) - 70px - 120px
    ) !important;
  }

  /* ---- Teal box ---- */
  .omr-content-box {
    position: absolute;
    top: 15%;
    left: 12%;
    right: 0;
    bottom: 0;
    background-color: #0aa3b7;
    z-index: 2;
    clip-path: inset(100% 0% 0% 100%);
  }

  /* ---- Content inner ---- */
  .omr-content-inner {
    position: absolute;
    top: clamp(30px, 5vh, 60px);
    left: calc(48% + clamp(30px, 3vw, 50px));
    right: clamp(30px, 3vw, 50px);
    height: clamp(270px, 34vh, 390px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    opacity: 0;
    box-sizing: border-box;
  }

  .omr-subtitle {
    font-size: clamp(32px, 2.5vw, 42px);
  }

  .omr-desc {
    font-size: clamp(20px, 1.6vw, 22px);
  }

  .omr-image-wrapper {
    position: absolute;
    /* top: clamp(20px, 4vh, 50px); */
    left: 0;
    width: 55%;
    height: 80%;
    z-index: 3;
    overflow: hidden;
    opacity: 0;
  }

  .omr-image-wrapper {
    opacity: 0;
  }

  .omr-content-box {
    clip-path: inset(100% 0% 0% 100%);
  }

  .omr-content-inner {
    opacity: 0;
  }
}

@media (min-width: 768px) and (max-width: 820px) {
  .omr-subtitle {
    font-size: clamp(30px, 2.5vw, 38px);
  }

  .omr-desc {
    font-size: clamp(18px, 1.6vw, 20px);
  }
}

/* =============================================
   Sustainability-framework
   ============================================= */
#sustainability-framework {
  overflow: hidden;
  clip-path: inset(0);
  perspective: 4000px;
  perspective-origin: 50% 40%;
}

.sf-black-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}

.sf-text-wrapper {
  position: absolute;
  top: 40%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  opacity: 0;
  z-index: 3;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  white-space: nowrap;
}

.sf-btn-wrapper {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 220px));
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  text-transform: uppercase;
    font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.5px;
  width: 156px;
  height: 48px;

}

#operating-market-review {
  background-color: black;
}

#hero-section.animate-2 .discover {
  pointer-events: all;
}

#hero-section.animate-2 .discover:hover {
  cursor: pointer;
}

#hero-section.animate video {
  animation: heroVidAnimate 1s forwards;
}

section img {
  /* transform: scale(1); */
  transition: all 1s ease;
}

.key-statements article {
  width: 40%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  row-gap: clamp(14px, 3.5vh, 30px);
  justify-content: center;
}

.key-statements article.shift-right {
  left: auto;
  right: 10%;
  transform: translate(0%, -50%);
}

.key-statements article.shift-left {
  left: 10%;
  transform: translate(0%, -50%);
}

.key-statements article p,
.key-statements article a,
#operating-market-review article p,
#operating-market-review article a,
#sustainability-framework article p,
#sustainability-framework article a {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease-out;
}

.key-statements article p:nth-child(2),
.key-statements article p:nth-child(3),
#operating-market-review article p:nth-child(2),
#operating-market-review article p:nth-child(3),
#sustainability-framework article p:nth-child(2),
#sustainability-framework article p:nth-child(3) {
  transition-delay: 0.15s;
}

.key-statements article a,
#operating-market-review article a,
#sustainability-framework article a {
  transition:
    opacity 0.5s ease-out 0.3s,
    transform 0.5s ease-out 0.3s,
    background-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}

.key-statements.active article p,
#sustainability-framework.active article p {
  transition-delay: 0.3s;
}

.key-statements.active article p:nth-child(2),
.key-statements.active article p:nth-child(3),
#sustainability-framework.active article p:nth-child(2),
#sustainability-framework.active article p:nth-child(3) {
  transition-delay: 0.45s;
}

.key-statements.active article a,
#sustainability-framework.active article a {
  transition:
    opacity 0.5s ease-out 0.6s,
    transform 0.5s ease-out 0.6s,
    background-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}

.key-statements.active article p,
.key-statements.active article a,
#operating-market-review.active .carousel-item.active article p,
#operating-market-review.active .carousel-item.active article a,
#sustainability-framework.active article p,
#sustainability-framework.active article a {
  opacity: 1;
  transform: translateY(0);
}

.white-btn {
  width: 156px;
  height: 54px;
  background-color: rgba(255, 255, 255, 0.6);
  color: black;
  font-size: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.white-btn:hover {
  background-color: white;
  color: var(--keppel-red);
}

.quoted-text::before {
  content: "";
  background-image: url("../image/quote-start-light.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  width: clamp(69px, 5.6vw, 75px);
  height: clamp(52.8px, 4.64vw, 59px);
  top: -31px;
  left: -24px;
}

/* .quoted-text::after {
  content: "";
  background-image: url("../image/quote-end-light.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: clamp(69px, 5.6vw, 75px);
  height: clamp(52.8px, 4.64vw, 59px);
  margin-left: -65px;
  vertical-align: text-top;
} */

#section-below-hero .quoted-text::before {
  background-image: url("../image/quote-start.svg");
}

/* #section-below-hero .quoted-text::after {
  background-image: url("../image/quote-end.svg");
} */

#scrollspyNav {
  opacity: 0;
  transform: translateX(-50px);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
  padding: 0 0 48px clamp(24px, 3vw, 40px);
}

#scrollspyNav.visible {
  opacity: 1;
  transform: translateX(0);
}

#scrollspyNav .nav-link {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-weight: bold;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
}

#scrollspyNav .nav-item:hover .nav-link,
#scrollspyNav .nav-link.active {
  background-color: rgba(0, 137, 160, 0.4);
  color: #fff;
}

#scrollspyNav .nav-item::after {
  content: "";
  display: inline-block;
  /* 永远 inline-block，不切换 display */
  width: 250px;
  height: 37px;
  margin-left: 5px;
  opacity: 0;
  visibility: hidden;
  max-width: 0;
  overflow: hidden;
  transition:
    opacity 0.3s ease,
    max-width 0.3s ease,
    visibility 0.3s ease;
  background-image: none;
  background-size: auto 40px;
  background-position: left center;
  background-repeat: no-repeat;
  vertical-align: middle;
}

#scrollspyNav .nav-item:nth-child(1)::after {
  background-image: url("../image/nav-01.svg");
}

#scrollspyNav .nav-item:nth-child(2)::after {
  background-image: url("../image/nav-02.svg");
}

#scrollspyNav .nav-item:nth-child(3)::after {
  background-image: url("../image/nav-03.svg");
}

#scrollspyNav .nav-item:nth-child(4)::after {
  background-image: url("../image/nav-04.svg");
}

#scrollspyNav .nav-item:nth-child(5)::after {
  background-image: url("../image/nav-05.svg");
}

#scrollspyNav .nav-item:nth-child(6)::after {
  background-image: url("../image/nav-06.svg");
}

#scrollspyNav .nav-item:nth-child(7)::after {
  background-image: url("../image/nav-07.svg");
}

#scrollspyNav .nav-item:nth-child(8)::after {
  background-image: url("../image/nav-08.svg");
}

#scrollspyNav .nav-item {
  pointer-events: none;
}

#scrollspyNav .nav-link {
  pointer-events: all;
}

#scrollspyNav .nav-item:hover::after {
  opacity: 1;
  visibility: visible;
  max-width: 250px;
}

.video-overlay-1 {
  background-color: rgba(0, 0, 0, 0.2);
}

.video-overlay-2 {
  background-image: linear-gradient(
    to right,
    rgba(102, 102, 102, 0.35),
    rgba(102, 102, 102, 0.1)
  );
}

.video-overlay-3 {
  background-color: rgba(0, 0, 0, 0.4);
}

.video-overlay-4 {
  background-color: rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
  main.desktop {
    display: none !important;
  }

  main.mobile {
    display: block !important;
  }
}

@media (min-width: 768px) {
  main.desktop {
    display: block !important;
  }

  main.mobile {
    display: none !important;
  }
}

@media (min-width: 768px) {
  #mobileProgressTrack {
    display: none;
  }
}

.h-290 {
  height: 290px;
}

.bg-chairman {
  background: #60c5d2;
}

.bg-ceo {
  background: #169aab;
}

.bg-cio {
  background: #1a7783;
}

.bg-omr {
  background: #0aa3b7;
}

.kpl-img-txt-wrapper .text-wrapper {
  padding: 65px 16px 50px 27px;
}

.kpl-img-txt-wrapper .text-wrapper.bg-omr {
  padding: 32px 16px 50px 27px;
}

.kpl-img-txt-wrapper .text-wrapper.bg-omr .eyebrow-white {
  font-size: 17px;
}

.kpl-img-txt-wrapper .text-wrapper.bg-omr .eyebrow-white-lg {
  font-size: 32px;
  color: #9bf4ff;
}

.kpl-img-txt-wrapper .text-wrapper p {
  font-size: 20px;
}

.kpl-img-txt-wrapper .text-wrapper .eyebrow-white-lg {
  font-size: 34px;
  line-height: 42px;
}

.kpl-img-txt-wrapper .quoted-text {
  position: relative;
}

.kpl-img-txt-wrapper .text-wrapper .quoted-text:before {
  opacity: 0.4;
}

.kpl-img-txt-wrapper .text-wrapper .quoted-text:before {
  left: -15px;
}

.kpl-img-txt-wrapper .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center !important;
  display: block;
}

.rect-animation.mobile {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
  height: 40%;
  transition: 0.5s;
  pointer-events: none;
}

.rect-animation.mobile svg path {
  stroke-width: 2vw;
}

.normal-scroll-container article.content-wrapper {
  width: 100%;
  height: auto;
  position: relative;
  top: unset;
  left: unset;
  transform: unset;
  display: flex;
  flex-direction: column;
  row-gap: unset;
  justify-content: center;
}

.normal-scroll-container .text-wrapper p,
.normal-scroll-container .text-wrapper a {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease-out;
}

.normal-scroll-container .text-wrapper p:nth-child(1),
.normal-scroll-container .text-wrapper p:nth-child(2),
.normal-scroll-container .text-wrapper p:nth-child(3) {
  transition-delay: 0.5s;
}

.normal-scroll-container.animate .text-wrapper p {
  transition-delay: 0.8s;
}

.normal-scroll-container.animate .text-wrapper p:nth-child(1),
.normal-scroll-container.animate .text-wrapper p:nth-child(2),
.normal-scroll-container.animate .text-wrapper p:nth-child(3) {
  transition-delay: 0.8s;
}

.normal-scroll-container.animate .text-wrapper a {
  transition-delay: 1s;
}

.normal-scroll-container.animate p,
.normal-scroll-container.animate a {
  opacity: 1;
  transform: translateY(0);
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1060px) and (orientation: portrait) {
  #section-below-hero .chairman-img {
    object-position: 35%;
  }

  #ceo .ceo-img {
    object-position: 42%;
  }

  #cio .cio-img {
    object-position: 57%;
  }

  .key-statements article.shift-right {
    right: 3%;
  }

  .key-statements article {
    top: 40%;
  }

  #delivering-strong-performance .slick-container {
    margin-top: 40%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .hero-gm-text .gm-growing,
  .hero-gm-text .gm-momentum {
    font-size: clamp(72px, 14vw, 130px);
  }
}

@media (max-width: 767px) {
  body {
    position: relative;
    width: 100%;
    height: calc(100vh - 85px);
    height: calc(100dvh - 85px);
    margin-top: 85px;
    overflow-y: auto;
  }

  main.mobile {
    margin-top: unset !important;
  }

  main.mobile img,
  main.mobile video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  main.mobile,
  main.mobile section {
    position: relative;
    width: 100%;
    height: auto;
  }
}

/* ---------- Hero section start -------------*/
#hero-section-mobile {
  position: relative;
  height: calc(100vh - 85px);
  height: calc(100dvh - 85px);
  overflow: hidden;
  background-size: cover;
  perspective: 4000px;
  perspective-origin: 50% 40%;
}

#hero-section-mobile video {
  position: absolute;
  width: auto;
  min-width: 100%;
  height: 100%;
  overflow: hidden;
}

#hero-section-mobile .discover img {
  z-index: 4;
  width: unset;
  height: unset;
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 8%;
  transform: translate(-50%, 0);
}

#hero-section-mobile.animate-2 .discover {
  pointer-events: all;
}

#hero-section-mobile.animate-2 .discover img {
  animation: discoverAnimate 2s infinite alternate ease-in-out;
}

.mob-hero-white-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}

.mob-hero-ghost {
  pointer-events: none;
  white-space: nowrap;
  will-change: transform, opacity, filter;
}

.mob-hero-gm-wrapper {
  position: absolute;
  top: 42%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  opacity: 0;
  z-index: 3;
  white-space: nowrap;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mob-gm-growing,
.mob-gm-momentum {
  font-family: "Fira Sans", sans-serif;
  font-size: clamp(64px, 12vw, 114px);
  line-height: 0.95;
  display: block;
  font-weight: 600;
}

.mob-gm-growing {
  color: var(--keppel-red, #c8102e);
}

.mob-gm-momentum {
  color: #111;
}

@media (max-width: 406px) {
  .mob-gm-growing,
  .mob-gm-momentum {
    font-size: 60px;
  }
}

/* 3. 针对 Xiaomi 14T Pro / Oppo / Samsung (360px 逻辑宽度) */
@media (max-width: 360px) {
  .mob-gm-growing,
  .mob-gm-momentum {
    font-size: 56px;
  }
}

/* Hero section end */

/* --------------- Mobile Chairman Section -----------*/

#section-below-hero-mobile .mob-header-wrapper {
  padding: 56px 20px 16px 24px;
}

.mob-header-wrapper {
  padding: 28px 20px 16px 24px;
  background-color: #000000;
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.6s ease-out,
    transform 0.6s ease-out;
}

.mob-redline,
.mob-blueline {
  margin-bottom: 12px;
  width: fit-content;
  height: 4px;
}

.mob-redline img,
.mob-blueline img {
  width: 75px !important;
  height: 12px !important;
  object-fit: unset !important;
  display: block;
}

.mob-section-title {
  font-family: "Fira Sans", sans-serif;
  font-size: 38px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.1;
  margin: 0;
}

.kpl-img-txt-wrapper .img-wrapper {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.6s ease-out 0.2s,
    transform 0.6s ease-out 0.2s;
}

.kpl-img-txt-wrapper .text-wrapper {
  padding: 52px 20px 40px 24px;
  gap: 16px;
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.6s ease-out 0.4s,
    transform 0.6s ease-out 0.4s;
}

.kpl-img-txt-wrapper .text-wrapper .text-white-md {
  font-size: 18px !important;
}

/* Quote text — 20px */
.kpl-img-txt-wrapper .text-wrapper .text-white-lg,
.kpl-img-txt-wrapper .text-wrapper .quoted-text {
  font-size: 22px !important;
  line-height: 1.6;
}

.normal-scroll-container.animate .mob-header-wrapper,
.normal-scroll-container.animate .kpl-img-txt-wrapper .img-wrapper,
.normal-scroll-container.animate .kpl-img-txt-wrapper .text-wrapper {
  opacity: 1;
  transform: translateY(0);
}

.bg-chairman {
  background: #000000;
}

.bg-ceo {
  background: #000000;
}

.bg-cio {
  background: #000000;
}

.kpl-img-txt-wrapper .quoted-text::before {
  background-image: url("../image/quote-start-light.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  width: 90px;
  height: 74px;
  top: -40px;
  left: -12px !important;
  content: "";
}

/* read more button */
.kpl-img-txt-wrapper .cs-read-more {
  width: 156px;
  height: 54px;
  font-size: 16px;
  margin-top: 8px;
  align-self: flex-start;
}

@media (max-width: 360px) {
  .mob-section-title {
    font-size: 34px;
  }
}

@media (min-width: 768px) and (max-width: 1060px) {
  .mob-section-title {
    font-size: 44px;
  }
}

/* =============================================
   SCALING PERFORMANCE MOBILE
   ============================================= */

#highlights-2025-mobile {
  background-color: #021518;
  position: relative;
  height: calc(100vh - 85px);
  height: calc(100dvh - 85px);
  overflow: hidden;
  perspective: 2500px;
  perspective-origin: 50% 40%;
}

/* Phase 1 — 照片 */
.sp-mob-photo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.sp-mob-photo-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Phase 2 — 深色背景 */
.sp-mob-dark-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #021518;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
}

/* Phase 2 — 文字 */
.sp-mob-text-wrapper {
  position: absolute;
  top: 45%;
  left: 50%;
  z-index: 4;
  text-align: center;
  white-space: nowrap;
  opacity: 0;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sp-mob-title-teal {
  font-family: "Fira Sans", sans-serif;
  font-size: clamp(48px, 14vw, 80px);
  font-weight: 600;
  color: #7ce4f1;
  line-height: 0.95;
  margin: 0;
}

.sp-mob-title-white {
  font-family: "Fira Sans", sans-serif;
  font-size: clamp(48px, 14vw, 80px);
  font-weight: 600;
  color: #ffffff;
  line-height: 0.95;
  margin: 0;
}

/* Phase 3 — Slider wrapper */
.sp-mob-slider-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 20%;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 40px;
  box-sizing: border-box;
  overflow: hidden;
}

.sp-mob-slider-wrapper.visible {
  opacity: 1;
  pointer-events: all;
}

.sp-mob-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  width: 78%;
}

.sp-mob-current {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.2vh, 16px);
  will-change: transform, opacity;
  flex-shrink: 0;
}

.sp-mob-figure {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 2.5vh, 20px);
}

.sp-mob-blueline-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  width: 100%;
  overflow: visible;
}

.sp-mob-eyebrow {
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}

.sp-mob-blueline-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
  padding-left: 0;
}

#highlights-2025-mobile .sp-mob-blueline-img {
  position: absolute !important;
  left: -12.5vw !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: calc(12.5vw - 8px) !important;
  height: auto !important;
  object-fit: unset !important;
  display: block !important;
}

#highlights-2025-mobile .sp-mob-photo-wrapper img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block;
}

.sp-mob-big-number {
  font-family: "DM Serif Display", sans-serif;
  font-size: 66px;
  font-weight: 600;
  color: #7ce4f1;
  margin: 0;
  line-height: 1;
  flex-shrink: 0;
}

.sp-mob-desc {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
}

.sp-mob-footnote {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  color: #a3a3a3;
  margin: 0;
  margin-top: 8px;
  line-height: 1;
}

.sp-mob-footnote:empty {
  display: none;
}

/* Preview — below main, faded */
.sp-mob-preview {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.2vh, 16px);
  margin-top: clamp(60px, 10vh, 90px);
  opacity: 0.5;
  will-change: transform, opacity;
  flex-shrink: 0;
}

.sp-mob-preview-eyebrow {
  font-family: "Fira Sans", sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.sp-mob-preview-number {
  font-family: "DM Serif Display", sans-serif;
  font-size: clamp(28px, 8vw, 42px);
  font-weight: 600;
  color: rgba(124, 228, 241, 0.5);
  margin: 0;
  line-height: 1;
}

.sp-mob-preview-desc {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  overflow: hidden;
}

.sp-mob-preview-footnote {
  font-family: "Roboto", sans-serif;
  font-size: clamp(14px, 2.8vw, 14px);
  font-weight: 400;
  font-style: italic;
  color: #bdbdbd;
  margin-top: 8px;
  line-height: 1.2;
}

.sp-mob-preview-footnote:empty {
  display: none;
}

.sp-mob-dots {
  position: absolute !important;
  top: 85%;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
  display: flex;
  flex-direction: row;
  gap: 6px;
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 6;
}

.sp-mob-dots.show {
  opacity: 1;
}

.sp-mob-dot {
  flex: 1;
  height: 3px;
  border: none;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.25);
  padding: 0;
  transition: background-color 0.3s ease;
  min-width: 0;
}

.sp-mob-dot.active {
  background-color: #ffffff;
}

@media (min-width: 768px) and (max-width: 1060px) {
  .sp-mob-big-number {
    font-size: 110px;
  }

  .sp-mob-slider-wrapper {
    padding-top: 18%;
  }

  .sp-mob-eyebrow {
    font-size: 24px;
  }

  .sp-mob-preview {
    margin-top: clamp(90px, 13vh, 120px);
  }

  .sp-mob-desc {
    font-size: 22px;
  }

  .sp-mob-dots {
    top: 82%;
  }
}

@media (max-width: 410px) {
  .sp-mob-slider-wrapper {
    padding-top: 15%;
  }

  .sp-mob-big-number {
    font-size: 60px;
  }
}

@media (max-width: 360px) {
  .sp-mob-big-number {
    font-size: 54px;
  }

  .sp-mob-eyebrow {
    font-size: 17px;
  }

  .sp-mob-dots {
    top: 85%;
  }
}

/* --------- Vision 2030 Mobile ---------- */
#vision-2030-in-action-mobile {
  height: calc(100vh - 85px);
  height: calc(100dvh - 85px);
  overflow: hidden;
  position: relative;
  perspective: 4000px;
  perspective-origin: 50% 40%;
}

#vision-2030-in-action-mobile video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}

.mob-v2030-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  pointer-events: none;
}

.mob-v2030-text-wrapper {
  position: absolute;
  top: 30%;
  left: 50%;
  z-index: 3;
  text-align: center;
  white-space: nowrap;
  opacity: 0;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mob-v2030-title-red {
  font-family: "Fira Sans", sans-serif;
  font-size: clamp(48px, 12vw, 72px);
  font-weight: 600;
  color: #c8102e;
  line-height: 0.95;
  margin: 0;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}

.mob-v2030-title-white {
  font-family: "Fira Sans", sans-serif;
  font-size: clamp(48px, 12vw, 72px);
  font-weight: 600;
  color: #ffffff;
  line-height: 0.95;
  margin: 0;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}

.mob-v2030-btn-wrapper {
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  opacity: 0;
  pointer-events: none;
}

.mob-v2030-btn-wrapper .white-btn {
  background-color: #841628;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.mob-v2030-btn-wrapper .white-btn:hover {
  background-color: #6c0e1d;
  color: #ffffff;
}

/* =============================================
   ENABLING AI MOBILE
   ============================================= */

#enabling-ai-mobile {
  background-color: #000000;
}

#enabling-ai-mobile .mob-header-wrapper {
  padding: 56px 20px 16px 24px;
  background-color: #000000;
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.6s ease-out,
    transform 0.6s ease-out;
}

#enabling-ai-mobile .mob-blueline {
  margin-bottom: 12px;
  width: fit-content;
}

#enabling-ai-mobile .mob-blueline img {
  width: 75px !important;
  height: 12px !important;
  object-fit: unset !important;
  display: block;
}

#enabling-ai-mobile .mob-section-title {
  font-family: "Fira Sans", sans-serif;
  font-size: 38px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.1;
  margin: 0;
}

/* img wrapper — full width, no padding */
#enabling-ai-mobile .kpl-img-txt-wrapper .img-wrapper {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.6s ease-out 0.2s,
    transform 0.6s ease-out 0.2s;
}

#enabling-ai-mobile .kpl-img-txt-wrapper .img-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* text wrapper */
#enabling-ai-mobile .kpl-img-txt-wrapper .text-wrapper {
  padding: 32px 20px 40px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #000000;
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.6s ease-out 0.4s,
    transform 0.6s ease-out 0.4s;
}

#enabling-ai-mobile .kpl-img-txt-wrapper .text-wrapper .text-white-md {
  font-family: "Roboto", sans-serif;
  font-size: clamp(15px, 4vw, 18px);
  font-weight: 400;
  color: #ffffff;
  line-height: 1.6;
  margin: 0;
}

/* button */
.mob-ai-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 156px;
  height: 48px;
  background-color: #841628;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
  flex-shrink: 0;
}

.mob-ai-btn:hover {
  background-color: #6c0e1d;
  color: #ffffff;
}

#enabling-ai-mobile.animate .mob-header-wrapper,
#enabling-ai-mobile.animate .kpl-img-txt-wrapper .img-wrapper,
#enabling-ai-mobile.animate .kpl-img-txt-wrapper .text-wrapper {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 360px) {
  #enabling-ai-mobile .mob-section-title {
    font-size: 34px;
  }
}

@media (min-width: 768px) and (max-width: 1060px) {
  #enabling-ai-mobile .mob-section-title {
    font-size: 44px !important;
  }
}

/* ------------OMR Mobile start---------------*/
#section-omr-mobile .omr-mob-header {
}

.omr-mobile-section {
  background-color: #000;
}

.omr-mob-header {
  padding: 28px 20px 16px 24px;
  background-color: #000000;
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.6s ease-out,
    transform 0.6s ease-out;
}

.omr-mob-header.animate {
  opacity: 1;
  transform: translateY(0);
}

.omr-mob-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.6s ease-out,
    transform 0.6s ease-out;
  margin: 0;
  padding: 0;
  background-color: #000;
}

.omr-mob-item.animate {
  opacity: 1;
  transform: translateY(0);
}

.omr-mob-item:nth-child(2) {
  transition-delay: 0.1s;
}

.omr-mob-item:nth-child(3) {
  transition-delay: 0.2s;
}

.omr-mob-item:nth-child(4) {
  transition-delay: 0.3s;
}

.omr-mob-item:nth-child(5) {
  transition-delay: 0.4s;
}

/* .omr-mob-item:nth-child(2) .omr-mob-content {
    background-color: #0aa3b7;
  }
  .omr-mob-item:nth-child(3) .omr-mob-content {
    background-color: #078798;
  }
  .omr-mob-item:nth-child(4) .omr-mob-content {
    background-color: #047483;
  }
  .omr-mob-item:nth-child(5) .omr-mob-content {
    background-color: #034953;
  } */

.omr-mob-img {
  width: 100%;
  overflow: hidden;
  display: block;
  margin: 0;
  /* padding-right: 16px; */
}

.omr-mob-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.omr-mob-header .mob-section-title {
  font-size: 38px;
}

.omr-mob-content {
  background-color: #0aa3b7;
  padding: 28px 20px 36px 30px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 270px;
  /* 固定高度，以最高的为准再加一点 */
  box-sizing: border-box;
}

.omr-mob-title {
  font-family: "DM Serif Display", serif;
  font-size: 32px;
  font-weight: 400;
  color: #cfeaee;
  margin: 0;
  line-height: 1.2;
}

.omr-mob-title .omr-title-end {
  display: inline;
}

.omr-mob-title .omr-mob-download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  vertical-align: middle;
  margin-left: 6px;
  flex-shrink: 0;
}

.omr-mob-title .omr-mob-download-btn img {
  width: 10px;
  height: auto;
  display: block;
}

.omr-mob-desc {
  font-family: "Roboto", sans-serif;
  font-size: 19px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.2;
  margin: 0;
}

@media (max-width: 360px) {
  .omr-mob-header .mob-section-title {
    font-size: 34px;
  }
}

@media (min-width: 768px) and (max-width: 1060px) {
  .omr-mob-header .mob-section-title {
    font-size: 44px;
  }

  .omr-mob-title {
    font-size: 36px;
  }

  .omr-mob-desc {
    font-size: 22px;
  }
}

/* ---- Sustainability Framework Mobile ---- */
#sustainability-framework-mobile {
  height: calc(100vh - 85px);
  height: calc(100dvh - 85px);
  overflow: hidden;
  position: relative;
  perspective: 4000px;
  perspective-origin: 50% 40%;
}

#sustainability-framework-mobile video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}

.mob-sf-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  pointer-events: none;
  opacity: 1;
}

.mob-sf-text-wrapper {
  position: absolute;
  top: 45%;
  left: 50%;
  z-index: 3;
  text-align: center;
  white-space: nowrap;
  opacity: 0;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mob-sf-title-red {
  font-family: "Fira Sans", sans-serif;
  font-size: clamp(48px, 12vw, 72px);
  font-weight: 600;
  color: #c8102e;
  line-height: 0.95;
  margin: 0;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}

.mob-sf-title-white {
  font-family: "Fira Sans", sans-serif;
  font-size: clamp(48px, 12vw, 72px);
  font-weight: 600;
  color: #ffffff;
  line-height: 0.95;
  margin: 0;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}

.mob-sf-btn-wrapper {
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  opacity: 0;
  pointer-events: none;
}

.mob-sf-btn-wrapper .white-btn {
  background-color: #841628;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.mob-sf-btn-wrapper .white-btn:hover {
  background-color: #6c0e1d;
  color: #ffffff;
}

/* Delivering strong performance start*/
#delivering-strong-performance-mobile {
  width: 100%;
  height: calc(100vh - 85px);
  position: relative;
  background-color: #bfe0e8;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#delivering-strong-performance-mobile img {
  width: 75%;
  height: 30vw;
  min-height: 150px;
  opacity: 1;
  filter: none;
  transition: all 2s ease 1s;
}

#delivering-strong-performance-mobile.animate img {
  width: auto;
  height: 100%;
  max-height: none;
  opacity: 9%;
  filter: invert(0.5) sepia(1) saturate(1.5) hue-rotate(150deg);
}

#delivering-strong-performance-mobile #slider-wrapper-mobile {
  width: 100% !important;
  height: 90% !important;
  position: absolute;
  left: 0;
  top: 10%;
  opacity: 0;
  transition: all 2s ease-out 4s;
}

#delivering-strong-performance-mobile.animate #slider-wrapper-mobile {
  opacity: 1;
}

#delivering-strong-performance-mobile .slick-slide {
  width: 100% !important;
  height: 500px;
  opacity: 0.4;
  transition: all 1.5s ease;
  margin: auto;
}

#delivering-strong-performance-mobile article {
  width: 80%;
  margin: 0;
  margin-left: 5%;
}

#delivering-strong-performance-mobile .slick-current article {
  width: 90%;
}

#delivering-strong-performance-mobile .slick-slide.slick-current {
  opacity: 1;
}

main.mobile .text-black-xxl {
  font-size: clamp(80px, 24.5vw, 95px);
}

main.mobile .text-black-lg {
  font-size: clamp(20px, 5.2vw, 26px);
}

main.mobile .text-grey-sm {
  font-size: 17px;
}

#delivering-strong-performance-mobile
  .slick-slide:not(.slick-current):not([data-slick-index="5"])
  .text-black-xxl,
#delivering-strong-performance-mobile
  .slick-cloned.slick-active
  .text-black-xxl {
  font-size: 75px;
}

#delivering-strong-performance-mobile
  .slick-slide:not(.slick-current):not([data-slick-index="5"])
  .text-black-lg,
#delivering-strong-performance-mobile
  .slick-cloned.slick-active
  .text-black-lg {
  font-size: 18px;
}

#delivering-strong-performance-mobile
  .slick-slide:not(.slick-current):not([data-slick-index="5"])
  .text-grey-sm,
#delivering-strong-performance-mobile .slick-cloned.slick-active .text-grey-sm {
  font-size: 15px;
}

#delivering-strong-performance-mobile
  .slick-slide:not(.slick-current):not([data-slick-index="5"])
  .eyebrow-red,
#delivering-strong-performance-mobile .slick-cloned.slick-active .eyebrow-red {
  font-size: 15px;
}

#delivering-strong-performance-mobile [data-slick-index="5"].slick-active {
  opacity: 0.4;
  transition: all 1.5s ease;
}

#delivering-strong-performance-mobile
  [data-slick-index="5"]:not(.slick-active) {
  opacity: 1;
  transition: all 1.5s ease;
}

#delivering-strong-performance-mobile .text-black-xxl,
#delivering-strong-performance-mobile .text-black-lg,
#delivering-strong-performance-mobile .text-grey-sm,
#delivering-strong-performance-mobile .eyebrow-red {
  transition: font-size 1.5s ease;
  margin-block: 0 !important;
}

/* Delivering strong performance end */

/* Vision 2030 start */

#vision-2030-in-action-mobile {
  height: calc(100vh - 85px);
  overflow: hidden;
}

#vision-2030-in-action-mobile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#vision-2030-in-action-mobile .text-overlay {
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(15);
  opacity: 0;
  pointer-events: none;
  transition: all 1s ease 1s;
}

#vision-2030-in-action-mobile.animate img.text-overlay {
  transform: scale(1);
  opacity: 1;
}

#vision-2030-in-action-mobile article {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#vision-2030-in-action-mobile article a {
  position: absolute;
  top: 50%;
  left: 50%;
  left: 17vw;
  transform: translateY(-50%);
  opacity: 0;
  transition:
    opacity 0.5s ease-out 2s,
    background-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}

#vision-2030-in-action-mobile.animate article a {
  opacity: 1;
}

.white-btn {
  width: 146px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.6);
  color: black;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.white-btn:hover {
  background-color: white;
  color: var(--keppel-red);
}

/* Vision 2030 end */

/* Sustainability framework start */

#sustainability-framework-mobile {
  height: calc(100vh - 85px);
  overflow: hidden;
}

#sustainability-framework-mobile .text-blue-xl {
  color: #9bf4ff;
}

#sustainability-framework-mobile article p,
#sustainability-framework-mobile article a {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease-out;
}

#sustainability-framework-mobile article p:nth-child(2),
#sustainability-framework-mobile article p:nth-child(3) {
  transition-delay: 0.15s;
}

#sustainability-framework-mobile article a {
  transition:
    opacity 0.5s ease-out 0.3s,
    transform 0.5s ease-out 0.3s,
    background-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}

#sustainability-framework-mobile.animate article p {
  transition-delay: 0.3s;
}

#sustainability-framework-mobile.animate article p:nth-child(2),
#sustainability-framework-mobile.animate article p:nth-child(3) {
  transition-delay: 0.45s;
}

#sustainability-framework-mobile.animate article a {
  transition:
    opacity 0.5s ease-out 0.6s,
    transform 0.5s ease-out 0.6s,
    background-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}

#sustainability-framework-mobile.animate article p,
#sustainability-framework-mobile.animate article a {
  opacity: 1;
  transform: translateY(0);
}

#sustainability-framework-mobile article {
  width: 90%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: clamp(20px, 3.5vh, 30px);
}

#sustainability-framework-mobile .image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: -webkit-linear-gradient(to bottom, #01261650, #01261600);
  background-image: linear-gradient(to bottom, #01261650, #01261600);
  opacity: 0.5;
  top: 0;
  left: 0;
}

#sustainability-framework-mobile img {
  transform: scale(1);
}

#sustainability-framework-mobile.animate img {
  transform: scale(1.15);
  transition: all 8s ease;
}

/* Sustainability framework end */
