/* Katherine Corp — applications / industries section v2 */
body.kc-home-page .kc-industries-strip {
  position: relative;
  isolation: isolate;
  clear: both;
  display: block;
  width: 100%;
  min-height: clamp(560px, 52vw, 760px);
  padding: clamp(72px, 8vw, 120px) clamp(18px, 5vw, 80px);
  overflow: hidden;
  background: #ff0000;
  color: #fff;
}

body.kc-home-page .kc-industries-strip .kc-glass-blob {
  position: absolute;
  z-index: -1;
  display: block;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 50%;
  background: rgb(255 255 255 / 8%);
  filter: blur(1px);
  pointer-events: none;
}

body.kc-home-page .kc-industries-strip .kc-glass-blob--1 {
  top: -22%;
  right: 8%;
  width: clamp(240px, 34vw, 560px);
  aspect-ratio: 1;
}

body.kc-home-page .kc-industries-strip .kc-glass-blob--3 {
  bottom: -36%;
  left: 5%;
  width: clamp(220px, 30vw, 480px);
  aspect-ratio: 1;
  opacity: .5;
}

body.kc-home-page .kc-industries-strip .kc-industries-layout {
  position: relative;
  z-index: 1;
  width: min(100%, 1820px);
  margin: 0 auto;
}

@media screen and (min-width: 992px) and (max-width: 1599px) {
  body.kc-home-page .kc-industries-strip .kc-industries-layout {
    width: min(100%, 1350px);
  }
}

body.kc-home-page .kc-industries-strip .kc-industries-intro {
  max-width: 760px;
  margin: 0 auto clamp(30px, 4vw, 48px);
  text-align: center;
}

body.kc-home-page .kc-industries-strip .kc-industries-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1;
  text-transform: uppercase;
}

body.kc-home-page .kc-industries-strip .kc-industries-kicker::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  content: "";
}

body.kc-home-page .kc-industries-strip #kc-industries-title {
  margin: 18px 0 0;
  color: #fff;
  font-size: clamp(38px, 4.7vw, 72px);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: .98;
}

body.kc-home-page .kc-industries-strip .kc-industries-intro > p {
  max-width: 620px;
  margin: 18px auto 0;
  color: rgb(255 255 255 / 88%);
  font-size: 16px;
  line-height: 1.45;
}

body.kc-home-page .kc-industries-strip .kc-industries-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(255 255 255 / 70%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: gap .25s ease, border-color .25s ease;
}

body.kc-home-page .kc-industries-strip .kc-industries-link:hover,
body.kc-home-page .kc-industries-strip .kc-industries-link:focus-visible {
  gap: 14px;
  border-color: #fff;
}

body.kc-home-page .kc-industries-strip .kc-glass-panel {
  padding: clamp(14px, 2vw, 20px);
  border: 1px solid rgb(255 255 255 / 34%);
  border-radius: 24px;
  background: rgb(126 0 12 / 42%);
  box-shadow: 0 22px 55px rgb(102 0 8 / 24%), inset 0 1px 0 rgb(255 255 255 / 15%);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

body.kc-home-page .kc-industries-strip .kc-industries-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

body.kc-home-page .kc-industries-strip .kc-industry-card {
  position: relative;
  isolation: isolate;
  min-width: 0;
  height: clamp(220px, 24vw, 350px);
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 42%);
  border-radius: 16px;
  background: #7b0a13;
  box-shadow: 0 10px 22px rgb(53 0 4 / 25%);
}

body.kc-home-page .kc-industries-strip .kc-industry-card video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: transform .7s ease;
}

body.kc-home-page .kc-industries-strip .kc-industry-card:hover video {
  transform: scale(1.05);
}

body.kc-home-page .kc-industries-strip .kc-industry-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgb(0 0 0 / 0%) 34%, rgb(0 0 0 / 76%) 100%);
  pointer-events: none;
}

body.kc-home-page .kc-industries-strip .kc-industry-card h3 {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

body.kc-home-page .kc-industries-strip .kc-industry-label {
  position: absolute;
  z-index: 2;
  right: 12px;
  bottom: 14px;
  left: 12px;
  display: inline-flex;
  width: fit-content;
  max-width: calc(100% - 24px);
  align-items: center;
  gap: 7px;
  margin: 0 auto;
  padding: 7px 11px;
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 999px;
  background: #f8fafc30;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

body.kc-home-page .kc-industries-strip .kc-industry-label::before {
  width: 5px;
  height: 5px;
  flex: 0 0 5px;
  border-radius: 50%;
  background: #ff3844;
  content: "";
}

@media (max-width: 1100px) {
  body.kc-home-page .kc-industries-strip .kc-industries-grid {
    grid-auto-flow: column;
    grid-auto-columns: minmax(190px, 1fr);
    grid-template-columns: none;
    overflow-x: auto;
    padding-bottom: 5px;
    scrollbar-color: rgb(255 255 255 / 42%) transparent;
    scrollbar-width: thin;
  }
}

@media (max-width: 767px) {
  body.kc-home-page .kc-industries-strip {
    min-height: 0;
    padding: 64px 16px 72px;
    border-top: 0 !important;
    box-shadow: none !important;
  }

  body.kc-home-page .kc-industries-strip::before,
  body.kc-home-page .kc-industries-strip::after {
    border-top: 0 !important;
    box-shadow: none !important;
  }

  body.kc-home-page .kc-industries-strip .kc-industries-intro {
    margin-bottom: 28px;
  }

  body.kc-home-page .kc-industries-strip .kc-industries-intro > p {
    font-size: 15px;
  }

  body.kc-home-page .kc-industries-strip .kc-glass-panel {
    padding: 12px;
    border-radius: 20px;
  }

  body.kc-home-page .kc-industries-strip .kc-industries-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(0, 1fr));
    grid-auto-flow: row;
    grid-auto-columns: auto;
    gap: 10px;
    overflow-x: visible;
  }

  body.kc-home-page .kc-industries-strip .kc-industry-card {
    height: 260px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  body.kc-home-page .kc-industries-strip .kc-glass-panel.kc-reveal.kc-reveal-visible .kc-industries-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    grid-auto-flow: row;
    grid-auto-columns: auto;
    gap: 12px;
    overflow-x: visible;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.kc-home-page .kc-industries-strip .kc-industry-card video,
  body.kc-home-page .kc-industries-strip .kc-industries-link {
    transition: none;
  }
}

.font-medium {
  font-weight: 400;
}
