.tp-sutra-catalog-fix {
  width: min(1180px, calc(100% - 28px));
  margin: 28px auto 64px;
}

.tp-sutra-catalog-head {
  margin-bottom: 18px;
}

.tp-sutra-catalog-head h1 {
  margin: 0 0 8px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.05;
  color: #4b2d10;
  letter-spacing: -0.045em;
}

.tp-sutra-catalog-head p {
  margin: 0;
  color: #7b5b32;
  font-size: 16px;
  line-height: 1.55;
}

.tp-sutra-tools-v36 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 18px 0;
}

.tp-sutra-search-v36 {
  flex: 1 1 260px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(139, 94, 35, .16);
  background: #fffaf1;
  padding: 0 16px;
  font-size: 14px;
  color: #4b2d10;
  outline: none;
  box-sizing: border-box;
}

.tp-sutra-filter-v36 {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.tp-sutra-filter-v36 button {
  height: 38px;
  border: 1px solid rgba(139, 94, 35, .16);
  background: #fffaf1;
  color: #654116;
  border-radius: 999px;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 750;
  white-space: nowrap;
  cursor: pointer;
}

.tp-sutra-filter-v36 button.active {
  background: #c98b2c;
  color: #fff;
  border-color: #c98b2c;
  box-shadow: 0 8px 20px rgba(201,139,44,.20);
}

.tp-sutra-count-v36 {
  margin: 0 0 14px;
  color: #8a6a43;
  font-size: 13px;
  font-weight: 650;
}

.tp-sutra-grid-fix {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.tp-sutra-card-fix {
  display: block;
  min-height: 226px;
  padding: 20px;
  border-radius: 24px;
  background: rgba(255, 252, 246, .95);
  border: 1px solid rgba(139, 94, 35, .14);
  box-shadow: 0 14px 36px rgba(70, 40, 10, .08);
  text-decoration: none;
  color: inherit;
  transition: .18s ease;
}

.tp-sutra-card-fix:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 46px rgba(70, 40, 10, .12);
}

.tp-sutra-card-fix .cat {
  display: inline-flex;
  height: 25px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(201, 139, 44, .12);
  color: #9a611c;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 12px;
}

.tp-sutra-card-fix h2 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.18;
  color: #4b2d10;
}

.tp-sutra-card-fix .sub {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.45;
  color: #77562c;
}

.tp-sutra-card-fix .desc {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.5;
  color: #6f5638;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tp-sutra-card-fix .meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.tp-sutra-card-fix .meta span {
  display: inline-flex;
  padding: 6px 9px;
  border-radius: 999px;
  background: #fff5df;
  color: #7b5521;
  font-size: 12px;
  font-weight: 600;
}

.tp-sutra-empty-fix {
  padding: 18px;
  border-radius: 18px;
  background: #fff8ec;
  color: #7b5521;
  border: 1px solid rgba(139, 94, 35, .14);
}

@media (max-width: 860px) {
  .tp-sutra-catalog-fix {
    width: calc(100% - 22px);
    margin-top: 16px;
  }

  .tp-sutra-catalog-head h1 {
    font-size: 32px;
  }

  .tp-sutra-catalog-head p {
    font-size: 13.5px;
  }

  .tp-sutra-tools-v36 {
    display: block;
    margin: 14px 0;
  }

  .tp-sutra-search-v36 {
    width: 100%;
    height: 42px;
    font-size: 13px;
    margin-bottom: 10px;
  }

  .tp-sutra-filter-v36 button {
    height: 34px;
    padding: 0 12px;
    font-size: 12.5px;
  }

  .tp-sutra-grid-fix {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .tp-sutra-card-fix {
    min-height: auto;
    padding: 16px;
    border-radius: 20px;
  }

  .tp-sutra-card-fix h2 {
    font-size: 20px;
  }

  .tp-sutra-card-fix .meta {
    display: none;
  }
}
