:root {
  --green: #008c38;
  --green-dark: #00732f;
  --ink: #010101;
  --muted: #505050;
  --line: rgba(1, 1, 1, 0.14);
  --edge: clamp(24px, 6.25vw, 120px);
  --section-max: 1680px;
  --design-scale: 1;
  --height-scale: 1;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
  background: #f8f8f8;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Poppins", Arial, sans-serif;
  background: #fff;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

main {
  overflow: hidden;
  background: #fff;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  height: 80px;
  display: flex;
  align-items: center;
  padding: 0 var(--edge);
  color: #fff;
  transform: translateY(0);
  overflow: visible;
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1), background 360ms ease,
    color 360ms ease, box-shadow 360ms ease;
}

.site-header.is-scrolled {
  color: #161616;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.07);
  backdrop-filter: blur(18px);
}

.site-header.is-hidden {
  transform: translateY(-100%);
}

.site-header.is-menu-open {
  color: #161616;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transform: translateY(0);
}

.brand {
  display: block;
  width: 142px;
  height: 62px;
  position: relative;
  overflow: hidden;
}

.brand-nav {
  position: relative;
  left: auto;
  top: auto;
  flex: 0 0 auto;
}

.logo-crop {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.logo-crop img {
  position: absolute;
  pointer-events: none;
  max-width: none;
}

.brand-nav .logo-crop-white img {
  width: 180.11%;
  height: 236.51%;
  left: -40.05%;
  top: -68.25%;
}

.brand-nav .logo-crop-color img {
  width: 201.31%;
  height: 361.4%;
  left: -50.65%;
  top: -130.7%;
}

.brand-nav .logo-crop img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: contain;
}

.logo-crop-color {
  opacity: 0;
  transition: opacity 260ms ease;
}

.site-header.is-scrolled .logo-crop-color,
.site-header.is-menu-open .logo-crop-color {
  opacity: 1;
}

.site-header.is-scrolled .logo-crop-white,
.site-header.is-menu-open .logo-crop-white {
  opacity: 0;
}

.primary-nav {
  position: relative;
  left: auto;
  top: auto;
  width: min(637px, calc(100vw - var(--edge) * 2 - 496px));
  margin-left: auto;
  margin-right: clamp(22px, 2.6vw, 50px);
  flex: 0 1 637px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(16px, 1.2vw, 32px);
  font-size: clamp(14px, 0.84vw, 16px);
  font-weight: 500;
  white-space: nowrap;
}

.primary-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0;
  opacity: 0.94;
  transition: opacity 180ms ease, transform 180ms ease;
}

.primary-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 32px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  opacity: 0;
  transform: translate3d(-50%, 6px, 0) scale(0.6);
  transition: opacity 220ms ease, transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

.primary-nav a.is-active::after {
  opacity: 1;
  transform: translate3d(-50%, 0, 0) scale(1);
}

.primary-nav a:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.nav-caret {
  width: 0;
  height: 0;
  overflow: hidden;
}

.header-actions {
  position: relative;
  right: auto;
  top: auto;
  flex: 0 0 298px;
  width: 298px;
  height: 80px;
}

.icon-button,
.lang-button,
.contact-button {
  position: absolute;
  height: 49px;
  border: 0;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(55, 55, 55, 0.78);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: background 220ms ease, color 220ms ease, transform 220ms ease;
}

.site-header.is-scrolled .icon-button,
.site-header.is-scrolled .lang-button,
.site-header.is-menu-open .icon-button,
.site-header.is-menu-open .lang-button {
  background: #f3f3f3;
  color: #121212;
}

.icon-button {
  left: 0;
  top: 25px;
  width: 29px;
  height: 29px;
  background: transparent;
  border: 0;
  border-radius: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  cursor: pointer;
}

.icon-button span {
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 50%;
  position: relative;
}

.icon-button span::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 2px;
  right: -6px;
  bottom: -3px;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: center;
}

.lang-button {
  left: 66px;
  top: 15px;
  min-width: 66px;
  font-size: 14px;
  cursor: pointer;
}

.contact-button {
  left: 144px;
  top: 15px;
  width: 154px;
  min-width: 154px;
  justify-content: flex-start;
  gap: 18px;
  padding: 14px 12px 14px 24px;
  background: rgba(0, 140, 56, 0.92);
  border-color: #1dd366;
  font-size: 14px;
  line-height: 21px;
  text-transform: capitalize;
  white-space: nowrap;
}

.contact-button span {
  width: 12px;
  height: 12px;
  position: relative;
  flex: 0 0 auto;
}

.button-arrow {
  width: 26px;
  height: 26px;
  position: relative;
  flex: 0 0 auto;
}

.contact-button span::before,
.button-arrow::before {
  content: "";
  position: absolute;
  inset: 3px 2px 2px 3px;
  border-top: 1.7px solid currentColor;
  border-right: 1.7px solid currentColor;
  transform: rotate(45deg);
}

.contact-button span {
  width: 12px;
  height: 12px;
  background: url("assets/nav-arrow.svg") center / contain no-repeat;
  transform: rotate(180deg);
}

.contact-button span::before {
  display: none;
}

.contact-button:hover,
.button:hover {
  transform: translateY(-2px);
}

.nav-dropdown {
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  color: #000;
  transform: translate3d(0, -18px, 0);
  transition: height 620ms cubic-bezier(0.16, 1, 0.3, 1), opacity 260ms ease,
    transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-dropdown::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.88);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.site-header.is-menu-open .nav-dropdown {
  height: var(--nav-dropdown-height, 264px);
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.nav-panel {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: var(--nav-dropdown-height, 264px);
  max-width: 1920px;
  margin: 0 auto;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-50%, -16px, 0);
  transition: opacity 260ms ease, transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-panel.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(-50%, 0, 0);
}

.nav-panel-simple {
  padding: 60px 120px 60px var(--nav-simple-left, 582px);
}

.nav-panel-partners {
  padding-left: var(--nav-simple-left, 915px);
}

.nav-panel-support {
  padding-left: var(--nav-simple-left, 1067px);
}

.nav-simple-list {
  display: grid;
  gap: 24px;
  justify-items: start;
}

.nav-feature-link {
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  gap: 40px;
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
  color: #000;
  transform: translate3d(0, 10px, 0);
  opacity: 0;
  transition: color 220ms ease, opacity 360ms ease, transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-panel.is-active .nav-feature-link {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.nav-panel.is-active .nav-feature-link:nth-child(2) {
  transition-delay: 70ms;
}

.nav-feature-link:hover {
  color: var(--green);
}

.nav-feature-link img {
  width: 36px;
  height: 23px;
  opacity: 0;
  transform: translate3d(-16px, 0, 0);
  transition: opacity 220ms ease, transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-feature-link:hover img,
.nav-feature-link:focus-visible img {
  opacity: 1;
  transform: translate3d(6px, 0, 0);
}

.nav-panel-products {
  --nav-products-sidebar: 432px;
  display: grid;
  grid-template-columns: var(--nav-products-sidebar) 1fr;
  height: 604px;
}

.nav-product-sidebar {
  padding: 40px 0 0 120px;
  display: grid;
  gap: 50px;
  align-content: start;
}

.nav-product-sidebar p,
.nav-product-content > p {
  margin: 0;
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
}

.nav-product-sidebar div {
  display: grid;
  gap: 24px;
  justify-items: start;
}

.nav-product-sidebar button {
  position: relative;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #000;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  opacity: 0;
  transform: translate3d(0, 12px, 0);
  transition: color 220ms ease, opacity 360ms ease, transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-panel.is-active .nav-product-sidebar button {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.nav-product-sidebar button:nth-of-type(2),
.nav-product-sidebar div:nth-child(2) button:nth-of-type(1) {
  transition-delay: 50ms;
}

.nav-product-sidebar button:nth-of-type(3),
.nav-product-sidebar div:nth-child(2) button:nth-of-type(2) {
  transition-delay: 100ms;
}

.nav-product-sidebar button:nth-of-type(4) {
  transition-delay: 150ms;
}

.nav-product-sidebar button.is-active,
.nav-product-sidebar button:hover,
.nav-product-sidebar button:focus-visible {
  color: var(--green);
}

.nav-product-sidebar img {
  width: 20px;
  height: auto;
  opacity: 0;
  transform: translate3d(-12px, 0, 0);
  transition: opacity 220ms ease, transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-product-sidebar button.is-active img {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.nav-product-sidebar button:hover img,
.nav-product-sidebar button:focus-visible img {
  opacity: 1;
  transform: translate3d(4px, 0, 0);
}

.nav-product-content {
  position: relative;
  padding: 40px 70px 86px 40px;
  background: rgba(242, 248, 244, 0.84);
  overflow: hidden;
}

.nav-product-content.has-overflow-cards {
  --nav-product-peek: 68px;
  padding-right: 0;
}

.nav-product-cards {
  --nav-product-card-basis: calc((100% - 60px) / 4);
  display: flex;
  gap: 20px;
  margin-top: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  padding-bottom: 0;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.nav-product-content.has-overflow-cards .nav-product-cards {
  --nav-product-card-basis: calc((100% - var(--nav-product-peek) - 60px) / 4);
}

.nav-product-cards.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}

.nav-product-cards.is-draggable {
  cursor: grab;
}

.nav-product-cards::-webkit-scrollbar {
  display: none;
}

.nav-product-card {
  position: relative;
  flex: 0 0 var(--nav-product-card-basis);
  min-width: 260px;
  height: 428px;
  overflow: hidden;
  border-radius: 6px;
  color: #fff;
  isolation: isolate;
  scroll-snap-align: start;
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition: opacity 420ms ease, transform 560ms cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-panel.is-active .nav-product-card {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.nav-panel.is-active .nav-product-card:nth-child(2) {
  transition-delay: 70ms;
}

.nav-panel.is-active .nav-product-card:nth-child(3) {
  transition-delay: 140ms;
}

.nav-panel.is-active .nav-product-card:nth-child(4) {
  transition-delay: 210ms;
}

.nav-product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.08) 42%, rgba(0, 0, 0, 0.32));
  transition: opacity 260ms ease;
}

.nav-product-card:hover::after {
  opacity: 0.72;
}

.nav-product-card.nav-product-card-light {
  color: #101010;
}

.nav-product-card.nav-product-card-light::after {
  opacity: 0;
}

.nav-product-card.nav-product-card-light:hover::after {
  opacity: 0.08;
}

.nav-product-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 240ms ease, transform 680ms cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-product-card:hover > img {
  transform: scale(1.045);
}

.nav-product-card.is-switching > img {
  opacity: 0.46;
  transform: scale(1.025);
}

.nav-product-card strong {
  position: absolute;
  z-index: 2;
  left: 30px;
  top: 34px;
  width: 230px;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 500;
}

.nav-product-card span {
  position: absolute;
  z-index: 2;
  right: 36px;
  bottom: 43px;
  width: 68px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.nav-product-card span img {
  width: 52px;
  height: auto;
  filter: brightness(0) invert(1);
  opacity: 0;
  transform: translate3d(-14px, 0, 0);
  transition: opacity 220ms ease, transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-product-card:hover span img,
.nav-product-card:focus-visible span img {
  opacity: 1;
  transform: translate3d(6px, 0, 0);
}

.nav-product-controls {
  position: absolute;
  right: clamp(40px, 6.25vw, 120px);
  bottom: 26px;
  z-index: 4;
  display: none;
  align-items: center;
  gap: 10px;
}

.nav-product-content.has-overflow-cards .nav-product-controls {
  display: flex;
}

.nav-product-control {
  width: 60px;
  height: 40px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 180ms ease, transform 180ms ease, background 180ms ease;
}

.nav-product-control:hover,
.nav-product-control:focus-visible {
  background: #f4f4f4;
  transform: translateY(-1px);
}

.nav-product-control:disabled {
  cursor: default;
  opacity: 0.36;
  transform: none;
}

.nav-product-control img {
  width: 17px;
  height: 17px;
  pointer-events: none;
}

.button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 32px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1), background 260ms ease,
    border-color 260ms ease, color 260ms ease;
}

.button-arrow {
  background: url("assets/button-arrow-circle.svg") center / contain no-repeat;
  transform-origin: center;
  will-change: transform;
  transition: background-image 180ms ease, filter 180ms ease;
}

.button-arrow::before {
  display: none;
}

.button-green {
  color: #fff;
  background: var(--green);
}

.button-green:hover {
  background: var(--green-dark);
}

.button-outline {
  color: #0a0a0a;
  border: 1px solid #0a0a0a;
  background: rgba(255, 255, 255, 0.03);
}

.button-outline.light {
  color: #fff;
  border-color: #fff;
  background: rgba(255, 255, 255, 0.03);
}

.button-outline:hover,
.button-outline.light:hover,
.button-glass:hover {
  color: #fff;
  border-color: var(--green);
  background: var(--green);
}

.button-outline:hover .button-arrow,
.button-outline.light:hover .button-arrow,
.button-glass:hover .button-arrow {
  background-image: url("assets/button-arrow-circle-invert.svg");
  animation: buttonArrowRotate 980ms cubic-bezier(0.16, 1, 0.3, 1);
}

.button-outline:hover img.button-arrow,
.button-outline.light:hover img.button-arrow,
.button-glass:hover img.button-arrow {
  content: url("assets/button-arrow-circle-invert.svg");
}

@keyframes buttonArrowRotate {
  0% {
    transform: rotate(0deg);
  }
  45% {
    transform: rotate(42deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.button-small {
  min-width: 109px;
  min-height: 56px;
}

.panel {
  position: relative;
  width: 100%;
}

.hero {
  height: clamp(760px, calc(1080px * var(--height-scale)), 1080px);
  min-height: min(760px, 100vh);
  overflow: hidden;
  color: #fff;
  z-index: 0;
}

.hero-slider,
.hero-slide {
  position: absolute;
  inset: 0;
}

.hero-slider {
  overflow: hidden;
  z-index: 0;
}

.hero-slide {
  opacity: 0;
  transform: translate3d(5%, 0, 0) scale(1.03);
  transition: opacity 980ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 1180ms cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-slide.is-active {
  z-index: 1;
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.hero-slide.is-leaving {
  z-index: 0;
  opacity: 0;
  transform: translate3d(-4%, 0, 0) scale(1.02);
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slide:first-child img {
  object-position: center center;
}

.hero-slide:nth-child(3) img {
  object-position: 62% 50%;
}

.hero-slide:nth-child(4) img {
  object-position: 58% 50%;
}

.hero-slide:nth-child(5) img {
  object-position: 62% 50%;
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 46%, rgba(0, 0, 0, 0.6) 100%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 3;
  height: 100%;
  padding: 0;
}

.hero-title {
  position: absolute;
  left: var(--edge);
  top: auto;
  bottom: clamp(176px, 25.4vh, 274px);
  width: min(1061px, calc(100vw - var(--edge) * 2));
  margin: 0;
  font-size: clamp(56px, 4.48vw, 86px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-title span {
  display: block;
  transition: opacity 520ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-title.is-switching span {
  opacity: 0;
  transform: translate3d(0, 42px, 0);
}

.hero-title span:nth-child(2) {
  transition-delay: 70ms;
}

.hero .button {
  position: absolute;
  left: var(--edge);
  top: auto;
  bottom: clamp(64px, 10vh, 108px);
  width: 184px;
  height: 58px;
  padding: 0 32px;
  justify-content: space-between;
  border: 1px solid #13db63;
}

.hero .button-arrow {
  width: 26px;
  height: 26px;
}

.hero .button-arrow::before {
  display: none;
}

.hero-controls {
  position: absolute;
  z-index: 4;
  right: var(--edge);
  top: auto;
  bottom: clamp(54px, 8.3vh, 90px);
  width: 202px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.hero-count {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  width: 42px;
  justify-content: flex-end;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  transform: none;
  pointer-events: none;
}

.hero-count i {
  font-style: normal;
  color: rgba(255, 255, 255, 0.58);
}

.hero-count span:last-child {
  color: rgba(255, 255, 255, 0.58);
}

.hero-arrow {
  position: relative;
  width: 60px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 220ms ease;
}

.hero-arrow:hover {
  transform: translateY(-2px);
}

.hero-arrow-prev {
  margin-left: 0;
}

.hero-arrow-next {
  margin-left: 0;
}

.hero-arrow img {
  width: 16.9705px;
  height: 16.9705px;
  object-fit: contain;
}

.section-kicker {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 18px;
  color: #151515;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}

.section-kicker span {
  width: 13px;
  height: 13px;
  flex: 0 0 auto;
  background: var(--green);
  border-radius: 2px;
  transform: rotate(45deg);
}

.section-kicker.light {
  color: #fff;
}

.section-title {
  margin: 0;
  font-size: clamp(44px, 3.9vw, 74px);
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: 0;
}

.section-title span {
  display: block;
}

.products {
  z-index: 2;
  min-height: clamp(1080px, calc(1534px * var(--height-scale)), 1534px);
  padding: 100px var(--edge) 140px;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
}

.products-title {
  margin-top: 86px;
  max-width: 1420px;
}

.products-title span:first-child {
  text-align: left;
}

.products-title span:last-child {
  text-align: center;
}

.product-tabs {
  display: flex;
  align-items: center;
  gap: clamp(28px, 3.25vw, 63px);
  margin-top: 128px;
  color: #383838;
  overflow-x: auto;
  scrollbar-width: none;
}

.product-tabs::-webkit-scrollbar {
  display: none;
}

.product-tabs button,
.news-tabs button {
  border: 0;
  padding: 0 0 18px;
  background: transparent;
  color: inherit;
  font-size: 16px;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
}

.product-tabs button::after,
.news-tabs button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--green);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

.product-tabs button.is-active,
.news-tabs button.is-active {
  color: #000;
}

.product-tabs button.is-active::after,
.product-tabs button:hover::after,
.news-tabs button.is-active::after,
.news-tabs button:hover::after {
  transform: scaleX(1);
}

.product-stage {
  position: relative;
  margin-top: 40px;
  width: 600px;
  max-width: none;
  height: 750px;
  margin-left: calc((100% - 600px) / 2);
  overflow: hidden;
  border-radius: 10px;
  background: #e9eef0;
  transform-origin: center top;
  will-change: width, height, margin-left;
}

.product-scene {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 420ms ease, transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

.product-scene.is-swapping {
  opacity: 0.42;
  transform: translate3d(0, 26px, 0) scale(1.02);
}

.product-card {
  position: absolute;
  left: clamp(54px, 23.5vw, 416px);
  top: 151px;
  width: 442px;
  height: 532px;
  padding: 50px 30px 30px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 26px 46px rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 28px, 0) scale(0.985);
  transition: opacity 360ms ease, transform 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

.product-card.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
}

.product-card.is-updating {
  opacity: 0.45;
  transform: translate3d(0, 22px, 0) scale(0.985);
}

.product-img-wrap {
  height: 302px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-img-wrap img {
  width: 294px;
  height: 294px;
  object-fit: contain;
}

.product-card-bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 22px;
  margin-top: 66px;
}

.product-card h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.42;
  font-weight: 500;
  text-transform: capitalize;
}

.products .section-kicker {
  transition-delay: 0ms;
}

.products-title {
  transition-delay: 90ms;
}

.product-tabs {
  transition-delay: 180ms;
}

.product-stage {
  transition-delay: 270ms;
}


.product-hotspot {
  position: absolute;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  z-index: 3;
  filter: drop-shadow(0 4px 12px rgba(0, 126, 52, 0.32));
  opacity: var(--product-hotspot-opacity, 0);
  pointer-events: none;
  transform: scale(var(--product-hotspot-scale, 0.72));
  transition: opacity 260ms ease, transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
}

.product-stage.is-expanded .product-hotspot {
  pointer-events: auto;
}

.product-hotspot::before,
.product-hotspot::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.product-hotspot::before {
  width: 14px;
  height: 14px;
  z-index: 2;
  background: #00b84f;
  border: 3px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 16px rgba(0, 184, 79, 0.98), 0 0 36px rgba(0, 184, 79, 0.58);
}

.product-hotspot::after {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(0, 184, 79, 0.62);
  background: rgba(0, 184, 79, 0.16);
  box-shadow: inset 0 0 14px rgba(255, 255, 255, 0.62);
  animation: hotspotPulse 2.4s ease-out infinite;
}

.product-hotspot.is-active::before {
  width: 16px;
  height: 16px;
  background: #13db63;
  box-shadow: 0 0 20px rgba(19, 219, 99, 1), 0 0 52px rgba(19, 219, 99, 0.68);
}

.product-hotspot-one {
  left: 85.2%;
  top: 48.5%;
}

.product-hotspot-two {
  left: 59.6%;
  top: 47.3%;
}

@keyframes hotspotPulse {
  0% {
    transform: translate(-50%, -50%) scale(0.66);
    opacity: 0.85;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.45);
    opacity: 0;
  }
}

.story {
  height: clamp(2678px, calc(3720px * var(--height-scale)), 3720px);
  min-height: clamp(2678px, calc(3720px * var(--height-scale)), 3720px);
  overflow: hidden;
  color: #fff;
  background: #152326;
  clip-path: inset(0);
  --story-pin-y: 0px;
  --story-overlay-progress: 0;
  --story-main-y: 0px;
  --story-text-progress: 0;
  --story-icons-progress: 0;
  --story-metric-progress: 0;
}

.story .section-kicker,
.story-copy h2,
.story-copy p,
.story-note,
.story-stat-group,
.story-metrics,
.value-card {
  transition: none !important;
}

.story-bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  min-height: 760px;
  object-fit: cover;
  will-change: transform;
}

.story-bg-top {
  left: 0;
  object-position: 50% 50%;
}

.story-bg-bottom {
  display: none;
  position: absolute;
  top: 100vh;
  left: 0;
  height: 786px;
  object-position: 50% 50%;
}

.story-overlay {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 180vh;
  min-height: 1360px;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.62) 38%, rgba(0, 0, 0, 0.46) 62%, rgba(0, 0, 0, 0.18) 82%, rgba(0, 0, 0, 0) 100%),
    radial-gradient(ellipse at 50% 68%, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0) 64%);
  opacity: 0;
  transform: translate3d(0, 86vh, 0);
  will-change: opacity, transform;
  pointer-events: none;
}

.story-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.08) 58%);
  opacity: 0.72;
  pointer-events: none;
}

.story-inner {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
  width: 1920px;
  max-width: none;
  height: calc(100vh / var(--design-scale));
  min-height: calc(760px / var(--design-scale));
  margin: 0 auto;
  padding: 0;
  transform: translate3d(-50%, var(--story-pin-y), 0) scale(var(--design-scale));
  transform-origin: top center;
  will-change: transform;
}

.story .section-kicker {
  position: absolute;
  left: 120px;
  top: 120px;
}

.story-copy {
  display: contents;
}

.story-copy h2 {
  position: absolute;
  left: 120px;
  top: 236px;
  width: 814px;
  margin: 0;
  font-size: 74px;
  line-height: 1.03;
  font-weight: 400;
}

.story-copy p,
.story-note {
  width: 580px;
  margin: 0;
  font-size: 20px;
  line-height: 1.36;
  color: rgba(255, 255, 255, 0.92);
}

.story-copy p {
  position: absolute;
  left: 1220px;
  top: 449px;
}

.value-strip {
  position: absolute;
  left: 120px;
  top: 679px;
  width: 1860px;
  display: grid;
  grid-template-columns: repeat(5, 340px);
  gap: 40px;
  opacity: 0;
  will-change: opacity, transform;
}

.value-card {
  opacity: 1 !important;
  transform: none !important;
  height: 377px;
  padding: 60px 40px 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  will-change: opacity, transform;
}

.value-card h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
}

.value-card img {
  display: block;
}

.value-icon-wrap {
  position: relative;
  display: block;
  width: 200px;
  height: 200px;
  flex: 0 0 auto;
}

.value-icon {
  position: absolute;
  inset: 0;
  width: 200px;
  height: 200px;
  max-width: 200px;
  object-fit: contain;
  transition: opacity 220ms ease, transform 260ms ease;
}

.value-icon-hover {
  opacity: 0;
}

.value-card:hover,
.value-card:focus-within {
  border-color: rgba(0, 140, 56, 0.95);
}

.value-card:hover .value-icon-base,
.value-card:focus-within .value-icon-base {
  opacity: 0;
}

.value-card:hover .value-icon-hover,
.value-card:focus-within .value-icon-hover {
  opacity: 1;
  transform: scale(1.02);
}

.story-stat-group {
  position: absolute;
  left: 0;
  top: 1176px;
  width: 1920px;
  height: 720px;
  opacity: 0;
  will-change: opacity, transform;
}

.story-stat-group .story-note,
.story-stat-group .story-metrics,
.story-stat-group .metric-row article,
.story-stat-button {
  opacity: 1 !important;
  transform: none !important;
}

.story-note {
  position: absolute;
  left: 1220px;
  top: 0;
  font-size: 18px;
  will-change: opacity, transform;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.story-metrics {
  position: absolute;
  left: 120px;
  top: 150px;
  width: 1680px;
  height: 324px;
  will-change: opacity, transform;
}

.metric-row article {
  min-height: 324px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 56px 40px 0;
  border-left: 2px solid rgba(255, 255, 255, 0.2);
  transition: border-color 260ms ease !important;
}

.metric-row article:last-child {
  border-right: 2px solid rgba(255, 255, 255, 0.2);
}

.metric-row strong {
  display: flex;
  align-items: baseline;
  gap: 16px;
  font-size: 80px;
  line-height: 1.02;
  font-weight: 500;
  letter-spacing: 0;
  transition: color 260ms ease;
}

.story-count {
  display: inline-block;
  font-variant-numeric: tabular-nums;
}

.metric-row small {
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  transition: color 260ms ease;
}

.metric-row article > span {
  margin-top: 26px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.92);
}

.metric-row article:hover,
.metric-row article:focus-within {
  border-left-color: var(--green);
}

.metric-row article:hover + article,
.metric-row article:focus-within + article {
  border-left-color: var(--green);
}

.metric-row article:last-child:hover,
.metric-row article:last-child:focus-within {
  border-right-color: var(--green);
}

.metric-row article:hover strong,
.metric-row article:hover small,
.metric-row article:focus-within strong,
.metric-row article:focus-within small {
  color: var(--green);
}

.story-stat-button {
  position: absolute;
  left: 50%;
  top: 602px;
  width: 184px;
  height: 58px;
  padding: 0 32px;
  justify-content: space-between;
  transform: translateX(-50%) !important;
}

.story-stat-button .button-arrow {
  width: 26px;
  height: 26px;
}

.button-glass {
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.button-glass:hover {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
}

.story-button {
  position: absolute;
  left: 50%;
  top: 1748px;
  width: 184px;
  height: 58px;
  padding: 0 32px;
  justify-content: space-between;
  transform: translateX(-50%);
}

.story-button[data-reveal] {
  transform: translate3d(-50%, 52px, 0);
}

.story-button[data-reveal].is-visible {
  transform: translate3d(-50%, 0, 0);
}

.story-button .button-arrow {
  width: 26px;
  height: 26px;
}

.partners {
  height: clamp(1469px, calc(2040px * var(--height-scale)), 2040px);
  min-height: clamp(1469px, calc(2040px * var(--height-scale)), 2040px);
  padding: 0;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(0, 140, 56, 0) 0%, rgba(83, 238, 145, 0.1) 100%);
  --partners-map-progress: 0;
  --partners-actions-progress: 0;
  --partners-glow-x: 50%;
  --partners-earth-y: 82px;
  --partners-pin-y: 0px;
}

.partners-pin::before {
  content: "";
  position: absolute;
  left: calc(50% - 1630.5px);
  top: 632px;
  width: 3261px;
  height: 958px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  pointer-events: none;
  opacity: var(--partners-map-progress);
  transform: translate3d(0, var(--partners-earth-y), 0);
  will-change: opacity, transform;
  z-index: 0;
}

.partners-pin::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at var(--partners-glow-x) 72%, rgba(83, 238, 145, 0.2), rgba(83, 238, 145, 0) 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 26%, rgba(83, 238, 145, 0.08) 100%);
  opacity: 0.75;
  pointer-events: none;
  filter: none;
  animation: partnerGlow 5.8s ease-in-out infinite alternate;
  z-index: 0;
}

.partners-pin {
  position: absolute;
  left: 50%;
  right: auto;
  top: 0;
  width: 1920px;
  height: 1309px;
  transform: translate3d(-50%, var(--partners-pin-y), 0) scale(var(--design-scale));
  transform-origin: top center;
  will-change: transform;
}

.partners-top,
.partner-metrics,
.map-shell,
.partner-actions {
  position: absolute;
  z-index: 1;
}

.partners-top {
  left: 120px;
  right: 120px;
  top: 79px;
}

.partners-title {
  width: 968px;
  margin-top: 96px;
  max-width: none;
  font-size: 74px;
  line-height: 1.03;
  font-weight: 400;
}

.partners-top > .button {
  position: absolute;
  right: 0;
  top: 211px;
  width: 184px;
  height: 58px;
  padding: 0 32px;
  justify-content: space-between;
}

.partner-metrics {
  left: 120px;
  top: 448px;
  display: block;
  width: 1059px;
  height: 104px;
  margin: 0;
}

.partner-metrics article {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  height: 104px;
}

.partner-metrics article:nth-child(1) {
  left: 0;
  width: 199px;
}

.partner-metrics article:nth-child(2) {
  left: 316px;
  width: 294px;
}

.partner-metrics article:nth-child(3) {
  left: 720px;
  width: 219px;
}

.partner-metrics strong {
  position: relative;
  display: block;
  height: 66px;
  color: var(--green);
  line-height: 1;
  font-weight: 500;
}

.partner-metrics .metric-number {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.1;
}

.partner-metrics .metric-plus {
  position: absolute;
  top: 22px;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 600;
}

.partner-metrics article:nth-child(1) .metric-plus {
  left: 172px;
}

.partner-metrics article:nth-child(2) .metric-plus {
  left: 155px;
}

.partner-metrics article:nth-child(3) .metric-plus {
  left: 83px;
}

.partner-metrics article > span {
  position: absolute;
  left: 0;
  top: 78px;
  margin-top: 0;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 400;
  text-transform: capitalize;
  white-space: nowrap;
}

.map-shell {
  left: 139px;
  top: 703px;
  width: 1641px;
  height: 502px;
  margin: 0;
  background: transparent;
  opacity: 0;
  will-change: opacity, transform;
}

.map-shell::after {
  content: "";
  position: absolute;
  left: 18.6%;
  top: 28%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow:
    0 0 0 4px rgba(0, 140, 56, 0.08),
    0 0 14px rgba(0, 140, 56, 0.42),
    96px 45px 0 rgba(0, 140, 56, 0.92),
    96px 45px 0 4px rgba(0, 140, 56, 0.08),
    96px 45px 14px rgba(0, 140, 56, 0.42),
    178px 86px 0 rgba(0, 140, 56, 0.9),
    178px 86px 0 4px rgba(0, 140, 56, 0.08),
    178px 86px 14px rgba(0, 140, 56, 0.42),
    492px -54px 0 rgba(0, 140, 56, 0.86),
    492px -54px 0 4px rgba(0, 140, 56, 0.08),
    492px -54px 14px rgba(0, 140, 56, 0.42),
    780px 78px 0 rgba(0, 140, 56, 0.92),
    780px 78px 0 4px rgba(0, 140, 56, 0.08),
    780px 78px 14px rgba(0, 140, 56, 0.42),
    910px 120px 0 rgba(0, 140, 56, 0.88),
    910px 120px 0 4px rgba(0, 140, 56, 0.08),
    910px 120px 14px rgba(0, 140, 56, 0.42),
    1120px 54px 0 rgba(0, 140, 56, 0.9),
    1120px 54px 0 4px rgba(0, 140, 56, 0.08),
    1120px 54px 14px rgba(0, 140, 56, 0.42),
    1262px 130px 0 rgba(0, 140, 56, 0.88),
    1262px 130px 0 4px rgba(0, 140, 56, 0.08),
    1262px 130px 14px rgba(0, 140, 56, 0.42),
    1450px 362px 0 rgba(0, 140, 56, 0.92),
    1450px 362px 0 4px rgba(0, 140, 56, 0.08),
    1450px 362px 14px rgba(0, 140, 56, 0.42);
  opacity: var(--partners-map-progress);
  animation: mapGlow 2.4s ease-in-out infinite alternate;
  pointer-events: none;
}

.world-map {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.98;
}

.partner-actions {
  left: 50%;
  top: 1146px;
  display: flex;
  gap: 36px;
  margin: 0;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  will-change: opacity, transform;
}

.partner-actions.is-ready {
  pointer-events: auto;
}

.partner-actions .button {
  height: 58px;
  padding: 0 32px;
  justify-content: center;
}

.partner-actions .button-outline {
  color: var(--green);
  border-color: var(--green);
  background: rgba(255, 255, 255, 0.03);
}

.partner-actions .button-outline:hover {
  color: #fff;
  border-color: var(--green);
  background: var(--green);
}

.partner-actions .button:first-child {
  width: 196px;
}

.partner-actions .button:last-child {
  width: 270px;
}

@keyframes partnerGlow {
  0% {
    opacity: 0.62;
  }
  100% {
    opacity: 0.86;
  }
}

@keyframes mapGlow {
  0% {
    filter: brightness(0.92) drop-shadow(0 0 0 rgba(0, 140, 56, 0));
  }
  100% {
    filter: brightness(1.32) drop-shadow(0 0 9px rgba(0, 140, 56, 0.5));
  }
}

.news {
  height: clamp(760px, calc(940px * var(--height-scale)), 940px);
  min-height: clamp(760px, calc(940px * var(--height-scale)), 940px);
  padding: 0;
  overflow: hidden;
  background: #f7f6f4;
  border-radius: 50px;
  z-index: 4;
  margin-top: -50px;
  margin-bottom: -50px;
  box-shadow: 0 -1px 0 rgba(0, 140, 56, 0.05), 0 1px 0 rgba(0, 140, 56, 0.05);
}

.news > .section-kicker {
  position: absolute;
  left: 120px;
  top: 100px;
}

.news-layout {
  display: block;
  margin: 0;
}

.news-image-frame {
  position: absolute;
  left: 120px;
  top: 196px;
  width: 605px;
  height: 644px;
  border-radius: 10px;
  overflow: hidden;
  background: #e7e0d6;
}

.news-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: 50% 50%;
  transition:
    opacity 420ms ease,
    filter 420ms ease,
    clip-path 720ms cubic-bezier(0.16, 1, 0.3, 1);
}

.news-image-base {
  transform: scale(1);
  filter: brightness(1) saturate(1);
}

.news-image-hover {
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  transform: scale(1.045);
  filter: brightness(1.05) saturate(1.06) contrast(1.02);
}

.news.is-hovered .news-image-base {
  transform: scale(1.035);
  filter: brightness(0.9) saturate(0.96);
}

.news.is-hovered .news-image-hover {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  transform: scale(1.045);
}

.news-content {
  position: absolute;
  left: 838px;
  top: 196px;
  width: 942px;
  padding: 0;
}

.news-tabs {
  display: flex;
  align-items: center;
  gap: 60px;
  height: 42px;
  color: #383838;
}

.news-tabs button {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  padding-bottom: 16px;
}

.news-list {
  margin-top: 60px;
  border-top: 2px solid rgba(0, 0, 0, 0.16);
}

.news-item {
  min-height: 135px;
  display: grid;
  grid-template-columns: 120px 1fr 52px;
  align-items: center;
  gap: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.16);
  color: #050505;
}

.news-item:hover {
  color: #050505;
  border-bottom-color: rgba(0, 0, 0, 0.16);
}

.news-item time {
  color: #606060;
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  transition: none;
}

.news-item span {
  max-width: 590px;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  width: fit-content;
  padding-bottom: 0;
  color: #050505;
  transition: color 220ms ease;
}

.news-item span::after {
  display: none;
}

.news-item:hover span {
  color: var(--green);
}

.news-item:hover span::after {
  transform: none;
}

.news-item i {
  width: 36px;
  height: 23px;
  position: relative;
  opacity: 0;
  justify-self: end;
  transform: translate3d(-16px, 0, 0);
  transition: opacity 240ms ease, transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
}

.news-item:hover i {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.news-arrow-icon {
  display: block;
  width: 36px;
  height: 23px;
  object-fit: contain;
}

.energy {
  height: 1000px;
  overflow: hidden;
  color: #fff;
  background: #486a7c;
}

.energy-img-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.energy-bg {
  position: absolute;
  width: 159.17%;
  height: 251.7%;
  left: -18.34%;
  top: -79.36%;
  max-width: none;
  object-fit: cover;
}

.energy-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
}

.energy-content {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 220px var(--edge) 120px;
}

.energy h2 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(62px, 5vw, 96px);
  line-height: 1.08;
  font-weight: 400;
  text-transform: capitalize;
}

.energy-metrics {
  position: absolute;
  left: var(--edge);
  bottom: 154px;
  display: flex;
  gap: clamp(90px, 9vw, 176px);
}

.energy-metrics article {
  display: flex;
  flex-direction: column;
}

.energy-metrics strong {
  display: flex;
  align-items: baseline;
  gap: 18px;
  font-size: clamp(48px, 4.5vw, 84px);
  line-height: 1;
  font-weight: 500;
}

.count-up {
  display: inline-block;
  font-variant-numeric: tabular-nums;
}

.count-up:not([data-count-suffix]) {
  min-width: 2.05em;
}

.count-up[data-count-suffix="k"] {
  min-width: 3.35em;
}

.energy-metrics small {
  font-size: 26px;
  font-weight: 400;
}

.energy-metrics article > span {
  margin-top: 25px;
  font-size: 18px;
}

.energy .button {
  position: absolute;
  right: var(--edge);
  bottom: 120px;
}

.site-footer {
  color: #060606;
  background: #f8f8f8;
  position: relative;
  z-index: 1;
}

.footer-main {
  height: 620px;
  position: relative;
  padding: 0;
  max-width: 1920px;
  margin: 0 auto;
}

.footer-utility,
.footer-product-group {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-utility {
  left: 120px;
  top: 100px;
  gap: 20px;
}

.footer-product-electrical {
  left: 478px;
  top: 100px;
  width: 250px;
}

.footer-product-home {
  left: 478px;
  top: 350px;
  width: 250px;
}

.footer-product-lighting {
  left: 801px;
  top: 100px;
  width: 260px;
}

.footer-product-power {
  left: 1091px;
  top: 100px;
  width: 230px;
}

.footer-product-evse {
  left: 1091px;
  top: 265px;
  width: 260px;
}

.footer-product-energy {
  left: 1091px;
  top: 429px;
  width: 220px;
}

.footer-product-group h2 {
  margin: 0 0 20px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.footer-utility a,
.footer-product-group a {
  color: #050505;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
  transition: color 200ms ease;
}

.footer-product-group a + a {
  margin-top: 16px;
}

.footer-utility a:hover,
.footer-product-group a:hover {
  color: var(--green);
}

.footer-contact {
  position: absolute;
  right: 120px;
  top: 93px;
  width: 350px;
  text-align: right;
}

.footer-contact h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 400;
  color: #050505;
  text-align: right;
}

.footer-contact p {
  margin: 0;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 400;
  color: #050505;
  text-transform: none;
  text-align: right;
}

.footer-contact .button {
  position: absolute;
  right: 0;
  top: 126px;
  width: 191px;
  height: 58px;
  padding: 0 24px 0 32px;
  justify-content: space-between;
  font-size: 16px;
}

.socials {
  position: absolute;
  right: 120px;
  top: 506px;
  display: flex;
  gap: 32px;
}

.socials a {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  color: #b9b9b9;
  font-size: 16px;
  font-weight: 500;
  background: transparent;
  transition: border-color 220ms ease, color 220ms ease, transform 220ms ease;
}

.socials a:hover {
  border-color: var(--green);
  color: var(--green);
  transform: translateY(-2px);
}

.footer-bottom {
  height: 65px;
  display: flex;
  align-items: center;
  padding: 0 120px;
  background: #ebebeb;
  color: #050505;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}

[data-reveal] {
  opacity: 0;
  transform: translate3d(0, 52px, 0);
  transition: opacity 850ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 850ms cubic-bezier(0.16, 1, 0.3, 1);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.story-metrics article {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

.value-card:nth-child(2),
.metric-row article:nth-child(2),
.partner-metrics article:nth-child(2),
.news-item:nth-child(2) {
  transition-delay: 80ms;
}

.value-card:nth-child(3),
.metric-row article:nth-child(3),
.partner-metrics article:nth-child(3),
.news-item:nth-child(3) {
  transition-delay: 150ms;
}

.value-card:nth-child(4),
.metric-row article:nth-child(4),
.news-item:nth-child(4) {
  transition-delay: 220ms;
}

.value-card:nth-child(5),
.news-item:nth-child(5) {
  transition-delay: 290ms;
}

@media (min-width: 901px) and (max-width: 1390px) {
  .nav-panel-simple {
    padding-left: var(--nav-simple-left, clamp(420px, 42vw, 582px));
  }

  .nav-panel-partners {
    padding-left: var(--nav-simple-left, clamp(650px, 66vw, 915px));
  }

  .nav-panel-support {
    padding-left: var(--nav-simple-left, clamp(760px, 74vw, 1067px));
  }

  .nav-panel-products {
    --nav-products-sidebar: 360px;
  }

  .nav-product-sidebar {
    padding-left: 40px;
  }

  .nav-product-content {
    padding-right: 40px;
  }

  .nav-product-card strong {
    left: 24px;
    width: 190px;
    font-size: 26px;
  }
}

@media (min-width: 761px) and (max-width: 1100px) {
  .primary-nav {
    display: none;
  }

  .header-actions {
    flex: 0 0 auto;
    width: 132px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
  }

  .icon-button,
  .lang-button {
    position: relative;
    left: auto;
    top: auto;
  }

  .contact-button {
    display: none;
  }
}

@media (min-width: 761px) and (max-width: 1390px) {
  .partners-top {
    left: 120px;
    right: 120px;
    top: 79px;
  }

  .partners-title {
    width: 968px;
  }

  .partners-top > .button {
    right: 0;
    left: auto;
    top: 211px;
  }

  .partner-metrics {
    left: 120px;
    top: 448px;
    display: block;
    width: 1059px;
    height: 104px;
  }

  .partner-metrics article {
    position: absolute;
    width: auto;
  }

  .partner-metrics article:nth-child(1) {
    left: 0;
    width: 199px;
  }

  .partner-metrics article:nth-child(2) {
    left: 316px;
    width: 294px;
  }

  .partner-metrics article:nth-child(3) {
    left: 720px;
    width: 219px;
  }

  .map-shell {
    left: 139px;
    top: 703px;
    width: 1641px;
    height: 502px;
  }

  .partner-actions {
    top: 1146px;
  }
}

@media (max-width: 760px) {
  .site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .primary-nav {
    display: none;
  }

  .nav-dropdown {
    display: none;
  }

  .brand-nav {
    position: static;
  }

  .header-actions {
    position: static;
    width: auto;
    height: auto;
  }

  .icon-button,
  .lang-button,
  .contact-button {
    position: static;
  }

  .products,
  .story,
  .partners,
  .news {
    height: auto;
    min-height: auto;
  }

  .story {
    overflow: hidden;
  }

  .story-bg-top {
    height: 100%;
  }

  .story-bg-bottom {
    display: none;
  }

  .story-inner {
    height: auto;
    padding: 96px 40px 110px;
  }

  .story .section-kicker,
  .story-copy h2,
  .story-copy p,
  .value-strip,
  .story-note,
  .story-metrics,
  .story-button {
    position: relative;
    left: auto;
    top: auto;
  }

  .story-copy,
  .news-layout,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .story-copy {
    display: block;
  }

  .story-copy h2 {
    width: auto;
    margin-top: 80px;
    font-size: clamp(48px, 7vw, 74px);
  }

  .story-copy p,
  .story-note {
    width: auto;
    margin-top: 36px;
    margin-left: 0;
  }

  .value-strip {
    width: auto;
    margin-top: 80px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .metric-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-metrics {
    width: auto;
    height: auto;
    margin-top: 72px;
  }

  .story-button {
    margin: 64px auto 0;
    transform: none;
  }

  .story-button[data-reveal] {
    transform: translate3d(0, 52px, 0);
  }

  .story-button[data-reveal].is-visible {
    transform: translate3d(0, 0, 0);
  }

  .news-image-frame {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 605 / 644;
  }

  .partners {
    padding: 88px 40px 96px;
    overflow: hidden;
  }

  .partners-top,
  .partner-metrics,
  .map-shell,
  .partner-actions,
  .news > .section-kicker,
  .news-content {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: auto;
  }

  .partners-top > .button {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 48px;
  }

  .partner-metrics {
    margin-top: 72px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 36px;
  }

  .map-shell {
    margin-top: 72px;
    height: auto;
  }

  .partner-actions {
    margin-top: 64px;
    transform: none;
  }

  .news {
    padding: 88px 40px 100px;
  }

  .news-layout {
    display: grid;
    gap: 56px;
    margin-top: 72px;
  }

  .news-content {
    width: 100%;
  }

  .footer-support {
    position: static;
    grid-column: auto;
    margin-top: 0;
  }

  .site-footer {
    height: auto;
  }

  .footer-main {
    height: auto;
    display: grid;
    gap: 42px;
  }

  .footer-utility,
  .footer-product-group,
  .footer-contact {
    position: static;
    width: auto;
  }

  .footer-utility,
  .footer-product-group {
    gap: 0;
  }

  .footer-utility {
    gap: 18px;
  }

  .footer-product-group h2 {
    margin-bottom: 14px;
  }

  .footer-product-group a + a {
    margin-top: 10px;
  }

  .footer-contact h2,
  .footer-contact p {
    text-align: left;
  }

  .footer-contact {
    text-align: left;
  }

  .footer-contact .button {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 30px;
  }

  .socials {
    position: static;
    gap: 24px;
  }
}

@media (max-width: 760px) {
  .site-header {
    height: 72px;
    padding: 0 20px;
  }

  .brand {
    width: 112px;
    height: 50px;
  }

  .header-actions {
    gap: 8px;
  }

  .icon-button,
  .lang-button {
    width: 42px;
    min-width: 42px;
    height: 42px;
  }

  .icon-button {
    background: rgba(0, 0, 0, 0.26);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .contact-button {
    display: none;
  }

  .hero {
    min-height: 720px;
    height: 100vh;
    position: sticky;
    top: 0;
  }

  .hero-bg {
    object-position: 58% center;
  }

  .hero-content {
    padding: 0;
  }

  .hero-title {
    left: 24px;
    top: auto;
    bottom: 142px;
    width: calc(100vw - 48px);
    font-size: 48px;
    line-height: 1.02;
  }

  .hero .button {
    left: 24px;
    top: auto;
    bottom: 64px;
  }

  .products {
    padding: 72px 24px 88px;
  }

  .products-title span,
  .products-title span:last-child {
    text-align: left;
  }

  .product-tabs {
    margin-top: 72px;
  }

  .product-stage {
    height: 620px;
  }

  .product-card {
    left: 20px;
    right: 20px;
    top: 156px;
    width: auto;
    height: 410px;
    padding: 28px 22px 24px;
  }

  .product-img-wrap {
    height: 214px;
  }

  .product-img-wrap img {
    width: 220px;
    height: 220px;
  }

  .product-card-bottom {
    margin-top: 34px;
    grid-template-columns: 1fr;
  }

  .carousel-control {
    display: none;
  }

  .story-inner,
  .partners,
  .news {
    padding-left: 24px;
    padding-right: 24px;
  }

  .story-copy {
    gap: 40px;
  }

  .value-strip,
  .metric-row {
    grid-template-columns: 1fr;
  }

  .value-card {
    height: 280px;
  }

  .value-icon-wrap,
  .value-icon {
    width: 150px;
    height: 150px;
    max-width: 150px;
  }

  .metric-row article {
    min-height: 210px;
    border-right: 2px solid rgba(255, 255, 255, 0.62);
  }

  .partners-top,
  .partner-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .partner-metrics,
  .energy-metrics {
    gap: 42px;
  }

  .partner-metrics {
    grid-template-columns: 1fr;
  }

  .energy-metrics {
    flex-direction: column;
  }

  .news-item {
    grid-template-columns: 86px 1fr;
  }

  .news-item i {
    display: none;
  }

  .energy {
    height: 820px;
  }

  .energy-bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-position: center;
  }

  .energy-content {
    padding: 128px 24px 80px;
  }

  .energy-metrics {
    left: 24px;
    right: 24px;
    bottom: 170px;
  }

  .energy .button {
    left: 24px;
    right: auto;
    bottom: 80px;
  }

  .footer-main {
    padding: 76px 24px 64px;
  }

  .footer-bottom {
    padding: 0 24px;
    height: auto;
    min-height: 65px;
  }
}

/* 2026-06-23 homepage refinement */
.recommended {
  z-index: 3;
  min-height: 0;
  padding: 100px 0 120px;
  overflow: hidden;
  background: #f4f4f4;
}

.recommended > .section-kicker,
.recommended-title,
.recommended-layout {
  width: min(1680px, calc(100vw - var(--edge) * 2));
  margin-left: auto;
  margin-right: auto;
}

.recommended-title {
  margin-top: 82px;
  font-size: clamp(48px, 4.68vw, 90px);
  line-height: 1;
  font-weight: 400;
}

.recommended-layout {
  display: grid;
  grid-template-columns: minmax(460px, 825px) minmax(460px, 825px);
  gap: 30px;
  margin-top: 78px;
}

.recommended-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
  overflow: hidden;
  border-radius: 10px;
  color: #111;
  text-align: center;
  text-decoration: none;
  isolation: isolate;
  background: #fff;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.recommended-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
}

.recommended-card-media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.recommended-card-media img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform 560ms cubic-bezier(0.16, 1, 0.3, 1);
}

.recommended-card:hover .recommended-card-media img {
  transform: scale(1.035);
}

.recommended-card-copy {
  display: grid;
  gap: 12px;
  width: 100%;
  color: inherit;
}

.recommended-card-copy strong {
  color: #333;
  font-size: clamp(20px, 1.25vw, 24px);
  line-height: 1.1;
  font-weight: 500;
}

.recommended-card-copy span {
  color: #6f6f6f;
  font-size: clamp(14px, 1.04vw, 20px);
  line-height: 1.2;
  font-weight: 400;
}

.recommended-card-featured {
  height: 748px;
  padding: 20px 48px 58px;
}

.recommended-card-featured .recommended-card-media {
  height: 570px;
  margin-bottom: 28px;
}

.recommended-card-featured .recommended-card-media img {
  max-height: none;
}

.recommended-secondary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.recommended-card-small {
  height: 359px;
  padding: 0 28px 20px;
}

.recommended-card-small .recommended-card-media {
  height: 258px;
  margin-bottom: 15px;
}

.recommended-card-small .recommended-card-media img {
  max-width: none;
  max-height: none;
}

.recommended-card-small .recommended-card-copy {
  gap: 10px;
}

.recommended-product-frame {
  position: relative;
  display: block;
  flex: 0 0 auto;
  overflow: hidden;
}

.recommended-product-frame img {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
}

.recommended-product-featured {
  width: min(570px, 100%);
  aspect-ratio: 1;
}

.recommended-product-small {
  width: min(258px, 100%);
  aspect-ratio: 1;
  border-radius: 10px;
}

.story-stat-group {
  top: 960px;
  height: 520px;
}

.story-metrics {
  top: 0;
}

.story-stat-button {
  top: 420px;
}

.partners {
  height: clamp(850px, calc(1102px * var(--height-scale)), 1102px);
  min-height: clamp(850px, calc(1102px * var(--height-scale)), 1102px);
}

.partners-pin {
  height: 1102px;
}

.partners-pin::before {
  top: 453px;
  opacity: var(--partners-map-progress);
}

.partners-top {
  left: 120px;
  right: 120px;
  top: 79px;
  text-align: center;
}

.partners-title {
  width: 968px;
  margin: 96px auto 0;
  text-align: center;
  font-size: clamp(58px, 4.68vw, 90px);
  line-height: 1.24;
}

.partners-top > .button {
  display: none;
}

.partner-metrics {
  left: 410px;
  top: 553px;
  width: 1100px;
  height: 145px;
}

.partner-metrics article {
  align-items: center;
  text-align: center;
}

.partner-metrics article:nth-child(1) {
  left: 0;
  width: 286px;
}

.partner-metrics article:nth-child(2) {
  left: 428px;
  width: 294px;
}

.partner-metrics article:nth-child(3) {
  left: 881px;
  width: 219px;
}

.partner-metrics strong {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: calc(8px / var(--design-scale));
  height: 99px;
  width: 100%;
}

.partner-metrics .metric-number {
  font-size: 90px;
  position: static;
  transform: none;
  line-height: 1;
}

.partner-metrics .metric-plus {
  position: static;
  font-size: 44px;
  line-height: 1;
}

.partner-metrics article:nth-child(1) .metric-plus {
  left: auto;
}

.partner-metrics article:nth-child(2) .metric-plus {
  left: auto;
}

.partner-metrics article:nth-child(3) .metric-plus {
  left: auto;
}

.partner-metrics article > span {
  left: 50%;
  top: 119px;
  font-size: 20px;
  transform: translateX(-50%);
}

.map-shell {
  left: 83px;
  top: 494px;
  width: 1754px;
  height: 537px;
}

.partner-actions {
  top: 847px;
  gap: 40px;
}

.partner-actions .button {
  width: 314px !important;
  height: 80px;
  padding: 0 32px;
}

@media (max-width: 900px) {
  .recommended {
    height: auto;
    min-height: 0;
    padding: 72px 24px 88px;
  }

  .recommended > .section-kicker,
  .recommended-title,
  .recommended-layout {
    width: 100%;
  }

  .recommended-title {
    margin-top: 48px;
    font-size: 46px;
    line-height: 1.08;
  }

  .recommended-layout {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 42px;
  }

  .recommended-secondary {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .recommended-card-featured {
    height: auto;
    min-height: 560px;
    padding: 44px 24px 42px;
  }

  .recommended-card-featured .recommended-card-media {
    height: 370px;
    margin-bottom: 28px;
  }

  .recommended-card-featured .recommended-card-media img {
    max-height: 340px;
  }

  .recommended-card-small {
    height: auto;
    min-height: 310px;
    padding: 36px 24px 30px;
  }

  .recommended-card-small .recommended-card-media {
    height: 150px;
    margin-bottom: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* Latest homepage navigation and pinned partner refinements. */
.site-header {
  color: #fff;
  background: rgba(42, 42, 42, 0.32);
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
  box-shadow: none;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.site-header.is-scrolled,
.site-header.is-menu-open {
  color: #161616;
  background: #fff;
  border-bottom-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.site-header .logo-crop-white {
  opacity: 1;
  transition: opacity 260ms ease;
}

.site-header .logo-crop-color {
  opacity: 0;
}

.site-header.is-scrolled .logo-crop-white,
.site-header.is-menu-open .logo-crop-white {
  opacity: 0;
}

.site-header.is-scrolled .logo-crop-color,
.site-header.is-menu-open .logo-crop-color {
  opacity: 1;
}

.primary-nav .nav-caret,
.primary-nav a:hover .nav-caret,
.primary-nav a.is-active .nav-caret {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  flex: 0 0 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  transform: none !important;
  background: none !important;
}

.site-header.is-scrolled .primary-nav,
.site-header.is-menu-open .primary-nav {
  color: #161616;
}

.site-header.is-menu-open .primary-nav a.is-active {
  color: var(--green);
}

.site-header.is-menu-open .primary-nav a.is-active::after {
  opacity: 1;
  transform: translate3d(-50%, 0, 0) scale(1);
}

.site-header.is-scrolled .icon-button,
.site-header.is-menu-open .icon-button {
  color: #111;
  background: transparent;
}

.site-header.is-scrolled .icon-button span,
.site-header.is-menu-open .icon-button span {
  filter: brightness(0);
}

.site-header.is-scrolled .lang-button,
.site-header.is-menu-open .lang-button {
  color: #fff;
  background: #373737;
}

.lang-button {
  background: rgba(55, 55, 55, 0.84);
}

.contact-button {
  text-transform: none;
}

.nav-dropdown::before {
  background: #fff;
  border-top: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.nav-menu-heading {
  margin: 0 0 20px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
}

.nav-image-card {
  position: relative;
  min-height: 0;
  aspect-ratio: 290 / 166;
  overflow: hidden;
  border-radius: 10px;
  color: #fff;
  background: #d9d9d9;
  isolation: isolate;
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition:
    opacity 420ms ease,
    transform 560ms cubic-bezier(0.16, 1, 0.3, 1),
    color 220ms ease;
}

.nav-panel.is-active .nav-image-card,
.nav-panel.is-active .nav-link-column a {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.nav-panel.is-active .nav-image-card:nth-child(2),
.nav-panel.is-active .nav-link-column a:nth-of-type(2) {
  transition-delay: 70ms;
}

.nav-panel.is-active .nav-image-card:nth-child(3),
.nav-panel.is-active .nav-link-column a:nth-of-type(3) {
  transition-delay: 140ms;
}

.nav-panel.is-active .nav-image-card:nth-child(4) {
  transition-delay: 210ms;
}

.nav-panel.is-active .nav-image-card:nth-child(5) {
  transition-delay: 280ms;
}

.nav-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.7));
  transition: opacity 260ms ease;
}

.nav-image-card:hover::after,
.nav-image-card:focus-visible::after {
  opacity: 0.78;
}

.nav-image-card img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transition: transform 680ms cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-image-card:hover img,
.nav-image-card:focus-visible img {
  transform: scale(1.045);
}

.nav-image-card strong {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 20px;
  bottom: 11px;
  font-size: 20px;
  line-height: 40px;
  font-weight: 500;
  text-transform: capitalize;
}

.nav-link-column {
  border-left: 1px solid rgba(62, 64, 70, 0.1);
  padding-left: clamp(42px, 3.125vw, 60px);
}

.nav-link-column a {
  display: block;
  width: max-content;
  max-width: 100%;
  margin-top: 10px;
  color: #282828;
  font-size: 20px;
  line-height: 40px;
  font-weight: 500;
  text-transform: capitalize;
  opacity: 0;
  transform: translate3d(0, 12px, 0);
  transition:
    color 220ms ease,
    opacity 360ms ease,
    transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-link-column a:hover,
.nav-link-column a:focus-visible {
  color: var(--green);
}

.nav-card-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 370px));
  gap: 20px;
}

.nav-image-card-large {
  aspect-ratio: 370 / 212;
}

.nav-image-card-large strong {
  bottom: 12px;
}

.nav-product-content {
  background: #f4f7f5;
}

.nav-product-card::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.03) 48%, rgba(0, 0, 0, 0.34));
}

.partner-metrics {
  z-index: 4;
}

.partners-top {
  z-index: 5;
}

.map-shell {
  z-index: 1;
}

.partner-actions {
  z-index: 5;
}

.value-strip {
  z-index: 2;
}

.story-stat-group {
  z-index: 5;
}

@media (min-width: 901px) {
  .site-header {
    --header-edge: clamp(40px, 6.25vw, 120px);
    padding: 0;
  }

  .brand-nav {
    position: absolute;
    left: var(--header-edge);
    top: 9px;
    width: 142px;
    height: 62px;
  }

  .primary-nav {
    position: absolute;
    left: 50%;
    top: 26px;
    width: auto;
    height: 24px;
    margin: 0;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(44px, 3.9vw, 74px);
    color: #fff;
    font-size: clamp(14px, 0.9375vw, 18px);
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0;
    transform: translateX(-50%);
  }

  .primary-nav a {
    gap: 0;
    opacity: 1;
    transform: none;
  }

  .primary-nav a:hover {
    transform: none;
  }

  .header-actions {
    position: absolute;
    right: var(--header-edge);
    top: 0;
    width: 298px;
    height: 80px;
    flex: none;
    display: block;
    margin: 0;
  }

  .icon-button {
    left: 0;
    top: 25px;
    width: 30px;
    height: 30px;
    border: 0;
    background: transparent;
    color: #fff;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .icon-button span {
    width: 16.971px;
    height: 23.869px;
    border: 0;
    border-radius: 0;
    background: url("assets/search-figma.svg") center / contain no-repeat;
    transform: rotate(-45deg);
  }

  .icon-button span::after {
    content: none;
  }

  .lang-button {
    left: 66px;
    top: 15px;
    min-width: 66px;
    height: 49px;
    padding: 0 24px;
    border: 0;
    background: #373737;
    color: #fff;
    font-size: 14px;
    line-height: 1;
  }

  .contact-button {
    left: 144px;
    top: 15px;
    width: 154px;
    min-width: 154px;
    height: 49px;
    justify-content: center;
    gap: 6px;
    padding: 14px 24px;
    background: #008c38;
    border: 1px solid #1dd366;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    text-transform: none;
  }

  .contact-button span {
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
    background: url("assets/contact-arrow-figma.svg") center / contain no-repeat;
    transform: rotate(180deg);
  }

  .nav-panel-story {
    height: 502px;
    padding: 40px var(--header-edge, 120px) 60px;
    display: grid;
    grid-template-columns: minmax(640px, 971px) minmax(244px, 305px) minmax(180px, 1fr);
    column-gap: 0;
  }

  .nav-story-column,
  .nav-link-column {
    min-width: 0;
  }

  .nav-story-cards {
    width: 910px;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .nav-panel-card-pair {
    height: 292px;
    padding: 40px var(--header-edge, 120px);
  }

  .nav-card-pair {
    margin-left: clamp(280px, 23.958vw, 460px);
  }

  .nav-panel-products {
    --nav-products-sidebar: 432px;
  }

  .partners {
    height: clamp(1469px, calc(2040px * var(--height-scale)), 2040px);
    min-height: clamp(1469px, calc(2040px * var(--height-scale)), 2040px);
  }

  .partners-pin {
    height: 1309px;
  }
}

body::before {
  content: "";
  position: fixed;
  inset: 80px 0 0;
  z-index: 45;
  opacity: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px) saturate(0.85);
  -webkit-backdrop-filter: blur(18px) saturate(0.85);
  transition: opacity 260ms ease;
}

body.is-nav-open::before {
  opacity: 1;
}

@supports selector(:has(*)) {
  body:has(.site-header .primary-nav [data-nav-key]:hover)::before,
  body:has(.site-header .primary-nav [data-nav-key]:focus-visible)::before,
  body:has(.site-header .nav-dropdown:hover)::before {
    opacity: 1;
  }

  .site-header:has([data-nav-key="story"]:hover) .nav-dropdown,
  .site-header:has([data-nav-key="story"]:focus-visible) .nav-dropdown,
  .site-header:has([data-nav-panel="story"]:hover) .nav-dropdown {
    height: 502px;
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
  }

  .site-header:has([data-nav-key="partners"]:hover) .nav-dropdown,
  .site-header:has([data-nav-key="partners"]:focus-visible) .nav-dropdown,
  .site-header:has([data-nav-panel="partners"]:hover) .nav-dropdown,
  .site-header:has([data-nav-key="support"]:hover) .nav-dropdown,
  .site-header:has([data-nav-key="support"]:focus-visible) .nav-dropdown,
  .site-header:has([data-nav-panel="support"]:hover) .nav-dropdown {
    height: 292px;
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
  }

  .site-header:has([data-nav-key="products"]:hover) .nav-dropdown,
  .site-header:has([data-nav-key="products"]:focus-visible) .nav-dropdown,
  .site-header:has([data-nav-panel="products"]:hover) .nav-dropdown {
    height: 604px;
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
  }

  .site-header:has([data-nav-key="story"]:hover) [data-nav-panel="story"],
  .site-header:has([data-nav-key="story"]:focus-visible) [data-nav-panel="story"],
  .site-header:has([data-nav-panel="story"]:hover) [data-nav-panel="story"],
  .site-header:has([data-nav-key="products"]:hover) [data-nav-panel="products"],
  .site-header:has([data-nav-key="products"]:focus-visible) [data-nav-panel="products"],
  .site-header:has([data-nav-panel="products"]:hover) [data-nav-panel="products"],
  .site-header:has([data-nav-key="partners"]:hover) [data-nav-panel="partners"],
  .site-header:has([data-nav-key="partners"]:focus-visible) [data-nav-panel="partners"],
  .site-header:has([data-nav-panel="partners"]:hover) [data-nav-panel="partners"],
  .site-header:has([data-nav-key="support"]:hover) [data-nav-panel="support"],
  .site-header:has([data-nav-key="support"]:focus-visible) [data-nav-panel="support"],
  .site-header:has([data-nav-panel="support"]:hover) [data-nav-panel="support"] {
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(-50%, 0, 0);
  }
}

@media (max-width: 900px) {
  body::before {
    display: none;
  }
}
