.category {
  background: #161616;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

/* Shared section band */
.sub-section-layer {
  position: relative;
  z-index: 1;
}

.sub-section-band {
  background: rgb(0 0 0 / 40%);
  padding: 50px 0;
}

.sub-section-band--gap {
  margin-bottom: 50px;
}

.sub-section-band--top-gap {
  margin-top: 50px;
}

.category__inner {
  width: min(100%, 760px);
  margin: 0 auto;
  padding: 0 24px 0;
}

.category__title {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.category__tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}

.category__tab {
  display: flex;
  flex: 1 1 0;
  min-width: 0;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  transition: all 0.2s ease;
}

.category__tab:hover {
  border-color: rgba(255, 255, 255, 0.6);
  color: #fff;
}

.category__tab.is-active {
  border-color: #fff;
  background: #fff;
  color: #161616;
  font-weight: 700;
}

.category__tabs--2 {
  display: flex;
}

.category--body-lifting {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.category--body-lifting .category__title {
  color: #111111;
  letter-spacing: 0.08em;
}

.category--body-lifting .category__tabs {
  gap: 0;
  /* border: 1px solid rgba(17, 17, 17, 0.28); */
  border-radius: 0;
  overflow: hidden;
}

.category--body-lifting .category__tab {
  border: 0;
  border-radius: 0;
  min-height: 52px;
  /* background: rgba(255, 255, 255, 0.35); */
  color: #111111;
  box-shadow: none;
}

/* .category--body-lifting .category__tab + .category__tab {
  border-left: 1px solid rgba(17, 17, 17, 0.25);
} */

.category--body-lifting .category__tab:hover {
  background: rgba(255, 255, 255, 0.75);
}

.category--body-lifting .category__tab.is-active {
  background: rgba(255, 255, 255, 0.05);
  color: #976a6a;
  font-weight: 700;
}

@media (max-width: 767px) {

  .category__title {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .category__tabs {
    gap: 8px;
  }

  .category--body-lifting .category__tab {
    min-height: 46px;
  }

  .category__tab {
    min-height: 40px;
    font-size: 14px;
  }

  .sub-section-band {
    padding: 38px 0;
  }

  .sub-section-band--gap {
    margin-bottom: 34px;
  }

  .sub-section-band--top-gap {
    margin-top: 34px;
  }
}

/* Shared closing section */
.sub-closing {
  min-height: clamp(680px, 50vw, 960px);
  background: url("/img/sub/default/bg2.jpg") center center / cover no-repeat;
}

.sub-closing__overlay {
  min-height: inherit;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: clamp(86px, 8vw, 152px) 0;
  background: linear-gradient(180deg, rgba(8, 9, 10, 0.18) 0%, rgba(8, 9, 10, 0.5) 100%);
}

.sub-closing__inner {
  width: min(100%, 980px);
  margin: 0 auto;
  padding: 0 24px;
}

.sub-closing__eyebrow {
  margin: 0;
  text-align: center;
  font-family: "Times New Roman", serif;
  font-size: clamp(20px, 1.14vw, 22px);
  line-height: 1.2;
  font-weight: 400;
  color: #f2f2f2;
}

.sub-closing__title {
  margin: 16px 0 0;
  text-align: center;
  font-size: clamp(28px, 1.9vw, 35px);
  line-height: 1.32;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #f2f2f2;
}

.sub-closing__title strong {
  font-weight: 700;
}

@media (max-width: 1024px) {
  .sub-closing {
    min-height: 560px;
  }

  .sub-closing__overlay {
    padding: 76px 0;
  }

  .sub-closing__inner {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .sub-closing__inner {
    padding: 0 16px;
  }

  .sub-closing__eyebrow {
    font-size: 18px;
  }

  .sub-closing__title {
    font-size: 20px;
  }
}
