.page-products {
  background: #f6f6f6;
  color: #333333;
}

.products-main {
  overflow: hidden;
}

.products-hero {
  --products-hero-canvas-width: 94.5rem;
  --products-hero-stage-width: 101.3556rem;
  --products-hero-stage-height: 99.4832rem;
  --products-hero-stage-left: 30.4097rem;
  --products-hero-stage-top: -40rem;
  --products-hero-image-width: 76.2682rem;
  --products-hero-image-height: 67.3305rem;
  --products-hero-reflection-width: 46rem;
  --products-hero-reflection-height: 12.5rem;
  --products-hero-reflection-left: 55rem;
  --products-hero-reflection-top: 23.75rem;
  --products-hero-reflection-stage-width: 101.3556rem;
  --products-hero-reflection-stage-height: 99.4832rem;
  --products-hero-reflection-stage-left: -24.8125rem;
  --products-hero-reflection-stage-top: -35.8125rem;
  --products-hero-rotation: 143.52deg;
  padding: 17.5rem 0 24rem;
  position: relative;
}

.products-hero__layout {
  min-height: 28rem;
  position: relative;
}

.products-hero__content {
  max-width: 46.625rem;
  padding-top: 2.75rem;
  position: relative;
  z-index: 2;
}

.products-hero__content h1 {
  display: grid;
  font-family: var(--font-display);
  font-size: 3.75rem;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin: 0;
}

.products-hero__headline-line {
  display: block;
}

.products-hero__headline-line + .products-hero__headline-line {
  margin-top: 0.35rem;
}

.products-hero__headline-line strong {
  color: #013deb;
  font-weight: 700;
  text-transform: uppercase;
}

.products-hero__copy {
  color: #333333;
  margin-top: 2.625rem;
  max-width: 30.625rem;
}

.products-hero__copy p {
  font-family: var(--font-body);
  font-size: 1.125rem;
  line-height: 1.22;
  margin: 0;
  white-space: pre !important;
}

.products-hero__copy .products-hero__copy-fixed-lines {
  white-space: nowrap !important;
}

.products-hero__copy p + p {
  margin-top: 0.2rem;
}

.products-hero__copy p:last-child {
  margin-top: 1.25rem;
}

.products-hero__visual {
  height: 52rem;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: var(--products-hero-canvas-width);
}

.products-hero__main-stage {
  align-items: center;
  display: flex;
  height: var(--products-hero-stage-height);
  justify-content: center;
  left: var(--products-hero-stage-left);
  position: absolute;
  top: var(--products-hero-stage-top);
  width: var(--products-hero-stage-width);
}

.products-hero__main-image {
  aspect-ratio: 1220.291 / 1077.288;
  height: var(--products-hero-image-height);
  position: relative;
  transform: rotate(var(--products-hero-rotation)) scaleY(-1);
  width: var(--products-hero-image-width);
}

.products-hero__main-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.products-hero__reflection {
  height: var(--products-hero-reflection-height);
  left: var(--products-hero-reflection-left);
  overflow: hidden;
  position: absolute;
  top: var(--products-hero-reflection-top);
  width: var(--products-hero-reflection-width);
}

.products-hero__reflection::after {
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  z-index: 2;
}

.products-hero__reflection::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.955) 100%);
  bottom: 0;
  height: 2rem;
}

.products-hero__reflection-stage {
  align-items: center;
  display: flex;
  height: var(--products-hero-reflection-stage-height);
  justify-content: center;
  left: var(--products-hero-reflection-stage-left);
  position: absolute;
  top: var(--products-hero-reflection-stage-top);
  width: var(--products-hero-reflection-stage-width);
}

.products-hero__reflection-image {
  aspect-ratio: 1220.291 / 1077.288;
  filter: blur(5px);
  height: var(--products-hero-image-height);
  opacity: 0.84;
  position: relative;
  transform: rotate(-143.52deg);
  width: var(--products-hero-image-width);
}

.products-hero__reflection-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.products-hero__accent-image {
  position: absolute;
  right: 2.125rem;
  top: 21.625rem;
  transform: rotate(-41deg);
  width: 16.625rem;
}

.products-hero__accent-image img {
  display: block;
  height: auto;
  width: 100%;
}

.products-categories {
  padding-bottom: 6rem;
}

.products-categories__showcase {
  min-height: 0;
}

.products-categories__title {
  font-family: var(--font-display);
  font-size: 3.75rem;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 0.96;
  margin: 0;
}

.products-categories__title br {
  display: none;
}

.product-category-carousel {
  --product-category-arrow-gap: 1.25rem;
  --product-category-arrow-size: 3.25rem;
  --product-category-gap: 1.5rem;
  --product-category-media-height: 20.125rem;
  --product-category-title-shift: calc(var(--product-category-media-height) / 6);
  margin-top: 3rem;
  display: flex;
  align-items: flex-start;
  gap: var(--product-category-arrow-gap);
  position: relative;
}

.product-category-carousel__viewport {
  flex: 1 1 auto;
  min-width: 0;
  overflow: visible;
  width: auto;
}

.product-category-carousel__mask {
  overflow: hidden;
  padding-bottom: var(--product-category-title-shift);
}

.product-category-grid {
  display: flex;
  gap: var(--product-category-gap);
  margin-top: 0;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.product-category-status {
  align-items: center;
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 0.625rem;
  color: #334155;
  display: flex;
  font-family: var(--font-body);
  font-size: 1rem;
  justify-content: center;
  line-height: 1.6;
  min-height: var(--product-category-media-height);
  padding: 2rem 1.5rem;
  text-align: center;
  width: 100%;
}

.product-category-grid > .product-category-status {
  grid-column: 1 / -1;
}

.product-category-status--error {
  background: #fff7ed;
  border-color: rgba(234, 88, 12, 0.2);
  color: #9a3412;
}

.product-category-status--empty {
  color: #475569;
}

.product-category-carousel__arrow {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(18, 32, 58, 0.12);
  border-radius: 999px;
  box-shadow: 0 16px 40px rgba(15, 34, 69, 0.1);
  color: #12203a;
  display: inline-flex;
  flex: 0 0 var(--product-category-arrow-size);
  height: 3.25rem;
  justify-content: center;
  margin-top: calc(
    (var(--product-category-media-height) - var(--product-category-arrow-size)) / 2
  );
  padding: 0;
  position: relative;
  transition:
    background-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    transform 180ms ease;
  width: 3.25rem;
  z-index: 3;
}

.product-category-carousel__arrow:hover,
.product-category-carousel__arrow:focus-visible {
  background: #ffffff;
  box-shadow: 0 20px 44px rgba(15, 34, 69, 0.14);
  color: #013deb;
}

.product-category-carousel__arrow:focus-visible {
  outline: 2px solid rgba(59, 106, 253, 0.42);
  outline-offset: 3px;
}

.product-category-card {
  color: #333333;
  display: block;
  flex: 0 0 calc((100% - (var(--product-category-gap) * 5)) / 6);
  min-width: 0;
  overflow: visible;
  position: relative;
}

.product-category-card[data-clone="true"] a {
  pointer-events: none;
}

.product-category-card__desktop-link,
.product-category-card__mobile-trigger {
  top: 0; right: 0; bottom: 0; left: 0;
  position: absolute;
  z-index: 2;
}

.product-category-card__desktop-link {
  display: block;
}

.product-category-card__mobile-trigger {
  appearance: none;
  background: none;
  border: 0;
  display: none;
  padding: 0;
}

.product-category-card__desktop-link:focus-visible,
.product-category-card__mobile-trigger:focus-visible {
  outline: 2px solid rgba(59, 106, 253, 0.42);
  outline-offset: 4px;
}

.product-category-card__media-shell {
  overflow: visible;
  position: relative;
}

.product-category-card__media {
  border-radius: 0.625rem;
  height: var(--product-category-media-height);
  overflow: hidden;
  position: relative;
  transform-origin: center center;
  transition: transform 360ms ease;
  z-index: 1;
}

.product-category-card__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.product-category-card__title {
  color: #333333;
  display: grid;
  font-family: var(--font-body);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.22;
  margin: 1.25rem 0 0;
  position: relative;
  transition: transform 360ms ease;
  z-index: 2;
}

.product-category-card__title-line {
  display: block;
  text-align: center;
}

.product-category-card__summary {
  color: rgba(51, 51, 51, 0.72);
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.35;
  margin: 0.5rem 0 0;
  max-width: 100%;
  position: relative;
  text-align: center;
  z-index: 2;
}

.product-category-card__summary--multiline {
  display: block;
}

.product-category-card__cta {
  align-items: center;
  background: #ffffff;
  border-radius: 0.625rem;
  color: #3b6afd;
  display: inline-flex;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  opacity: 0;
  padding: 0.3125rem 0.625rem;
  pointer-events: none;
  position: absolute;
  right: 0.625rem;
  bottom: 0.5625rem;
  transform: translateY(0.5rem);
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    visibility 180ms ease;
  visibility: hidden;
  z-index: 3;
}

.product-category-card:is(:hover, :focus-within) {
  z-index: 4;
}

.product-category-card:is(:hover, :focus-within) .product-category-card__media {
  transform: scaleX(1.5) scaleY(1.333333);
}

.product-category-card:is(:hover, :focus-within) .product-category-card__title {
  font-weight: 700;
  transform: translateY(var(--product-category-title-shift));
}

.product-category-card:is(:hover, :focus-within) .product-category-card__cta {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

@media (max-width: 75rem) {
  .products-hero {
    padding: 10.5rem 0 8rem;
  }

  .products-hero__layout {
    display: grid;
    gap: 3rem;
    min-height: 0;
  }

  .products-hero__content {
    max-width: 32rem;
    padding-top: 0;
  }

  .products-hero__content h1 {
    font-size: 3.375rem;
    font-size: clamp(3rem, 8vw, 3.75rem);
  }

  .products-hero__visual {
    height: 27rem;
    left: 0;
    position: relative;
    top: auto;
    transform: none;
    width: 100%;
  }

  .products-hero__main-stage {
    height: 100%;
    left: auto;
    right: -3rem;
    top: -4rem;
    width: 110vw; max-width: 48rem;
  }

  .products-hero__main-image {
    height: auto;
    width: 92vw; max-width: 42rem;
  }

  .products-hero__reflection {
    left: auto;
    right: 0;
    top: 14.5rem;
    width: 78vw; max-width: 34rem;
  }

  .products-hero__reflection-stage {
    height: 100%;
    left: auto;
    right: -10rem;
    top: -11rem;
    width: 92vw; max-width: 42rem;
  }

  .products-hero__reflection-image {
    height: auto;
    width: 92vw; max-width: 42rem;
  }

  .products-hero__accent-image {
    right: 1rem;
    top: 12.5rem;
    width: 11rem;
  }

  .products-categories__title {
    font-size: 3.125rem;
    font-size: clamp(2.75rem, 6vw, 3.5rem);
  }

  .product-category-carousel {
    margin-top: 2.75rem;
    display: block;
  }

  .product-category-carousel__viewport {
    overflow: visible;
  }

  .product-category-carousel__mask {
    overflow: visible;
    padding-bottom: 0;
  }

  .product-category-carousel__arrow {
    display: none;
  }

  .product-category-grid {
    display: grid;
    gap: 1.5rem 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 0;
    transform: none !important;
    transition: none !important;
    will-change: auto;
  }

  .product-category-card {
    flex: none;
  }

  .product-category-grid .product-category-card__media {
    height: 21rem;
  }

  .product-category-grid .product-category-card__cta {
    display: none;
  }

  .product-category-grid
    .product-category-card:is(:hover, :focus-within)
    .product-category-card__title {
    font-weight: 400;
    transform: none;
  }

}

@media (max-width: 62rem) {
  .products-hero {
    padding: 9rem 0 6.5rem;
  }

  .products-hero__layout {
    gap: 2rem;
  }

  .products-hero__visual {
    height: 22rem;
  }

  .products-hero__main-stage {
    left: auto;
    right: -3rem;
    top: -2rem;
    width: 108vw; max-width: 38rem;
  }

  .products-hero__reflection {
    height: 9rem;
    left: auto;
    top: 12rem;
    width: 74vw; max-width: 28rem;
  }

  .products-hero__main-image {
    width: 92vw; max-width: 35rem;
  }

  .products-hero__reflection-stage {
    left: auto;
    right: -8rem;
    top: -8rem;
    width: 92vw; max-width: 35rem;
  }

  .products-hero__reflection-image {
    width: 92vw; max-width: 35rem;
  }

  .products-hero__accent-image {
    top: 10.75rem;
    width: 8.5rem;
  }

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

}

@media (min-width: 46.0625rem) and (max-width: 75rem) {
  .products-hero {
    background: #ffffff;
    padding: 6.25rem 0 4.75rem;
  }

  .products-hero__layout {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-height: 0;
    align-items: center;
  }

  .products-hero__content {
    max-width: 43rem;
    order: 2;
    padding-top: 0;
  }

  .products-hero__content h1 {
    font-size: 3.4rem;
    font-size: clamp(2.85rem, 5.5vw, 4rem);
    line-height: 1.08;
  }

  .products-hero__headline-line + .products-hero__headline-line {
    margin-top: 0.2rem;
  }

  .products-hero__copy {
    margin-top: 2rem;
    max-width: 40rem;
  }

  .products-hero__copy p {
    font-size: 1.125rem;
    line-height: 1.22;
  }

  .products-hero__visual {
    height: 39rem;
    left: 0;
    margin: -0.875rem auto 0;
    order: 1;
    position: relative;
    top: auto;
    transform: none;
    width: 100%; max-width: 36rem;
  }

  .products-hero__main-stage {
    height: 51.327rem;
    left: -8.75rem;
    right: auto;
    top: -1.4375rem;
    width: 52.2931rem;
  }

  .products-hero__main-image {
    height: 34.7383rem;
    width: 39.3496rem;
  }

  .products-hero__reflection {
    background: #ffffff;
    height: 6.4492rem;
    left: 3.937rem;
    top: 31.7437rem;
    transform: none;
    width: 23.7331rem;
  }

  .products-hero__reflection::after {
    height: 100%;
  }

  .products-hero__reflection-stage {
    height: 51.327rem;
    left: -12.8019rem;
    right: auto;
    top: -18.4769rem;
    transform: none;
    width: 52.2931rem;
  }

  .products-hero__reflection-image {
    filter: blur(2.58px);
    height: 34.7383rem;
    width: 39.3496rem;
  }

  .products-hero__accent-image {
    display: block;
    right: 6rem;
    top: 27.125rem;
    width: 10.75rem;
  }
}

@media (max-width: 46rem) {
  .page-products {
    --container-gutter: 0.9375rem;
    background: #ffffff;
    overflow-x: clip;
  }

  .products-main {
    overflow: clip;
  }

  .products-hero {
    padding: 4.75rem 0 2.75rem;
  }

  .products-hero__layout {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-height: 0;
  }

  .products-hero__content {
    max-width: none;
    order: 2;
    padding-top: 0;
  }

  .products-hero__content h1 {
    font-size: 1.6rem;
  }

  .products-hero__headline-line + .products-hero__headline-line {
    margin-top: 0.15rem;
  }

  .products-hero__copy {
    margin-top: 1.8125rem;
    max-width: 25rem;
  }

  .products-hero__copy p {
    font-size: 0.875rem;
    line-height: 1.18;
  }

  .products-hero__visual {
    height: 39rem;
    margin: -0.875rem calc(var(--container-gutter) * -1) 0;
    order: 1;
    width: calc(100% + (var(--container-gutter) * 2));
  }

  .products-hero__main-stage {
    height: 51.327rem;
    left: -8.75rem;
    right: auto;
    top: -1.4375rem;
    width: 52.2931rem;
  }

  .products-hero__reflection {
    background: #ffffff;
    height: 6.4492rem;
    left: 3.937rem;
    top: 31.7437rem;
    width: 23.7331rem;
  }

  .products-hero__reflection::after {
    height: 100%;
  }

  .products-hero__reflection::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.955) 100%);
  }

  .products-hero__main-image {
    height: 34.7383rem;
    width: 39.3496rem;
  }

  .products-hero__reflection-stage {
    height: 51.327rem;
    left: -12.8019rem;
    right: auto;
    top: -18.4769rem;
    width: 52.2931rem;
  }

  .products-hero__reflection-image {
    filter: blur(2.58px);
    height: 34.7383rem;
    width: 39.3496rem;
  }

  .products-hero__accent-image {
    display: block;
    right: -0.75rem;
    top: 25.125rem;
    width: 10.75rem;
  }

  .products-categories {
    padding: 4.875rem 0 8rem;
  }

  .products-categories__showcase {
    min-height: 0;
  }

  .products-categories__title {
    font-size: 2rem;
    position: static;
  }

  .products-categories__title br {
    display: inline;
  }

  .product-category-carousel {
    --product-category-stack-base-height: 20.125rem;
    --product-category-stack-active-height: 29.6875rem;
    --product-category-stack-activation-bottom: 8.5rem;
    --product-category-stack-top: 5.5rem;
    margin-top: 6.375rem;
  }

  .products-categories,
  .products-categories__showcase,
  .product-category-carousel,
  .product-category-carousel__viewport,
  .product-category-carousel__mask {
    overflow: visible;
  }

  .product-category-grid {
    gap: 10rem;
    grid-template-columns: 1fr;
  }

  .product-category-grid .product-category-card {
    margin: 0 auto 0;
    position: sticky;
    top: var(--product-category-stack-top);
    transition:
      width 260ms ease;
    width: 16.9375rem;
    z-index: var(--stack-order, 0);
  }

  .product-category-grid .product-category-card[data-stack-stacked="true"] {
    background: #ffffff;
    width: 100%;
  }

  .product-category-grid .product-category-card[data-stack-active="true"] {
    background: #ffffff;
    width: 100%;
  }

  .product-category-grid .product-category-card__desktop-link {
    display: none;
  }

  .product-category-grid .product-category-card__mobile-trigger {
    display: block;
    touch-action: manipulation;
    z-index: 2;
  }

  .product-category-grid .product-category-card__media-shell {
    margin-top: 0;
    overflow: visible;
    position: relative;
  }

  .product-category-grid .product-category-card__media {
    box-shadow: 0 0 0 rgba(15, 34, 69, 0);
    height: var(--product-category-stack-base-height);
    transform: none;
    transition:
      box-shadow 260ms ease,
      height 260ms ease;
  }

  .product-category-grid .product-category-card__media::after {
    background: rgba(7, 18, 39, 0.34);
    content: "";
    top: 0; right: 0; bottom: 0; left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: opacity 260ms ease;
    z-index: 1;
  }

  .product-category-grid .product-category-card[data-stack-stacked="true"]:not([data-stack-active="true"])
    .product-category-card__media::after {
    opacity: 1;
  }

  .product-category-grid .product-category-card[data-stack-stacked="true"]:not([data-stack-active="true"])
    .product-category-card__title {
    display: none;
  }

  .product-category-grid .product-category-card[data-stack-stacked="true"]:not([data-stack-active="true"])
    .product-category-card__cta {
    display: none;
  }

  .product-category-grid .product-category-card[data-stack-stacked="true"]
    .product-category-card__media {
    height: var(--product-category-stack-active-height);
  }

  .product-category-grid .product-category-card[data-stack-active="true"]
    .product-category-card__media {
    box-shadow: 0 1.5rem 3rem rgba(15, 34, 69, 0.16);
    height: var(--product-category-stack-active-height);
  }

  .product-category-grid .product-category-card__title {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.125rem;
    font-weight: 400;
    gap: 0.25rem;
    justify-content: center;
    line-height: 1.22;
    margin-top: 1rem;
    text-align: center;
    transition:
      font-size 260ms ease,
      font-weight 260ms ease,
      margin-top 260ms ease;
    white-space: nowrap;
  }

  .product-category-grid .product-category-card__title-line {
    display: inline;
  }

  .product-category-grid .product-category-card__cta {
    display: inline-flex;
    font-size: 1.25rem;
  }

  .product-category-grid .product-category-card[data-stack-stacked="true"] .product-category-card__title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 1.125rem;
  }

  .product-category-grid .product-category-card[data-stack-active="true"] .product-category-card__title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 1.125rem;
  }

  .product-category-grid .product-category-card[data-stack-stacked="true"] .product-category-card__cta {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  .product-category-grid .product-category-card[data-stack-active="true"] .product-category-card__cta {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  .product-category-grid .product-category-card:is(:hover, :focus-within, :active) .product-category-card__title {
    transform: none;
  }

  .product-category-grid
    .product-category-card:not([data-stack-stacked="true"]):not([data-stack-active="true"]):is(:hover, :focus-within, :active) {
    width: 16.9375rem;
  }

  .product-category-grid
    .product-category-card:not([data-stack-stacked="true"]):not([data-stack-active="true"]):is(:hover, :focus-within, :active)
    .product-category-card__title {
    font-weight: 400;
    transform: none;
  }

  .product-category-grid
    .product-category-card:not([data-stack-stacked="true"]):not([data-stack-active="true"]):is(:hover, :focus-within, :active)
    .product-category-card__cta {
    opacity: 0;
    pointer-events: none;
    transform: translateY(0.5rem);
    visibility: hidden;
  }

  .product-category-grid
    .product-category-card:not([data-stack-stacked="true"]):not([data-stack-active="true"]):is(:hover, :focus-within, :active)
    .product-category-card__media {
    box-shadow: 0 0 0 rgba(15, 34, 69, 0);
    height: var(--product-category-stack-base-height);
  }

  .product-category-grid .product-category-card:is(:hover, :focus-within, :active) .product-category-card__media {
    transform: none;
  }
}
