@charset "UTF-8";
/* =====================================================================
   Section Wrapper
   ===================================================================== */
.categories-section {
  position: relative;
  width: 100%;
  padding: 80px 0 100px;
  background-color: #000;
  overflow: hidden; }
  @media (max-width: 1199px) {
    .categories-section {
      padding: 64px 0 80px; } }
  @media (max-width: 767px) {
    .categories-section {
      padding: 48px 0 64px; } }
  @media (max-width: 579px) {
    .categories-section {
      padding: 25px 0 52px; } }

/* =====================================================================
   Section Header
   ===================================================================== */
.categories-header {
  margin-bottom: 44px; }
  @media (max-width: 991px) {
    .categories-header {
      margin-bottom: 36px; } }
  @media (max-width: 767px) {
    .categories-header {
      margin-bottom: 28px; } }
  @media (max-width: 579px) {
    .categories-header {
      margin-bottom: 22px; } }

.categories-title {
  font-family: "Montserrat", sans-serif;
  font-size: 47px;
  font-weight: 400;
  line-height: 1.15;
  color: #FFFFFF;
  margin: 0 0 20px;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0 10px; }
  .categories-title .gradient-word {
    background: linear-gradient(101.54deg, #E8C068 0%, #B88736 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 700; }
  @media (max-width: 1440px) {
    .categories-title {
      font-size: 40px; } }
  @media (max-width: 1199px) {
    .categories-title {
      font-size: 36px; } }
  @media (max-width: 991px) {
    .categories-title {
      font-size: 30px; } }
  @media (max-width: 767px) {
    .categories-title {
      font-size: 30px;
      margin-bottom: 14px; } }

.categories-desc {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.75;
  color: #a7a7a7;
  max-width: 695px; }
  @media (max-width: 991px) {
    .categories-desc {
      max-width: 100%; } }
  @media (max-width: 579px) {
    .categories-desc {
      font-size: 13px; } }

/* =====================================================================
   Tab Navigation
   ===================================================================== */
.cat-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 44px;
  border: none !important;
  padding: 0;
  list-style: none; }
  @media (max-width: 991px) {
    .cat-tabs {
      gap: 6px;
      margin-bottom: 36px; } }
  @media (max-width: 767px) {
    .cat-tabs {
      flex-wrap: nowrap;
      overflow-x: auto;
      justify-content: flex-start;
      gap: 6px;
      margin-bottom: 28px;
      padding-bottom: 6px;
      scrollbar-width: none; }
      .cat-tabs::-webkit-scrollbar {
        display: none; } }
  @media (max-width: 579px) {
    .cat-tabs {
      margin-bottom: 22px; } }

.cat-tab-btn {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  background: transparent;
  border: 1px solid rgba(253, 200, 88, 0.18);
  border-radius: 50px;
  padding: 10px 22px;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  line-height: 1;
  transition: color 0.25s ease-in-out, background 0.25s ease-in-out, border-color 0.25s ease-in-out; }
  .cat-tab-btn:hover {
    color: rgba(253, 200, 88, 0.9);
    border-color: rgba(253, 200, 88, 0.42);
    background: rgba(253, 200, 88, 0.06); }
  .cat-tab-btn.active, .cat-tab-btn[aria-selected="true"] {
    color: #fdc858;
    background: linear-gradient(90deg, rgba(253, 200, 88, 0.4) 0%, rgba(253, 200, 88, 0.1) 100%);
    border-color: rgba(253, 200, 88, 0.55); }
  @media (max-width: 767px) {
    .cat-tab-btn {
      font-size: 14px;
      padding: 9px 18px; } }
  @media (max-width: 579px) {
    .cat-tab-btn {
      font-size: 13px;
      padding: 8px 16px; } }

/* =====================================================================
   Tab Content
   ===================================================================== */
/* =====================================================================
   Gems Grid — 3 columns desktop → 2 tablet → 1 mobile
   ===================================================================== */
.gems-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 56px; }
  @media (max-width: 1199px) {
    .gems-grid {
      gap: 20px; } }
  @media (max-width: 991px) {
    .gems-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 18px;
      margin-bottom: 44px; } }
  @media (max-width: 767px) {
    .gems-grid {
      gap: 14px;
      margin-bottom: 36px; } }
  @media (max-width: 579px) {
    .gems-grid {
      grid-template-columns: 1fr;
      gap: 12px;
      margin-bottom: 28px; } }

/* =====================================================================
   Gem Card
   ===================================================================== */
.gem-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 36px 28px 32px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(253, 200, 88, 0.22);
  border-radius: 20px;
  transition: border-color 0.3s ease-in-out, background  0.3s ease-in-out, box-shadow  0.3s ease-in-out, transform   0.3s ease-in-out; }
  .gem-card:hover {
    background: rgba(253, 200, 88, 0.045);
    border-color: rgba(253, 200, 88, 0.5);
    box-shadow: 0 8px 36px rgba(0, 0, 0, 0.4);
    transform: translateY(-2px); }
  @media (max-width: 1199px) {
    .gem-card {
      padding: 30px 22px 28px;
      border-radius: 16px; } }
  @media (max-width: 767px) {
    .gem-card {
      padding: 26px 18px 24px;
      border-radius: 14px; } }
  @media (max-width: 579px) {
    .gem-card {
      padding: 22px 16px 20px;
      border-radius: 12px; } }

/* ---- Gem image wrapper ---- */
.gem-img-wrap {
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
  flex-shrink: 0; }
  .gem-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block; }
  @media (max-width: 1199px) {
    .gem-img-wrap {
      width: 78px;
      height: 78px;
      margin-bottom: 18px; } }

/* ---- Stone name ---- */
.gem-name {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #F5ECD6;
  margin: 0 0 10px;
  line-height: 1.2; }
  @media (max-width: 1199px) {
    .gem-name {
      font-size: 17px; } }
  @media (max-width: 767px) {
    .gem-name {
      font-size: 19px;
      margin-bottom: 8px; } }

/* ---- Attributes row (gold · separated keywords) ---- */
.gem-attributes {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #d4a64a;
  margin: 0 0 14px;
  line-height: 1.3; }
  @media (max-width: 767px) {
    .gem-attributes {
      margin-bottom: 10px;
      font-size: 12px; } }

/* ---- Description paragraph ---- */
.gem-desc {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  color: #d9d9d9;
  margin: 0;
  max-width: 210px; }
  @media (max-width: 579px) {
    .gem-desc {
      font-size: 14px;
      max-width: 100%; } }

.text-bottom-gem {
  text-align: center;
  color: #808080;
  font-size: 14px;
  font-style: italic;
  max-width: 70%;
  margin: 0 auto;
  margin-bottom: 27px; }
  @media (max-width: 991px) {
    .text-bottom-gem {
      max-width: 80%; } }
  @media (max-width: 579px) {
    .text-bottom-gem {
      max-width: 90%;
      font-size: 13px; } }
  @media (max-width: 450px) {
    .text-bottom-gem {
      max-width: 100%;
      font-size: 12px; } }

/* =====================================================================
   Bottom CTA
   ===================================================================== */
.categories-cta {
  display: flex;
  justify-content: center;
  padding-top: 8px; }
  .categories-cta .btn-banner-gradient {
    display: inline-flex;
    align-items: center;
    gap: 10px; }
    .categories-cta .btn-banner-gradient .btn-arrow-icon {
      width: 16px;
      height: 16px;
      display: block;
      flex-shrink: 0; }

/*# sourceMappingURL=categories.css.map */
