:root {
  --color-background: #ffffff;
  --color-surface: #ffffff;
  --color-surface-strong: #f0f0f0;
  --color-black: #0c0c0c;
  --color-black-gray: #999999;
  --color-gray: #e8e8e8;
  --color-gray-white: #f0f0f0;
  --color-green-1: #1ab37d;
  --color-green-2: #22e09d;
  --color-white: #ffffff;
  --color-text: #0c0c0c;
  --color-text-muted: #999999;
  --color-border: #e8e8e8;
  --shadow-soft: none;
  --shadow-card: none;
  --radius-xl: 0;
  --radius-lg: 0;
  --radius-md: 0;
  --radius-sm: 0;
  --font-display: "Stapel", "Inter", "Arial", sans-serif;
  --font-body: "Inter", "Arial", sans-serif;
  --container-width: 1180px;
  --tracking-caps: -0.03em;
  --tracking-text-tight: -0.02em;
  --underline-offset: 4px;
  --home-gap-xxl: clamp(180px, 18vw, 350px);
  --home-gap-xl: clamp(120px, 10.5vw, 200px);
  --home-gap-l: clamp(80px, 6.25vw, 120px);
  --home-gap-m: clamp(56px, 4.2vw, 80px);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--color-text);
  font-family: var(--font-body);
  background: var(--color-background);
  overflow: hidden;
}

@font-face {
  font-family: "Inter";
  src: url(../../c504db5c06caaf7cdfba.woff2) format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Stapel";
  src:
    url(../../0d747ea07ab964ae0c79.ttf) format("truetype"),
    local("Stapel Medium"),
    local("Stapel");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

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

.page-shell {
  width: min(calc(100% - 32px), var(--container-width));
  margin: 0 auto;
  padding: 20px 0 64px;
}

body.ui-page .page-shell {
  padding-top: 100px;
}

body.catalog-page {
  overflow-x: hidden;
  overflow-y: auto;
}

body.ui-page {
  overflow-x: hidden;
  overflow-y: auto;
}

body.home-page {
  overflow-x: hidden;
  overflow-y: auto;
  background: var(--color-white);
}

body.home-video-modal-open {
  overflow: hidden;
}

body.home-modal-open {
  overflow: hidden;
}

body.product-page {
  overflow-x: hidden;
  overflow-y: auto;
}

body.product-modal-open {
  overflow: hidden;
}

body.catalog-mobile-sheet-open {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  height: 76px;
  padding: 0 24px;
  background: var(--color-white);
  color: var(--color-black);
}

.site-header > .site-header-logo:last-child {
  grid-column: 2;
}

.site-header-inverse {
  background: transparent;
  color: var(--color-white);
}

.site-header-action {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.site-header-action-end {
  justify-self: end;
  justify-content: flex-end;
}

.site-header-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
}

.site-header-logo img {
  display: block;
  width: 130px;
  height: auto;
  filter: brightness(0);
}

.site-header-icon {
  display: block;
  width: 28px;
  height: 28px;
}

.site-header-inverse .site-header-icon {
  filter: brightness(0) invert(1);
}

.site-header-inverse .site-header-logo img,
.ui-header-sample-inverse .site-header-logo img {
  filter: brightness(0) invert(1);
}

.catalog-layout {
  width: 100%;
  min-height: 100vh;
  padding-top: 100px;
  background: var(--color-white);
}

.product-layout {
  display: grid;
  grid-template-columns: 50vw 50vw;
  gap: 0;
  align-items: stretch;
  width: 100%;
  padding: 76px 0 40px;
  background: var(--color-white);
}

.product-gallery {
  width: 100%;
}

.product-gallery-desktop {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
}

.product-gallery-mobile {
  display: none;
}

.product-gallery-item {
  margin: 0;
  background: var(--color-gray-white);
}

.product-gallery-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1.18;
  object-fit: cover;
}

.product-gallery-mobile {
  position: relative;
  overflow: hidden;
  background: var(--color-gray-white);
}

.product-gallery-mobile-track {
  display: flex;
  width: 100%;
  will-change: transform;
}

.product-gallery-mobile-slide {
  flex: 0 0 100%;
  width: 100%;
}

.product-gallery-mobile-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1.18;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
}

.product-gallery-mobile-pagination {
  position: absolute;
  left: 50%;
  bottom: 12px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 4px;
  transform: translateX(-50%);
}

.product-gallery-mobile-dot {
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(12, 12, 12, 0.4);
  transition:
    width 220ms ease,
    background 220ms ease;
}

.product-gallery-mobile-dot.is-active {
  width: 12px;
  background: rgba(12, 12, 12, 1);
}

.product-summary {
  position: sticky;
  top: 76px;
  align-self: start;
  height: calc(100vh - 76px);
  min-height: calc(100vh - 76px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
}

.product-summary-inner {
  position: relative;
  width: 473px;
  max-width: calc(50vw - 48px);
}

.product-summary-title {
  margin: 0;
  color: var(--color-black);
}

.product-summary-price {
  margin: 8px 0 0;
  color: var(--color-black);
}

.product-option-group,
.product-specs-block,
.product-description-block,
.product-summary .button-primary,
.product-summary .button-outline-reveal {
  margin-top: 24px;
}

.product-summary .button-primary,
.product-summary .button-outline-reveal {
  display: inline-flex;
  width: 100%;
}

.product-summary .product-buy-button {
  justify-content: flex-start;
  gap: 0;
  padding: 0 20px;
  overflow: visible;
}

.product-buy-button-label,
.product-buy-button-price {
  display: flex;
  flex: 1 1 50%;
  align-items: center;
  min-width: 0;
}

.product-buy-button-label {
  justify-content: flex-start;
  text-align: left;
}

.product-buy-button-price {
  justify-content: flex-end;
  text-align: right;
}

.product-buy-button.is-bursting {
  animation: product-buy-button-pulse 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

.product-buy-button-burst {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: visible;
}

.product-buy-button-leaf {
  position: absolute;
  left: var(--leaf-origin-x, 50%);
  top: var(--leaf-origin-y, 50%);
  width: var(--leaf-width, 16px);
  height: var(--leaf-height, 30px);
  background: linear-gradient(180deg, var(--color-green-2) 0%, var(--color-green-1) 100%);
  border-radius: 100% 0 100% 0;
  opacity: 0;
  transform:
    translate(-50%, -50%)
    rotate(var(--leaf-base-rotate, 0deg))
    scale(0.7);
  transform-origin: 50% 85%;
  animation: product-buy-leaf-burst 820ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: var(--leaf-delay, 0ms);
  box-shadow: 0 1px 2px rgba(12, 12, 12, 0.14);
}

.product-buy-button-leaf::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 18%;
  width: 1px;
  height: 62%;
  background: rgba(255, 255, 255, 0.55);
  transform: translateX(-50%) rotate(10deg);
  transform-origin: top center;
}

@keyframes product-buy-button-pulse {
  0% {
    transform: scale(1);
  }

  35% {
    transform: scale(1.02);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes product-buy-leaf-burst {
  0% {
    opacity: 0;
    transform:
      translate(-50%, -50%)
      rotate(var(--leaf-base-rotate, 0deg))
      scale(0.7);
  }

  12% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform:
      translate(
        calc(-50% + var(--leaf-x, 0px)),
        calc(-50% + var(--leaf-y, 0px))
      )
      rotate(calc(var(--leaf-base-rotate, 0deg) + var(--leaf-spin, 0deg)))
      scale(1);
  }
}

.product-option-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  color: var(--color-black);
}

.product-option-value,
.product-spec-label,
.product-spec-value,
.product-description-short,
.product-modal-product-title,
.product-modal-specs-title,
.product-modal-description {
  color: var(--color-black);
}

.product-color-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.product-color-option {
  position: relative;
  width: 62px;
  height: 75px;
  padding: 0;
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
}

.product-color-option img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-color-option-overlay {
  position: absolute;
  inset: 0;
  background: rgba(12, 12, 12, 0);
  transition: background 180ms ease;
}

.product-color-option:hover .product-color-option-overlay {
  background: rgba(12, 12, 12, 0.4);
}

.product-color-option.is-active {
  border: 2px solid var(--color-black);
}

.product-color-option.is-active .product-color-option-overlay {
  display: none;
}

.product-chip-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.product-chip {
  min-width: 45px;
  height: 45px;
  padding: 0 16px;
  border: 1px solid var(--color-gray-white);
  background: transparent;
  color: var(--color-black-gray);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  cursor: pointer;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.product-chip:hover {
  color: var(--color-green-1);
  border-color: var(--color-green-1);
}

.product-chip.is-active {
  color: var(--color-black);
  border-color: var(--color-black);
}

.product-chip.is-unavailable {
  color: var(--color-black-gray);
  border-color: var(--color-gray-white);
  text-decoration: line-through;
  text-decoration-thickness: 1px;
  cursor: default;
}

.product-chip.is-unavailable:hover {
  color: var(--color-black-gray);
  border-color: var(--color-gray-white);
}

.product-chip.is-unavailable:disabled {
  opacity: 1;
}

.product-specs-list {
  display: grid;
  gap: 8px;
}

.product-spec-row {
  display: grid;
  grid-template-columns: auto minmax(24px, 1fr) auto;
  align-items: center;
  gap: 6px;
}

.product-spec-line {
  height: 1px;
  background: var(--color-gray-white);
}

.button-link-inline {
  display: inline-block;
  color: var(--color-black);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.product-description-short {
  margin: 0;
}

.button.button-outline-reveal {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  height: 49px;
  padding: 0 32px;
  border: 1px solid var(--color-black);
  background: transparent;
  color: var(--color-black);
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
}

.button.button-outline-reveal::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 0;
  background: var(--color-black);
  transition: height 240ms ease;
  z-index: -1;
}

.button.button-outline-reveal:hover {
  color: var(--color-white);
  border-color: var(--color-black);
}

.button.button-outline-reveal:hover::before {
  height: 100%;
}

.product-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
}

.product-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 12, 12, 0.6);
  opacity: 0;
  transition: opacity 320ms ease;
}

.product-modal-panel {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: min(714px, calc(100vw - 20px));
  height: 100%;
  padding: 0 20px 20px;
  background: var(--color-white);
  overflow: hidden;
  transform: translateX(100%);
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.product-modal.is-visible .product-modal-backdrop {
  opacity: 1;
}

.product-modal.is-visible .product-modal-panel {
  transform: translateX(0);
}

.product-modal-header {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  background: var(--color-white);
}

.product-modal-close {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-left: auto;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.product-modal-close::before,
.product-modal-close::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 1px;
  background: currentColor;
}

.product-modal-close::before {
  transform: rotate(45deg);
}

.product-modal-close::after {
  transform: rotate(-45deg);
}

.product-modal-body {
  flex: 1 1 auto;
  padding-top: 20px;
  overflow-y: auto;
}

.product-modal-description {
  margin-top: 20px;
  white-space: pre-line;
}

.product-modal-specs {
  margin-top: 40px;
}

.product-specs-list-full {
  margin-top: 20px;
}

.product-gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 220;
}

.product-gallery-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 1);
  opacity: 0;
  transition: opacity 320ms ease;
}

.product-gallery-lightbox-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  width: 100%;
  height: 100%;
  padding: 20px 24px 24px;
  opacity: 0;
  transition: opacity 320ms ease;
}

.product-gallery-lightbox.is-visible .product-gallery-lightbox-backdrop {
  opacity: 1;
}

.product-gallery-lightbox.is-visible .product-gallery-lightbox-panel {
  opacity: 1;
}

.product-gallery-lightbox-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--color-black);
}

.product-gallery-lightbox-close,
.product-gallery-lightbox-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--color-black);
  cursor: pointer;
}

.product-gallery-lightbox-close {
  position: relative;
  z-index: 3;
}

.product-gallery-lightbox-close img {
  width: 24px;
  height: 24px;
}

.product-gallery-lightbox-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  min-height: 0;
}

.product-gallery-lightbox-image-wrap {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  cursor: grab;
  touch-action: pan-y;
}

.product-gallery-lightbox-image-wrap.is-dragging {
  cursor: grabbing;
}

.product-gallery-lightbox-track {
  display: flex;
  width: 100%;
  will-change: transform;
}

.product-gallery-lightbox-slide {
  flex: 0 0 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-gallery-lightbox-slide img {
  width: auto;
  max-width: none;
  height: calc(100vh - 136px);
  max-height: none;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
}

.product-gallery-lightbox-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}

.product-gallery-lightbox-arrow-prev {
  left: 0;
}

.product-gallery-lightbox-arrow-next {
  right: 0;
}

.product-gallery-lightbox-arrow::before {
  content: "";
  width: 14px;
  height: 14px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
}

.product-gallery-lightbox-arrow-prev::before {
  transform: rotate(-135deg);
}

.product-gallery-lightbox-arrow-next::before {
  transform: rotate(45deg);
}

.product-gallery-lightbox-thumbs {
  display: flex;
  justify-content: center;
  gap: 8px;
  overflow-x: auto;
  padding-top: 12px;
}

.product-gallery-lightbox-thumb {
  position: relative;
  flex: 0 0 auto;
  width: 62px;
  height: 75px;
  padding: 0;
  border: 1px solid var(--color-white);
  background: transparent;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    transform 180ms ease;
}

.product-gallery-lightbox-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-gallery-lightbox-thumb-overlay {
  position: absolute;
  inset: 0;
  background: rgba(12, 12, 12, 0.2);
  transition: opacity 180ms ease;
}

.product-gallery-lightbox-thumb:hover .product-gallery-lightbox-thumb-overlay {
  opacity: 0;
}

.product-gallery-lightbox-thumb.is-active {
  border-color: var(--color-black);
  transform: none;
}

.product-gallery-lightbox-thumb.is-active .product-gallery-lightbox-thumb-overlay {
  opacity: 0;
}

.product-recommendations {
  margin-top: 120px;
  padding-bottom: 24px;
}

.product-recommendations-title {
  margin: 0;
  padding-left: 24px;
  color: var(--color-black);
}

.product-recommendations-grid {
  margin-top: 24px;
}

.catalog-header {
  position: sticky;
  top: 76px;
  z-index: 90;
  height: 49px;
  background: var(--color-white);
}

.catalog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 49px;
  height: 49px;
  padding: 0 24px;
  background: var(--color-white);
}

.catalog-categories {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 0;
  flex-wrap: wrap;
}

.catalog-category-button {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--color-black-gray);
  cursor: pointer;
  transition: color 180ms ease;
}

.catalog-category-button:hover {
  color: var(--color-green-1);
}

.catalog-category-button.is-active {
  color: var(--color-black);
}

.catalog-category-close {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  opacity: 0;
  transform: scale(0.8);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.catalog-category-close::before,
.catalog-category-close::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  background: currentColor;
}

.catalog-category-close::before {
  transform: rotate(45deg);
}

.catalog-category-close::after {
  transform: rotate(-45deg);
}

.catalog-category-button.is-active .catalog-category-close {
  opacity: 1;
  transform: scale(1);
}

.catalog-layout-switch {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.catalog-mobile-filter-trigger {
  display: none;
  align-items: center;
  gap: 4px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--color-black);
  cursor: pointer;
}

.catalog-mobile-filter-icon {
  display: block;
  flex: 0 0 11px;
  width: 11px;
  height: 11px;
  align-self: center;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.catalog-mobile-sheet {
  position: fixed;
  inset: 0;
  z-index: 140;
}

.catalog-mobile-sheet-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(12, 12, 12, 0.2);
  opacity: 0;
  transition: opacity 240ms ease;
}

.catalog-mobile-sheet-panel {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--color-white);
  transform: translateY(100%);
  transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.catalog-mobile-sheet.is-visible .catalog-mobile-sheet-backdrop {
  opacity: 1;
}

.catalog-mobile-sheet.is-visible .catalog-mobile-sheet-panel {
  transform: translateY(0);
}

.catalog-mobile-sheet-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  padding: 0 12px;
}

.catalog-mobile-sheet-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.catalog-mobile-sheet-close img {
  width: 24px;
  height: 24px;
}

.catalog-mobile-sheet-categories {
  display: grid;
  padding-bottom: 12px;
}

.catalog-mobile-sheet-categories .catalog-category-button {
  justify-content: flex-start;
  width: 100%;
  height: 49px;
  padding: 0 12px;
}

.catalog-layout-button {
  display: grid;
  grid-template-columns: repeat(2, 6px);
  grid-template-rows: repeat(2, 6px);
  gap: 3px;
  place-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--color-black);
  cursor: pointer;
  opacity: 0.16;
  transition: opacity 180ms ease;
}

.catalog-layout-button::before,
.catalog-layout-button::after {
  content: "";
  display: block;
}

.catalog-layout-button[data-layout="large"]::before,
.catalog-layout-button[data-layout="large"]::after {
  width: 15px;
  height: 15px;
  border: 1px solid currentColor;
}

.catalog-layout-button[data-layout="large"]::before {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
}

.catalog-layout-button[data-layout="large"]::after {
  display: none;
}

.catalog-layout-button[data-layout="large"]:hover {
  opacity: 0.4;
}

.catalog-layout-button[data-layout="large"].is-active {
  opacity: 1;
}

.catalog-layout-button[data-layout="small"]::before {
  width: 6px;
  height: 6px;
  border: 1px solid currentColor;
  box-shadow:
    9px 0 0 -1px var(--color-white),
    9px 0 0 0 currentColor,
    0 9px 0 -1px var(--color-white),
    0 9px 0 0 currentColor,
    9px 9px 0 -1px var(--color-white),
    9px 9px 0 0 currentColor;
}

.catalog-layout-button[data-layout="small"]:hover {
  opacity: 0.4;
}

.catalog-layout-button[data-layout="small"].is-active {
  opacity: 1;
}

.catalog-section {
  width: 100%;
  display: none;
}

.catalog-section.catalog-section-active {
  display: block;
}

.catalog-heading {
  margin-top: 24px;
  padding: 0 24px;
  text-align: center;
}

.catalog-heading h1 {
  margin: 0;
  color: var(--color-black);
}

.catalog-content {
  margin-top: 24px;
}

.catalog-grid {
  display: grid;
  width: 100%;
  row-gap: 10px;
  column-gap: 10px;
  padding: 0;
  justify-content: start;
}

.catalog-grid-large {
  grid-template-columns: repeat(4, minmax(0, calc((100% - 30px) / 4)));
}

.catalog-grid-small {
  grid-template-columns: repeat(6, minmax(0, calc((100% - 50px) / 6)));
}

.catalog-card {
  display: grid;
  justify-items: center;
  align-content: start;
  width: 100%;
  padding-bottom: 20px;
}

.catalog-card-media {
  position: relative;
  width: 100%;
  aspect-ratio: 473 / 580;
  overflow: hidden;
  background: var(--color-gray-white);
}

.catalog-card-track {
  display: flex;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.catalog-card-slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  user-select: none;
}

.catalog-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  user-select: none;
  -webkit-user-drag: none;
}

.catalog-card-badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: fit-content;
  height: 26px;
  padding: 0 6px;
  background: var(--color-black);
  color: var(--color-white);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
}

.catalog-card-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 10px;
  opacity: 0;
  transition: opacity 180ms ease;
}

.catalog-card:hover .catalog-card-counter,
.catalog-card:focus-within .catalog-card-counter {
  opacity: 1;
}

.catalog-card-counter-dot {
  width: 2px;
  height: 2px;
  border-radius: 8px;
  background: rgba(12, 12, 12, 0.4);
  transition:
    width 220ms ease,
    height 220ms ease,
    background 220ms ease;
}

.catalog-card-counter-dot.is-active {
  width: 12px;
  height: 2px;
  background: rgba(12, 12, 12, 1);
}

.catalog-card-title {
  margin-top: 10px;
  text-align: center;
  color: var(--color-black);
}

.catalog-card-price {
  margin-top: 4px;
  text-align: center;
  color: var(--color-black);
}

.ui-header-board,
.ui-controls-stack {
  display: grid;
  gap: 16px;
}

.ui-header-sample,
.ui-toolbar-preview,
.ui-modal-board {
  border: 1px solid var(--color-border);
  background: var(--color-white);
}

.ui-header-sample {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 76px;
  padding: 0 24px;
  color: var(--color-black);
}

.ui-header-sample-inverse {
  background: var(--color-black);
  color: var(--color-white);
}

.ui-header-sample-inverse .site-header-icon {
  filter: brightness(0) invert(1);
}

.ui-toolbar-preview {
  position: relative;
  top: auto;
  height: auto;
}

.ui-toolbar-preview-mobile .catalog-mobile-filter-trigger,
.ui-mobile-filter-trigger {
  display: inline-flex;
}

.ui-product-summary {
  display: flex;
  justify-content: center;
  padding: 24px;
  border: 1px solid var(--color-border);
  background: var(--color-white);
}

.ui-product-summary-inner {
  width: 473px;
  max-width: 100%;
}

.ui-modal-board {
  padding: 0 20px 20px;
}

.ui-modal-header-preview {
  top: auto;
}

.icon-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.icon-card {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--color-border);
  background: var(--color-white);
}

.icon-card-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  padding: 16px;
  border: 1px solid var(--color-border);
  background: var(--color-gray-white);
}

.icon-card-media-dark {
  background: var(--color-black);
  border-color: rgba(255, 255, 255, 0.12);
}

.icon-card-meta {
  display: grid;
  gap: 4px;
}

.icon-card-meta strong {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
}

.icon-card-meta p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
}

.ui-logo-preview {
  width: 130px;
  height: auto;
}

.ui-icon-swatch {
  flex-shrink: 0;
}

.icon-card .catalog-category-close {
  opacity: 1;
  transform: none;
}

.ui-icon-24 {
  width: 24px;
  height: 24px;
}

.home-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  background: var(--color-black);
  overflow: hidden;
}

.slider-ui {
  position: absolute;
  inset: 0 24px auto 24px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  pointer-events: none;
}

.slider-ui a {
  pointer-events: auto;
}

.brand-inverse,
.topbar-links-inverse,
.topbar-links-inverse a {
  color: var(--color-white);
}

.slider-stage {
  position: relative;
  width: 100%;
  height: 100%;
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
  will-change: transform, opacity;
}

.slide.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 3;
  transform: translateY(0);
}

.slide-media,
.slide-media picture,
.slide-image,
.slide-content {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.slide-media {
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 30%, rgba(255, 255, 255, 0.18), transparent 18%),
    radial-gradient(circle at 18% 80%, rgba(255, 255, 255, 0.12), transparent 20%),
    linear-gradient(135deg, rgba(12, 12, 12, 0.25), rgba(12, 131, 75, 0.18)),
    #111111;
}

.slide-image {
  object-fit: cover;
  transform: scale(1.02);
  filter: saturate(0.98) contrast(1.01);
}

.slide-overlay {
  --story-overlay-opacity: 0;
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(12, 12, 12, 0.42) 0%, rgba(12, 12, 12, 0.14) 42%, rgba(12, 12, 12, 0.12) 100%),
    linear-gradient(180deg, rgba(12, 12, 12, 0.08) 0%, rgba(12, 12, 12, 0.22) 100%);
}

.slide-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, var(--story-overlay-opacity));
}

.slide-content {
  z-index: 5;
  position: absolute;
  inset: 0;
  display: block;
  padding: 0;
}

.slide-copy {
  position: absolute;
  top: 50%;
  left: 50vw;
  display: grid;
  gap: 16px;
  width: 307px;
  margin: 0;
  transform: translateY(-50%);
}

.slide-title,
.slide-description,
.slide-price,
.slide-link {
  margin: 0;
  color: var(--color-white);
}

.slide-link {
  position: relative;
  width: fit-content;
  padding: 6px 0;
}

.type-button-link-inverse {
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.slider-pagination {
  position: absolute;
  top: 50%;
  right: 24px;
  z-index: 15;
  display: grid;
  gap: 8px;
  transform: translateY(-50%);
}

.slider-dot {
  width: 4px;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition:
    height 320ms ease,
    background 240ms ease,
    transform 320ms ease;
}

.slider-dot.is-active {
  height: 30px;
  background: rgba(255, 255, 255, 1);
  transform: translateX(-1px);
}

.slide.is-active .slide-image,
.slide.is-enter-forward .slide-image,
.slide.is-enter-backward .slide-image {
  animation: slideImageSettle 900ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.slide.is-active .slide-copy,
.slide.is-enter-forward .slide-copy,
.slide.is-enter-backward .slide-copy {
  animation: slideContentIn 520ms ease both;
}

.slide.is-enter-forward {
  animation: slideEnterRetailFromBottom 1080ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.slide.is-exit-forward {
  animation: slideExitRetailToTop 760ms cubic-bezier(0.22, 1, 0.36, 1) both;
  z-index: 5;
}

.slide.is-enter-backward {
  animation: slideEnterRetailFromTop 1080ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.slide.is-exit-backward {
  animation: slideExitRetailToBottom 760ms cubic-bezier(0.22, 1, 0.36, 1) both;
  z-index: 5;
}

.slide.is-exit-forward .slide-overlay::after,
.slide.is-exit-backward .slide-overlay::after {
  opacity: 0.8;
}

.slide.is-exit-forward .slide-copy,
.slide.is-exit-backward .slide-copy {
  animation: slideContentOut 300ms ease both;
}

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

@keyframes slideExitRetailToTop {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    opacity: 0;
  }
}

@keyframes slideEnterRetailFromTop {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes slideExitRetailToBottom {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    opacity: 0;
  }
}

@keyframes slideImageSettle {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1.02);
  }
}

@keyframes slideContentIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideContentOut {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-8px);
  }
}

.typo-stack {
  display: grid;
  gap: 12px;
}

.typo-item {
  display: grid;
  gap: 6px;
  padding: 14px 0;
  border-bottom: 1px solid var(--color-border);
}

.typo-item:last-child {
  border-bottom: 0;
}

.typo-meta {
  color: var(--color-text-muted);
  font-size: 12px;
  line-height: 1.5;
}

.typo-preview {
  color: var(--color-text);
}

.type-menu {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
}

.type-h1,
.type-text-xxl {
  font-size: 38px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: var(--tracking-text-tight);
}

.type-catalog-title,
.type-catalog-price,
.type-product-price,
.type-text-xl {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: var(--tracking-text-tight);
}

.type-text-xl-bold {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: var(--tracking-text-tight);
}

.type-text-l {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: var(--tracking-text-tight);
}

.type-text-l-bold {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: var(--tracking-text-tight);
}

.type-text-m {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}

.type-text-m-bold {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
}

.type-text-s {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
}

.type-text-s-bold {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
}

.type-caps-xxxl,
.type-caps-xxl,
.type-caps-xl,
.type-caps-l {
  font-family: var(--font-display);
  line-height: 0.9;
  font-weight: 500;
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
}

.type-caps-xxxl {
  font-size: 200px;
}

.type-caps-xxl {
  font-size: 56px;
}

.type-caps-xl {
  font-size: 44px;
}

.type-caps-l {
  font-size: 26px;
}

.type-category,
.type-caps-m,
.type-caps-m-bold,
.type-badge {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.type-paragraph-1,
.type-paragraph-m {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}

.type-paragraph-2,
.type-paragraph-s {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.type-button-m {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
}

.type-button-s {
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
}

.type-button-link {
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  text-decoration: underline;
}

.hero {
  padding: 20px 0 32px;
}

.hero-compact {
  padding-bottom: 12px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
  padding: 16px 0;
  background: var(--color-surface);
  border-bottom: 1px solid var(--color-border);
}

.brand {
  font-family: var(--font-display);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
}

.topbar-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(300px, 0.9fr);
  gap: 24px;
  align-items: start;
}

.hero-copy,
.hero-card,
.collection-card,
.product-card,
.token-card {
  border: 1px solid var(--color-border);
  border-radius: 0;
  background: var(--color-surface);
  box-shadow: none;
}

.hero-copy,
.hero-card,
.collection-card,
.token-card,
.product-content {
  padding: 24px;
}

.hero-copy h1,
.section-heading h2,
.sample-display {
  margin: 0;
  font-family: var(--font-display);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0;
}

.hero-copy h1 {
  max-width: 34ch;
}

.hero-copy p,
.sample-body {
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.collection-card p,
.product-content p,
.swatch p,
.section-note,
.feature-list {
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}

.eyebrow,
.hero-card-label,
.type-label {
  display: inline-flex;
  width: fit-content;
  padding: 0;
  background: transparent;
  color: var(--color-text);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.product-badge {
  display: inline-flex;
  width: fit-content;
  padding: 0;
  background: transparent;
  color: var(--color-text);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  font-family: var(--font-body);
  cursor: pointer;
  transition:
    background 220ms ease,
    color 220ms ease,
    padding 220ms ease;
}

.button-primary {
  height: 59px;
  padding: 0 40px;
  background: var(--color-green-1);
  color: var(--color-white);
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
}

.button-primary:hover {
  background: var(--color-green-2);
}

.button-secondary {
  height: 49px;
  padding: 0 32px;
  background: var(--color-green-1);
  color: var(--color-white);
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
}

.button-secondary:hover {
  background: var(--color-green-2);
}

.button-ghost {
  padding: 0;
  background: transparent;
  color: var(--color-black);
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
}

.button-ghost::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: calc(-1 * var(--underline-offset));
  height: 1px;
  background: var(--color-green-1);
  transition:
    left 220ms ease,
    right 220ms ease;
}

.button-ghost:hover {
  color: var(--color-green-1);
}

.button-ghost:hover::after {
  left: 0;
  right: 0;
}

.button-ghost:not(:hover)::after {
  left: 100%;
  right: 0;
}

.button-link {
  padding: 0 6px;
  background: transparent;
  color: var(--color-black);
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.button-link::before {
  content: "";
  position: absolute;
  inset: -2px 0;
  background: var(--color-gray-white);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
  z-index: -1;
}

.button-link:hover {
  color: var(--color-green-1);
}

.button-link:hover::before {
  transform: scaleX(1);
}

.hero-card {
  align-self: end;
}

.feature-list {
  margin: 18px 0 0;
  padding-left: 20px;
}

.section {
  margin-top: 26px;
  padding: 8px 0;
}

.section-highlight {
  padding-top: 0;
}

.section-heading {
  margin-bottom: 24px;
}

.section-heading-inline {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.collection-grid,
.token-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

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

.collection-card h3,
.token-card h3,
.product-content h3,
.swatch strong {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.product-grid-preview {
  grid-template-columns: minmax(0, 320px);
}

.product-card {
  overflow: hidden;
}

.product-image-wrap {
  position: relative;
  aspect-ratio: 4 / 4.8;
  overflow: hidden;
  background: var(--color-gray-white);
}

.product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition:
    opacity 260ms ease,
    transform 280ms ease;
}

.product-image[data-lazy="true"] {
  opacity: 0;
}

.product-card:hover .product-image {
  transform: scale(1.02);
}

.product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
}

.product-meta strong {
  font-weight: 400;
}

.swatch-list,
.component-stack {
  display: grid;
  gap: 16px;
}

.swatch {
  display: flex;
  align-items: center;
  gap: 14px;
}

.swatch-color {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border: 1px solid var(--color-border);
}

.swatch-color-bordered {
  border-color: var(--color-gray);
}

.type-sample + .type-sample {
  margin-top: 18px;
}

@media (max-width: 980px) {
  .product-gallery-desktop {
    display: none;
  }

  .product-gallery-mobile {
    display: block;
  }

  .product-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .product-summary {
    min-height: auto;
    padding: 0 24px;
  }

  .product-summary-inner {
    position: static;
    width: 100%;
    max-width: none;
    transform: none;
  }

  .catalog-grid-large {
    grid-template-columns: repeat(2, minmax(0, calc((100% - 10px) / 2)));
  }

  .catalog-grid-small {
    grid-template-columns: repeat(3, minmax(0, calc((100% - 20px) / 3)));
  }

  .hero-grid,
  .collection-grid,
  .product-grid,
  .token-grid,
  .section-heading-inline,
  .icon-board {
    grid-template-columns: 1fr;
  }

  .section-heading-inline {
    display: grid;
  }

  .ui-header-sample,
  .ui-toolbar-preview,
  .ui-product-summary,
  .ui-modal-board {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 720px) {
  .site-header {
    height: 56px;
    padding: 0 12px;
  }

  .site-header-logo img {
    width: 89px;
    height: 32px;
  }

  body.catalog-page {
    overflow-x: hidden;
    overflow-y: auto;
  }

  body.ui-page {
    overflow-x: hidden;
    overflow-y: auto;
  }

  body.product-page {
    overflow-x: hidden;
    overflow-y: auto;
  }

  .product-layout {
    gap: 20px;
    padding: 56px 0 24px;
  }

  .product-recommendations {
    margin-top: 60px;
    padding-bottom: 24px;
  }

  .product-recommendations-title {
    padding-left: 12px;
    padding-right: 12px;
  }

  .product-recommendations-grid {
    margin-top: 24px;
    grid-template-columns: repeat(2, minmax(0, calc((100% - 4px) / 2)));
    row-gap: 4px;
    column-gap: 4px;
  }

  .product-summary {
    padding: 0 12px;
  }

  .product-modal-panel {
    width: 100%;
    padding: 0 12px 12px;
  }

  .product-modal-close {
    margin-right: 0;
  }

  .product-gallery-lightbox-panel {
    padding: 12px 0;
  }

  .product-gallery-lightbox-stage {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .product-gallery-lightbox-header {
    padding: 0 12px;
  }

  .product-gallery-lightbox-arrow {
    display: none;
  }

  .product-gallery-lightbox-image-wrap {
    width: 100%;
  }

  .product-gallery-lightbox-track {
    width: 100%;
  }

  .product-gallery-lightbox-slide {
    justify-content: center;
  }

  .product-gallery-lightbox-slide img {
    width: 100%;
    max-width: none;
    height: auto;
    max-height: calc(100vh - 180px);
  }

  .product-gallery-lightbox-thumb {
    width: 48px;
    height: 58px;
  }

  .product-gallery-lightbox-thumbs {
    justify-content: flex-start;
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .catalog-toolbar {
    min-height: 49px;
    height: 49px;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    gap: 12px;
    flex-direction: row;
  }

  .catalog-categories {
    display: none;
  }

  .catalog-header {
    height: 49px;
    top: 56px;
  }

  .catalog-mobile-filter-trigger {
    display: inline-flex;
  }

  .catalog-layout {
    padding-top: 80px;
  }

  .catalog-heading {
    margin-top: 24px;
    padding: 0 20px;
  }

  .catalog-grid-large {
    grid-template-columns: repeat(2, minmax(0, calc((100% - 4px) / 2)));
    row-gap: 4px;
    column-gap: 4px;
  }

  .catalog-grid-small {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 10px;
    column-gap: 0;
  }

  .product-recommendations-grid.catalog-grid-small {
    grid-template-columns: repeat(2, minmax(0, calc((100% - 4px) / 2)));
    row-gap: 4px;
    column-gap: 4px;
  }

  .catalog-card-counter {
    opacity: 1;
  }

  .catalog-card-media {
    touch-action: pan-y;
  }

  .slider-ui {
    inset: 0 16px auto 16px;
    padding-top: 18px;
  }

  .slide-content {
    position: absolute;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0 20px 40px;
  }

  .slide-copy {
    position: static;
    gap: 14px;
    width: min(307px, calc(100vw - 56px));
    transform: none;
  }

  .slider-pagination {
    right: 16px;
  }

  .page-shell {
    width: min(calc(100% - 20px), var(--container-width));
  }

  .topbar,
  .hero-actions,
  .button-row,
  .topbar-links {
    gap: 12px;
  }

  .topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-copy,
  .hero-card,
  .collection-card,
  .token-card,
  .product-content {
    padding: 18px;
  }

  .hero-copy h1,
  .section-heading h2,
  .sample-display {
    font-size: 16px;
    line-height: 1.2;
  }

  .collection-card h3,
  .token-card h3,
  .product-content h3,
  .swatch strong,
  .topbar-links {
    font-size: 13px;
    line-height: 1.2;
  }

  .product-meta {
    font-size: 13px;
    line-height: 1.2;
  }

  .eyebrow,
  .hero-card-label,
  .type-label {
    font-size: 13px;
    line-height: 1.2;
  }

  .product-badge {
    font-size: 10px;
    line-height: 1.2;
  }

  .hero-copy p,
  .sample-body {
    font-size: 15px;
    line-height: 1.5;
  }

  .collection-card p,
  .product-content p,
  .swatch p,
  .section-note,
  .feature-list {
    font-size: 14px;
    line-height: 1.5;
  }

  .button-primary,
  .button-ghost {
    font-size: 16px;
    line-height: 1;
  }

  .button-secondary {
    font-size: 14px;
    line-height: 1;
  }

  .button-link {
    font-size: 13px;
    line-height: 1;
  }

  .type-menu {
    font-size: 15px;
  }

  .type-text-xxl,
  .type-h1 {
    font-size: 20px;
  }

  .type-text-xl,
  .type-catalog-title,
  .type-catalog-price,
  .type-product-price {
    font-size: 18px;
  }

  .type-text-xl-bold {
    font-size: 18px;
  }

  .type-product-price,
  .type-text-l,
  .type-text-l-bold {
    font-size: 16px;
  }

  .type-text-m,
  .type-text-m-bold {
    font-size: 14px;
  }

  .type-text-s,
  .type-text-s-bold {
    font-size: 13px;
  }

  .type-caps-xxxl {
    font-size: 80px;
  }

  .type-caps-xxl {
    font-size: 32px;
  }

  .type-caps-xl {
    font-size: 24px;
  }

  .type-caps-l {
    font-size: 16px;
  }

  .type-category,
  .type-caps-m,
  .type-caps-m-bold,
  .type-badge {
    font-size: 13px;
    font-weight: 600;
  }

  .type-paragraph-1,
  .type-paragraph-m {
    font-size: 16px;
  }

  .type-paragraph-2,
  .type-paragraph-s {
    font-size: 14px;
  }

  .type-button-m {
    font-size: 16px;
  }

  .type-button-s {
    font-size: 14px;
  }
}

.home-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  min-height: 64px;
  padding: 16px 120px;
  color: var(--color-white);
  pointer-events: none;
  transition:
    color 260ms ease,
    opacity 320ms ease,
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-header.is-hidden {
  opacity: 0;
  transform: translateY(-24px);
  pointer-events: none;
}

.home-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--color-white);
  transform: translateY(-100%);
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-header.has-solid-bg {
  color: var(--color-black);
}

.home-header.has-solid-bg::before {
  transform: translateY(0);
}

.home-header-logo,
.home-header-nav {
  pointer-events: auto;
}

.home-header-logo {
  display: inline-flex;
  width: auto;
  height: var(--home-logo-height, 126px);
  color: inherit;
  transition: color 260ms ease;
}

.home-header-logo img {
  width: auto;
  height: 100%;
  filter: brightness(0) invert(1);
  transition: filter 260ms ease;
}

.home-header.has-solid-bg .home-header-logo img {
  filter: brightness(0);
}

.home-header.has-solid-bg .home-header-logo:hover img,
.home-header.has-solid-bg .home-header-logo:focus-visible img {
  filter: brightness(0) saturate(100%) invert(54%) sepia(68%) saturate(631%) hue-rotate(111deg) brightness(91%) contrast(91%);
}

.home-header-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  padding-top: 7px;
}

.home-header-link {
  position: relative;
  display: inline-flex;
  padding: 0 0 6px;
  color: inherit;
  overflow: hidden;
  transition: color 260ms ease;
}

.home-header.has-solid-bg .home-header-link:hover,
.home-header.has-solid-bg .home-header-link:focus-visible {
  color: var(--color-green-1);
}

.home-header-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-header-link:hover::after,
.home-header-link:focus-visible::after {
  right: auto;
  left: 0;
  width: 100%;
}

.home-hero {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(12, 12, 12, 0.84), rgba(26, 179, 125, 0.2)),
    var(--color-black);
}

.home-hero-video,
.home-hero-overlay {
  position: absolute;
  inset: 0;
}

.home-hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-hero-video-mobile {
  display: none;
}

.home-hero-overlay {
  background: rgba(12, 12, 12, 0.3);
}

.home-hero-content {
  position: relative;
  z-index: 2;
  width: 784px;
  max-width: calc(100% - 240px);
  margin-left: 120px;
  color: var(--color-white);
}

.home-hero-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-white);
}

.home-hero-badge img {
  flex: 0 0 auto;
  width: auto;
  height: 18px;
}

.home-hero-title {
  margin: 10px 0 0;
  color: var(--color-white);
}

.home-products {
  position: relative;
  z-index: 1;
  margin-top: var(--home-gap-l);
  padding: 0 120px var(--home-gap-l);
  background: var(--color-white);
}

.home-products-title {
  width: min(1215px, 100%);
  margin: 0;
  color: var(--color-black);
}

.home-product-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  margin-top: var(--home-gap-m);
  transition: grid-template-columns 560ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-product-card {
  position: relative;
  height: 700px;
  min-width: 0;
  overflow: hidden;
  color: var(--color-white);
  perspective: 700px;
  background:
    linear-gradient(135deg, rgba(12, 12, 12, 0.94), rgba(26, 179, 125, 0.28)),
    var(--color-black);
}

.home-product-card::after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 2;
  width: 54px;
  height: 54px;
  background: url(../../f8604c25bff78ef3d74b.svg) center / contain no-repeat;
  opacity: 0;
  transform: translateY(18px) rotateX(88deg);
  transform-origin: center bottom;
  transition:
    opacity 180ms ease,
    transform 560ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity;
}

.home-product-card:hover::after {
  opacity: 1;
  transform: translateY(0) rotateX(0deg);
}

.home-product-card-media {
  position: absolute;
  inset: 0;
}

.home-product-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: rgba(12, 12, 12, 0.14);
  -webkit-backdrop-filter: blur(36px);
  backdrop-filter: blur(36px);
  transition: opacity 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-product-card:hover .home-product-card-media::after {
  opacity: 1;
}

.home-product-card-media img {
  width: 100%;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-product-card-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 30px;
}

.home-product-card h3,
.home-product-card p {
  margin: 0;
  color: var(--color-white);
}

.home-product-card p {
  margin-top: 4px;
}

.home-product-card-sizes {
  display: grid;
  gap: 6px;
  color: var(--color-white);
}

.home-product-card-description {
  position: absolute;
  left: 30px;
  top: 50%;
  z-index: 3;
  width: min(520px, calc(100% - 60px));
  margin: 0;
  color: var(--color-white);
  opacity: 0;
  transform: translateY(calc(-50% + 24px));
  transition:
    opacity 360ms ease,
    transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.home-product-card:hover .home-product-card-description {
  opacity: 1;
  transform: translateY(-50%);
}

.home-expo {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, calc((100% - 10px) / 2)));
  gap: 10px;
  align-items: start;
  padding: var(--home-gap-m) 120px 0;
  background: var(--color-white);
}

.home-expo-text {
  max-width: 760px;
  margin: 0;
  color: var(--color-black);
  text-wrap: balance;
}

.home-expo-video-card {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 835 / 560;
  padding: 30px;
  overflow: hidden;
  border: 0;
  color: var(--color-white);
  background: var(--color-black);
  cursor: pointer;
  text-align: left;
}

.home-expo-video-cover {
  position: absolute;
  inset: 0;
  transform: scale(1);
  transition: transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-expo-video-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(12, 12, 12, 0.35), rgba(12, 12, 12, 0.06));
}

.home-expo-video-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-expo-video-card:hover .home-expo-video-cover,
.home-expo-video-card:focus-visible .home-expo-video-cover {
  transform: scale(1.024);
}

.home-expo-video-info {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  color: var(--color-white);
}

.home-expo-video-info img {
  width: 100px;
  height: 100px;
}

.home-expo-video-time {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 1;
  padding: 6px 10px;
  color: var(--color-white);
  background: var(--color-black);
}

.home-video-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  background: var(--color-black);
}

.home-video-modal.is-open {
  display: flex;
}

.home-video-modal-close {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 16px;
  border: 0;
  background: var(--color-green-1);
  cursor: pointer;
}

.home-video-modal-close img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}

.home-video-modal-player {
  width: 100%;
  height: 100%;
  background: var(--color-black);
  object-fit: contain;
}

.home-form-modal {
  position: fixed;
  inset: 0;
  z-index: 210;
  display: grid;
  place-items: center;
  padding: 20px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 320ms ease;
}

.home-form-modal.is-open {
  pointer-events: auto;
  opacity: 1;
}

.home-form-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 12, 12, 0.6);
}

.home-form-modal-panel {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  max-height: calc(100vh - 40px);
  padding: 40px;
  overflow-y: auto;
  color: var(--color-black);
  background: var(--color-white);
  opacity: 0;
  transform: translateY(28px) scale(0.98);
  transition:
    opacity 360ms ease,
    transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.home-form-modal.is-open .home-form-modal-panel {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.home-form-modal-close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--color-black);
  cursor: pointer;
}

.home-form-modal-close::before,
.home-form-modal-close::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 15px;
  width: 24px;
  height: 1px;
  background: currentColor;
}

.home-form-modal-close::before {
  transform: rotate(45deg);
}

.home-form-modal-close::after {
  transform: rotate(-45deg);
}

.home-form-modal-title,
.home-form-modal-description {
  margin: 0;
  color: var(--color-black);
}

.home-form-modal-title {
  max-width: calc(100% - 56px);
}

.home-form-modal-description {
  max-width: 560px;
  margin-top: 20px;
}

.home-form {
  display: grid;
  gap: 16px;
  margin-top: 40px;
}

.home-form-field {
  display: grid;
  gap: 8px;
  color: var(--color-black);
}

.home-form-field input,
.home-form-field textarea {
  width: 100%;
  min-height: 56px;
  padding: 16px 0;
  border: 0;
  border-bottom: 1px solid var(--color-black);
  border-radius: 0;
  color: var(--color-black);
  font-family: inherit;
  background: transparent;
  outline: none;
}

.home-form-field textarea {
  min-height: 104px;
  resize: vertical;
}

.home-form-field input::placeholder,
.home-form-field textarea::placeholder {
  color: var(--color-text-muted);
}

.home-form-field input:focus,
.home-form-field textarea:focus {
  border-bottom-color: var(--color-green-1);
}

.home-form-policy {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: var(--color-black);
  cursor: pointer;
}

.home-form-policy input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--color-green-1);
}

.home-form-error {
  min-height: 18px;
  margin: 0;
  color: #c92a2a;
}

.home-form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  width: 100%;
  padding: 20px;
  border: 0;
  color: var(--color-white);
  background: var(--color-green-1);
  cursor: pointer;
}

.home-form-success[hidden],
.home-form-modal-content[hidden] {
  display: none;
}

.home-form-success {
  padding-right: 56px;
}

.home-form-success .home-form-submit {
  margin-top: 40px;
}

.home-impact {
  padding: var(--home-gap-xxl) 120px;
  background: var(--color-white);
  text-align: center;
}

.home-impact-number,
.home-impact-text {
  margin: 0;
}

.home-impact-number {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 0.035em;
  color: var(--color-green-1);
  perspective: 900px;
}

.home-impact-text {
  margin-top: 20px;
  color: var(--color-black);
}

.home-impact-digit,
.home-impact-space {
  display: inline-block;
}

.home-impact-digit {
  min-width: 0.54em;
  transform-origin: center 62%;
  transform-style: preserve-3d;
  transition:
    opacity 260ms ease,
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}

.home-impact-digit.is-flipping {
  animation: home-impact-digit-flip 460ms cubic-bezier(0.16, 1, 0.3, 1);
}

.home-impact-space {
  width: 0.16em;
}

.home-production {
  display: grid;
  grid-template-columns:
    minmax(0, calc((100% - 10px) / 2))
    repeat(2, minmax(0, calc((100% - 30px) / 4)));
  gap: 10px;
  padding: 0 120px var(--home-gap-l);
  background: var(--color-white);
}

.home-production-mobile-copy,
.home-production-more,
.home-link-card-more {
  display: none;
}

.home-production-card,
.home-production-video {
  position: relative;
  overflow: hidden;
  background: var(--color-black);
}

.home-production-card {
  display: block;
  height: calc(((100vw - 240px - 10px) / 2) - 60px);
  min-height: 0;
  padding: 30px;
  color: var(--color-white);
  perspective: 900px;
}

.home-production-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(12, 12, 12, 0);
  transition: background 360ms ease;
}

.home-production-card:hover::after,
.home-production-card:focus-visible::after {
  background: rgba(12, 12, 12, 0.2);
}

.home-production-card-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-production-card-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.home-production-card-title {
  color: var(--color-white);
}

.home-production-card-text {
  max-width: min(620px, calc(100% - 130px));
  margin-top: auto;
  color: var(--color-white);
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 360ms ease,
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-production-card:hover .home-production-card-text,
.home-production-card:focus-visible .home-production-card-text {
  opacity: 1;
  transform: translateY(0);
}

.home-production-card-icon {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 2;
  width: 90px;
  height: 99px;
  perspective: 700px;
  transform-style: preserve-3d;
}

.home-production-card-icon img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transform-origin: center center;
  transition:
    opacity 220ms ease,
    transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity;
}

.home-production-card-icon-front {
  opacity: 1;
  transform: translateY(0) rotateX(0deg);
}

.home-production-card-icon-back {
  opacity: 0;
  transform: translateY(100%) rotateX(-90deg);
}

.home-production-card:hover .home-production-card-icon-front,
.home-production-card:focus-visible .home-production-card-icon-front {
  opacity: 0;
  transform: translateY(-100%) rotateX(90deg);
}

.home-production-card:hover .home-production-card-icon-back,
.home-production-card:focus-visible .home-production-card-icon-back {
  opacity: 1;
  transform: translateY(0) rotateX(0deg);
}

.home-production-video {
  aspect-ratio: 412 / 580;
}

.home-production-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-eco-note {
  padding: var(--home-gap-m) 120px;
  background: var(--color-white);
}

.home-eco-note-text {
  max-width: 1170px;
  margin: 0;
  color: var(--color-black);
}

.home-cta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0 120px;
  background: var(--color-white);
}

.home-cta-button {
  position: relative;
  display: block;
  min-height: 220px;
  overflow: hidden;
  background: transparent;
}

.home-cta-button-outline {
  color: var(--color-black);
}

.home-cta-button-green {
  color: var(--color-white);
}

.home-cta-button-face {
  position: absolute;
  inset: 0;
  display: flex;
  padding: 20px;
}

.home-cta-button-outline .home-cta-button-face {
  background: var(--color-white);
  border: 1px solid var(--color-black);
}

.home-cta-button-green .home-cta-button-face {
  background: var(--color-green-1);
  border: 1px solid var(--color-green-1);
}

.home-cta-button-face-front {
  opacity: 1;
}

.home-cta-button-face-back {
  display: none;
}

.home-cta-button .type-button-m {
  align-self: flex-start;
  color: inherit;
}

.home-cta-description {
  position: absolute;
  left: 20px;
  bottom: 20px;
  max-width: min(660px, calc(100% - 96px));
  margin: 0;
  color: inherit;
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 320ms ease,
    transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.home-cta-button:hover .home-cta-description,
.home-cta-button:focus-visible .home-cta-description {
  opacity: 1;
  transform: translateY(0);
}

.home-cta-arrow {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 31px;
  height: 31px;
  perspective: 360px;
  transform-style: preserve-3d;
}

.home-cta-arrow img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transform-origin: center center;
  transition:
    opacity 220ms ease,
    transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity;
}

.home-cta-arrow-front {
  opacity: 1;
  transform: translateY(0) rotateX(0deg);
}

.home-cta-arrow-back {
  opacity: 0;
  transform: translateY(100%) rotateX(-90deg);
}

.home-cta-button:hover .home-cta-arrow-front,
.home-cta-button:focus-visible .home-cta-arrow-front {
  opacity: 0;
  transform: translateY(-100%) rotateX(90deg);
}

.home-cta-button:hover .home-cta-arrow-back,
.home-cta-button:focus-visible .home-cta-arrow-back {
  opacity: 1;
  transform: translateY(0) rotateX(0deg);
}

.home-certificates {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, calc((100% - 10px) / 2)));
  gap: 10px;
  padding: var(--home-gap-xl) 120px 0;
  background: var(--color-white);
}

.home-certificates-copy {
  max-width: 610px;
}

.home-certificates-title,
.home-certificates-text {
  margin: 0;
  color: var(--color-black);
}

.home-certificates-text {
  margin-top: 20px;
}

.home-certificates-list {
  display: grid;
  gap: 20px;
}

.home-certificate-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 35px;
  padding-right: 55px;
  color: var(--color-black);
}

.home-certificate-title {
  color: var(--color-black);
  transition: color 260ms ease;
}

.home-certificate-icon {
  display: block;
  flex: 0 0 auto;
  transform-origin: center center;
  transition:
    filter 260ms ease,
    opacity 220ms ease,
    transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity;
}

.home-certificate-icon-pdf {
  width: 29px;
  height: 35px;
  filter: none;
}

.home-certificate-icon-download {
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 35px;
  opacity: 0;
  transform: translateY(100%) rotateX(-90deg);
}

.home-certificate-link:hover .home-certificate-icon-pdf,
.home-certificate-link:focus-visible .home-certificate-icon-pdf {
  filter: brightness(0) saturate(100%) invert(54%) sepia(68%) saturate(631%) hue-rotate(111deg) brightness(91%) contrast(91%);
}

.home-certificate-link:hover .home-certificate-title,
.home-certificate-link:focus-visible .home-certificate-title {
  color: var(--color-green-1);
}

.home-certificate-link:hover .home-certificate-icon-download,
.home-certificate-link:focus-visible .home-certificate-icon-download {
  opacity: 1;
  transform: translateY(0) rotateX(0deg);
}

.home-link-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, calc((100% - 10px) / 2)));
  gap: 10px;
  padding: var(--home-gap-xl) 120px;
  background: var(--color-white);
}

.home-link-card {
  position: relative;
  display: block;
  height: calc(((100vw - 240px - 10px) / 2) - 60px);
  min-height: 0;
  overflow: hidden;
  padding: 30px;
  color: var(--color-white);
  background: var(--color-black);
  perspective: 900px;
}

.home-link-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(12, 12, 12, 0);
  transition: background 360ms ease;
}

.home-link-card:hover::after,
.home-link-card:focus-visible::after {
  background: rgba(12, 12, 12, 0.2);
}

.home-link-card-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-link-card-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.home-link-card-title,
.home-link-card-text {
  color: var(--color-white);
}

.home-link-card-text {
  max-width: min(620px, calc(100% - 130px));
  margin-top: auto;
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 360ms ease,
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-link-card:hover .home-link-card-text,
.home-link-card:focus-visible .home-link-card-text {
  opacity: 1;
  transform: translateY(0);
}

.home-link-card-icon {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 2;
  width: 90px;
  height: 99px;
  perspective: 700px;
  transform-style: preserve-3d;
}

.home-link-card-icon img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transform-origin: center center;
  transition:
    opacity 220ms ease,
    transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity;
}

.home-link-card-icon-front {
  opacity: 1;
  transform: translateY(0) rotateX(0deg);
}

.home-link-card-icon-back {
  opacity: 0;
  transform: translateY(100%) rotateX(-90deg);
}

.home-link-card:hover .home-link-card-icon-front,
.home-link-card:focus-visible .home-link-card-icon-front {
  opacity: 0;
  transform: translateY(-100%) rotateX(90deg);
}

.home-link-card:hover .home-link-card-icon-back,
.home-link-card:focus-visible .home-link-card-icon-back {
  opacity: 1;
  transform: translateY(0) rotateX(0deg);
}

.home-cursor-tooltip {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 180;
  display: block;
  padding: 8px 10px;
  color: var(--color-white);
  background: var(--color-green-1);
  pointer-events: none;
  opacity: 0;
  transform: translate(14px, 18px) scale(0.94);
  transform-origin: left top;
  transition:
    opacity 260ms ease,
    transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: left, top, opacity, transform;
}

.home-cursor-tooltip.is-visible {
  opacity: 1;
  transform: translate(14px, 10px) scale(1);
}

.home-scroll-reveal {
  opacity: 0;
  transform: translateY(42px);
  transition:
    opacity 720ms ease,
    transform 920ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--home-reveal-delay, 0ms);
  will-change: opacity, transform;
}

.home-scroll-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .home-scroll-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.home-footer {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  color: var(--color-white);
  background: var(--color-black);
}

.home-footer-video,
.home-footer-overlay {
  position: absolute;
  inset: 0;
}

.home-footer-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-footer-overlay {
  background: rgba(12, 12, 12, 0.35);
}

.home-footer-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  padding: 120px 120px 30px;
}

.home-footer-title {
  margin: 0;
  color: var(--color-white);
}

.home-footer-contacts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 40px;
}

.home-footer-contact {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 170px;
  min-width: 0;
  padding: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--color-white);
  perspective: 700px;
}

.home-footer-contact::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  width: 54px;
  height: 54px;
  background: url(../../f8604c25bff78ef3d74b.svg) center / contain no-repeat;
  opacity: 0;
  transform: translateY(18px) rotateX(88deg);
  transform-origin: center bottom;
  transition:
    opacity 180ms ease,
    transform 560ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity;
}

.home-footer-contact:hover::after,
.home-footer-contact:focus-visible::after {
  opacity: 1;
  transform: translateY(0) rotateX(0deg);
}

.home-footer-contact-wide {
  grid-column: span 2;
}

.home-footer-contact:nth-child(4),
.home-footer-contact:nth-child(6) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.home-footer-contact:nth-child(n + 5) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.home-footer-contact-label,
.home-footer-contact-value {
  color: var(--color-white);
}

.home-footer-contact-value {
  display: block;
  max-width: calc(100% - 86px);
  transform-origin: center center;
  transition:
    opacity 220ms ease,
    transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity;
}

.home-footer-contact:hover .home-footer-contact-value,
.home-footer-contact:focus-visible .home-footer-contact-value {
  animation: home-footer-value-flip 620ms cubic-bezier(0.16, 1, 0.3, 1);
}

.home-footer-logo {
  width: 100%;
  height: auto;
  margin-top: 80px;
  filter: brightness(0) invert(1);
}

@keyframes home-footer-value-flip {
  0% {
    opacity: 0.34;
    transform: translateY(100%) rotateX(-90deg);
  }

  58% {
    opacity: 1;
    transform: translateY(0) rotateX(0deg);
  }

  100% {
    opacity: 1;
    transform: translateY(0) rotateX(0deg);
  }
}

@keyframes home-impact-digit-flip {
  0% {
    opacity: 0.34;
    transform: rotateX(72deg) translateY(-0.08em) scale(0.98);
  }

  58% {
    opacity: 1;
    transform: rotateX(-10deg) translateY(0.015em) scale(1);
  }

  100% {
    opacity: 1;
    transform: rotateX(0deg) translateY(0);
  }
}

@media (max-width: 1919px) {
  .home-header {
    padding-left: 80px;
    padding-right: 80px;
  }

  .home-hero-content {
    max-width: calc(100% - 160px);
    margin-left: 80px;
  }

  .home-products {
    padding-left: 80px;
    padding-right: 80px;
  }

  .home-expo {
    padding-left: 80px;
    padding-right: 80px;
  }

  .home-impact {
    padding-left: 80px;
    padding-right: 80px;
  }

  .home-production {
    padding-left: 80px;
    padding-right: 80px;
  }

  .home-eco-note {
    padding-left: 80px;
    padding-right: 80px;
  }

  .home-cta {
    padding-left: 80px;
    padding-right: 80px;
  }

  .home-certificates {
    padding-left: 80px;
    padding-right: 80px;
  }

  .home-link-cards {
    padding-left: 80px;
    padding-right: 80px;
  }

  .home-footer-content {
    padding-left: 80px;
    padding-right: 80px;
  }

  .home-production-card {
    height: calc(((100vw - 160px - 10px) / 2) - 60px);
  }

  .home-link-card {
    height: calc(((100vw - 160px - 10px) / 2) - 60px);
  }
}

@media (max-width: 1440px) {
  .home-header {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-hero-content {
    max-width: calc(100% - 80px);
    margin-left: 40px;
  }

  .home-products {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-product-card {
    height: 620px;
  }

  .home-expo {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-impact {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-production {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-eco-note {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-cta {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-certificates {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-link-cards {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-footer-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-production-card {
    height: calc(((100vw - 80px - 10px) / 2) - 60px);
  }

  .home-link-card {
    height: calc(((100vw - 80px - 10px) / 2) - 60px);
  }
}

@media (max-width: 1280px) {
  .home-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-hero-content {
    max-width: calc(100% - 40px);
    margin-left: 20px;
  }

  .home-products {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-product-card {
    height: 540px;
  }

  .home-expo {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-impact {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-production {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-eco-note {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-certificates {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-link-cards {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-footer-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-production-card {
    height: calc(((100vw - 40px - 10px) / 2) - 60px);
  }

  .home-link-card {
    height: calc(((100vw - 40px - 10px) / 2) - 60px);
  }
}

@media (max-width: 1180px) {
  .home-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-header-logo {
    height: 72px;
  }

  .home-header-nav {
    gap: 18px;
  }

  .home-hero-content {
    max-width: calc(100% - 40px);
    margin-left: 20px;
  }

  .home-products {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-expo {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-expo-video-card {
    width: 100%;
    aspect-ratio: 835 / 560;
  }

  .home-production {
    grid-template-columns: 1fr;
  }

  .home-production-card {
    height: auto;
    aspect-ratio: 1 / 1;
    padding: 20px;
  }

  .home-production-card-icon {
    right: 20px;
    bottom: 20px;
  }

  .home-eco-note {
    padding-top: 80px;
  }

  .home-cta {
    grid-template-columns: 1fr;
  }

  .home-certificates {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .home-link-cards {
    grid-template-columns: 1fr;
  }

  .home-link-card {
    height: auto;
    aspect-ratio: 1 / 1;
    padding: 20px;
  }

  .home-link-card-icon {
    right: 20px;
    bottom: 20px;
  }

  .home-footer-content {
    padding-top: 80px;
  }

  .home-footer-contacts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-footer-contact:nth-child(4) {
    border-right: 0;
  }

  .home-footer-contact:nth-child(even),
  .home-footer-contact-wide {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }

  .home-footer-contact:nth-child(5) {
    border-bottom: 0;
  }
}

@media (max-width: 720px) {
  .home-page main br {
    display: none;
  }

  .home-header {
    padding: 14px 12px;
  }

  .home-header-logo {
    height: var(--home-logo-height, 40px);
  }

  .home-header-nav {
    display: none;
  }

  .home-hero-video-desktop {
    display: none;
  }

  .home-hero-video-mobile {
    display: block;
  }

  .home-hero-content {
    width: auto;
    max-width: calc(100% - 24px);
    margin-left: 12px;
  }

  .home-products {
    margin-top: 72px;
    padding: 0 12px 72px;
  }

  .home-product-cards {
    display: flex;
    gap: 10px;
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-right: -12px;
    margin-top: 40px;
    padding-left: 12px;
    padding-right: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 12px;
    -webkit-overflow-scrolling: touch;
  }

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

  .home-product-card {
    flex: 0 0 240px;
    width: 240px;
    height: 300px;
    scroll-snap-align: start;
  }

  .home-product-card-media img {
    width: 100%;
    min-width: 100%;
  }

  .home-product-card-content {
    padding: 20px;
  }

  .home-product-card-sizes {
    display: none;
  }

  .home-product-card-description {
    display: none;
  }

  .home-product-card-media::after,
  .home-product-card:hover .home-product-card-media::after {
    display: none;
    opacity: 0;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .home-product-card::after {
    display: none;
  }

  .home-expo {
    gap: 32px;
    padding: 0 12px;
  }

  .home-impact,
  .home-production,
  .home-eco-note,
  .home-cta,
  .home-certificates,
  .home-link-cards {
    padding-left: 12px;
    padding-right: 12px;
  }

  .home-impact {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .home-impact-number {
    flex-wrap: nowrap;
    font-size: clamp(64px, 18vw, 80px);
    white-space: nowrap;
  }

  .home-expo-video-card {
    min-height: 360px;
    padding: 20px;
    aspect-ratio: auto;
  }

  .home-expo-video-info {
    left: 20px;
    right: 92px;
    bottom: 20px;
    gap: 14px;
  }

  .home-expo-video-info img {
    width: 64px;
    height: 64px;
  }

  .home-expo-video-time {
    right: 20px;
    bottom: 20px;
  }

  .home-production {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 80px;
  }

  .home-production-mobile-copy {
    display: block;
    grid-column: 1 / -1;
    order: 1;
    padding: 0 12px;
    margin-bottom: 16px;
  }

  .home-production-mobile-title,
  .home-production-mobile-text {
    margin: 0;
    color: var(--color-black);
  }

  .home-production-mobile-text {
    margin-top: 20px;
  }

  .home-production-video {
    order: 2;
  }

  .home-production-card {
    order: 3;
    grid-column: 1 / -1;
    height: auto;
    aspect-ratio: 1 / 1;
    padding: 0;
  }

  .home-production-card::after,
  .home-production-card-content,
  .home-production-card-icon {
    display: none;
  }

  .home-production-more {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 20px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 14px 20px;
    color: var(--color-black);
    background: var(--color-white);
  }

  .home-eco-note {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .home-cta-button {
    min-height: 120px;
  }

  .home-cta-button-face {
    padding: 12px;
  }

  .home-certificates {
    padding-top: 80px;
  }

  .home-link-cards {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .home-cta-arrow {
    right: 12px;
    bottom: 12px;
    width: 22px;
    height: 22px;
  }

  .home-link-card-icon {
    display: none;
  }

  .home-link-card-more {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 20px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 14px 20px;
    color: var(--color-black);
    background: var(--color-white);
  }

  .home-video-modal-close {
    top: 20px;
    right: 20px;
  }

  .home-form-modal {
    padding: 12px;
  }

  .home-form-modal-panel {
    max-height: calc(100vh - 24px);
    padding: 24px 12px 12px;
  }

  .home-form-modal-close {
    top: 24px;
    right: 12px;
  }

  .home-form-modal-title {
    max-width: calc(100% - 44px);
  }

  .home-form {
    margin-top: 32px;
  }

  .home-form-success {
    padding-right: 44px;
  }

  .home-footer {
    min-height: auto;
  }

  .home-footer-content {
    min-height: auto;
    padding: 72px 12px 30px;
  }

  .home-footer-contacts {
    grid-template-columns: 1fr;
  }

  .home-footer-contact,
  .home-footer-contact-wide {
    grid-column: auto;
    height: 95px;
    padding: 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 0;
  }

  .home-footer-contact::after {
    display: none;
  }

  .home-footer-contact:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .home-footer-logo {
    margin-top: 72px;
  }
}


/*# sourceMappingURL=625.a2a4a9a7.css.map*/
