:root {
  --kx-red: #e30613;
  --kx-red-hover: #f51c28;
  --kx-blue: #0045a5;
  --kx-black: #000000;
  --kx-ink: #17181a;
  --kx-gray-100: #f2f2f2;
  --kx-gray-300: #d5d7da;
  --kx-gray-600: #606367;
  --kx-white: #ffffff;
  --kx-container: 1180px;
}

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

html {
  scroll-behavior: smooth;
  background: var(--kx-black);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--kx-black);
  color: var(--kx-white);
  font-family: "Roboto Flex", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-variation-settings:
    "wdth" 100,
    "GRAD" 0;
  letter-spacing: 0;
}

body.modal-open {
  overflow: hidden;
}

button,
input,
select,
textarea {
  font: inherit;
}

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

button:focus-visible,
a:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #0b73ce;
  outline-offset: 3px;
}

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

p,
h1,
h2,
h3 {
  margin: 0;
}

[x-cloak] {
  display: none !important;
}

body .kx-container {
  width: min(calc(100% - 40px), var(--kx-container)) !important;
  max-width: var(--kx-container) !important;
  margin-inline: auto !important;
}

.announcement-bar {
  position: sticky !important;
  top: 0;
  z-index: 100;
  min-height: 40px;
  display: grid;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.announcement-link {
  color: var(--kx-gray-600);
  text-decoration: none;
}

.announcement-link span + span {
  margin-left: 14px;
}

.pv-hero {
  isolation: isolate;
  min-height: 90svh;
  overflow: hidden;
  background: #101010 url("./hero-poster.jpg") center / cover no-repeat;
}

.pv-hero-video {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  background: #101010 url("./hero-poster.jpg") center / cover no-repeat;
  opacity: 0;
  transition: opacity 300ms ease;
}

.pv-hero-video.media-ready {
  opacity: 1;
}

.pv-hero-video.media-failed {
  opacity: 0;
}

.pv-hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.08) 0%,
      rgba(0, 0, 0, 0.2) 44%,
      rgba(0, 0, 0, 0.72) 100%
    ),
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.16),
      transparent 45%,
      rgba(0, 0, 0, 0.08)
    );
}

.hero-gradient-overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 65%,
    rgba(255, 255, 255, 1) 100%
  ) !important;
}

.pv-hero-content {
  position: relative;
  z-index: 20;
  width: 100%;
  align-self: end;
  padding-top: 120px !important;
  padding-bottom: 90px !important;
}

.pv-hero-logo {
  width: min(100%, 430px);
  margin: 0 auto 62px;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.22));
}

.pv-hero h1 {
  width: min(100%, 1180px);
  margin-inline: auto;
  font-size: 72px;
  line-height: 0.98;
  letter-spacing: 0;
  text-shadow: 0 3px 24px rgba(0, 0, 0, 0.38);
}

.pv-intro {
  position: relative;
  z-index: 2;
}

.pv-highlight-copy {
  width: min(100%, 900px);
  margin-inline: auto;
  font-size: 24px;
  line-height: 1.48;
  font-weight: 510;
  text-align: center;
}

.pv-highlight-copy strong {
  font-weight: 660;
}

.scroll-button-collector {
  position: relative;
  z-index: 150;
}

.scroll-top-button {
  position: fixed;
  right: 26px;
  bottom: 26px;
  z-index: 150;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  padding: 17px;
  border-radius: 999px;
  color: #fff;
  background: var(--kx-red);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.32);
  transition:
    transform 200ms ease,
    background-color 200ms ease;
}

.scroll-top-button:hover {
  transform: translateY(-3px);
  background: var(--kx-red-hover);
}

.scroll-top-button path {
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pv-texture-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.pv-texture-section::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background-image: var(--section-bg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.category-section {
  background: #050505;
}

.category-section::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: rgba(0, 0, 0, 0.08);
}

.category-grid,
.additional-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.masonry-grid-sizer {
  display: none;
}

.pv-image-card {
  position: relative;
  isolation: isolate;
  min-width: 0;
  height: 366px;
  overflow: hidden;
  border-radius: 14px;
  color: #fff;
  background: #17181a;
  transform: translateY(36px);
  opacity: 0;
  transition:
    transform 520ms cubic-bezier(0.2, 0.75, 0.25, 1),
    opacity 520ms ease,
    box-shadow 240ms ease;
}

.pv-image-card.is-shown,
.card-reveal.is-shown {
  transform: translateY(0);
  opacity: 1;
}

.pv-image-card::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background-image: var(--card-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 550ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.pv-image-card::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.05) 46%,
    rgba(0, 0, 0, 0.8) 100%
  );
}

.pv-image-card:hover::before {
  transform: scale(1.035);
}

.pv-image-card:hover {
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.24);
}

.pv-card-content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 18px 18px;
}

.pv-card-content h2,
.pv-card-content h3 {
  max-width: 95%;
  font-size: 31px;
  line-height: 1.02;
  font-weight: 660;
  overflow-wrap: anywhere;
}

.pv-card-content p {
  max-width: 520px;
  margin-top: 8px;
  font-size: 20px;
  line-height: 1.28;
  font-weight: 250;
}

.btn {
  min-height: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 14px;
  color: #fff;
  font-size: 0.875rem;
  line-height: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

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

.btn-action {
  background-color: #00509f;
}

.btn-primary {
  background: var(--kx-red);
}

.btn-action:hover {
  background-color: #0067cc;
  box-shadow: 0 10px 24px rgba(0, 53, 78, 0.2);
}

.btn-primary:hover {
  background: var(--kx-red-hover);
}

.pv-image-card .btn {
  width: 100%;
}

.btn-transparent {
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.08);
}

.btn-transparent:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.hero-stage {
  position: relative;
  width: 100%;
  min-height: 367px;
  overflow: hidden;
  color: #fff;
  background: #000;
}

.media-fade-to-white {
  position: relative;
}

.media-fade-to-white .hero-stage-parallax,
.media-fade-to-white > .js-animate-hero {
  position: relative;
  z-index: 0;
}

.media-fade-to-white .hero-stage-parallax {
  position: absolute;
}

.wide-hero-stage {
  min-height: 390px;
}

.hero-stage-parallax,
.hero-stage-parallax picture {
  position: absolute;
  inset: -8% 0;
  width: 100%;
  height: 116%;
}

.hero-stage-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  will-change: transform;
}

.product-overview-stage .hero-stage-image {
  object-position: center bottom;
  will-change: auto;
}

.product-overview-stage .hero-stage-parallax,
.product-overview-stage .hero-stage-parallax picture {
  inset: 0;
  height: 100%;
}

.crimping-tools-stage .hero-stage-parallax,
.crimping-tools-stage .hero-stage-parallax picture {
  inset: 0;
  height: 100%;
}

.crimping-tools-stage .hero-stage-image {
  object-fit: cover;
  object-position: center bottom;
  background: #000;
  will-change: auto;
}

.tool-sets-stage .hero-stage-parallax,
.tool-sets-stage .hero-stage-parallax picture {
  inset: 0;
  height: 100%;
}

.tool-sets-stage .hero-stage-image {
  object-fit: cover;
  object-position: center bottom;
  background: #fff;
  will-change: auto;
}

.dark-band {
  background: #000;
  color: #fff;
}

.light-band {
  background: #fff;
  color: #000;
}

.feature-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.feature-banner > div {
  width: 100%;
  transform-origin: center;
  will-change: transform, opacity;
}

.feature-banner img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.section-anchor {
  position: relative;
  top: -40px;
}

.feature-intro {
  padding: 96px 0 82px;
}

.feature-title {
  margin: 0 auto 72px;
  text-align: center;
}

.feature-title h2 {
  font-size: 72px;
  line-height: 1;
  font-weight: 560;
  letter-spacing: 0;
}

.feature-title-line {
  width: 130px;
  height: 3px;
  margin: 12px auto 0;
  transform-origin: center;
}

.red-line {
  background: var(--kx-red);
}

.blue-line {
  background: var(--kx-blue);
}

.product-gallery-section {
  padding: 0 0 104px;
}

.mounting-gallery {
  padding-top: 18px;
}

.gallery-kicker {
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 1.05;
  font-weight: 580;
}

.product-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 596px));
  column-gap: 56px;
  row-gap: 0;
  align-items: start;
}

body .product-gallery.kx-container {
  width: min(calc(100% - 40px), 1248px) !important;
  max-width: 1248px !important;
}

.gallery-detail {
  display: contents;
}

.light-band .gallery-detail {
  background: transparent;
}

.gallery-media {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  min-height: 0;
  aspect-ratio: 800 / 666;
  overflow: hidden;
  border-radius: 6px;
  background: #191a1c;
}

.gallery-media::after {
  display: none;
}

.light-band .gallery-media::after {
  display: none;
}

.gallery-poster,
.gallery-media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.gallery-poster {
  z-index: 1;
}

.gallery-media video {
  z-index: 2;
  background: transparent;
}

.gallery-media.is-media-failed video,
.gallery-media video.media-failed {
  opacity: 0;
}

.gallery-copy {
  grid-column: 1;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 38px 0 0;
}

.gallery-copy .gallery-eyebrow {
  display: none;
}

.gallery-eyebrow {
  display: block;
  margin-bottom: 14px;
  color: var(--kx-red);
  font-size: 15px;
  line-height: 1.25;
  font-weight: 680;
  text-transform: uppercase;
}

.light-band .gallery-eyebrow,
.pv-modal-light .gallery-eyebrow {
  color: var(--kx-blue);
}

.gallery-copy h3,
.pv-modal h3 {
  font-size: 44px;
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.gallery-copy h3 {
  max-width: 496px;
  font-weight: 400;
}

.gallery-copy p,
.pv-modal p {
  margin: 40px 0;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 300;
}

.gallery-copy .btn {
  min-width: 210px;
}

.gallery-tabs {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 40px;
  row-gap: 40px;
  align-content: start;
}

.gallery-tabs-six,
.gallery-tabs-many {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 40px;
  row-gap: 40px;
}

.gallery-tab-wrap {
  min-width: 0;
}

.gallery-tab {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 800 / 666;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: #191a1c;
  cursor: pointer;
  text-align: left;
}

.gallery-tab[aria-selected="true"] {
  border-color: transparent;
}

.gallery-tab-blue[aria-selected="true"] {
  border-color: transparent;
}

.gallery-tab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.gallery-tab:hover img {
  transform: scale(1.035);
}

.gallery-tab-shade {
  position: absolute;
  inset: 0;
  opacity: 0;
  background: transparent;
  transition:
    opacity 220ms ease,
    background-color 220ms ease;
}

.gallery-tab[aria-selected="true"] .gallery-tab-shade,
.gallery-tab:not(.gallery-tab-blue):hover .gallery-tab-shade,
.gallery-tab:not(.gallery-tab-blue):focus-visible .gallery-tab-shade {
  opacity: 1;
  background: linear-gradient(
    180deg,
    rgba(227, 6, 19, 0.62),
    rgba(168, 13, 25, 0.78)
  );
}

.gallery-tab-blue[aria-selected="true"] .gallery-tab-shade,
.gallery-tab-blue:hover .gallery-tab-shade,
.gallery-tab-blue:focus-visible .gallery-tab-shade {
  opacity: 1;
  background: linear-gradient(
    180deg,
    rgba(0, 69, 165, 0.58),
    rgba(0, 49, 118, 0.8)
  );
}

.gallery-tab > span:last-child {
  position: absolute;
  right: 10px;
  bottom: 12px;
  left: 10px;
  font-size: 18px;
  line-height: 1.18;
  font-weight: 600;
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.gallery-tab[aria-selected="true"] > span:last-child,
.gallery-tab:hover > span:last-child,
.gallery-tab:focus-visible > span:last-child {
  opacity: 1;
  transform: translateY(0);
}

.gallery-tab-mobile,
.gallery-mobile-label {
  display: none;
}

.pv-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  overflow-y: auto;
  padding: 74px max(24px, calc((100% - 720px) / 2)) 56px;
}

.pv-modal-dark {
  color: #fff;
  background: rgba(0, 0, 0, 0.98);
}

.pv-modal-light {
  color: #111;
  background: rgba(255, 255, 255, 0.99);
}

.pv-modal .modal-poster,
.pv-modal video {
  width: 100%;
  aspect-ratio: 1.2;
  object-fit: cover;
  border-radius: 6px;
  background: #18191b;
}

.pv-modal .modal-poster {
  display: none;
}

.pv-modal video.media-failed {
  display: none;
}

.pv-modal video.media-failed + .gallery-eyebrow {
  margin-top: 28px;
}

.pv-modal .gallery-eyebrow {
  margin-top: 30px;
}

.modal-close {
  position: fixed;
  top: 20px;
  right: 22px;
  z-index: 1001;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--kx-red);
  cursor: pointer;
}

.modal-close span {
  display: block;
  font-size: 35px;
  font-weight: 200;
  line-height: 1;
  transform: rotate(45deg);
}

.card-reveal {
  transform: translateY(30px);
  opacity: 0;
  transition:
    transform 500ms ease,
    opacity 500ms ease;
}

.advisor-section {
  color: #111;
  background: #f1f1f1;
}

.advisor-section::before {
  background: #f1f1f1;
}

.advisor-section::after {
  display: none;
}

.advisor-section .kx-container {
  padding-block: 96px 102px !important;
}

.advisor-layout {
  width: min(100%, 1144px);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-inline: auto;
}

.advisor-title {
  font-size: 32px;
  line-height: 1.12;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
}

.advisor-copy {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 62px;
  text-align: center;
}

.advisor-copy p {
  width: min(100%, 1080px);
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 300;
}

.advisor-copy .btn {
  align-self: center;
}

.advisor-media {
  position: relative;
  width: 100%;
  min-height: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  margin-top: 46px;
  border-radius: 8px;
  background: #18191b;
  box-shadow: none;
}

.advisor-media img,
.advisor-media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.advisor-media img {
  z-index: 1;
}

.advisor-media video {
  z-index: 2;
}

.advisor-media video.media-failed {
  opacity: 0;
}

.sustainability-section {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background: #000;
}

.sustainability-section > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sustainability-section::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.82) 0%,
    rgba(0, 0, 0, 0.38) 50%,
    rgba(0, 0, 0, 0.08) 100%
  );
}

.sustainability-layout {
  position: relative;
  z-index: 2;
  min-height: 560px;
  display: flex;
  align-items: center;
}

.sustainability-copy {
  width: min(100%, 570px);
}

.sustainability-copy h2 {
  font-size: 68px;
  line-height: 0.98;
  font-weight: 590;
}

.sustainability-copy p {
  margin-top: 24px;
  font-size: 23px;
  line-height: 1.42;
  font-weight: 290;
}

.glow-heading {
  position: relative;
  min-height: 330px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 70px 20px;
  color: #fff;
  background: #000;
}

.glow-heading-inner {
  position: relative;
  width: min(100%, 1180px);
  font-size: 78px;
  line-height: 0.98;
  font-weight: 620;
  text-align: center;
  letter-spacing: 0;
}

.glow-heading-copy {
  position: absolute;
  inset: 0;
  color: rgba(255, 255, 255, 0.78);
  filter: blur(26px);
  opacity: 0;
}

.additional-section {
  background: #050505;
}

.additional-section::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: rgba(0, 0, 0, 0.18);
}

.additional-grid-spacer {
  min-height: 180px;
  border-radius: 8px;
}

.trademark-note {
  min-height: 150px;
  display: grid;
  place-items: center;
  padding: 34px;
  color: #fff;
  text-align: center;
}

.trademark-note p {
  max-width: 760px;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 240;
}

.newsletter-section {
  position: relative;
  overflow: hidden;
  background: #120003;
}

.newsletter-section::before {
  position: absolute;
  inset: 0;
  content: "";
  background: radial-gradient(
    circle at center,
    rgba(227, 6, 19, 0.14),
    transparent 72%
  );
}

.newsletter-section .kx-container {
  width: min(calc(100% - 40px), 1148px) !important;
  max-width: 1148px !important;
  padding-block: 81px 104px !important;
}

.newsletter-card {
  position: relative;
  z-index: 1;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 20px 24px;
  border: 1px solid var(--kx-red);
  border-radius: 8px;
  color: #fff;
  text-align: center;
  background: rgba(12, 0, 2, 0.58);
}

.newsletter-card h2 {
  font-size: 30px;
  line-height: 1;
  font-weight: 660;
}

.newsletter-card p {
  max-width: 760px;
  font-size: 19px;
  line-height: 1.42;
  font-weight: 240;
}

.newsletter-card .btn {
  align-self: center;
  margin-top: 7px;
  padding: 10px 14px;
  border-width: 2px;
  border-color: #fff;
  background: transparent;
}

.newsletter-card .btn:hover,
.newsletter-card .btn:focus-visible {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.04);
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.88),
    0 0 18px rgba(227, 6, 19, 0.3);
}

@media (min-width: 768px) {
  .crimping-tools-stage {
    min-height: 0;
    aspect-ratio: 1600 / 454;
  }

  .tool-sets-stage {
    min-height: 0;
    aspect-ratio: 1600 / 454;
  }

  .category-grid.masonry-active,
  .additional-grid.masonry-active {
    display: block;
  }

  .category-grid.masonry-active .masonry-grid-sizer,
  .additional-grid.masonry-active .masonry-grid-sizer {
    display: block;
    width: calc((100% - 24px) / 2);
  }

  .category-grid.masonry-active [data-grid-item] {
    width: calc((100% - 24px) / 2);
    margin-bottom: 24px;
  }

  .category-grid.masonry-active .category-card-wide {
    width: 100%;
  }

  .additional-grid.masonry-active [data-grid-item] {
    width: calc((100% - 24px) / 2);
    margin-bottom: 24px;
  }

  .additional-grid.masonry-active .additional-grid-spacer,
  .additional-grid.masonry-active .trademark-note {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .category-grid.masonry-active .masonry-grid-sizer,
  .additional-grid.masonry-active .masonry-grid-sizer {
    width: calc((100% - 48px) / 3);
  }

  .category-grid.masonry-active [data-grid-item],
  .additional-grid.masonry-active [data-grid-item] {
    width: calc((100% - 48px) / 3);
  }

  .category-grid.masonry-active .category-card-wide {
    width: calc(((100% - 48px) / 3) * 2 + 24px);
  }

  .additional-grid.masonry-active .additional-grid-spacer,
  .additional-grid.masonry-active .trademark-note {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .pv-hero h1 {
    font-size: 58px;
  }

  .feature-title h2,
  .sustainability-copy h2 {
    font-size: 58px;
  }

  .glow-heading-inner {
    font-size: 64px;
  }

  .gallery-copy {
    padding: 36px 0 0;
  }

  .gallery-copy h3,
  .pv-modal h3 {
    font-size: 34px;
  }
}

@media (max-width: 899px) {
  .product-gallery {
    grid-template-columns: minmax(0, 1fr) minmax(250px, 0.7fr);
    column-gap: 32px;
  }

  .gallery-copy {
    padding: 30px 0 0;
  }

  .gallery-copy p {
    font-size: 16px;
  }

  .gallery-tabs,
  .gallery-tabs-six {
    grid-template-columns: 1fr;
  }

  .gallery-tabs-many {
    grid-template-columns: 1fr;
  }

  .advisor-title,
  .advisor-copy {
    grid-column: 1 / 7;
  }

  .advisor-media {
    grid-column: 7 / 13;
  }
}

@media (max-width: 767px) {
  body .kx-container {
    width: min(calc(100% - 30px), var(--kx-container)) !important;
  }

  .announcement-bar {
    min-height: 46px;
    padding-block: 7px !important;
  }

  .announcement-link {
    display: flex !important;
    flex-direction: column;
    gap: 3px;
    font-size: 12px !important;
    line-height: 1.18 !important;
  }

  .announcement-link span + span {
    margin-left: 0;
  }

  .pv-hero {
    min-height: 100dvh;
  }

  .pv-hero-video {
    object-position: 40% center;
  }

  .pv-hero-content {
    padding: 80px 20px 54px !important;
  }

  .pv-hero-logo {
    width: min(100%, 270px);
    margin-bottom: 46px;
  }

  .pv-hero h1 {
    max-width: 520px;
    font-size: 43px;
    line-height: 1.03;
  }

  .pv-intro {
    padding-block: 68px !important;
  }

  .pv-highlight-copy {
    font-size: 20px;
    line-height: 1.48;
  }

  .scroll-top-button {
    right: 16px;
    bottom: 16px;
    width: 48px;
    height: 48px;
    padding: 13px;
  }

  .category-section .kx-container,
  .additional-section .kx-container,
  .advisor-section .kx-container,
  .newsletter-section .kx-container {
    padding-block: 62px !important;
  }

  .category-grid,
  .additional-grid {
    gap: 14px;
  }

  .pv-image-card,
  .category-card {
    height: 330px;
  }

  .pv-card-content h2,
  .pv-card-content h3 {
    font-size: 27px;
  }

  .pv-card-content p {
    font-size: 17px;
  }

  .hero-stage,
  .wide-hero-stage {
    min-height: 330px;
  }

  .feature-banner img {
    min-height: 390px;
    aspect-ratio: auto;
    object-position: center;
  }

  .feature-intro {
    padding: 72px 0 58px;
  }

  .feature-title {
    margin-bottom: 52px;
  }

  .feature-title h2 {
    font-size: 48px;
  }

  .product-gallery-section {
    padding-bottom: 72px;
  }

  body .product-gallery.kx-container {
    width: min(calc(100% - 30px), var(--kx-container)) !important;
  }

  .product-gallery {
    display: block;
  }

  .gallery-kicker {
    font-size: 34px;
  }

  .gallery-detail {
    display: none;
  }

  .gallery-tabs,
  .gallery-tabs-six {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .gallery-tab {
    display: none;
  }

  .gallery-tab-mobile {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: #1b1c1e;
    cursor: pointer;
  }

  .gallery-tab-mobile img {
    width: 100%;
    aspect-ratio: 1.35;
    object-fit: cover;
  }

  .plus-icon {
    position: absolute;
    right: 14px;
    bottom: 14px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
    line-height: 1;
    background: var(--kx-red);
  }

  .gallery-mobile-label {
    display: block;
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.22;
    font-weight: 550;
  }

  .pv-modal {
    padding: 76px 18px 42px;
  }

  .pv-modal .gallery-eyebrow {
    margin-top: 24px;
  }

  .pv-modal h3 {
    font-size: 31px;
  }

  .pv-modal p {
    margin: 18px 0 26px;
    font-size: 17px;
  }

  .advisor-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .advisor-title {
    padding-bottom: 0;
    font-size: 32px;
  }

  .advisor-copy {
    margin-top: 38px;
  }

  .advisor-copy p {
    font-size: 18px;
  }

  .advisor-media {
    min-height: 0;
    margin-top: 34px;
    order: initial;
  }

  .sustainability-section,
  .sustainability-layout {
    min-height: 530px;
  }

  .sustainability-section::after {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.08),
      rgba(0, 0, 0, 0.84)
    );
  }

  .sustainability-layout {
    align-items: flex-end;
    padding-bottom: 54px;
  }

  .sustainability-copy h2 {
    font-size: 46px;
  }

  .sustainability-copy p {
    font-size: 20px;
  }

  .glow-heading {
    min-height: 270px;
    padding-block: 58px;
  }

  .glow-heading-inner {
    font-size: 47px;
  }

  .additional-grid-spacer {
    display: none;
  }

  .trademark-note {
    min-height: 130px;
    padding: 22px 8px;
  }

  .trademark-note p {
    font-size: 16px;
  }

  .newsletter-card {
    min-height: 200px;
  }
}

@media (max-width: 430px) {
  .pv-hero h1 {
    font-size: 38px;
  }

  .pv-hero-logo {
    width: min(100%, 236px);
  }

  .feature-title h2,
  .sustainability-copy h2 {
    font-size: 42px;
  }

  .glow-heading-inner {
    font-size: 40px;
  }

  .advisor-media {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .card-reveal,
  .pv-image-card {
    transform: none;
    opacity: 1;
  }
}
