:root {
  --about-nav-height: 86px;
  --about-anchor-height: 72px;
  --about-history-sticky-top: var(--about-anchor-height);
}

.about-page {
  background: #fff;
  overflow-x: clip;
}

.about-page .site-header .nav-link.active,
.about-page .site-header .dropdown-toggle.active {
  color: var(--brand);
  font-weight: 700;
}

.about-hero {
  position: relative;
  min-height: 560px;
  padding-top: var(--about-nav-height);
  background: url("../../images/about-hero-bg.png") center / cover no-repeat;
  color: #fff;
}

.about-hero-overlay {
  position: absolute;
  inset: 0;
  /* background: rgba(0, 0, 0, 0.2); */
  /* backdrop-filter: blur(5px); */
}

.about-hero-inner {
  position: relative;
  z-index: 1;
  min-height: calc(560px - var(--about-nav-height));
  display: flex;
  align-items: flex-end;
  padding-bottom: 120px;
}

.about-hero-copy {
  max-width: min(760px, 100%);
}

.about-hero-copy h1 {
  margin: 0;
  font-size: calc(48px * var(--hz-font-scale));
  font-weight: 700;
  line-height: 1.5;
}

.about-hero-copy p {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: calc(20px * var(--hz-font-scale));
  line-height: 1.6;
}

@media (min-width: 992px) {
  .about-hero-copy p {
    white-space: nowrap;
  }
}

.about-anchor-bar {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 1px 0 rgba(5, 27, 5, 0.08);
  backdrop-filter: blur(10px);
  transform: translateY(0);
  transition: top 0.32s ease, transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
  will-change: transform;
}

.about-anchor-sentinel {
  display: block;
  width: 100%;
  height: 0;
  pointer-events: none;
}

.about-page.about-anchor-stuck.about-site-header-visible .about-anchor-bar {
  top: var(--about-nav-height);
}

.about-anchor-nav {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--about-anchor-height);
  gap: clamp(20px, 3.33vw, 64px);
  padding: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.about-anchor-nav::-webkit-scrollbar {
  display: none;
}

.about-anchor-nav a {
  flex: 0 0 auto;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
  color: #333;
  font-size: calc(20px * var(--hz-font-scale));
  line-height: 1.5;
  white-space: nowrap;
  transition: color 0.24s ease, border-color 0.24s ease;
}

.about-anchor-nav a.active,
.about-anchor-nav a:hover {
  color: #086b00;
  border-bottom-color: #086b00;
}

.about-overview,
.about-history,
.about-culture,
.about-partners,
.about-sustainability {
  padding: 86px 0;
}

.about-overview {
  position: relative;
}

html {
  scrollbar-gutter: stable;
}

.about-overview-copy {
  max-width: 686px;
}

.about-inline-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #777;
  font-size: calc(16px * var(--hz-font-scale));
  line-height: 1.5;
}

.about-page .about-inline-tag img {
  width: 24px;
  height: 24px !important;
  object-fit: contain;
}

.about-overview-copy h2 {
  margin: 16px 0 0;
  color: #000;
  font-size: calc(36px * var(--hz-font-scale));
  font-weight: 500;
  line-height: 1.5;
}

.about-overview-copy p {
  margin: 20px 0 0;
  color: rgba(0, 0, 0, 0.5);
  font-size: calc(18px * var(--hz-font-scale));
  line-height: 1.8;
}

.about-shareholders {
  margin-top: 42px;
}

.about-shareholder-logos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 220px));
  align-items: center;
  gap: clamp(28px, 4vw, 64px);
  margin-top: 20px;
}

.about-page .about-shareholder-logo {
  display: block;
  width: 100%;
  height: 80px !important;
  max-height: none;
  object-fit: contain;
  object-position: left center;
}

.about-overview-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 898 / 480;
  border-radius: 24px;
  background: #FFF url("../../images/hero-bg2.jpg") center / cover no-repeat;
  box-shadow: 0 24px 60px rgba(5, 27, 5, 0.12);
}

.about-overview-media > img:first-child,
.about-overview-media > video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: auto;
}

.about-overview-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72px;
  height: 72px;
  padding: 0;
  transition: transform 0.24s ease, background 0.24s ease;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 50%;
  background: rgba(37, 201, 72, 0.85);
}

.about-overview-media:hover .about-overview-play,
.about-overview-play:hover {
  transform: translate(-50%, -50%) scale(1.06);
  background: var(--accent);
}

.about-metrics {
  margin-top: 64px;
}

.about-metric {
  text-align: center;
}

.about-metric strong {
  display: block;
  color: var(--brand);
  font-size: calc(clamp(44px, 4.17vw, 80px) * var(--hz-font-scale));
  font-weight: 700;
  line-height: 1;
}

.about-metric span {
  display: block;
  margin-top: 18px;
  color: #777;
  font-size: calc(16px * var(--hz-font-scale));
  line-height: 1.5;
}

.about-history {
  position: relative;
  padding: 0;
  scroll-margin-top: var(--about-history-sticky-top);
  overflow: visible;
  background: #fff;
}

.about-history-heading {
  box-sizing: border-box;
  min-height: 288px;
  margin: 0;
  padding: 86px var(--container-gutter) 32px;
  background: #fff;
}

.about-history .hz-container {
  position: relative;
  max-width: var(--container-max);
  padding-left: 0;
  padding-right: 0;
}

.about-history-scroll {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  height: calc(100vh - var(--about-history-sticky-top));
  min-height: 560px;
  overflow-x: clip;
}

.about-history-stage {
  position: sticky;
  top: var(--about-history-sticky-top);
  height: calc(100vh - var(--about-history-sticky-top) - 48px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 60%, rgba(55, 187, 52, 0.06), transparent 18%),
    radial-gradient(circle at 96% 28%, rgba(55, 187, 52, 0.12), transparent 22%),
    #fff;
}

.about-history-stage-inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.about-history-watermark {
  position: absolute;
  left: 50%;
  top: 50%;
  color: rgba(0, 0, 0, 0.03);
  font-family: var(--font-sans);
  font-size: calc(clamp(340px, 35vw, 672px) * var(--hz-font-scale));
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  transform: translate(-50%, -52%);
  pointer-events: none;
  user-select: none;
  transition: opacity 0.32s ease, transform 0.5s ease;
}

.about-history-summary {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.about-history-current {
  position: absolute;
  left: 11.72%;
  top: 37.7%;
  display: flex;
  align-items: center;
  gap: 17.5px;
  z-index: 1;
}

.about-history-current strong {
  color: var(--brand);
  font-family: var(--font-sans);
  font-size: calc(clamp(68px, 5.21vw, 100px) * var(--hz-font-scale));
  font-weight: 900;
  line-height: 1.5;
}

.about-history-current div {
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: flex-start;
  width: 70px;
  padding-bottom: 10px;
}

.about-history-current span {
  color: rgba(0, 0, 0, 0.24);
  font-size: calc(clamp(28px, 2.19vw, 42px) * var(--hz-font-scale));
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}

.about-history-current i {
  position: relative;
  display: block;
  width: 70px;
  height: 3.5px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(17, 142, 3, 0.3);
}

.about-history-current i b {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: #118e03;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.24s linear;
}

.about-history.is-interactive .about-history-current i b {
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes aboutHistoryWheelFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(6px);
  }
}

@keyframes aboutHistoryWheelSlide {
  0% {
    opacity: 0;
    transform: translateY(-12px) scaleY(0.5);
  }

  22% {
    opacity: 1;
  }

  70% {
    opacity: 1;
    transform: translateY(14px) scaleY(1);
  }

  100% {
    opacity: 0;
    transform: translateY(22px) scaleY(0.4);
  }
}

.about-history-wheel-hint {
  position: absolute;
  left: 11.34%;
  top: 59%;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 12px);
  padding: clamp(8px, 0.625vw, 12px);
  border: 1px solid rgba(17, 142, 3, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 12px 30px rgba(17, 142, 3, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  pointer-events: none;
  user-select: none;
  animation: aboutHistoryWheelFloat 2.2s ease-in-out infinite;
}

.about-history-wheel-icon {
  width: clamp(30px, 2.1875vw, 42px);
  height: clamp(30px, 2.1875vw, 42px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(17, 142, 3, 0.08);
}

.about-history-wheel-icon img {
  width: 58%;
  height: auto;
  display: block;
}

.about-history-wheel-track {
  position: relative;
  width: clamp(6px, 0.4167vw, 8px);
  height: clamp(34px, 2.5vw, 48px);
  border-radius: 999px;
  background: rgba(17, 142, 3, 0.12);
  overflow: hidden;
}

.about-history-wheel-track span {
  position: absolute;
  left: 50%;
  top: 8px;
  width: 100%;
  height: 36%;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(37, 201, 72, 0), #118e03 45%, rgba(37, 201, 72, 0));
  transform: translateX(-50%);
  transform-origin: center;
  animation: aboutHistoryWheelSlide 1.55s cubic-bezier(0.33, 1, 0.68, 1) infinite;
}

.about-history-media {
  position: absolute;
  left: 31.41%;
  top: 48.65%;
  width: clamp(264px, 25vw, 480px);
  aspect-ratio: 3 / 2;
  max-width: none;
  overflow: hidden;
  background: #fff;
  box-shadow: none;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.32s ease, transform 0.32s ease;
  z-index: 1;
}

.about-history.has-history-media .about-history-media {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.about-history-media-frame {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

.about-history-media-frame.is-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.about-history-media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html.about-history-preview-open,
body.about-history-preview-open {
  overflow: hidden;
}

.about-history-preview {
  position: fixed;
  z-index: 1300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 3vw, 48px);
  transition: opacity 0.28s ease, visibility 0.28s ease;
  opacity: 0;
  visibility: hidden;
  background: rgba(4, 20, 12, 0.72);
  backdrop-filter: blur(10px);
  inset: 0;
  pointer-events: none;
}

.about-history-preview.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.about-history-preview img {
  display: block;
  width: auto;
  max-width: min(1500px, 94vw);
  max-height: 90vh;
  object-fit: contain;
  transform: scale(1);
  transform-origin: center;
  transition: transform 0.16s ease;
  background: #fff;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
  cursor: zoom-in;
  user-select: none;
  will-change: transform;
}

.about-history-preview.is-zoomed img {
  cursor: zoom-out;
}

.about-history-preview-close {
  position: absolute;
  top: clamp(18px, 3vw, 42px);
  right: clamp(18px, 3vw, 42px);
  width: 44px;
  height: 44px;
  padding: 0;
  transition: transform 0.2s ease, background 0.2s ease;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
}

.about-history-preview-close:hover {
  transform: scale(1.06);
  background: rgba(255, 255, 255, 0.24);
}

.about-history-preview-close::before,
.about-history-preview-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  content: "";
  border-radius: 999px;
  background: #fff;
}

.about-history-preview-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.about-history-preview-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.about-history-viewport {
  position: absolute;
  left: 57%;
  top: 0;
  width: 43%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  z-index: 3;
}

.about-history-spine {
  position: absolute;
  left: 57%;
  top: 50%;
  width: 1px;
  height: clamp(220px, 24.45%, 254px);
  background: #f3f4f6;
  transform: translateY(-50%);
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}

.about-history-spine span {
  display: block;
  width: 100%;
  height: 100%;
  background: #118e03;
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform 0.22s linear;
}

.about-history.is-interactive .about-history-spine span {
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-history-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 66px;
  padding: max(120px, calc((100vh - var(--about-history-sticky-top) - 144px) / 2)) 0;
  will-change: transform;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-history.is-interactive .about-history-list {
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-history-item {
  position: relative;
  height: 126px;
  min-height: 126px;
  padding: 0 0 0 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: opacity 0.36s ease;
  opacity: 0.08;
  margin-left:  calc(50px * var(--hz-font-scale));
}

.about-history-item::before {
  content: "";
  position: absolute;
  left: -3px;
  top: 50%;
  width: 7.2px;
  height: 7.2px;
  border-radius: 50%;
  background: #e5e7eb;
  transform: translateY(-50%);
  transition: transform 0.28s ease, background-color 0.28s ease, box-shadow 0.28s ease, opacity 0.28s ease;
}

.about-history-item-meta {
  display: block;
  color: #99a1af;
  font-size: calc(11.025px * var(--hz-font-scale));
  font-weight: 700;
  line-height: 1.5;
  transition: color 0.36s ease, font-size 0.36s ease;
}

.about-history-item h3 {
  margin: 3.5px 0 0;
  color: #d1d5dc;
  font-size: calc(23.625px * var(--hz-font-scale));
  font-weight: 700;
  line-height: 1.5;
  transition: color 0.36s ease, font-size 0.36s ease;
}

.about-history-item p {
  margin: 3.5px 0 0;
  max-width: 404px;
  color: #f3f4f6;
  font-size: calc(14.175px * var(--hz-font-scale));
  line-height: 1.5;
  transition: color 0.36s ease, font-size 0.36s ease;
}

.about-history-item.is-near {
  opacity: 0.15;
}

.about-history-item.is-current::before {
  width: 13.2px;
  height: 13.2px;
  left: 0px;
  background: #118e03;
  transform: translateY(-50%);
  box-shadow: 0 0 24.75px rgba(17, 142, 3, 0.5);
}

.about-history-item.is-current {
  opacity: 1;
}

.about-history-item.is-current .about-history-item-meta {
  color: #118e03;
  font-size: calc(18px * var(--hz-font-scale));
  font-weight: 400;
}

.about-history-item.is-current h3 {
  color: #000;
  font-size: calc(32px * var(--hz-font-scale));
  line-height: 1.5;
}

.about-history-item.is-current p {
  color: #777;
  font-size: calc(20px * var(--hz-font-scale));
  line-height: 1.5;
}

.about-history-progress {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: var(--container-max);
  height: 4px;
  border-radius: 999px;
  background: #f9fafb;
  overflow: hidden;
  transform: translateX(-50%);
  z-index: 2;
}

.about-history-progress-bar {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #118e03, #37bb34);
  transition: width 0.22s linear;
}

.about-history.is-interactive .about-history-progress-bar {
  transition: width 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-history-skip {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: var(--brand);
  background: transparent;
  transform: translateX(-50%);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.about-history-skip:hover,
.about-history-skip:focus-visible {
  opacity: 0.86;
  transform: translateX(-50%) translateY(-4px);
}

.about-history-skip img {
  width: 56px;
}

.about-section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 64px;
  text-align: center;
}

.about-section-heading h2 {
  margin: 0;
  color: #000;
  font-size: calc(36px * var(--hz-font-scale));
  font-weight: 500;
  line-height: 1.5;
}

.about-section-heading > span {
  width: 80px;
  height: 6px;
  border-radius: 999px;
  background: #118e03;
}

.about-section-heading p {
  margin: 0;
  color: #777;
  font-size: calc(16px * var(--hz-font-scale));
  line-height: 1.5;
}

.about-history-heading {
  margin-bottom: 0;
}

.about-history-heading > h2,
.about-history-heading > span,
.about-history-heading > p {
  position: relative;
  z-index: 2;
}

.about-history-heading > p {
  font-size: calc(18px * var(--hz-font-scale));
}

.about-history-overview-shell {
  --history-overview-width: var(--container-max);
  position: relative;
  flex: 0 0 auto;
  width: 100vw;
  max-width: none;
  height: auto;
  margin-top: -16px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  isolation: isolate;
}

.about-history-overview-shell::before {
  position: absolute;
  z-index: 0;
  top: -206px;
  left: 50%;
  width: 100vw;
  height: 1082px;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.55) 13%, rgba(255, 255, 255, 0) 89%),
    url("../../images/about-history-figma-bg.png") center top / 100% 100% no-repeat;
  opacity: 0.72;
  transform: translateX(-50%);
  pointer-events: none;
}

.about-history-overview-shell::after {
  position: absolute;
  z-index: 0;
  top: 63px;
  left: 50%;
  width: max(2130px, 111vw);
  height: 611px;
  content: "";
  background: url("../../images/about-history-figma-wave.png") center / cover no-repeat;
  opacity: 0.8;
  transform: translateX(-50%);
  pointer-events: none;
}

.about-history-overview {
  position: relative;
  z-index: 1;
  width: min(100%, var(--history-overview-width));
  height: auto;
  min-height: 0;
  margin: 0 auto;
  overflow: hidden;
  overscroll-behavior-inline: contain;
  isolation: isolate;
}

.about-history-overview.is-scrollable {
  margin-right: auto;
  margin-left: auto;
}

.about-history-overview .swiper-wrapper {
  align-items: stretch;
  height: auto;
}

.about-history-overview-track {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  height: auto;
  min-height: var(--history-overview-content-height, 0px);
  margin-right: auto;
  margin-left: auto;
}

.about-history-year-tab {
  --history-node-x: 0px;
  --history-node-y: 0px;
  --history-node-line: 140px;
  --history-copy-width: min(360px, calc(100vw - 96px));
  position: absolute;
  top: var(--history-node-y);
  left: var(--history-node-x);
  display: grid;
  grid-template-columns: 1px var(--history-copy-width);
  gap: 32px;
  width: max-content;
  max-width: none;
  min-height: var(--history-node-line);
  padding: 0;
  text-align: left;
  border: 0;
  background: transparent;
  color: #111827;
  cursor: pointer;
}

.about-history-year-tab::before {
  content: "";
  position: relative;
  width: 1px;
  height: var(--history-node-line);
  background: rgba(17, 142, 3, 0.45);
}

.about-history-year-tab::after {
  position: absolute;
  left: -3px;
  top: -4px;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  background: #118e03;
  box-shadow: 0 0 0 0 rgba(17, 142, 3, 0);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.about-history-year-tab.is-bottom::after {
  top: auto;
  bottom: -4px;
}

.about-history-year-content {
  flex: 0 0 auto;
  width: var(--history-copy-width);
}

.about-history-year-tab.is-bottom .about-history-year-content {
  align-self: end;
}

.about-history-year-value {
  display: block;
  color: #0d7d00;
  font-size: calc(32px * var(--hz-font-scale));
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}

.about-history-year-copy {
  display: block;
  width: 100%;
  margin-top: 8px;
  color: #333;
  font-size: calc(16px * var(--hz-font-scale));
  line-height: 1.7;
  white-space: normal;
}

.about-history-year-copy > span {
  display: block;
}

.about-history-year-copy > span + span {
  margin-top: 8px;
}

.about-history-year-tab:hover,
.about-history-year-tab:focus-visible,
.about-history-year-tab.is-active {
  color: #111827;
}

.about-history-year-tab:focus-visible {
  outline: 2px solid rgba(17, 142, 3, 0.28);
  outline-offset: 5px;
}

.about-history-year-tab.is-active {
  z-index: 2;
}

.about-history-year-tab.is-active::after {
  transform: scale(1.45);
  box-shadow: 0 0 24px rgba(17, 142, 3, 0.45);
}

.about-culture {
  background: #fff;
}

.about-culture-card {
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.about-culture-image {
  position: relative;
  height: 0;
  padding-top: 85.4093%;
  overflow: hidden;
}

.about-page .about-culture-image > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

.about-culture-body {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding: 32px;
}

.about-culture-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.8);
}

.about-culture-icon img {
  width: 36px;
  height: 36px;
}

.about-culture-body h3 {
  margin: 0;
  color: #086b00;
  font-size: calc(32px * var(--hz-font-scale));
  font-weight: 500;
  line-height: 1.5;
}

.about-culture-body p {
  margin: 12px 0 0;
  color: #000;
  font-size: calc(18px * var(--hz-font-scale));
  line-height: 1.65;
}

.about-partners {
  background: #fff;
}

.about-partner-board {
  /* width: min(1785px, calc(100% - 120px)); */
  max-width: var(--container-max);
  margin: 121px auto 0;
}

.about-partner-group + .about-partner-group {
  margin-top: 20px;
}

.about-partner-label {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto 20px;
}

.about-partner-label span {
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(17, 142, 3, 0.1), transparent);
}

.about-partner-label em {
  color: #aaa;
  font-style: normal;
  font-size: calc(18px * var(--hz-font-scale));
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}

.about-partner-grid {
  --about-logo-width: 134.75px;
  --about-logo-gap: clamp(16px, calc((100% - 1078px) / 7), 51.71px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px var(--about-logo-gap);
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
}

.about-partner-logo {
  display: flex;
  overflow: hidden;
  flex: 0 0 var(--about-logo-width);
  align-items: center;
  justify-content: center;
  width: var(--about-logo-width);
  height: 80px;
  padding: 7px 0;
  border-radius: 16px;
  background: #fff;
  text-decoration: none;
}

.about-partner-logo img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 65px;
  height: auto;
  object-fit: contain;
}

.about-sustainability {
  overflow: hidden;
  background: #fff;
}

.about-sustainability-stage {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  min-height: 930px;
  padding: 230px max(var(--container-gutter), calc((100vw - var(--container-max)) / 2)) 86px;
  background: url("../../images/Frame 2147225306.jpg") center / cover no-repeat;
}

.about-sustainability-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: calc(min(640px, 100%) * var(--hz-font-scale));
  min-height: 564px;
  padding: 40px;
  border-radius: 24px;
  color: #fff;
  background: rgba(127, 153, 132, 0.2);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

.about-sustainability-copy h3 {
  margin: 0;
  font-size: calc(clamp(34px, 3vw, 40px) * var(--hz-font-scale));
  font-weight: 700;
  line-height: 1.5;
}

.about-sustainability-copy p {
  margin: 20px 0 0;
  max-width: 560px;
  font-size: calc(16px * var(--hz-font-scale));
  line-height: 1.8;
}

.about-sustainability-stats {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 48px;
}

.about-sustainability-stat {
  display: flex;
  align-items: center;
  gap: 12px;
}

.about-page .about-sustainability-stat img {
  width: 120px;
  height: 120px !important;
  flex: 0 0 120px;
  object-fit: contain;
}

.about-sustainability-stat span,.about-sustainability-stat strong em{
  display: block;
  font-size: calc(20px * var(--hz-font-scale));
  font-weight: 500;
  line-height: 1.5;
}

.about-sustainability-stat strong {
  display: block;
  margin-top: 6px;
  font-size: calc(36px * var(--hz-font-scale));
  font-weight: 700;
  line-height: 1.25;
}

.about-sustainability-stat em {
  font-style: normal;
  font-size: calc(24px * var(--hz-font-scale));
  font-weight: 500;
}

.about-sustainability-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 213px;
  min-height: 56px;
  margin: 40px 0 0 auto;
  padding: 0 18px 0 35px;
  border-radius: 999px;
  color: #fff;
  background: var(--accent);
  box-shadow: 0 4px 16px rgba(37, 201, 72, 0.24);
}

.about-sustainability-btn span {
  font-size: calc(24px * var(--hz-font-scale));
  font-weight: 500;
  line-height: 1.5;
}

.about-page .about-sustainability-btn img {
  width: 24px;
  height: 24px !important;
  object-fit: contain;
}

.about-sustainability-pattern {
  position: absolute;
  right: clamp(24px, 6.25vw, 120px);
  bottom: 86px;
  width: min(588px, 38vw);
  pointer-events: none;
}

.about-sustainability-pattern img {
  width: 100%;
  opacity: 0.92;
}

@media (max-width: 1399.98px) {
  .about-partner-grid {
    --about-logo-width: 133px;
    --about-logo-gap: 28px;
  }

  .about-partner-board {
    width: 100%;
    margin-top: 80px;
    margin-left: 0;
    transform: none;
  }

  .about-partner-label {
    width: 100%;
  }

  .about-partner-grid-8,
  .about-partner-grid-4 {
    max-width: 616px;
  }

  .about-history-stage-inner {
    min-height: 0;
  }

  .about-history-current strong {
    font-size: calc(clamp(68px, 5.21vw, 100px) * var(--hz-font-scale));
  }

  .about-history-media {
    width: clamp(264px, 25vw, 480px);
  }

  .about-history-item h3 {
    font-size: calc(24px * var(--hz-font-scale));
  }

  .about-history-item.is-current h3 {
    font-size: calc(32px * var(--hz-font-scale));
  }
}

@media (max-width: 1199.98px) {
  :root {
    --about-nav-height: 86px;
    --about-anchor-height: 64px;
  }

  .about-anchor-bar {
    top: 0;
  }

  .about-anchor-nav {
    justify-content: flex-start;
    padding: 0;
  }

  .about-overview-copy,
  .about-history-summary,
  .about-history-viewport {
    max-width: none;
  }

  .about-history-scroll {
    height: auto;
    min-height: 0;
    overflow-x: clip;
  }

  .about-history-heading {
    min-height: auto;
    padding: 0 var(--container-gutter) 52px;
  }

  .about-history-stage {
    position: relative;
    top: auto;
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .about-history-stage-inner {
    display: flex;
    flex-direction: column;
    gap: 36px;
    height: auto;
    min-height: 0;
    width: 100%;
    max-width: 100%;
    padding: 0 var(--container-gutter);
    overflow-x: clip;
  }

  .about-history-watermark {
    left: 50%;
    top: calc((100vh - var(--about-history-sticky-top)) / 2);
    font-size: calc(clamp(180px, 32vw, 320px) * var(--hz-font-scale));
    transform: translate(-50%, -58%);
    max-width: 100%;
    overflow: hidden;
  }

  .about-history-summary {
    position: relative;
    inset: auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 76px 0 0;
    gap: 28px;
    pointer-events: auto;
  }

  .about-history-current {
    position: relative;
    left: auto;
    top: auto;
  }

  .about-history-wheel-hint {
    display: none;
  }

  .about-history-current strong {
    font-size: calc(88px * var(--hz-font-scale));
  }

  .about-history-current div {
    padding-bottom: 12px;
  }

  .about-history-intro {
    max-width: 100%;
  }

  .about-history-media {
    position: relative;
    left: auto;
    top: auto;
    display: none;
    width: min(420px, 100%);
    max-width: 100%;
    margin-left: 0;
    margin-top: 0;
  }

  .about-history.has-history-media .about-history-media {
    display: block;
    opacity: 1;
    transform: none;
  }

  .about-history-spine {
    display: none;
  }

  .about-history-viewport {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .about-history-viewport::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 0;
    bottom: 0;
    width: 1px;
    height: auto;
    background: #e5e7eb;
  }

  .about-history-list {
    display: flex;
    gap: 0;
    padding: 0;
    transform: none !important;
    transition: none;
  }

  .about-history-item,
  .about-history-item.is-near,
  .about-history-item.is-current {
    height: auto;
    min-height: 0;
    padding: 22px 0 22px 40px;
    opacity: 1;
    transform: none;
  }

  .about-history-item::before,
  .about-history-item.is-current::before {
    left: 0;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    box-shadow: none;
  }

  .about-history-item h3,
  .about-history-item.is-current h3 {
    color: #000;
    font-size: calc(30px * var(--hz-font-scale));
  }

  .about-history-item p,
  .about-history-item.is-current p {
    max-width: none;
    color: #666;
    font-size: calc(16px * var(--hz-font-scale));
  }

  .about-history-progress {
    position: relative;
    left: auto;
    right: auto;
    width: 100%;
    bottom: auto;
    margin-top: 28px;
    transform: none;
  }

  .about-history-skip {
    display: none;
  }

  .about-partner-grid-8 {
    max-width: 455px;
  }

  .about-partner-grid-4 {
    max-width: 616px;
  }

  .about-sustainability-stage {
    min-height: auto;
    padding: 210px var(--container-gutter) 72px;
  }

  .about-sustainability-card {
    width: min(760px, 100%);
  }

  .about-sustainability-pattern {
    width: min(420px, 45vw);
    right: 24px;
    bottom: 32px;
  }
}

@media (max-width: 767.98px) {
  :root {
    --about-nav-height: 68px;
    --about-anchor-height: 60px;
  }

  .about-hero {
    min-height: 460px;
    background-position: 58% center;
  }

  .about-hero-inner {
    min-height: calc(460px - var(--about-nav-height));
    padding-bottom: 72px;
  }

  .about-hero-copy h1 {
    font-size: calc(34px * var(--hz-font-scale));
    line-height: 1.3;
  }

  .about-hero-copy p {
    margin-top: 16px;
    font-size: calc(16px * var(--hz-font-scale));
  }

  .about-anchor-bar {
    top: 0;
  }

  .about-anchor-nav {
    gap: 18px;
    padding: 0;
  }

  .about-anchor-nav a {
    font-size: calc(16px * var(--hz-font-scale));
  }

  .about-overview,
  .about-history,
  .about-culture,
  .about-partners,
  .about-sustainability {
    padding: 72px 0;
  }

  .about-history {
    padding-bottom: 72px;
  }

  .about-history-heading {
    padding-bottom: 44px;
  }

  .about-overview-copy h2 {
    font-size: calc(28px * var(--hz-font-scale));
    line-height: 1.3;
  }

  .about-overview-copy p {
    font-size: calc(16px * var(--hz-font-scale));
  }

  .about-overview-play {
    width: 72px;
    height: 72px;
  }

  .about-shareholder-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: center;
    width: 100%;
    max-width: 316px;
    gap: 16px;
    margin-right: auto;
    margin-left: auto;
  }

  .about-page .about-shareholder-logo {
    width: 100%;
    height: 56px !important;
    object-position: center;
  }

  .about-metrics {
    margin-top: 40px;
  }

  .about-metric strong {
    font-size: calc(40px * var(--hz-font-scale));
  }

  .about-metric span {
    font-size: calc(13px * var(--hz-font-scale));
  }

  .about-history-watermark {
    top: 124px;
    font-size: calc(150px * var(--hz-font-scale));
    transform: translate(-50%, 0);
  }

  .about-history-summary {
    padding-top: 58px;
  }

  .about-history-current {
    gap: 14px;
  }

  .about-history-current strong {
    font-size: calc(62px * var(--hz-font-scale));
  }

  .about-history-current span {
    font-size: calc(18px * var(--hz-font-scale));
  }

  .about-history-current i {
    width: 62px;
  }

  .about-history-intro {
    font-size: calc(16px * var(--hz-font-scale));
    line-height: 1.75;
  }

  .about-history-media {
    width: 100%;
    max-width: 100%;
  }

  .about-history-item p,
  .about-history-item.is-current p {
    font-size: calc(15px * var(--hz-font-scale));
  }

  .about-history-item-meta {
    font-size: calc(14px * var(--hz-font-scale));
  }

  .about-history-item.is-current h3 {
    font-size: calc(32px * var(--hz-font-scale));
    line-height: 1.35;
  }

  .about-section-heading {
    margin-bottom: 40px;
  }

  .about-section-heading h2 {
    font-size: calc(28px * var(--hz-font-scale));
  }

  .about-culture-body h3 {
    font-size: calc(30px * var(--hz-font-scale));
  }

  .about-culture-body {
    gap: 18px;
    padding: 24px 20px 28px;
  }

  .about-culture-icon {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
  }

  .about-culture-body p {
    font-size: calc(16px * var(--hz-font-scale));
  }

  .about-partner-grid-4,
  .about-partner-grid-8 {
    max-width: 250px;
    gap: 14px 10px;
  }

  .about-partner-grid {
    --about-logo-width: 120px;
  }

  .about-partner-board {
    margin-top: 48px;
  }

  .about-partner-group + .about-partner-group {
    margin-top: 24px;
  }

  .about-partner-label {
    margin-bottom: 12px;
  }

  .about-partner-label em {
    font-size: calc(15px * var(--hz-font-scale));
  }

  .about-partner-logo {
    height: 72px;
    padding: 6px 0;
    border-radius: 12px;
  }

  .about-partner-logo img {
    max-height: 58px;
  }

  .about-sustainability-stage {
    padding-top: 160px;
    background-position: 58% center;
  }

  .about-sustainability-card {
    min-height: auto;
    padding: 24px 20px 28px;
  }

  .about-sustainability-copy h3 {
    font-size: calc(30px * var(--hz-font-scale));
    line-height: 1.35;
  }

  .about-sustainability-copy p {
    font-size: calc(16px * var(--hz-font-scale));
  }

  .about-sustainability-stats {
    margin-top: 28px;
    gap: 0;
  }

  .about-sustainability-stat {
    align-items: flex-start;
  }

  .about-page .about-sustainability-stat img {
    width: 84px;
    height: 84px !important;
    flex-basis: 84px;
  }

  .about-sustainability-stat span,.about-sustainability-stat strong em {
    font-size: calc(18px * var(--hz-font-scale));
  }

  .about-sustainability-stat strong {
    font-size: calc(32px * var(--hz-font-scale));
  }

  .about-sustainability-stat em,
  .about-sustainability-btn span {
    font-size: calc(18px * var(--hz-font-scale));
  }

  .about-sustainability-btn {
    width: 180px;
    min-height: 48px;
    margin: 28px 0 0 auto;
    padding: 0 16px 0 24px;
  }

  .about-sustainability-pattern {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(300px, 78vw);
    margin: 28px 0 0 auto;
  }
}

@media (max-width: 575.98px) {
  .about-metrics .col-4 {
    width: 100%;
  }

  .about-metric {
    padding: 10px 0;
  }
}

@media (min-width: 1200px) and (max-width: 1599.98px) and (max-height: 960px) {
  .about-page {
    --about-nav-height: 68px;
    --about-anchor-height: 68px;
  }

  .about-hero {
    min-height: 460px;
  }

  .about-hero-inner {
    min-height: calc(460px - var(--about-nav-height));
    padding-bottom: 76px;
  }

  .about-hero-copy h1 {
    font-size: calc(38px * var(--hz-font-scale));
    line-height: 1.3;
  }

  .about-hero-copy p {
    margin-top: 14px;
    font-size: calc(16px * var(--hz-font-scale));
    line-height: 1.6;
  }

  .about-anchor-inner {
    padding: 24px 0;
  }

  .about-anchor-link {
    font-size: calc(16px * var(--hz-font-scale));
  }

  .about-overview,
  .about-culture,
  .about-partners,
  .about-sustainability {
    padding: 64px 0;
  }

  .about-overview-copy h2,
  .about-section-heading h2,
  .about-culture-body h3,
  .about-sustainability-copy h3 {
    font-size: calc(32px * var(--hz-font-scale));
    line-height: 1.35;
  }

  .about-overview-copy p,
  .about-culture-body p,
  .about-sustainability-copy p {
    font-size: calc(16px * var(--hz-font-scale));
  }

  .about-metric strong {
    font-size: calc(40px * var(--hz-font-scale));
  }

  .about-history-heading {
    min-height: 220px;
    padding: 64px var(--container-gutter);
  }

  .about-history {
    min-height: 0;
  }

  .about-history-stage {
    min-height: 0;
  }

  .about-history-current strong {
    font-size: calc(72px * var(--hz-font-scale));
  }

  .about-history-current span {
    font-size: calc(22px * var(--hz-font-scale));
  }

  .about-history-intro {
    font-size: calc(16px * var(--hz-font-scale));
  }

  .about-history-item.is-current h3 {
    font-size: calc(30px * var(--hz-font-scale));
  }

  .about-culture-card,
  .about-sustainability-card {
    border-radius: 18px;
  }

  .about-sustainability-stage {
    min-height: 720px;
    padding: 170px max(var(--container-gutter), calc((100vw - var(--container-max)) / 2)) 64px;
  }

  .about-sustainability-card {
    min-height: 460px;
    padding: 34px;
  }

  .about-page .about-sustainability-stat img {
    width: 86px;
    height: 86px !important;
    flex-basis: 86px;
  }

  .about-sustainability-stat strong {
    font-size: calc(32px * var(--hz-font-scale));
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-history-wheel-hint,
  .about-history-wheel-track span {
    animation: none !important;
  }
}
