.taymgb-home-section {
  margin: 20px auto 26px;
}

.taymgb-head {
  margin-bottom: 14px;
}

.taymgb-title {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 0.95;
  color: #1f170f;
  text-transform: none;
}

.taymgb-subtitle {
  margin: 8px 0 0;
  color: #695c4c;
  font-size: 14px;
  line-height: 1.7;
}

.taymgb-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.taymgb-card {
  position: relative;
  display: block;
  min-height: 210px;
  padding: 18px 18px 16px;
  border-radius: 22px;
  border: 1px solid rgba(115, 88, 53, 0.18);
  overflow: hidden;
  text-decoration: none !important;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.taymgb-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.9;
  transition: opacity 0.24s ease;
}

.taymgb-card > * {
  position: relative;
  z-index: 1;
}

.taymgb-card--men::before {
  background: radial-gradient(130% 110% at 85% 0, rgba(132, 108, 82, 0.24), transparent 64%), linear-gradient(130deg, #fffdf9 0%, #f0e2ca 72%, #e7d2af 100%);
}

.taymgb-card--women::before {
  background: radial-gradient(130% 110% at 85% 0, rgba(166, 109, 125, 0.2), transparent 64%), linear-gradient(130deg, #fffdfb 0%, #f6e3dc 74%, #efd0c6 100%);
}

.taymgb-card--unisex::before {
  background: radial-gradient(130% 110% at 85% 0, rgba(96, 122, 116, 0.2), transparent 64%), linear-gradient(130deg, #fffefb 0%, #e8efe7 74%, #d8e5da 100%);
}

.taymgb-card:hover {
  transform: translateY(-4px);
  border-color: rgba(120, 89, 49, 0.4);
  box-shadow: 0 14px 30px rgba(31, 23, 12, 0.14);
}

.taymgb-card:hover::before {
  opacity: 1;
}

.taymgb-badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 11px;
  border-radius: 999px;
  border: 1px solid rgba(116, 87, 50, 0.22);
  background: rgba(255, 255, 255, 0.78);
  color: #7a5d39;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}

.taymgb-card-title {
  margin: 14px 0 7px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 0.9;
  text-transform: none;
  color: #21170f;
}

.taymgb-card-text {
  margin: 0;
  max-width: 22ch;
  color: #5f5345;
  font-size: 14px;
  line-height: 1.55;
}

.taymgb-cta {
  position: absolute;
  left: 18px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #8f6537;
  font-size: 11px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-weight: 700;
}

.taymgb-cta::after {
  content: "->";
  font-size: 11px;
}

@media (max-width: 991px) {
  .taymgb-grid {
    grid-template-columns: 1fr;
  }

  .taymgb-card {
    min-height: 168px;
  }

  .taymgb-card-title {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .taymgb-home-section {
    margin: 14px auto 20px;
  }

  .taymgb-head {
    margin-bottom: 10px;
  }

  .taymgb-subtitle {
    font-size: 13px;
    line-height: 1.55;
  }

  .taymgb-grid {
    gap: 10px;
  }

  .taymgb-card {
    min-height: 150px;
    padding: 14px 14px 12px;
    border-radius: 16px;
  }

  .taymgb-badge {
    min-height: 23px;
    padding: 3px 9px;
    font-size: 9px;
  }

  .taymgb-card-title {
    margin-top: 10px;
    font-size: 30px;
  }

  .taymgb-card-text {
    font-size: 12px;
    line-height: 1.45;
  }

  .taymgb-cta {
    left: 14px;
    bottom: 11px;
    font-size: 10px;
  }
}
