/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 01 2026 | 06:47:16 */
/* Homepage instrument collections heading */
.cga-collections-heading,
.cga-collections-heading * {
  box-sizing: border-box;
}

.cga-collections-heading {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 52px 0 35px;
  padding: 36px 25px 34px;
  text-align: center;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(250, 246, 239, 0.7) 20%,
    #faf6ef 50%,
    rgba(250, 246, 239, 0.7) 80%,
    rgba(255, 255, 255, 0) 100%
  );
  border-top: 1px solid rgba(184, 135, 53, 0.14);
  border-bottom: 1px solid rgba(184, 135, 53, 0.14);
}

/* Subtle central glow */
.cga-collections-heading::before {
  content: "";
  position: absolute;
  top: -150px;
  left: 50%;
  width: 420px;
  height: 300px;
  background: radial-gradient(
    circle,
    rgba(191, 143, 61, 0.14) 0%,
    rgba(191, 143, 61, 0) 70%
  );
  transform: translateX(-50%);
  pointer-events: none;
}

.cga-collections-kicker {
  position: relative;
  display: block;
  margin-bottom: 11px;
  color: #996a24;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

/* Heading and side lines */
.cga-collections-title-row {
  position: relative;
  display: flex;
  width: 100%;
  gap: 24px;
  align-items: center;
  justify-content: center;
}

.cga-collections-title-row::before,
.cga-collections-title-row::after {
  content: "";
  flex: 1;
  max-width: 340px;
  height: 1px;
}

.cga-collections-title-row::before {
  background: linear-gradient(
    90deg,
    rgba(184, 135, 53, 0),
    rgba(184, 135, 53, 0.65)
  );
}

.cga-collections-title-row::after {
  background: linear-gradient(
    90deg,
    rgba(184, 135, 53, 0.65),
    rgba(184, 135, 53, 0)
  );
}

.cga-collections-heading h2 {
  flex: 0 1 auto;
  max-width: 920px;
  margin: 0;
  color: #30231e;
  font-family: inherit;
  font-size: clamp(32px, 3vw, 47px);
  font-weight: 600;
  line-height: 1.17;
  letter-spacing: -0.027em;
  text-transform: none;
  text-wrap: balance;
}

.cga-collections-heading p {
  position: relative;
  max-width: 790px;
  margin: 17px auto 0;
  color: #70675f;
  font-size: 16px;
  line-height: 1.7;
}

/* Small decorative point */
.cga-collections-heading p::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  margin: 0 auto 13px;
  background: #b88735;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(184, 135, 53, 0.11);
}

/* Tablet */
@media (max-width: 849px) {
  .cga-collections-title-row {
    gap: 16px;
  }

  .cga-collections-title-row::before,
  .cga-collections-title-row::after {
    max-width: 100px;
  }
}

/* Mobile */
@media (max-width: 549px) {
  .cga-collections-heading {
    margin: 36px 0 27px;
    padding: 30px 17px 28px;
  }

  .cga-collections-kicker {
    font-size: 10px;
    letter-spacing: 0.18em;
  }

  .cga-collections-title-row::before,
  .cga-collections-title-row::after {
    display: none;
  }

  .cga-collections-heading h2 {
    font-size: 31px;
  }

  .cga-collections-heading p {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.6;
  }
}

